@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:#333;
   text-decoration:none;
}

a:hover {
   color:#31001D;
   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;
}

div#menu {
   width:757px;
   margin-bottom:10px;
}

div#crums {
	font-size: 10px;
	color: #b4b4b4;
	margin-bottom:8px;
	width: 745px;
	float: left;
	border: 1px solid #ccc;
	padding: 5px;
	letter-spacing: 1px;
}

div#contents {
   clear:both;
   width:757px;
}

div#headImage {
   width:757px;
}

div#main {
   float:left;
   width:757px;
   background: #f6f6f6;
}

div#totop {
/*   border-top:1px solid #535D57; */
}

div#footer {
   position:relative;
   clear:both;
   width:757px;
   background:#ff8c00;
}

/* 回り込み解除 */
div#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:0;
   font-size:1.5em;
   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:0.75em;
   margin-right:1px;
   color:#fff;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
   display:block;
   color:#fff;
   width:125px;
   padding:5px 0;
   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;
}

/* ========CRUMS CUSTOMIZE======== */
div#crumbs a {
	color: #b4b4b4;
	text-decoration:underline;
}
div#crumbs a:hover {
	color:#2e2b4d;
	text-decoration: none;
}

/* ========CONTENTS CUSTOMIZE======== */
div#main a {
   color:#800000;
}

div#main a:hover {
   color:#31001D;
   border:0;
   border-bottom:1px solid #31001D;
}

div#main h2 {
   margin-bottom:8px;
   padding:10px;
   color:#31001D;
   font-size:0.94em;
   font-weight:bold;
   line-height:1.4;
   border-bottom:3px double #535D57;
}

div#main h3 {
   margin-bottom:3px;
   padding:10px;
   font-size:0.88em;
}

div#main h4 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}
div#main h5 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}
div#main h6 {
   margin-bottom:2px;
   padding:5px 12px;
   font-size:0.75em;
   line-height:1.4;
}

div#main p{
   margin:10px 10px 1em 10px;
   font-size:0.75em;
   line-height:1.8;
}

div#main ul,ol,dl{
   margin-right:10px;
   font-size:0.75em;
   line-height:1.8;
}

div#main li{

}

div#main dt{
   padding:0px 2px 0px 10px;
   font-weight:bold;
}

div#main dd{
   padding:0px 2px 0px 0px;
}

th {
   font-size:0.75em;
   }

td {
   font-size:0.75em;
   }
/* ========FOOTER CUSTOMIZE======== */
div#totop{
   position:relative;
   height:2em;
}

div#totop p{
   position:absolute;
   top:10px;
   right:7px;
   margin:0;
   padding-left:8px;
   font-size:0.63em;
   background:#fff url(images/bg_totop.gif) 0 50% no-repeat;
}

address{
   padding:10px 0;
   font-size:0.63em;
   font-style:normal;
   text-align:center;
   color:#333;
}
