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

img {border-style:none;}

a:hover {color: #ff3366;}

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;}


/* サイドバー */
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 	{
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
	}
 
ul#sidemenu ul li a 	{
	text-align: center;
	background-color: #ffffff;
	color: #005087;
	border-bottom: solid 1px #aacfff;
	line-height: 24px
	}
 
ul#sidemenu ul li a:hover 	{
	background-color: #017acd
}


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

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

div#content h5	{
	color: #005087;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	}	
	
div#content h6	{
	color: #005087;
	padding-left: 0px;
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 10px;
	}
	
div#content p	{
	color: #005087;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 1.0em;
	font-weight : normal;
	line-height: 1.5;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 1em;
	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#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;}

