@charset "shift_jis";

body {
	color:#333;
	font-size:12px;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:130%;
	letter-spacing:1px;
	padding:0px;
	margin:0px;
	background:#fff;
}

h1,h2,h3,h4,h5,h6,h7,p,dl,dt,dd{
	margin:0;
	padding:0;
}

.img_main a:hover img{
filter:alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
}

img{
	vertical-align:top;
	border:none;
}

ul,li{
	margin:0;
	padding:0;
	list-style-type:none;
}

a{
	color:#333;
	text-decoration: none;
}

a:hover{
	color:#000099;
	text-decoration: underline;
}

a.alpha:hover img{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.clear:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.clear {display: inline-block;}
* html .clear {height: 1%;}
.clear {display: block;}

/*.clear {overflow:hidden;}*/

.clear_both{
	font-size:0;
	line-height:0;
	clear:both;
}

.contents {
	width:900px;
	text-align:left;
	padding:0 0 50px 0;
	margin:0 auto;
}

.contents.pt10{
	padding:10px 0 50px 0;
}

.gotoTopWrap{
	height: 10px;
	padding: 0 0 10px 0;
	line-height: 0.1;
	font-size: 0px;
	text-align: center;
	clear: both;
}

.gotoTopWrap .goto_top{
	width:900px;
	line-height:0.1;
	font-size:0;
	text-align:right;
	margin:0 auto;
	clear:both;

}
