@charset "utf-8";
/* CSS Document */

/* hide hack from Mac-IE5 \*/
/* html .mybuggyelement { height: 1%; }
/* end hiding */

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#FAFAFA;
}

body a{
	text-decoration:none;
	color:#036;
}

body a:hover{
	text-decoration:underline;
	color:#069;
}

#soto-waku{
	width:850px;
	height:auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #FFF;
}

#main{
	width:900px;
	height:1500px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}


h1{
	display:inline;
}


a img{
	border:none;
}

a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

.deep-reds{
	color:#5B001E;
}

.back-page{
	display:block;
	height: auto;
	width: auto;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 12px;
}

.back-page a{
	color:#006;
}

.back-page a:hover{
	color:#009;
	list-style-type:circle;
	text-decoration:underline;
	}

