@charset "UTF-8";

/* ========BASIC======== */
* {
   font-family:Verdana, Helvetica, sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background:#fff;
}

br {
   letter-spacing:normal;
}

a {
   color:#990000;
   text-decoration:none;
}

a:hover {
   color:#CC0000;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
div#top {
   width:757px;
   margin:0 auto;
   background:#fff;
}

div#header {
   width:757px;
   background:#fff;
}
#header a {
	display:block;
	margin:10px auto 10px auto;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	width:90px;
	height:60px;
	text-indent:-500em;
}
div#menu {
   width:757px;
   margin-bottom:10px;
}

div#contents {
   clear:both;
   width:757px;
}

div#headImage {
   width:757px;
}

div#main {
	float:left;
	width:auto;
	margin-top:10px;
	padding:10px;
}

div#main2 {
   float:left;
   width:547px;
   margin-top:10px;
   padding:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #663300;
}

div#sub {
   float:right;
   width:180px;
   margin-top:10px;
}

div#totop {
   border-top:1px solid #535D57;
}

div#footer {
	text-align:center;
   clear:both;
   width:757px;
   margin-top:10px;
}

/* 回り込み解除 */
div#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:0;
   font-size:2em;
   color:#000;
   line-height:60px;
}

div#header h1 a {
   color:#000;
}

div#header h1 a:hover {
   color:#535D57;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   width:756px;
   margin:0;
   padding:1px 0 1px 1px;
   background:#000;
}

div#menu li {
   float:left;
   font-size:13px;
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
   display:block;
   width:125px;
   margin-right:1px;
   padding:5px 0;
   color:#fff;
   background:url(images/bg_menu_off.gif);

}

div#menu li a:hover{
   color:#fff;
   background:url(images/bg_menu_on.gif);
}

/* 回り込み解除 */
div#menu ul:after{
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#990000;
}

div#main a:hover {
   color:#CC0000;
   border:0;
   border-bottom:1px solid #31001D;
}

div#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#31001D;
   font-size:1.5em;
   font-weight:bold;
   line-height:1.4;
   border-bottom:3px double #535D57;
}

div#main h3 {
   margin-bottom:8px;
   font-size:1.3em;
}

div#main h4 {
   margin-bottom:8px;
   font-size:0.9em;
   line-height:1.4;
}
div#main h5 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}
div#main h6 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}

div#main p{
   margin:0 10px 1em 0;
   font-size:midium;
   line-height:1.4;
}

div#main ul,ol,dl{
   margin-right:10px;
   font-size:0.75em;
}

div#main dt{

}

div#main li{

}

div#main dt{
   margin-bottom:3px;
}

div#main dd{
   padding:0;
   margin:0 0 1em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* ========MAIN2 CONTENTS CUSTOMIZE======== */
div#main2 a {
   color:#990000;
}

div#main2 a:hover {
   color:#CC0000;
   border:0;
   border-bottom:1px solid #31001D;
}

div#main2 h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#31001D;
   font-size:1.5em;
   font-weight:bold;
   line-height:1.4;
   border-bottom:3px double #535D57;
}

div#main2 h3 {
   margin-bottom:8px;
   font-size:1.3em;
}

div#main2 h4 {
   margin-bottom:8px;
   font-size:0.9em;
   line-height:1.4;
}
div#main2 h5 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}
div#main2 h6 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}

div#main2 p{
   margin:0 10px 1em 0;
   font-size:midium;
   line-height:1.4;
}

div#main2 ul,ol,dl{
   margin-right:10px;
   font-size:0.75em;
}

div#main2 dt{

}

div#main2 li{

}

div#main2 dt{
   margin-bottom:3px;
}

div#main2 dd{
   padding:0;
   margin:0 0 1em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* ========sub CONTENTS CUSTOMIZE======== */
div#sub .section {

}

div#sub h2 {
   padding:3px;
   font-size:0.88em;
   font-weight:bold;
   color:#fff;
   background:#31001D url(images/bg_sub_h2.gif) 0 0 repeat-x;
}

div#sub ul {
   margin:0;
   padding:5px 0 1em 0;
}

div#sub li {
   margin:0;
   padding-left:18px;
   font-size:0.75em;
   line-height:1.8;
   background:#fff url(images/bg_list.gif) 0 4px no-repeat;
   list-style:none;
}

/* ========FOOTER CUSTOMIZE======== */
div#totop{
	clear:both;
   text-align:right;
   padding-top:3px;
   font-size:smaller;
}

address{
   padding:10px 0;
   font-size:0.63em;
   color:#333;
}

.underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666600;
}
.link {
	font-size:x-small;
	}
.rt {
	font-size:smaller;
	}