@charset "Shift_JIS";

/*
===== 0: cmn ==========================================
*/

body{
	margin: 0 auto;
	width:950px;
	text-align:center;
	font-family:"lr oSVbN", Osaka, "qMmpS Pro W3";
}


h1,h2,h3,h4,h5,h6{
	margin:0px;
}

a:link{
	color:navy;
	text-decoration:underline;
}

a:visited{
	color:navy;
	text-decoration:underline;
}

a:active{
	color:navy;
	text-decoration:none;
}

a:hover{
	color:#0E72D6;
	text-decoration:none;
}

a img{
	border:none;
}

a {
   outline: none;
}

.clear{
	clear:both;
}

p.dot_line01{
	clear:both;
	background-image:url(../images/dotline01.gif);
	background-repeat:repeat-x;
	margin: 0px;
	height: 1px;
	margin:5px auto;
}

p.dot_line02{
	clear:both;
	background-image:url(../images/dotline02.gif);
	background-repeat:repeat-x;
	margin: 0px;
	height: 1px;
	margin:5px auto;
}

.fleft{
	float:left;
}

.fright{
	float:right;
}

.center{
	text-align:center;
}


.margin_top10{
	margin:10px 0 0;
}

.margin_bottom10{
	margin:0 0 10px;
}

.margin_bottom25{
	margin:0 0 25px;
}

.margin_auto{
	margin:0 auto;
}


.padding5{
	padding:5px;
}

.padding10{
	padding:10px;
}

.red{
	color:red;
}

.bold{
	font-weight:bold;
}

.font12{
	font-size: 12px;
}

.font14{
	font-size: 14px;
}

.bg_gray{
	background-color:#EFEFEF;
}
