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

img {border-style:none;}

a {color: #017acd;}

a:hover {color: #ff3366;}

span.red {color: #ff0000 }

/* コンテナ */
div#container	{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	}
	
/* メニュー1 */
ul#menu1 	{
	width: 760px;
	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#menu1 li	{
	list-style-type: none;
	float: left;
}

ul#menu1 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#menu1 li a:hover	{
	background-color: #017acd;
}

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

/* コンテンツ */
div#content1	{
	width: 760px;
	height: 469px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
		}
 
div#content1 h1	{
	color: #ffffff;
	font-size: 1.5em;
	margin: 0;
	padding-top: 330px;
	text-align: center;
		}
 
div#content1 h2	{
	color: #ffffff;
	font-size: 2.0em;
	margin: 0px;
	text-align: center;
	font-family : Century;
    font-weight : bolder;
	}
	
div#content1 h3	{
	color: #ffffff;
	font-size: 1.0em;
	line-height:2;
	margin: 0px;
	text-align: center;
    font-weight : bold;
	}

/* メニュー2 */
ul#menu2 	{
	width: 760px;
	float: left;
	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#menu2 li	{
	list-style-type: none;
	float: left;
}

ul#menu2 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#menu2 li a:hover	{
	background-color: #017acd;
}

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

/* コンテンツ2 */
div#content2	{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	}
	
div#content2 h2	{
	color: #005087;
	padding-left: 10px;
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 5px;}
	
div#content2 p	{
	color: #005087;
	padding-left: 10px;
	font-size: 1em;
	margin-top: 0px;	
    margin-bottom: 5px;
	}
	

/* フッター */
div#footer	{
	color: #ffffff;
	background-color: #005087;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	}

address	{
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
	font-weight : bold;
	}
	
/* BREAD*/
#bread {
	font-size: 90%;
	list-style: none;
	margin-top: 10px;
					}
	   
#bread li {
	float: left;
	list-style: none;
	padding-right: 10px;
}
	   
#bread li a {
	padding-right: 10px;	
}


