/* フォント指定 */
body, textarea { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;}
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }


body {
	margin:0px;
	padding:0px;
}

ul,li {
	margin:0px;
	padding:0px;
}

#contain {
	width: 1000px;
	height: 1150px;
	margin: 0 auto;
	padding-top: 50px;
	background-image: url(../img/BG_main.jpg);
	background-repeat: no-repeat;
	position:relative;
}

h1 {
	width: 868px;
	height: 54px;
	margin: 10px auto 0 auto;;
	overflow: hidden;
	line-height: 100em;
	background-image: url(../img/h1_title.png);
}
.formbox {
	width: 512px;
	padding: 4px;
	margin-left: 30px;
	margin-top: 50px;
	border-radius: 10px;
	background-image: url(../img/BG_box.png);
	color: #FFF;
}
.form {
	width:490px;
	border: 1px solid #FFF;
	border-radius: 10px;
	padding: 10px;
	color: #FFF;
}
.form form {
	margin-top: 10px;
	padding:5px 0px;
	background-image:url(../img/BG_area4.png);
}

h4 {
	margin: 0;
}

#dlatt {
	text-align:left;
	margin-top:20px;
	margin-bottom:30px;
	font-size: 8pt;
}


#footer {
	width: 100%;
	height: 75px;
	position: absolute;
	text-align: center;
	bottom: 0;
}

address {
	width: 100%;
	height: 20px;
	position: absolute;
	top: 50px;
	color: #463328;
	font-size: 10pt;
	font-style: normal;
}

#brandbox {
	width: 113px;
	height: 48px;
	margin: 0 auto;
	left: 0;
	right: 0;
	position: absolute;
}
#brandbox:hover {
	top: 1px;
	left: 1px;
}

.formbox2 {
	width: 512px;
	padding: 4px;
	margin-left: 30px;
	margin-top: 0px;
	border-radius: 10px;
	background-image: url(../img/BG_box.png);
	color: #FFF;
	font-size: 11pt;
}


#attlist {
	list-style-position: inside;
}

h2 {
	width: 485px;
	height: 39px;
	overflow: hidden;
	line-height: 100em;
	margin: 35px 0 10px 30px;
}
#h201 {background-image: url(../dl/img/h2_01.png);}
#h202 {background-image: url(../dl/img/h2_02.png);}
#h203 {background-image: url(../dl/img/h2_03.png);}

.formbox2 a {
	color: #fff;
}
