/* CSS Document */


/* base */
*{margin:0; padding:0;}

body {
    margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px; /* モダンブラウザ向け */
	*font-size: small; /* IE 7向け */
	*font: x-small; /* IE 6以下 */
	line-height:1.5;
	color:#333333;
	background-color:#333333;
}	



div#back {
	background: url(../img/back_head.jpg)  no-repeat top #60270c;
	padding: 0;
	text-align: center; 
	margin: 0 auto ;
	position:relative; 
	
}

div#index_back {
	background: url(../img/back_base.png) repeat-y;
	width: 940px;
	margin: 0 auto;
}

div#index_back table{
margin-left:auto;
margin-right:auto;
text-align:left;
}

/*テキスト*/
.L{ font-size:15px; line-height:18px; }
.M{ font-size:13px; line-height:18px; }
.S{ font-size:11px; line-height:14px; }

/* 回り込み解除 */
.clear_b {
    clear:both;
	margin:0;
	padding:0;
}

/*contents*/
div#contents {
	width: 700px;
	margin: 0 120px; 
	padding: 0;
	}

/* フッター */
#footer {
    clear:both;
	height:30px;
}

#footer div.contents {
    width:870px;
	margin:0 auto;
}

#footer div.copyright {
    float:right;
	display:inline;
	width:341px;
	height:11px;
	margin:13px 0 0;
}

