/*　基本構造　*/

body{
	background: url(../images/bg.jpg) repeat-y center top fixed;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.7;
	color: #000000;
	}
	
div#wrapper{
	background: url(../images/bg-middle.jpg) repeat-y center top;
	width: 700px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
	
h1{
	margin: 0 auto;
	padding: 0;
	}
	
/*　フォント　*/

.text12px{
	font-size: 12px;
	}
	
.price{
	color: #993333;
	}
	
.gray12px{
	color: #666666;
	font-size: 12px;
	}
	
/*　リンク　*/

a:link{
	color: #b5748b;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #e885a8;
	text-decoration: none;
	}
	
/*　フッタ　**/

div#foot{
	width: 700px;
	height: 120px;
	padding-top: 60px;
	margin: 0 auto;
	background: url(../images/bg-bottom.jpg) no-repeat center top;
	}
	