@charset "utf-8";
/* CSS Document */

body { background-color:#ffffff; } 

#container {
     width:810px;
	 padding:0px;
	 margin:0 auto;
	 text-align:left;
	 }

#top {
	 text-align:right;
	 color:#999999;
	 font-size:10px;
	 margin-right:20px
	 }
	 
#header {
	 height:110px;
	 }
	 
#navi {
     height:56px;
	 background-color:#cccccc;
	 }

#contents {
     width:810px;
	 background-image:url(backm.gif);
	 background-repeat:repeat-y;
	 float:left;
	 }

#sub {
     float:left;
	 width:300px;
	 text-align:center;
	 }
	 
#subbottom {
     width:200px;
	 margin:auto;
	 background-color:#cccccc;
	 }
	 
#subbottom p {
     padding:0px 20px 0px 15px;
	 font-size:11px;
	 color:#dddddd;
	 }
		 
#main {
     float:left;
	 width:470px;
	 background-color:#eeeeee;
	 border:1px solid #999999;
	 }
	 
#main h2 {
     padding-left:10px;
	 margin-left:20px;
	 border-left:#b91232 solid 3px;
	 font-size:13px;
	 color:#444242;
	 }
	 
#main p {
     margin-left:40px;
	 margin-right:20px;
	 color:#999999;
	 font-size:12px;
	 line-height:150%;
	 }
	 
.table01 {
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
	border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
	font-size:11px;
    margin-bottom: 1em;
	margin-left:40px;
    }
     
.table01 th {
    border-bottom: 1px solid #999999;
    padding: 10px;
    line-height: 1.7;
    vertical-align: top;
    text-align: left;
    background-color:#666666;
	color:#dddddd
    }	
	
.table01 td {
    border-bottom: 1px solid #999999;
    padding: 8px;
    line-height: 1.7;
    vertical-align: top;
    text-align: left;
    background-color:#999999;
	color:#eeeeee
    }
	
.table01 a {
    color:#eeeeee;
	}
	
.tablewp {
    font-size:12px;
	}
	
.tablewp td {
    text-align:center;
	line-height:30px;
	}
	
.tablewp a {
    text-decoration:none;
	}
	 
#subright {
     float:left;
	 width:40px;
	 }
	 
#footer {
	 height:100px;
	 width:810px;
	 clear:both;
	 }
     
#footer p {
     font-size:11px;
	 color:#999999;
	 padding:10px 0px 0px 30px;
	 }
	 
#footer a {
     color:#999999;
	 }
	 
#footer a:hover {
     color:#b91232;
	 }
	 
	 
	 
	 
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix { display: inline-block; }

#global-navi ul,#sub-navi ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#content {
	width: 520px;
	padding-top: 40px;
	float: right;
}

#sub-navi {
	width: 810px;
	height:56px;
	font-size: small;
	position: relative;
	background: url(menubar.gif) #3C4E65 repeat-x left bottom;
}
 
#sub-navi ul {
	padding: 13px 0px 13px 80px;
}

#sub-navi ul li {
	margin-right: 10px;
	float: left;
}
 
#sub-navi ul a {
	height: 30px;
	color: #b7b19a;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
	line-height: 30px;
	display: block;
	position: relative;
	z-index: 10;
    }

#sub-navi ul a:hover {
	color: #dddddd;
    }

#menu-home a { width: 70px; }
#menu-jisseki a { width: 90px; }
#menu-seisaku a { width: 90px; }
#menu-support a { width: 110px; }
#menu-nagare a { width: 100px; }
#menu-faq a { width: 110px; }


#sub-navi li.background {
	background: url(img/fancymenu/bg-menu-right.gif) no-repeat top right;
	position: absolute;
	z-index: 8;
	visibility: hidden;
}
 
#sub-navi li.background .left {
	height: 30px;
	background: url(img/fancymenu/bg-menu.gif) no-repeat top left;
	margin-right: 9px;
}
