/* CSS Document */

.f10 {
	FONT-SIZE: 10px; LINE-HEIGHT: 130%
}
.f12 {
	FONT-SIZE: 12px; LINE-HEIGHT: 150%
}


.title	{
	background-image:url(img/bn_ttl.jpg);
	background-repeat:no-repeat;
	background-position:0px -5px;
	background-color:#6f84c3;
	padding:10px
	}



.title div	{
	margin-top:6px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	}


/* for adaputer_wqm */
.con {
	width:460px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	}

.con_w40 {
	width:400px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	}

.con_w50{
	width:500px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}
	
h2{
	border-bottom:solid 2px #6f84c3;
	margin-bottom:10px;
	padding-bottom:4px;
	text-align:center;
	font-size:24px;
	color:#666666;
	}
	
h3{
	margin-bottom:10px;
	padding-bottom:4px;
	text-align:left;
	font-size:18px;
	color:#666666;
	}

p{
	margin-top:0px;
	text-align:justify;
	text-justify:distribute;
	line-height:150%;
	font-size:12px;
	color:#888888
	}
	

