@charset "utf-8";
/*初期化*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,caption{
margin:0;
padding:0;
}
body {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	/*font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	 color:#666;
	 background-color: #FFF;
    }
body a{
	color:#333;
	text-decoration:none;
}
body a:hover{
	color:#009933;
}

body a:hover img{
	 opacity: 0.8;
}



table{
border-collapse:collapse;
border-spacing:0;
font-size:inherit;
font:100%;
}


fieldset,img{
border:0;
}

address,caption,cite,code,dfn,em,strong,th,var{
font-style:normal;
font-weight:normal;
}

li{
list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
}

q:before,qafter{
content:'';
}

abbr.acronym{
border:0;
font-variant:normal;
}

sup{
vertical-align:text-top;
}

sub{
vertical-align:text-bottom;
}

input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
}

input,textarea,select{
font-size:100%;
}

legend{
color:#000;
}

hr{
	clear:both;
	color:#F7F7F7;
	width:100%;
	height:1px;
	display:none;
	padding:15px 0;
	margin:15px 0;
}


.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;   
    clear: both;
    visibility:hidden;
}
.clearfix{
    display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */