@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: 670px;
	_height:100%;
	min-height:100%;
	margin:0 auto;
	padding:0 0 20px 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: 650px;
	height:100%;
	margin:0 auto;
	padding:0 10px;
	text-align:center;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "century", "HGP明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

/* 各コンテンツ部分 */
#main div.content{
	margin:0 auto;
	padding:10px 20px;
	width: 620px;
	text-align:left;
	color:#333333;
	font-size:11pt;
	line-height:160%;
	letter-spacing:1pt;
}
#main img.title{
	margin: 50px auto;
}

#main div.content div.attention{
	margin:0 auto;
	padding:30px 0 520px 0;
	text-align:left;
}
#main div.content div.attention a {
	position: relative; /* IE6用 */
	text-decoration: underline; /* テキストの下線（あり） */
	color:#333333;
}
#main div.content div.attention a:hover {
	 position:relative;
	 top:1px;
	 left:1px;
	 color:#cccccc;
	 text-decoration:none;
}
#main div.content div.author{
	text-align:right;
	margin-bottom:-20px;
}
#main div.content div.author a {
	position: relative; /* IE6用 */
	text-decoration: underline; /* テキストの下線（あり） */
	color:#333333;
}
#main div.content div.author a:hover {
	 position:relative;
	 top:1px;
	 left:1px;
	 color:#cccccc;
	 text-decoration:none;
}


/* フッター */
#container div#foot{
	margin:40px auto 10px auto;
	width:620px;
	padding:15px 0;
	color:#333333;
	font-size:11pt;
	line-height:160%;
	letter-spacing:1pt;
	background-color:#f5f5ea;
	text-align: right;
}

div#foot a {
	position: relative; /* IE6用 */
	text-decoration: underline; /* テキストの下線（あり） */
	color:#333333;
}
div#foot a:hover {
	 position:relative;
	 top:1px;
	 left:1px;
	 color:#cccccc;
	 text-decoration:none;
}

@media screen and (max-width:640px){
#container {
	width: 100%;
	padding: 0;
}
#main{
	width: 100%;
	padding: 0;
}
#main div.content{
	width: 90%;
	font-size:0.9em;
	line-height:160%;
	letter-spacing: 0;
	padding: 0;
}
#main img.title{
	margin: 50px 0;
	width: 70%;
}
#container div#foot{
	width: 90%;
	padding: 20px 0;
	font-size:0.9em;
	letter-spacing: 0;
}
}

/* --- clearfix --- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}


