@charset "UTF-8";

/* Win IE7 */
*:first-child+html body { 
	font-size:75%;
	}


*:first-child+html * {
	lette-spacing: 0;
	zoom:1;
	}

/* Win IE6 & 6以前 */

* html body { 
	font-size:75%;
	}

/* ○base styles ****************************************/

body {
	text-align:center;
	background-color: #360b0b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ○リンク関係 ****************************************/
a {
	color:#285baf;
	text-decoration:none;
	}
a:link {
	color:#285baf;
	}
a:visited {
	color:#993300;
	}
a:hover, a:focus, a:active {
	color:#993300;
	text-decoration:none;
	}

/* ○class ****************************************/

.space10 {
	height:10px;
	clear:both;
	font-size:0;
	line-height:0;
	}
.space14 {
	height:14px;
	clear:both;
	font-size:0;
	line-height:0;
	}
.space18 {
	height:18px;
	clear:both;
	font-size:0;
	line-height:0;
	}
.space26 {
	height:26px;
	clear:both;
	font-size:0;
	line-height:0;
	}
.space30 {
	height:30px;
	clear:both;
	font-size:0;
	line-height:10px;
	}
.clear {
	height:0;
	line-height:0;
	clear:both;
	font-size:0;
	}
ul{
	list-style-type: none;
}


/* ○base_layout ****************************************/
#wrapper {
	margin:0px auto;
	text-align:left;
	background-color: #f6f486;
	width: 960px;
	height: auto;
    overflow: hidden;
}

#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #wrapper {
    height: 1em;
    overflow: visible;
}
/**/


#footer {
	text-align:center;
	width: 960px;
	height: auto;
	overflow: hidden;
	line-height: 120%;
	color: #FFFFFF;
	font-size: 80%;
	margin-right: auto;
	margin-left: auto;
}

/* ○LeftBanner ****************************************/

.leftbanner {
	width: 160px;
	margin-top: 0px;
	float: left;
	padding-left: 18px;
	}
.leftbanner ul.banner_l{
	list-style-type: none;
	margin:0px 0;
	}
.leftbanner ul.banner_l li{
	list-style-type: none;
	margin: 0px;
	}
.leftbanner ul.banner_l li .litxt{
	font-size: 80%;
	line-height: 140%;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
	text-indent: 0px;
	padding-top: 2px;
	}
.leftbanner ul.banner_l li.lispace{
	list-style-type: none;
	height: 14px;
	}
.leftbanner ul.banner_l li.border_1{
	height: 1px;
	padding: 4px 0px 14px;
	font-size: 0px;
	}
	
/* ○gotop ****************************************/
.gotop{
	width: 140px;
	margin-left: 606px;
	}
.dx {
	right: 10px;
}
