/* CSS Document */

/*================================================
リセット・基本設定
------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	text-align: left;
}

img {
	border: 0;
}


/*============================
テキスト設定
----------------------------*/
body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Verdana, Arial, sans-serif,;
	color: #231815;
	margin: 0;
	padding: 0;
}

a {
	color: #701111;
	text-decoration: none;
	overflow: hidden;
}
a:hover {
	color: #701111;
	text-decoration: underline;
}

p {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 150%;
}

h1,
h2,
h3 {
	text-indent:-9999px;
	font-size: 0px;
	line-height: 0px;
}

::-moz-selection {
	background: #701111;
	color: #ffffff;
}

::selection {
	background: #701111;
	color: #ffffff;
}


/*================================================
レイアウト
------------------------------------------------*/
html {
	overflow-y: scroll;
}

body {
	background: #dcd6d7;
}

#flash {
	width: 900px;
	height: 600px;
	margin: 0;
	background: #ffffff;
}
#flash div {
	display:block;
	padding:20px;
}
#flash div ul {
	padding-left:20px;
	font-size:12px;
	margin:auto;
	padding:auto;
	}



/*============================
フッター
----------------------------*/
#footer {
	width: 900px;
	height: 20px;
	margin: 0;
	background: url(../img/index_copyright.gif) no-repeat;
	text-indent: -9999px;
}


