@charset "euc-jp";
/* CSS Document */
/* ******************************
 *
 * Since:    2012-7-27
 * Modified: 2011-7-27
 * Editor:   hara@DiiV
 *
 * temp-sys ver1.01
 * Information: CSS for all
 *
 * ******************************
 */
body{
	background: #383838;
	color:#000;
	font-family:"¥á¥¤¥ê¥ª", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height:1.5em;
	letter-spacing: 0em;
	padding-top: 50px;
}

img{
	display: block;
}

a:link,
a:visited{
	color: #666666;
	text-decoration: none;
}
a:hover,
a:active{
	color: #ff9900;
	text-decoration: none;
}

.column_left,
.inner_left{
	float: left;
}
.column_center,
.inner_center{
	float: left;
}
.column_right,
.inner_right{
	float: right;
}

#wrapper{
	width: 1024px;
	margin: 0  auto;
}

#contents{
	position: relative;
}

.ci{
	position: absolute;
	left: 486px;
	top: 7px;
}

.common_link{
	position: absolute;
	left: 30px;
	top: 24px;
}

header{
	background: url(../img/common/img_noren.png) left top no-repeat;
	width: 1024px;
	height: 97px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10000;
}
