@charset "utf-8";
/*body 全体設定*/
body  {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #461c1d;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #dfd6d4;
}
#contents {
    width: 780px;
    height: 580px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -290px 0 0 -390px;  
}  

/*文字*/
#red {color: #f00;}
#gold {color: #c5a05d;}

/*レイアウトセレクタ*/
#CNT{
	text-align:center;
	}
#L{
	text-align:left;
	}
#R{
	text-align:right;
	}
a img {
	border-style:none;
}

/*コンテナ部分*/
.mainstyle #container { 
	width: 780px;  
	background: #461c1d;
	margin: 0 auto; 
	border: 1px solid #461c1d;
} 

/*ヘッダー部分*/
.mainstyle #header { 
	height: 300px;
} 
.mainstyle #header a {
    display:block;
	width:780px;
	background: #461c1d url(../img/top/top.jpg) center no-repeat;
    height: 300px;
}

/*フッター部分*/
.mainstyle #footer { 
	padding: 0 10px 0 10px;
	background:#461c1d; 
} 
.mainstyle #footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: x-small;
	color: #dfd6d4;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
