@charset "utf-8";
/* CSS Document */


/*==全体設定==*/
html {
overflow-y:scroll;
}

html, body
{font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	line-height: 2;
	background-image:url(../images/bg.jpg);
	background-position: top center;
	background-repeat:repeat-y;
	background-attachment: fixed; 
	background-color:#600006;
	height: 100%;}
	

h1,h3{
	margin: 0px;
	padding: 0px;
	display:block;
	text-indent:-999px;
	font-size:0px;
}

h2{
	margin: 0px;
	padding: 0px;
	display:block;
	text-indent:-999px;
font-size:16px;
}




img {
	border: none;
	vertical-align: bottom;
}

#wrapper
{width:999px; margin:auto;　padding-bottom:50px}

#content
{width:978px;
min-height:100%;
height: auto !important;  
height: 100%;  
padding-bottom:30px;
position: relative;
}

#content_2
{width:915px;
height:auto;
margin:0px auto 0 auto;
}

#content_title
{margin:0px;
padding-top:35px; text-align:center}


#content_top
{background:url(../images/bg_top.png); width:983px; margin:auto; background-repeat:no-repeat; height:107px;}

#content_center
{background:url(../images/bg_center.png);
background-repeat:repeat-y;
height:auto;
width:983px; margin:auto;}

#content_btom
{background:url(../images/bg_botm.png);  width:983px; margin:auto; background-repeat:no-repeat; height:70px;}





#footer{

    height:144px;
    margin-top: 0px;
  	padding: 0 0px;
	width:100%;
	background-image:url(../images/footer_01.png);
	background-repeat:repeat-x;
	color: #fff;
}
	 


#footer2{

    height:144px;
	width:1020px;
	margin:0 auto 0 auto;
  	padding:0px;
	background-image:url(../images/footer_02.png);
	background-repeat:no-repeat;
	color: #fff;
	vertical-align:bottom;
	text-align:center;
}
	 


