/*---------------
clearfix
---------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
display: inline-table;
overflow:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
overflow:visible;
}
.clearfix {display: block;}
/* End hide from IE-mac */


/*---------------
default
---------------*/
body,
div,
ul,ol,li,
dl,dt,dd,
h1,h2,h3,h4,h5,h6,
p,a,
img,
table,th,td,
form,
imput,
object,
hr{
margin:0;
padding:0;
border:0;
}
img {
	display:block;
}
ul {
	list-style-type:none;	
}
.clear {
	height:0px;
	clear:both;
	display: hidden;
	line-height:0;
	font-size:0px;
	zoom:1;
}
body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	line-height: 1.6em;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
a {
	color: #5FA1B1;
}
a:hover {
	color: #999999;
}

#wrapper {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 800px;
	margin-bottom: 20px;
}
#header .logo {
	float: left;
}
#header .tagline {
	font-size: 10px;
	float: right;
	text-align: right;
}
#contens {
	margin-bottom: 30px;
}

#navi {
	background-image: url(../img/common/navi_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	width: 200px;
	height: 550px;
}
#navi .ban {
	margin-top: 30px;
	margin-right: 40px;
	margin-left: 40px;
}
#main {
	float: left;
	width: 580px;
	padding-left: 20px;
}

#footer {
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#footer .copy {
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#main .title {
	margin-bottom: 20px;
}
#main .pagetop {
	float: right;
	margin-top: 30px;
}
