@charset"euc-jp";
body {
	top: 0;
	left: 0;	
	background-color: #656565;
	color: #333;
	line-height: 1.4;
	vertical-align: baseline;
	margin: 0; 
	padding: 0;
	}
body {
	font-family:Arial,"Hiragino Kaku Gothic Pro","¥Ò¥é¥®¥Î³Ñ¥´ Pro W3",Meiryo,"¥á¥¤¥ê¥ª","£Í£Ó £Ð¥´¥·¥Ã¥¯",Osaka,sans-serif;
	font-size: 10pt;
	}
* + html body {
	font-family:Meiryo,"¥á¥¤¥ê¥ª",Arial,"Hiragino Kaku Gothic Pro","¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","£Í£Ó £Ð¥´¥·¥Ã¥¯",Osaka,sans-serif;
	}
input, textarea {
	font-family: Osaka, verdana, arial, sans-serif;
	font-size: 0.9em;	
	}
td, th {
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em;	
	}
p, div, h1, h2, h3, h4, h5, h6,address, form, input, ul, li, table, tr, td, img, dd, dl{
	margin: 0; 
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	}
ul,dl {
    list-style-type: none;
	}
img {
	border: none;
	vertical-align: bottom;
}
a,a img {
	border-color:#333;
	border-style:dotted;
	border-width:0 0 1px;
	color:#333333;
	text-decoration:none;
}
a:hover,a img:hover {
	border-color: #FF2162;
	border-style:dotted;
	border-width:0 0 1px;
	color: #FF2162;
	text-decoration:none;
}

em {
	font-style: normal;
	}

div#all {
	background-color: #fff;
	width: 800px;
	}	
div#header {
	padding-top: 155px;
	background: #fff url(../img/top.jpg) left top no-repeat;
	}
div#header ul.gnavi li {
	float: left;
	}
div#header ul.gnavi li a {
	margin-left: 30px;
	color:#FF2162;
	border: none;
	}
div#header ul.gnavi li a:hover {
	color: #339900;
	border: none;
	}
div#contents {
	width: 800px;
	}
div#footer {
	clear: both;
	padding: 20px 0 20px 30px;
	}
div#footer address {
	font-size: 0.8em;
	font-style:normal;
	text-align: left;
	color:#FF2162;
	}
div#footer div.loginform,div#footer a {
	font-size: 0.8em;
	}

h2 img {
	margin-bottom: 15px;
	}

.leftbox, .rightbox {
	padding: 3px;
}
.leftbox {
	float: left;
}
.rightbox {
	float: right;
}

.pageswitch {
	font-size: 0.8em;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 1.0;
	text-align: right;
	margin-right: 30px;
	color: #666;
	clear: both;
}
.pageswitch a {
    font-weight: bold;
	color: #666;
}



/*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 */