@charset "UTF-8";
html{
	height:100%;
}
body {
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "century", "HGP明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	margin: 0 auto;
	padding: 0;
	height:100%;
	text-align:center;
	background-image:url(img/bg_noise.jpg);
	background-position: center top;
	background-repeat:repeat;
	background-attachment: fixed;
}

img { border: none; }

br{ letter-spacing: normal;}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}

/* ~~ コンテナ ~~ */
#container {
	width: 675px;
	_height:100%;
	min-height:100%;
	margin:0 auto;
	padding:0;
	position: relative;
	text-align:center;
	background-image:url(img/bg_noise.jpg);
	background-position: center top;
	background-repeat:repeat;
	background-attachment: fixed;
}

/* コンテンツ全体 */
#main{
	width: 675px;
	height:100%;
	margin:0 auto;
	padding:470px 0 0 0;
	text-align:center;
	background-image:url(img/main_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:scroll;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "century", "HGP明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
#main_illust{
	width: 675px;
	height:100%;
	margin:0 auto;
	padding:30px 0 0 0;
	text-align:center;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "century", "HGP明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

/* 各コンテンツ部分 */
#main div.content{
	margin:0 auto;
	width: 665px;
	text-align:left;
	color:#333333;
	font-size:13pt;
	line-height:180%;
}

	/* コンテンツリンク設定 */
	.content a:link{
		 color:#333333;
		 text-decoration:none;
	}
	.content a:visited{
		 color:#666666;
		 text-decoration:none;
	}
	.content a:active{
		 position:relative;
		 top:1px;
		 left:1px;
		 color:#cccccc;
		 text-decoration:none;
	}
	.content a:hover{
		 position:relative;
		 top:1px;
		 left:1px;
		 color:#cccccc;
		 text-decoration:none;
	}
	.content a:focus{
		 position:relative;
		 top:1px;
		 left:1px;
		 color:#cccccc;
		 text-decoration:none;
	}

.new{
	font-weight:bold;
	text-decoration:underline;
}
.remark{
	color:#FF0000;
}

/* フッター */
#foot{
	margin:0 auto;
	padding:30px 0;
	text-align:center;
	color:#333333;
	font-size:10pt;
}
#foot img{
	vertical-align: middle;
}

	/* フッターリンク設定 */
	#foot a:link{
		 color:#333333;
		 text-decoration:none;
	}
	#foot a:visited{
		 color:#333333;
		 text-decoration:none;
	}
	#foot a:active{
		 position:relative;
		 top:1px;
		 left:1px;
		 color:#666666;
		 text-decoration:none;
	}
	#foot a:hover{
		 position:relative;
		 top:1px;
		 left:1px;
		 color:#666666;
		 text-decoration:none;
	}
	#foot a:focus{
		 position:relative;
		 top:1px;
		 left:1px;
		 color:#666666;
		 text-decoration:none;
	}
