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

/*/// 初期設定 ///////////////////////////////////////////////*/
* {
	margin: 0;
	padding: 0;
}

/* 画像設定 **********************************************/
img {
	border: 0;
	vertical-align:top;

	/* フェードのずれ対策 */
	-moz-box-shadow:#000 0 0 0;
	-webkit-box-shadow:#000 0 0 0;
	box-shadow:#000 0 0 0;
}

/* リストスタイル設定 ************************************/
ul {
	list-style:none;
}

/* リンク設定 ********************************************/
a {
	overflow:hidden;
	text-decoration:none;
}

a:link {
	color:#e5e5e5;
}

a:visited {
	color:#e5e5e5;
}

a:hover {
	color:#e5e5e5;
	text-decoration:underline;
}

a:active {
	color:#e5e5e5;
}

body{
	color:#e5e5e5;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
/*	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	font-size:100%;
	line-height:1.4;
	background-color:#881f25;
	text-align:center;
}

/* clearfix **********************************************/
.clearfix:after {  
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}  
.clearfix {
	display: inline-table;
	min-height:1%; /* IE7用 */
}  
/* Hides from IE-mac \*/  
* html .clearfix {
	height: 1%;
}  
.clearfix {
	display: block;
}  
/* End hide from IE-mac */  
