/* サイト全体 */
* {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
* img {	border: none !important;}

a {	text-decoration: none;}
a:link {	color: #558800;}
a:visited {	color: #999999;}
a:active {	color: #99CC00;}
a:hover {	color: #99CC00;}

body {
}
#container {
	width: 800px;
}
#contents {
	width: 800px;
	overflow: hidden;
	background: url(images/menu_bg.gif) 20px 0px repeat-y;
	position: relative;
}

/* ヘッダ */
#header {
	position: relative;
	height: 140px;
}
#header h6 {
	position: absolute;
	z-index: 1000;
}
#header h6 a {
	text-indent: -999px;
	margin-left: 20px;
	display: block;
	width: 250px;
	height: 140px;
	background: url(images/logo.gif) 0px 0px no-repeat;
}
#header dl {
	position: absolute;
	top: 10px;
	height: 130px;
	width: 530px;
	padding-left: 270px;
	background-color: #99CC00;
}
body#feature1 #header dl{
	background: url(images/feature1.jpg) 0px 0px no-repeat;
	height: 300px;
}
body#feature2 #header dl{
	background: url(images/feature2.jpg) 0px 0px no-repeat;
	height: 300px;
}

#header dt,
#header dd {
	color: #FFFFFF;
	margin-left: 10px;
}
#header dt {
	height: 37px;
	padding-top: 70px;
	font-size: 28px;
}
#header dd {
	height: 23px;
	font-size: 75%;
}
body#feature1 #header dl dt,
body#feature1 #header dl dd,
body#feature2 #header dl dt,
body#feature2 #header dl dd {
	display: none;
}
#header .prev {
	position: absolute;
	top: 117px;
	right: 10px;
	font-size: 12px;
	font-weight: bold;
}
body#feature1 #header .prev,
body#feature2 #header .prev {
	top: 20px;
	background-color: #000000;
	padding: 5px;
	border: 1px solid #FFFFFF;
}
#header .prev a {	color: #FFFFFF;}
#header .prev a:hover {	color: #CCFF99;}


/* ナビゲーション */
#navigation {
	margin-left: 20px;
	width: 250px;
	position: absolute;
}
#navigation dl {
	margin-top: 20px;
	font-size: 75%;
}
#navigation dt {
	margin-top: 5px;
}
#navigation dd {
	line-height: 120%;
	margin-top: 5px;
}
#navigation dt a {
	display: block;
	padding: 0px 10px;
	border-bottom: 1px dashed #CCCCCC;
	line-height: 20px;
}
#navigation dt a:hover,
#navigation dt.checked a {
	border-bottom: 3px solid #99CC00;
	line-height: 18px;
}
#navigation dd a {
	display: block;
	padding-left: 20px;
	padding-right: 10px;
}
#navigation dd a:hover {
	border-bottom: 1px solid #99CC00;
}


/* 本文 */
#information {
	position: relative;
	left: 270px;
	width: 530px;
}
body#feature1 #information,
body#feature2 #information {
	top: 170px;
}
#information .topicpath {
	position: absolute;
	font-size: 10px;
	top: 2px;
	left: 10px;
}
#information h1 {
	border-bottom: 1px dashed #CCCCCC;
	font-size: 90%;
	padding-top: 20px;
	padding-left: 10px;
	line-height: 20px;
	color: #009999;
}
#information #bodytext {
	padding: 10px 0px 0px 10px;
}
#information #bodytext h2 {
	font-size: 100%;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 10px;
}
#information #bodytext h3 {
	font-size: 90%;
	color: #666666;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#information #bodytext h4 {
	font-size: 90%;
	font-weight: normal;
	margin: 10px 0px;
	color: #666666;
}
#information #bodytext h4.leads {
	font-size: small;
	font-weight: bold;
	margin: 10px;
	padding-left: 5px;
	color: #333333;
	border-left: solid 5px #558800;
}
#information #bodytext h5 {
}
#information #bodytext h6 {
}

