@charset "utf-8";

/* the Premium CSS Document 

	ver.2008/06/02

--------------------------------------------*/

/* CSS MENU --------------------------------

	1.Base html
	2.Base Link
	3.Float clear
	4.Layout
	5.thanks

--------------------------------------------*/

/**------------------------------------------

	1.Base html

---------------------------------------------**/

*{
	margin: 0px;
	padding: 0px;
}

body{
	background: #35251d;
	color: #6E6614;
	font-size: 12px;
	text-align: center;
}

input {
	font-size: 12px;
}

address {
	font-style: normal;
	color: #bcab70;
	font-size: 11px;
}

ul{
	list-style-type: none;
}


/**------------------------------------------

	2.Base Link

---------------------------------------------**/

a:link,
a:visited{
	color: #bcab70;
	text-decoration: underline;
} 

a:hover {
	text-decoration: none;
}

a img{
	border: none;
}

/**------------------------------------------

	3.Float clear

---------------------------------------------**/

br.clr /* For Test */ {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

hr.hr-clr{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	visibility: hidden;
}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/


/**------------------------------------------

	4.Layout

---------------------------------------------**/

div#wall{
	width: 790px;
	margin: 0px auto;
	text-align: center;
}


/* header -----------------*/

div#header{
	width: 790px;
	text-align: left;
}

div#header h1{
	float: left;
	padding-bottom: 20px;
}

div#header p{
	padding-bottom: 20px;
}

/* \*/

* html div#header h1{
	padding-bottom: 7px;
}

*:first-child + html div#header h1 {
	padding-bottom: 7px;
}

* html div#header p{
	padding-bottom: 7px;
}

*:first-child + html div#header p {
	padding-bottom: 7px;
}
/**/


/*footer -----------------------------*/

div#footer{
	width: 790px;
	padding-bottom: 35px;
	text-align: left;
}

div#footer ul{
	width: 790px;
	padding-bottom: 9px;
	font-size: 11px;
	border-color: #937f3d;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

div#footer ul li{
	display: inline;
}

div#footer address{
	padding-top: 6px;
}

/* form ------------------------------*/

form {
	width: 662px;
	margin: 0px auto 25px auto;
	background: #e3dcc5;
	border: 1px solid #907f3d;
	text-align: center;
}

/* \*/

* html form {
	width: 664px;
}

/**/

h2.h2-01{
	width: 596px;
	margin: 0px auto;
	padding-bottom: 10px;
	text-align: left;
}

p.error_msg{
	color:#ff0000;
	font-weight:bold;
	font-size:11px;
	float:left;
	padding-bottom: 14px;
	margin-left: 20px;
}

dl.form-dl{
	clear: both;
	width: 596px;
	margin: 0px auto;
	text-align: left;
}

dl.form-dl dt{
	display: block;
	float: left;
	width: 173px;
	padding-bottom: 25px;
}

dl.form-dl dd{
	display: block;
	float: right;
	width: 423px;
	/*padding-bottom: 25px;*/
}

dl.form-dl dd p{
	color:#ff0000;
	font-size:10px;
	display: block;
	float: left;
	/*width: 423px;*/
	padding-bottom: 11px;
}

input.txt{
	width: 100%;
	height: 23px;
}

textarea.comment {
	width: 100%;
	height: 106px;
}

div.btn-area{
	clear: both;
	width: 400px;
	padding-top: 24px;
	margin: 0px auto 43px auto;
}
/*
div.btn-area2{
	clear: both;
	width: 400px;
	margin: 24px auto 43px auto;
}
*/
div.go-top {
	width: 100%;
	margin-bottom: 11px;
	text-align: right;
}

div.go-top p{
	padding-right: 30px;
}

div.go-top a:link,
div.go-top a:visited{
	color: #4e0a0b;
}


/**------------------------------------------

	5.thanks

---------------------------------------------**/

div#contener {
	width: 662px;
	margin: 0px auto 25px auto;
	background: #e3dcc5;
	border: 1px solid #907f3d;
	text-align: center;
}


div.btn-area02{
	width: 160px;
	margin: 0px auto 244px auto;
}




