@charset"EUC-JP";
body {
	top: 0;
	left: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;	
	background-color: #656565;
	color: #000;
	line-height: 1;
	vertical-align: baseline;
	margin: 0; 
	padding: 0;
	}
input, textarea {
	font-family: Osaka, verdana, arial, sans-serif;
	font-size: 11pt;	
	}
td, th {
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;	
	}
p, div, h1, h2, h3, h4, h5, h6, form, input, ul, li, table, tr, td, img, dd, dl{
	margin: 0; 
	padding: 0;
	font-size: 10pt;
	font-weight: normal;
	}
h2,h3 {
    font-weight: normal;
	}
ul,dl {
    list-style-type: none;
	}
li a {
    text-decoration: none;
	}
img {
	border: none;
	vertical-align: bottom;
}
img a {
    border: none;
	}
a:link {
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	}
em {
	font-style: normal;
	}

div#wrapper {
    width: 840px;
	background: #FFFFFF;
	line-height: 1.4;
	}

div#header {
	background: url(../img/default/header_bg.jpg) left top repeat-y;
    width: 840px;
	height: 120px;
	overflow: hidden;
	line-height: 1;
	color: #FFFFFF;
	}
	
div#header h1 {
    text-align: right;
	padding-top: 12px;
	}

div#header_navi {
    width: 840px;
	overflow: hidden;
	background: #8AD3E4;
	color: #333;
	}
div#header_navi ul li{
    display: block;
	float: left;
	padding-left: 15px;
	}
div#header_navi ul li a{
    font-size: 0.7em;
	color: #000;
	background: #8AD3E4;
	}
div#header_navi ul li a:link{
    color: #000;
	}
div#header_navi ul li a:visited{
    color: #000;
	} 
div#header_navi ul li a:hover{
    color: #CC3300;
	}   
	
div#contents {
    width: 840px;
	background: url(../img/default/contents_bg.gif) left top repeat-y;
	}
	
div#mainCol {
    width: 680px;
	float: right;
	overflow: hidden;
	}
	
div#subCol {
    width: 160px;
	float: left;
	overflow: hidden;
	line-height: 1.2;
	}
	
ul.subnavi li{
    text-align: left;
	margin-top: 10px;
	line-height: 1;
	}
ul.subnavi li span {
    font-size: 0.7em;
	margin-left: 10px;
	}
div.loginform {
	margin: 20px 20px 0 20px;
	font-size: 0.7em;
	color: #333;
	}
div#subCol p a {
	margin: 20px 20px 0 20px;
	color: #333;
	font-size: 0.7em;
	}

div#footer {
    width: 840px;
	clear: both;
	background: url(../img/default/contents_bg.gif) left top repeat-y;
	padding-bottom: 20px;
	}
div#footer address {
	text-align: right;
	padding-right: 10px;
	font-size: 0.7em;
	font-style: normal;
	}
div#footer address a {
    color: #000000;
	text-decoration: none;
	} 

/*clearfix*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
