@charset "utf-8";

*{
	margin:0;
	padding:0;
}

html{
	height:100%;
}

body{
	font-size:12px;
	background:#000 url(../img/wrapper_bg.jpg) 50% 0 repeat-y;
	height:100%;
	color:#fff;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",sans-serif;
}

img{
	border:none;
}

ul{
	list-style:none;
}

a:link,a:visited{
	color:#CC3300;
}

a:hover{
	color:#FF6600;
}

#layout{
	width:100%;
	background:url(../img/top_bg.jpg) 50% 0 no-repeat;
}
	

#wrapper{
	height:100%;	
}

body > #wrapper{
	height:auto;
	min-height:100%;
}

#container{
	width:920px;
	margin:0 auto;
	padding-bottom:184px;
}

#container_inner{
	width:920px;
	margin:0 auto;
}

#container_wrapper{
}

#footer{
	position:relative;
	clear:both;
	margin-top:-184px;
	height:184px;
	background:url(../img/footer_bg.png) 0 0 repeat;
	width:100%;
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



