/*　基本構造　*/

body {
	background-color: #ffffff;
	background: url(../images/bg.jpg) no-repeat center top fixed;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 1px;
	color: #333333;
	}
	
div#wrapper{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	}
	
/*　ヘッダ　*/

div#head{
	width: 800px;
	height: 366px;
	margin: 0 auto;
	background: url(../images/head_bg.jpg) no-repeat center top;
	}
	
div#head h1{
	margin: 0 auto;
	padding: 0;
	}
	
/*　メイン　*/

div#main{
	width: 800px;
	background: url(../images/main_text_bg.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0 10px 0;
	}
	
div#main_text{
	width: 615px;
	margin: 0 auto;
	background: url(../images/vol02.gif) no-repeat left top;
	padding-top: 20px;
	padding-left: 10px;
	}

div#credit{
	margin: 10px 0 0 0;
	}
	
div#navi{
	margin: 20px auto;
	}
	
/*　フッタ　*/

div#foot{
	width: 800px;
	height: 144px;
	background: url(../images/foot_bg.jpg) no-repeat center top;
	margin: 0 auto;
	padding:0;
	}
	
/*　リンク　*/

a:link{ color: #785189; text-decoration: none; }
	 
a:visited{ color: #8c7795; text-decoration: none; }
	 
a:hover{ color: #b955e3; text-decoration: none; }
	