@charset "UTF-8";

/*********************************************************************
*	reset
*********************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4{
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

li{
	list-style-type:none;
}

object,embed {
	vertical-align: top;
}

legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

blockquote{
	margin:0;
	padding:0;
}

img,abbr,acronym,fieldset {
	border: 0;
	verticla-align: top;
	-ms-interpolation-mode: bicubic;
}

a {
	overflow:hidden;
}

/*********************************************************************
*	default
*********************************************************************/

a:link,
a:active{
	color: #28539b;
	text-decoration: none;
}
a:visited{
	color: #778bad;
	text-decoration: none;
}
a:hover,
a:visited:hover{
	text-decoration: underline;
	color:#ea7a2a;
}

a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