#information #bodytext p,
#information #bodytext li {
	font-size: small;
	margin-bottom: 10px;
	line-height: 120%;
}
#information #bodytext ul {
	list-style-image: url(images/listmark.gif);
	padding-left: 25px;
}
#information #bodytext ol {
	margin-left: 40px;
}
#information #bodytext blockquote {
	text-align: right;
	margin: 10px 0px;
	font-size: small;
}
#information #bodytext blockquote span {
	font-size: x-small;
	display: block;
}
#information #bodytext blockquote a {
	background: url(images/arrow.gif) left no-repeat;
	padding-left: 15px;
}
#information #bodytext strong {
	color: #009999;
}
#information #bodytext em {
	font-style: normal;
	color: #FF6600;
}
#information #bodytext dl dt,
#information #bodytext dl dd {
	width: 100%;
	font-size: small;
	line-height: 120%;
	padding-left: 5px;
	border-left: 3px solid #CCCCCC;
}
#information #bodytext dl dt {
	border-color: #99CC00;
	font-weight: bold;
	color: #666666;
}
#information #bodytext dl dd {
	margin-bottom: 10px;
}
#information #bodytext table {
	border-collapse: collapse;
	border: 1px solid #999999;
	margin-bottom: 10px;
}
#information #bodytext th,
#information #bodytext td {
	border-collapse: collapse;
	padding: 3px;
	font-size: small;
	line-height: 1.2em;
	border: 1px solid #999999;
}
#information #bodytext caption {
	font-size: medium;
	padding-bottom: 2px;
}
#information #bodytext table.noborder,
#information #bodytext table.noborder th,
#information #bodytext table.noborder td {
	border: none;
	margin: 0px;
	padding: 0px;
}
.small {
	font-size: x-small !important;
}
#information #bodytext table.small th,
#information #bodytext table.small td {
	padding: 1px;
	line-height: 1em;
}
#information #bodytext th {
	background-color: #99CC00;
	color: #FFFFFF;
	font-weight: normal;
}
#information #bodytext ul.small li {
	line-height: 120%;
	margin: 0px;
}
#information #bodytext p.small {
	margin: 2px 0px 10px;
}
#information #bodytext .cap {
	text-indent: -1em;
	padding-left: 1em;
}
#information #bodytext input,
#information #bodytext select {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding: 0px;
}
#information #bodytext small {
	font-size: x-small;
}
.left {
	clear: both;
	float: left;
}
.right {
	margin-left: auto;
}


/* フッタ */
#footer {
	position: relative;
	top: -50px;
	clear: both;
}
.inquiry {
	width: 230px;
	border-top: 1px dashed #CCCCCC;
	position: relative;
	left: 20px;
	padding: 10px;
}
h1.footer {
	font-size: medium;
	color: #666666;
	margin-bottom: 5px;
}
.inquiry h6 {
	margin: 10px 0px;
	font-size: 70%;
}
address {
	font-style: normal;
	font-size: 65%;
}
.tel img,
.fax img {
	margin-right: 5px;
}
.tel,
.fax {
	text-indent: -30px;
	margin-left: 30px;
	font-size: 65%;
}
.pagetop {
	border-bottom: 1px dashed #CCCCCC;
	border-top: 1px dashed #CCCCCC;
	font-size: 75%;
	font-weight: bold;
	text-align: right;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 530px;
	margin-left: auto;
}
#copyright {
	width: 530px;
	margin-left: auto;
	padding: 10px 0px;
	text-align: center;
}

/*
@media print {
#contents {
	background: none;
	overflow: visible;
}
#header {
	display: none;
}
#navigation {
	display: none;
}
#information {
	left: 0px;
	width: 80%;
	margin: 0px auto;
}
#information .topicpath {
	left: 0px;
}
#information h1 {
	padding-left: 0px;
}
#information #bodytext {
	padding: 0px;
}
#footer {
	display: none;
}
.inquiry {
	width: 80%;
	margin: 20px auto;
	left: 0px;
}
}
*/
