@charset "utf-8";

/* CSS Document */
/*Update 2010-02-04*/

/* Base Setting
------------------------------*/
html>body {
	font-size: 12px;
}

body {
	font-size: 75%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.4;
	text-align: left;
	background-color: #000; /* #12130e; */
	color: #000000;
}

*:first-child+html body {
	font-size: 75%;
	font-family: 'メイリオ', Meiryo, sans-serif;
}

* html body {
	font-size: 75%;
	font-family: 'メイリオ', Meiryo, sans-serif;
	letter-spacing: normal;
	vertical-align: baseline;
}


*:first-child+html li {
	zoom: 1;
	vertical-align: bottom;
}


h1, h2, h3, h4, h5, h6, table, p, ul, ol, dl, marquee {
	font-size: 100.01%;
}

ul li, ol li {
	list-style-type: none;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

a {
	cursor: pointer;
	color: #046544;
}

a:hover {
	text-decoration: none;
}


/* wrapper
------------------------------*/
#wrapper {
	margin:0 auto;
	width: 960px; /* 1267px; */ /* 1501px; */

	background:#fff url(../images/sidebg.png) repeat-y;
	background-color: #12130e;
}

#sideleft h1{
	width: 389px; /* 410px; */
	height: 130px;
	overflow:hidden;
/*	text-indent: -9999px; */
}
#sideleft h1 a {
	display: block;
	width: 389px; /* 410px; */
	height: 130px;
	padding-top:130px;
	background-image: url(../images/title.png);
	background-position: 0 0;
	background-repeat: no-repeat;
/*	text-indent: -9999px; */
}

/* new clearfix */
.clearfix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */ 
