@charset "utf-8";
/* CSS Document */


a	{color: #017acd;}

img {border-style:none;}

span.red {color: #ff0000 }

span.aida1{font-size: 0.25em;}

span.aida2{font-size: 0.5em;} 


/* コンテナ */
div#container	{
	width: 760px;
	margin-left: auto;
	margin-right: auto;}
	
/* メニュー */
ul#menu 	{
	font-size: 0.75em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 0;
	height: 30px;
	font-weight : bold;
	background-color: #005087;}
	

ul#menu li	{
	list-style-type: none;
	float: left;
}

ul#menu li a	{
	display: block;
	width: 151px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #005087;
	border-bottom: solid 1px #ffffff;
	border-right: solid 1px #ffffff;}

ul#menu li a:hover	{
	background-color: #017acd;
}

ul#menu li.menulast a	{
	border-right: none;
}	

/* コンテンツ1 */
div#content1	{
	width: 380px;
	float: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	text-align: center;
	}
 
div#content1 h1	{
	font-size: 2em;
	color: #005087;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;}
 
div#content1 h2	{
	color: #005087;
	padding-left: 5px;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0px;}
	
div#content1 h3	{
	color: #C00;
	padding-left: 0px;
	font-size: 1.5em;
	margin-top: 5px;
	margin-bottom: 5px;}	
	
div#content1 p	{
	color: #005087;
	padding-left: 0px;
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 20px;}
	
/* コンテンツ2 */	
div#content2	{
	width: 380px;
	float: right;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	text-align: center;
	}
 
div#content2 h1	{
font-size: 2em;
	color: #005087;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;}
 
div#content2 h2	{
	color: #005087;
	padding-left: 5px;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0px;}
	
div#content2 h3	{
	color: #C00;
	padding-left: 0px;
	font-size: 1.5em;
	margin-top: 5px;
	margin-bottom: 5px;}	
	
div#content2 p	{
	color: #005087;
	padding-left: 0px;
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 20px;}


/* フッター */
div#footer	{
	width: 760px;
	margin-top: 10px;
	padding-top: 1px;
	clear: both;
	}

address	{
	color: #005087;
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
	font-weight: bold;
	}

