/*　基本構造　*/

body {
	background:url(../images/bg.jpg) repeat-y center top;
	background-color: #f7f2dc;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
}

div#wrapper{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
	
/*　ヘッダ　*/
	
div#head{
	width: 700px;
	margin: 0 auto;
	background: url(../images/head_bg.jpg) no-repeat center top;
	}
	
h1{
	margin: 0;
	padding: 10px 0 10px 15px;
	text-align: left;
	}
	
/*　フォント　*/

.green12px{
	color:#1d778e;
	font-size: 12px;
	}

.green14px{
	color:#1d778e;
	font-size: 14px;
	}
	
.text12px{
	font-size: 12px;}

