/*　基本構造　*/

body {
	background-color: #f5daf7;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	color: #333333;
}

div#wrapper{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	}
	
/*　ヘッダ　*/

h1{
	margin: 0 auto;
	padding: 0;
	}
	
/*　メイン　*/

div#main{
		width: 715px;
		margin: 20px auto;
		padding: 0;
		background: url(../images/kazari-top.gif) no-repeat center top;
		text-align: center;
	}
	
.comment{
		padding-top: 20px;
	}
	
div#main_bottom{
		width: 715px;
		height: 139px;
		margin: 20px auto;
		background: url(../images/kazari-bottom.gif) no-repeat center bottom;
	}

/*　予告　*/

div#yokoku{
		width: 570px;
		height: 510px;
		margin: 30px auto;
		background: url(../images/yokoku_bg.jpg) no-repeat center top;
	}
	
/*　サブ　*/

div#sub{
		width: 715px;
		margin: 20px auto;
		padding: 0;
		background: url(../images/kazari-top.gif) no-repeat center top;
		text-align: center;
	}
	
div#sub p{
		text-align: left;
		padding-left: 80px;
}

.sub_komidashi{
		font-size: 16px;
		font-weight: bold;
		color: #8e696f;
	}
	
/*　リンク　*/

a:link{
	color: #a77ebc;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #fda701;
	text-decoration: none;
	}
	
	
/*　フォント　*/

.text12px{
		font-size: 12px;
	}
	
/*　フッタ　*/

div#foot{
	margin: 40px auto 0 auto;
	padding-bottom: 40px;
	}