/* --------------------------------------------------------------------------------------------------------- */
/*                                                                                                           */
/* ページ個別 CSS                                                                                            */
/*                                                                                                           */
/* --------------------------------------------------------------------------------------------------------- */


div.contentsA{
	margin:30px 0px;
}



/* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* main */
div.mainP{
	float:right;
	width:785px;
}

div.mptitle{
	background-image:url(../index/picture/mptitle.png);
	background-repeat:no-repeat;
	padding:20px 10px;
	margin-bottom:20px;
	color:#000000;
}

div.mpcont{
	margin:0px 10px 50px 15px;
}

div.tit{
	padding:7px;
	border-bottom:2px solid #70A7FF;
	border-left:7px solid #70A7FF;
	margin-bottom:15px;
	font-size:110%;
	font-weight:bold;
}

div.txt{
	margin-bottom:15px;
}

ul.sien{
	margin-left:15px;
	list-style-type: none;
	line-height:25px;
}



/* ========================== Hタグ */
div.mainP h2{
	font-size: 160%;
}

div.mainP h3{
	font-size: 130%;
}


