/* CSS Document */

body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #825F4B;
}
#main{
	width: 740px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#topbg{
	width: 740px;
	margin: 0;
	padding: 0;
	background-image: url(images/topbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 600px;
}
#inbox{
	width: 700px;
	margin: 0 20px;
	text-align: center;
}


#footer{
	width: 700px;
	text-align: center;
	padding: 10px 0;
	font-size: 12px;
	line-height: 150%;
	border-top: solid 1px #CCCCCC;
}



/* -------------------------------------------------- */
/* 　　　     　　 枠組みここまで　　　　　　　　　　 */
/* -------------------------------------------------- */

#toptext{
	width: 668px;
	padding: 12px 16px 14px 16px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	margin: 0;
}
h1{
	margin: 0 0 20px 0;
}


.letter{
	width: 600px;
	margin: 0 50px;
	text-align: left;
}
.letter p{
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 22px;
}

.name{
	width: 600px;
	text-align: right;
	font-size: 14px;
	line-height: 150%;
	padding-top: 10px;
	margin-bottom: 20px;
}
.name2{
	width: 600px;
	text-align: right;
	font-size: 14px;
	line-height: 150%;
	padding-top: 20px;
	margin-bottom: 20px;
}

h2{
	font-size: 18px;
	color: #CC0000;
	margin-bottom: 30px;
	line-height: 150%;
}
h3{
	font-size: 24px;
	line-height: 150%;
}
.yes{
	font-size: 36px;
	color: #CC0000;
	margin-bottom: 30px;
	font-weight: bold;
}

h4{
	width: 600px;
	font-size: 18px;
	text-align: center;
	color: #CC0000;
	margin-bottom: 24px;
}

.koumoku{
	width: 560px;
	padding: 20px;
	text-align: left;
	background-image: url(images/koumokubg.jpg);
	background-repeat: repeat-y;
}
ul.list{
	margin: 0 0 0 1em;
	padding: 0;
	text-align: left;
}
ul.list li{
	margin: 0 0 14px 0;
	font-size: 14px;
	line-height: 150%;
}

.tokuten{
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}

.button{
	width: 506px;
	margin: 0 47px 20px 47px;
}


/* -------------------------------------------------- */
/* 　　　     　　 　　フォント　　　　　　　　　　　 */
/* -------------------------------------------------- */

.ft_bgyellow{
	background-color: #FFFF00;
}
.ft_30px{
	font-size: 30px;
}
.ft_26px{
	font-size: 26px;
}
.ft_18px{
	font-size: 18px;
}
.ft_redbgy{
	color: #CC0000;
	background-color: #FFFF00;
}
.ft_red{
	color: #CC0000;
}
.ft_12px{
	font-size: 12px;
}
.ft_16px{
	font-size: 16px;
}



/* -------------------------------------------------- */
/* 　　　     　　 　　フォーム　　　　　　　　　　　 */
/* -------------------------------------------------- */

table.formarea{
	width: 595px;
	margin-bottom: 10px;
	background-color: #999;
}
table.formarea tr td{
	padding: 8px 10px;
	text-align: left;
}
table.formarea tr td.left{
	width: 135px;
	background-color: #D5D5D5;
	color: #333333;
	font-size: 12px;
}
table.formarea tr td.right{
	width: 370px;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 12px;
}

.souryou{
	width: 260px;
	padding-left: 110px;
	padding-top: 2px;
}

.orderbutton{
	width: 600px;
	text-align: center;
	font-size: 12px;
	line-height: 150px;
	padding-bottom: 20px;
}





