@charset "UTF-8";
/* CSS Document */

body {
	
	width:980px;
}

#outer {
	margin:10px auto;
	margin-top:90px;
	width:900px;
}

#wrapper {
	width:830px;
}


h1 {
	font-size:18px;
	color: #424242;
	text-align:center;
	line-height:30px;
	margin-top:20px;
	margin-bottom:20px;
}

p {
	line-height: 30px;
	font-size: 13px;
	text-align:center;
	color:#575757;
}

#close {
	  text-align:center;
	  margin-top:20px;
}
#pink {
	color:#F04490;
}


table {
	width:550px;
	margin:0 auto;
	background-color:#fff;
	border:1px solid #fff;
}

.bottom {
	margin-bottom:30px;
}
 
#no_border {
	border:none;
}

th {
	padding:3px;
	background-color: #fff;
	color: #6C6C6C;
	border:none;
	text-align:center;
	font-weight:normal;
	}

td {
	border:none;
	color:#575757;
}

#main {
	width:750px;
	margin:0 auto;
	background-color:#FFF;
	border:4px double #D5D5D5;
	padding-top:30px;
	padding-bottom:20px;
	
}

#name:hover, #hurigana:hover, #yuubinn:hover, #address:hover, #tell:hover, #textfield:hover, #textfield2:hover, #shouhin:hover, #shouhin1:hover, #pay_0:hover, #pay_1:hover, #time:hover, #textarea:hover, #button2:hover, #button:hover {
	background-color: #FFF9F6;
}

