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

a {color: #017acd;}

a:hover {color: #ff3366;}

span.red {color: #ff0000 }

/* コンテナ */
div#container	{
	width: 760px;
	margin-left: auto;
	margin-right: auto;}

/* コンテンツ */
div#content	{
	width: 570px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	color: #005087;
			}
		
div#content h1	{
	font-size: 2em;
	color: #005087;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}
 
div#content h2	{
	color: #005087;
	padding-left: 0px;
	font-size: 1.2em;
	font-weight : bold;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
	}

div#content h3	{
	color: #005087;
	padding-left: 0px;
	font-size: 1em;
	font-weight : bold;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	}	

div#content h4	{
	color: #005087;
	padding-left: 0px;
	font-size: 1.3em;
	font-weight : bold;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	}

div#content h5	{
	color: #005087;
	padding-left: 0px;
	line-height: 1.2;
	font-size: 1.0em;
	font-weight : normal;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	}
	
div#content h6	{
	color: #005087;
	padding-left: 0px;
	font-size: 0.9em;
	font-weight : normal;
	line-height: 1.3;
	margin-top: 2px;
	margin-bottom: 0px;
	text-align: center;
}	
	
div#content p	{
	color: #005087;
	padding-left: 0px;
	line-height: 1.8;
	font-size: 1.0em;
	font-weight : normal;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	}		
	
div#frame	{
	width: 570px;
	height: ;
	float: right;
	border: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	overflow: auto;
	color: #005087;
	white-space: normal;
	text-align: left;
}		

div#frame h3	{
	color: #005087;
	padding-left: 0px;
	font-size: 1em;
	font-weight : bold;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	}
	
div#frame h5	{
	color: #005087;
	padding-left: 0px;
	line-height: 1.2;
	font-size: 1.0em;
	font-weight : normal;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	}	
	
div#frame h6	{
	color: #005087;
	padding-left: 0px;
	line-height: 1.2;
	font-size: 0.9em;
	font-weight : normal;
	line-height: 1.4;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	}
	
div#frame p	{
	color: #005087;
	padding-left: 0px;
	line-height: 1.8;
	font-size: 1.0em;
	font-weight : normal;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	}	


/* メニュー */
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;}

/* サイドバー */
div#sidebar	{
	width: 166px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
p.photo	{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0;
	}
	
	
ul#sidemenu	{
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0;}

ul#sidemenu li	{
	list-style-type: none;}

ul#sidemenu li a	{
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	background-color: #005087;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px;}

ul#sidemenu li a:hover	{
	color: #ffffff;
	background-color: #017acd;
		}
	
ul#sidemenu ul 	{
	margin: 0px;
	padding: 0px}
 
ul#sidemenu ul li a 	{
	text-align: left;
	background-color: #ffffff;
	color: #005087;
	border-bottom: solid 1px #aacfff;
	line-height: 24px
	}
 
ul#sidemenu ul li a:hover 	{
	background-color: #017acd
}	


/* フッター */
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;}

