@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	font-size:12px;
	color:#000000;
	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	line-height:20px;
}

.floatRight {float:right;}
.floatLeft {float:left;}
.hidden {display:none;}
.bold {font-weight:bold;}
input, textarea,a {
	outline: none;
}
a{
	text-decoration:none;
}
a:link{
	color:#0057a4;
	text-decoration:none;
}
a:active{
	color:#0057a4;
}
a:hover{}
a:visited{color:#0057a4;}

img{
	border:none;
}
ul li{
	list-style-type:none;
}
.cb{
	clear:both;
	line-height:0px;
	height:0px;
	overflow:hidden;
	font-size:0;
}
input{vertical-align:middle;}

.scrollY{
	overflow-y:auto;
	overflow-x:hidden;
scrollbar-arrow-color : #909090; 
scrollbar-darkshadow-color : #c2c2c2;
scrollbar-3dlight-color: #ffffff;
scrollbar-face-color : #ffffff; 
scrollbar-highlight-color : #ffffff;
scrollbar-track-color: #ededed;
scrollbar-shadow-color : #dcdcdc;

}

h3{
	color:#fff;
	font-size:14px;
}
h4{
	color:#544936;
	font-size:14px;
}
.pos_relation{
	position:relative;
}
.underline{
	text-decoration:underline;
}

dd{
	line-height:normal;
}
hr.line{
	width:150px;
	border-top:1px solid #d5d1d8;
	border-bottom:1px solid #fff;
	border-right:none;
	border-left:none;
	margin:5px 0;
}

.mt10{
	margin-top:10px;
}