@charset "Shift_JIS";


/*全体*/

*{
margin:0px;
padding:0px;
}

html,body {height:100%; background:#e0f2f7 url(../images/bg_pageback.jpg) repeat-y top center;}
a:link,a:visited{color:#00a0e9;}
a img {border:0;}


#siteback {
	/*background:#d3c894 url(../images/bg_back.jpg) repeat-x top;*/
	}

#wrap{
	width:780px;
	padding:0;
	margin:0 auto;
	background: url(../images/head.jpg) no-repeat top;
	}


/*トップページ*/

#wrap h1{
	width:740px;
	height:320px;
	overflow:hidden;
	text-indent:-9999px;
	}

#wrap h2 {
	width: 610px;
	margin: 20px auto 0;
	padding-bottom:2px;
	border-bottom:3px double #0d2587;
	color: #0d2587;
	font-size: 92%;
	font-weight: bold;
	line-height:1.4;
	}

#wrap .box {
	margin: 2px; 
	font-size: 80%;
	color: #444444;
	line-height:1.6;
	padding: 10px 0;
	width: 610px;
	margin: 0 auto;
	}
	
	#wrap .box img {
		margin-left:15px;
		margin-bottom:10px;
		}

#wrap h3 {
	margin-bottom: 8px;
	padding:0px 5px;
	/*background:#e0f2f7;*/
	border-left:6px solid #00a0e9;
	color:#0d2587;
	font-size: 120%;
	}



.co_red{ color:#C14545; font-weight:bold;}
.co_sky{ color:#0d2587; margin-right:0.5em;}

