@charset "utf-8";

/*------------------------------------------------------------
		base CSS
------------------------------------------------------------*/
*{
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;
	color:#666;
}

body{
	margin:0;
	padding:0;
}



#topwrappar{
	background:url(../img/top_main.jpg) no-repeat center 151px;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
}

#topContents{
	width:1060px;
	margin:-40px auto 20px auto;
}


h1,h2,h3,h4,h5,h6,p{
	font-weight:normal;
	margin: 0;
	padding: 0;
}

ul,ol,li,dl,dt,dd{
	list-style-type:none;
	margin: 0 0 0 0;
	text-align: left;
	padding: 0;
}

img{
    border:0px;
}

img a{
    border:0px;
}

img a:hover{
	filter: alpha(opacity: 50);
    opacity: 0.5;
}

input{
    margin:0px;
	padding:0px;
}

form{
	margin:0px;
	padding:0px;
}

a{
	text-decoration:none;
	color:#0099FF;
}

a:hover{
	text-decoration:underline;
}

br{
	margin: 0;
	padding: 0;
}
.clear{
	clear:both;
}
.floatclear{
	display:block;
	clear:both;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.centerBox{
	text-align:center;
	clear: both;
}

.marginTop10{
	margin-top:12px;
}
.marginRight20{
	margin-right:20px;
}
.marginLeft10{
	margin-left:10px;
}


.bule_b_15{
	color:#022D4D;
	font-weight:bold;
}
.bule_b{
	color:#0667AE;
	font-weight:bold;
}

.orange_bold{
	color:#FF6633;
	font-weight:bold;
	font-size: 16px;
}
.style11{
	font-size:11px;
}

/*------------------------------------------------------------
		topix CSS
------------------------------------------------------------*/
.topix{
	background:url(../img/topix_bg.png) no-repeat;
	width:235px;
	height:187px;
	display:block;
	padding-top: 10px;
}
.topix dt{
	text-align:center;
	color:#E6A400;
	font-weight:bold;
	font-size: 17px;
	margin-bottom: 10px;
}
.topix dd{
	margin:0 10px;
	font-size: 14px;
	font-weight: bold;
}
.topix p{
	margin:5px 10px 0 10px;
}
