@charset "Shift_JIS";

/* ページの基本構造
------------------------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	background-color: #CC0000;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}
#logo {
	height: 100px;
	width: 275px;
	float: left;
}
#catchcopy {
	height: 30px;
	width: 300px;
	float: right;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 9pt;
	color: #CC0000;
	text-align: right;
	padding-top: 38px;
	padding-right: 5px;
}
#container {
	width: 710px;
	margin: 0 auto;
	background-position: center;
	background-color: #FFFFFF;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#header {
	width: 700px;
	height: 100px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
#headerimg {
	width: 700px;
	height: 120px;
	margin-top: 1px;
	margin-bottom: 1px;
}
#mainmanu {
	width: 710px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: top;
	line-height: 15px;
	float: left;
}
#mainmenu1 {
	width: 195px;
	color: #FFFFFF;
	font-weight: lighter;
	height: 16px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: left;
	background-color: #000000;
	padding-top: 4px;
	padding-left: 5px;
	margin-top: 2px;
	margin-bottom: 3px;
	float: left;
	font-size: 9pt;
}
#mainmenu2 {
	width: 509px;
	font-weight: lighter;
	height: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: left;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-left: 0px;
	margin-top: 2px;
	margin-bottom: 3px;
	float: right;
	clear: right;
}
.block {
	width: 132px;
	padding-right: 2px;
	padding-left: 2px;
	color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#footer {
	width: 710px;
	color: #FFFFFF;
	clear: both;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	font-size: 8pt;
	font-weight: lighter;
	background-color: #333333;
}

/*list pseudo-classes style */
a:link, a:visited, a:hover, a:active{
	text-decoration:none;
	font-size: 9pt;
}
a:link {
	color:#333300;
}
a:visited {
	color:#999999;
}
a:hover {
	color: #FFFFFF;
	background-color:#999999;
}
a:active {
	color:#666666;
}
#submenu {
	width: 710px;
	text-align: center;
	font-size: 8pt;
	color: #330000;
	float: left;
}
