/*　基本構造　*/

body {
	background: url(../form_sp/images/bg.jpg) repeat-y center top;
	background-color: #f9e3eb;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.7;
	color: #000000;
}

#wrapper{
	width: 634px;
	margin: 0 auto;
	padding: 0;
	}
	
/*　ヘッダ　*/
	
h1{
	float: left;
	}
	
h2{
	float: right;
	}

h3{
	clear: both;
	padding: 20px 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#name_form{
	margin: 30px auto;
	}
	
.alert{
	font-size: 12px;
	color:#993333;
	}
	

	
	