body {
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	color: #666666;
}

a {
	color: #017acd;
}

div#container {
	width: 761px;
	margin-left: auto;
	margin-right: auto;
}

/* トップナビゲーション */

ul#topnavi {
	font-size: 0.75em;
	margin-top: 30px;
	margin-bottom: 0;
	padding: 5px;
	text-align: right;
}

ul#topnavi li {
	list-style-type: none;
	display: inline;
}

ul#topnavi li a {
	text-decoration: none;
	border-left: solid 1px #666666;
	padding: 3px 10px;
	color: #666666;
}

ul#topnavi li a:hover {
	color: #017acd;
}

ul#topnavi li.navilast a {
	border-right: solid 1px #666666;
}

/* メニュー */

ul#menu {
	margin-top: 5px;
	margin-left: 0;
	margin-botom: 5px;
	padding-left: 0;
	font-size: 0.75em;
	height: 30px;
	background-color: #005087;
}

ul#menu li {
	list-style-type: none;
	float: left;
}

ul#menu li a {
	display: block;
	width: 126px;
	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#header {
	width: 761px;
	height: 200px;
	background-color: #017acd;
	background-image: url(images/header_bg.jpg);
	margin-top: 5px;
	margin-bottom: 0;
	text-align: right;
}

div#header h1 {
	color: #ffffff;
	margin-top: 60px;
	padding-right: 5px;
}

div#header p {
	color: #ffffff;
	margin: 5px;
}

/* パンくずナビ */

p#bread {
	font-size: 0.75em;
	margin-top: 3px;
	margin-bottom: 30px;
	margin-left: 20px;
}

/* コンテンツ */

div#content {
	width: 564px;
	float: right;
	margin-left: auto;
	margin-right: auto;
}

div#content h2 {
	background-color: #014471;
	background-image: url(images/bar-darkblue.png);
	background-repeat: no-repeat;
	font-size: 1em;
	color: #ffffff;
	line-height: 45px;
	padding-left: 12px;
	margin-top: 0;
	margin-bottom: 0;
}

div#content h3 {
	background-color: #ffffff;
	background-image: url(images/maru-skyblue.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size: 0.875em;
	line-height: 22px;
	padding-left: 26px;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: 12px;
	margin-right: 12px;
	border-bottom: solid 1px #005087;
	clear: both;
}

div#content p {
	font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px;
}

img {
	margin-left: auto;
	margin-right: auto;
}

img.photo_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

div#content li {
	font-size: 0.875em;
}

div#content p.button {
	background-color: #005087;
	border: solid 5px #017acd;
	border-style: outset;
	font-size: 0.875em;
	line-height: 28px;
	text-align: center;
	width: 240px;
	margin-left: auto;
	margin-right: auto;
}

div#content p.button a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}

div#content p.button a:hover {
	background-color: #017acd;
}

div#content p.more {
	text-align: right;
}

table {
	font-size: 0.75em;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #faffda;
}

th,td {
	padding: 8px;
	text-align: center;
}

tr.top{
	background-color: orange;
}

tr.special{
	background-color: yellow;
}

blockquote {
	font-size: 0.875em;
}

/* サイドバー */

div#sidebar {
	width: 167px;
	float: left;
}

div#sidebar h2 {
	font-size: 0.875em;
	line-height: 28px;
	color: #ffffff;
	background-color: #005087;
	background-image: url(images/bar-blue.png);
	border-bottom: solid 1px #ffffff;
	padding-left: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
}

div#sidebar h3 {
	font-size: 0.875em;
	line-height: 28px;
	color: #ffffff;
	background-color: #ff6600;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px;
	margin-bottom: 0;
}

div#sidebar p {
	font-size: 0.75em;
	padding-left: 10px;
	margin-top: 5px;
}

ul.sidemenu {
	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: 28px;
	text-decoration: none;
	color: #ffffff;
	font-size: 0.75em;
	background-color: #005087;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px;
}

ul.sidemenu li a:hover {
	background-color: #017acd;
}

ul.sidemenu li h2 {
	font-size: 0.875em;
	line-height: 28px;
	color: #ffffff;
	background-color: #005087;
	background-image: url(images/bar-blue.png);
	border-bottom: solid 1px #ffffff;
	padding-left: 10px;
	margin-bottom: 0;
}

ul.sidemenu ul {
	margin: 0;
	padding: 0;
}

ul.sidemenu ul li a {
	display: block;
	font-size: 0.75em;
	background-color: #ffffff;
	color: #666666;
	text-decoration: none;
	border-bottom: solid 1px #aacfff;
	line-height: 24px;
}

ul.sidemenu ul li a:hover {
	background-color: #faffda;
}

/* フッター */

div#footer {
	width: 100%;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	margin-top: 25px;
	padding-top: 8px;
}

ul#bottomnavi {
	font-size: 0.75em;
	text-align: center;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

ul#bottomnavi li {
	list-style-type: none;
	display: inline;
}

ul#bottomnavi li a {
	text-decoration: none;
	border-left: solid 1px #666666;
	padding: 3px 10px;
	color: #666666;
}

ul#bottomnavi li a:hover {
	color: #017acd;
}

ul#bottomnavi li.navilast a {
	border-right: solid 1px #666666;
}

address {
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
}