@charset "utf-8";
/* コンテナ */
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
}

/* ヘッダー */
#container #header01 {
	font-size: 0.6em;
	color: #FFFFFF;
	background-color: #999999;
	text-align: right;
	height: 15px;
}
#container #header_logo {
	margin-bottom: -40px;
}
ul#menu {
	font-size: 0.75em;
	height: 21px;
	margin-bottom: -20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #000000;
}
ul#menu li {
	list-style-type: none;
	float: right;
	margin-left: 1px;
	margin-bottom: 1px;
	margin-right: 1px;
}
ul#menu li a {
	display: block;
	width: 84px;
	line-height: 21px;
	text-decoration: none;
	text-align: center;
	background-color: #005087;
	background-image: url(rollover.jpg);
	color: #666666;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
ul#menu li a:hover {background-color: #017acd;
             background-position: left bottom}
#container #line_header {
	clear: both;
	margin-top: 0px;
}

/* パンくずリスト */
p#bread {
	font-size: 0.75em;
	margin-left: 10px
		 }
		 
/* コンテンツ */		 
#container #content {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -5px;
}
#container #content #gaiyou {
	font-size: 1.5em;
	font-weight: 400;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	height: 0px;
	margin-bottom: 45px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#container #content h4 {
	background-color: #0066CC;
	border: thin solid #000099;
	list-style-type: none;
	margin-bottom: -10px;
	color: #FFFFFF;
	font-size: 0.8em;
	height: 15px;
	padding-top: 2px;
	padding-left: 8px;
}

/* フッター */
#container #footer {
	clear: both;
	background-color: #999999;
	height: 80px;
	margin-top: 40px;
}
#container #copyright {
	background-color: #000000;
	height: 20px;
	color: #FFFFFF;
	font-size: 0.7em;
	text-align: center;
	padding-top: 5px;
}
.style1 {
	font-size: 0.75em
}
