div#header {
	width: 760px;
	height: 90px;
	margin: 0px;
	color: #000000;
}
div#menu{
	display: block;
	width: 760px;
	height: 25px;
	border-top: solid 1px #B0E0E6;
	border-bottom: solid 1px #8FB0F9;
	background-image: url(../image/menu_back.jpg);
	margin: 0px 0px 0px 0px;
	text-align: center;
	padding: 0px;
}
div#contents{
	display: block;
	width:760px;
	background-color: #ffffff;
	color:#505050;
}

div.main_con{
	width:550px;
	margin: 5px 3px 8px 3px;
	float:right;
	font-size:10pt;
	line-height:130%;
}
div.banner_space{
	width:196px;
	height:250px;
	margin: 0px 0px 0px auto;
	float:right;
}

/*　リンク関連　*/
a.r_menu:hover{
	background-image: url(../service/image/menu192_b.jpg);
	color:red;
}
a.r_menu{
	display:block;
	width:192px;
	height:25px;
	font-size:11pt;
	color:#1B7923;
	text-decoration:none;
	border:solid 1px #5FA966;
	font-weight:bold;
	margin-bottom:2px;
	line-height:160%;
	background-image: url(../service/image/menu192_a.jpg);
}


/*　img　*/

/*　font　*/
font.blue{
	font-size:14pt;
	font-weight:bold;
	color:blue;
}
font.wfn{
	font-size:12pt;
	color:#000000;
	font-weight:bold;
	text-align:center;
}

/*　table　*/
td.process {
	display: block;
	font-size: 15pt;
	color: #2B3D7B;
	border: solid 2px #2B3D7B;
	background-color: #ffffff;
	padding: 4px;
	font-weight: bold;
}
