@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
body {
	line-height: 150%;
	font-size: 12px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Geneva, Arial, sans-serif;
	font-weight: normal;
	background-color: #E8E8E8;
	background-image: url(../img/back.png);
	background-position: left top;
	background-repeat: repeat-x;
}
*html body {
	text-align: center;
}

h1 span {
	display: none;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: none; }

p {
	text-indent: 1em;
	line-height: 150%;
}

div.fleft {
	text-align: left;
	float: left;
}
div.fright {
	text-align: right;
}
div.fcenter {
	text-align: center;
}
div.figure {
	margin: 8px;
	text-align: center;
}

/*------------------------------------------- フレーム */
#outerframe {
	width: 800px;
	margin: 8px auto;
	background-color: transparent;
	text-align: left !important;
}
/*------------------------------------------- ヘッダ */
#header {
	position: relative;
	height: 144px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../img/header.png);
	background-color: transparent;
}
#header h1 {
	display: block;
	width: 576px;
	height: 80px;
	background-position: left top;
	background-color: transparent;
	background-image: url(../img/h1_logo.png);
	background-repeat: no-repeat;
}
#header h2, #header h3, #footer h2 {
	display: none;
}

*html body #header .menu {
	position: absolute;
	left: 0;
	top: 80px;
}
#header .menu {
	position: absolute;
	left: 0;
	top: 75px;
}
#header .menu li {
	display: inline;
	list-style-type: none;
	list-style-position: inside;
	font-weight: bold;
}
/* if IE6 */
*html body #header .menu li a {
	display: block;
	float: left;
	width: 144px;
	height: 36px;
	padding-top: 11px;
	padding-left: 20px;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(../img/header_tag.png);
	color: #E8E8FF;
}
/* else */
#header .menu li a {
	display: block;
	float: left;
	width: 124px;
	height: 25px;
	padding-top: 11px;
	padding-left: 20px;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(../img/header_tag.png);
	color: #E8E8FF;
}
#header .menu li a:hover {
	color: #FFFFFF;
	background-position: left bottom;
}
#header .menu li a:active {
	color: #FFFFFF;
}

#header .subline {
	position: absolute;
	left: 0;
	top: 118px;
	margin: 0 24px 0 32px;
	color: #FFE8C0;
	font-weight: bold;
}
#header .subline a {
	color: white;
}

#header .submenu {
	position: absolute;
	left: 0;
	top: 118px;
	margin: 0 24px 0 32px;
	list-style-type: none;
}
#header .submenu li {
	display: inline;
	padding: 0 4px 0 16px;
	background-color: transparent;
	background-image: url(../img/hexa1.png);
	background-position: left center;
	background-repeat: no-repeat;
}
#header .submenu li.linktop {
	border-right: 3px double #D0D0D0;
	padding-right: 10px !important;
	margin-right: 10px !important;
	color: #FFFFFF;
}
#header .submenu li a {
	color: #E0E0E0;
}
#header .submenu li a:hover {
	color: #FFFFFF;
}

/*------------------------------------------- フッタ */
#footer {
	clear: both;
	position: relative;
	height: 64px;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image: url(../img/footer.png);
	background-color: transparent;
}
#footer .menu {
	padding: 8px 8px 4px 16px;
}
#footer .menu li {
	display: inline;
	border-left: 1px solid #E8E8FF;
	padding-left: 8px;
	padding-right: 8px;
}
#footer .menu li a {
	color: #E8E8FF;
}
#footer .menu li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer .copyright {
	margin-right: 16px;
	text-align: right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E8E8FF;
}

/*------------------------------------------- コンテンツ */
#innerframe {
	clear: both;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../img/inner_right_border.png);
	background-position: right top;
	background-repeat: repeat-y;
	border-left: 1px solid #CCCCCC;
	padding: 0 16px;
}
*html body #innerframe {
	border-top: 1px solid #CCC;
	padding-bottom: 8px;
}

#pagetop {
	width: 100%;
	height: 20px;
	text-align: right;
}

#innerframe h2 {
	display: block;
	height: 32px;
	margin: 4px 0;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
}
#innerframe h2 span {
	display: none;
}

#innerframe div.section {
	overflow: hidden;
	clear: left;
	width: 742px;
	margin-bottom: 8px;
	padding: 0 8px 8px;
	font-size: 14px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
#innerframe div.section-nb {
	overflow: hidden;
	clear: left;
	width: 742px;
	margin-bottom: 8px;
	padding: 0 8px 8px;
	font-size: 14px;
	background-color: #FFF;
}
#innerframe div.section h3,
#innerframe div.section-nb h3 {
	display: block;
	height: 32px;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
}

#innerframe div.section h3 span,
#innerframe div.section-nb h3 span {
	display: none;
}

#innerframe div.section * h4 {
	border-bottom: 2px solid #EA9F55;
	color: #3255FF;
}

#innerframe div.section p {
	background-color: transparent;
	width: 100%;
}
#innerframe div.section ul,
#innerframe div.section ol,
#innerframe div.section dl {
	margin-top: 8px;
	margin-left: 32px;
	list-style-position: inside;
}
#innerframe div.section ul {
	list-style-type: none;
	list-style-image: url(../img/hexa3.png);
}

#innerframe div.section .wcolumn,
#innerframe div.section-nb .wcolumn {
	float: left;
	margin: 8px 5px;
	width: 350px;
}

#innerframe * strong {
	font-weight: normal;
	color: #CC0000;
}
