@charset "utf-8";
/* CSS Document */

a	{color: #017acd}

/* コンテナ */
div#container	{width: 760px;
	margin-left: auto;
	margin-right: auto}

/* ヘッダー */
div#header	{width:760px;
height:120px;
	background-color: #017acd;
	background-image: url(images/shikaeiseishi.gif);
}

div#header h1	{margin: 0}

div#header p	{color: #ffffff;
	font-size: 0.75em;
	margin: 0}

/* パンくずリスト */
p#bread	{font-size: 0.75em;
	margin-top: 3px;
	margin-bottom: 30px}

/* コンテンツ */
div#content	{width: 564px;
             float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:25px}

div#content h2	{background-color: #014471;
	background-image: url(images/bar-blue.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	color: #ffffff;
	line-height: 28px;
	padding-left: 6px;
	margin-top:0;
	margin-bottom: 0}

div#content h3	{background-color: #e0e0e0;
	background-image: url(images/bar-green.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0}

div#content p	{
	font-size: 12px;
	line-height: 1.6;
	margin-top: 10px
}
/* サイドバー */
div#sidebar {width: 166px;
			 float: left;
			 margin-bottom:25px}

ul.sidemenu {font-size: 0.75em;
			 margin-top: 0;
			 margin-left: 0;
			 padding-left: 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 {background-color: #017acd}

/* フッター */
div#footer	{background-image: url(images/line-blue.png);
	background-repeat: repeat-x;
	width:760px;
	margin-top: 0px;
	padding-top: 8px;
	clear: both}

address	{font-size: 0.75em;
	font-style: normal;
	text-align: center}
#container h1 {
	font-size: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#container #content table {
	font-size: 14px;
	width: 550px;
}
