a	{color: #017acd}

/* コンテナ */
div#container	{width: 760px;
	margin-left: auto;
	margin-right: auto}

/* ヘッダー */
div#header	{background-color: #017acd;
	background-image: url(sky-gray2.jpg);
	padding: 15px 20px 10px
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px}

div#header h1	{margin: 0}

/* メニュー */
ul#menu	{font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-left: 0;
	height: 30px;
	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-right: solid 1px #ffffff}

ul#menu li a:hover	{background-color: #017acd}

ul#menu li.menulast a	{border-right: none}

/* コンテンツ */
div#content	{width: 700px;
	margin-left: auto;
	margin-right: auto}

div#content h2	{background-color: #fffff;
	margin-bottom: 0}

div#content h3	{color:#cc0000;
                 font-size:120%;
                 line-height: 160%;
                 border-left: 5px solid #cc0000;
                 padding-left: 5px;
                 margin: 25px 0px 0px;
}
div#content h4  {background-image: url(mark-2.jpg);
                 background-repeat: no-repeat;
                 background-position: 0px 2px;
                 font-size: 0.85em;
                 font-weight: normal;
                 line-height:15px;
                 padding-left: 20px;
                 margin-top: 10px;
                 margin-bottom:10px;
                 margin-left:15px;
                 margin-right: 12px
}
div#content h5	{background-color: #e0e0e0;
	font-size: 0.875em;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0
}

div#content p {font-size: 0.85em;
               line-height: 1.6;
               margin-top: 10px;
               margin-left: 12px;
               margin-right: 12px
}


/* フッター */
div#footer	{color: #ffffff;
	background-color: #005087;
	margin-top: 25px;
	padding-top: 6px;
	padding-bottom: 6px}

address	{font-size: 0.75em;
	font-style: normal;
	text-align: center}

