<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";
/* CSS Document */


div#contents{
   padding:20px;
}

div#anchor {
   width:850px;
   height:60px;
   padding:20px 0;
   border-top: 1px solid #CBCBCB;
   border-bottom: 1px solid #CBCBCB;
}

div#anchor ul {
   width:850px;
   margin:0 auto;
   padding:0;
}

div#anchor li {
   float:left;
}

div#contents h2{
   margin:40px 0;
   font-size:32px;
   letter-spacing:3px;
   line-height:180%;
   clear:both;
}

div#contents h3{
   clear:both;
   margin:40px 0 20px 0;
   padding:0 0 0 17px;
   font-size:14px;
   letter-spacing:3px;
   background:url("img/bg_contents_top_h3.gif") 0 0 no-repeat;
}

div#contents h4{
   clear:both;
   margin:2em 0 0.5em 10px;
   padding:0 0 0 20px;
   font-size:13px;
   letter-spacing:3px;
   background:url("img/bg_contents_top_h4.gif") 0 0 no-repeat;
}

div#contents h5{
   clear:both;
   margin:1.5em 0 1em 30px;
   padding:0;
   font-size:12px;
   letter-spacing:3px;
   text-decoration:underline;
}

div#contents p{
   margin:0 0 15px 15px;
   color:#333;
   letter-spacing:3px;
   line-height:180%;
}

div#contents dt {
   margin:0 0 0.5em 30px;
   padding:0 0 0 20px;
   color:#333;
   letter-spacing:3px;
   background: url(./img/q.gif) no-repeat;
}

div#contents dd {
   margin:0 0 1em 30px;
   padding:20px;
   background:#eee;
   color:#333;
   letter-spacing:3px;
}

strong{
   font-size:13px;
   line-height:55px;
}

/*--------------------------*/
/* FAQ Accordion            */
/*--------------------------*/
/*
.tabContainer {
	width: 850px;
	border-bottom: 1px solid #CBCBCB;
}

.tabContainer ul.tabMenu li {
	float: left;
	margin:0 5px 0 5px;
	padding: 0;
	position: relative;
	letter-spacing: .1em;
}

.tabContainer ul.tabMenu li a {
	display: block;
	float: left;
	padding: 5px 10px;
	background: url(./img/bg_qa.gif) no-repeat right top;
	border-left: 1px solid #CBCBCB;
	color: #999;
	text-decoration: none;
}

.tabContainer ul.tabMenu li.active a {
	position: relative;
	top: 1px;
	background: url(./img/bg_qa.gif) no-repeat right top;
	border-left: 1px solid #CBCBCB;
	color: #333;
}

.tabContainer ul.tabMenu li a:hover {
	color: #333;
}

.tabContainer dl {
	clear: both;
	width: 830px;
	padding: 15px;
	background: url(./img/bg_qa.gif) no-repeat;
}

.tabContainer dl dt {
	margin: 0 0 0.5em 0;
	padding-left: 25px;
	background: url(./img/q.gif) no-repeat;
	font-weight: bold;
}

.tabContainer dl dd {
	margin:0 1em 1em 1em;
	padding: 0 0 0 0;
	background: url(./img/a.gif) no-repeat 0px 0px;
	border-bottom: 1px dotted #E0E0E0;
}
*/
</pre></body></html>