@charset 'UTF-8';

*{
	color: #CCC;
}

#mainVisual{
	background-image: url(../../images/head_bg1.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 600px;
}
#mainVisual h2{
	width: 1400px;
	position: relative;
	left: 50%;
	margin-left: -700px;
}
body{
	background-image: url(../../images/body_bg1.jpg);
}
#container{
	top: 400px;
	background-image: url(../../images/container_bg1.png);
}


#contents{
	padding-left: 20px;
}
#contents #textBox{
}
#contents #textBox h3{
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
}
#contents #textBox h4{
	font-weight: bold;
	color: #FFF;
	margin-top: 10px;
}
#contents #textBox p{
	font-size: 12px;
	line-height: 1.5em;
	padding-bottom: 10px;
}
#contents #textBox span{
	color: #f36666;
}

#contents #entryBox{
	width: 800px;
}
#contents #entryBox form fieldset{
	padding: 20px 30px;
	border: 1px solid #5b6535;
}
#contents #entryBox form fieldset dl dt{
	clear: both;
	margin-bottom: 20px;
	float: left;
	width: 180px;
}
#contents #entryBox form fieldset dl dd{
	margin-bottom: 20px;
	float: left;
	width: 540px;
}
#contents #entryBox form fieldset dl .heightClear{
	height: 100%
}
#contents #entryBox form fieldset dl dd span{
	color: #f36666;
}
#contents #entryBox form fieldset dl dd .formButton{
	margin-top: 10px;
	height: 20px;
	width: 60px;
}
#contents #entryBox form fieldset dl dd span.errorText{
	color: #f36666;
}
#contents #entryBox form fieldset dl dd a img{
	border: 0px;
}
#contents #entryBox span{
	color: #f36666;
	font-weight: bold;
}

#contents #privacyBox{
	margin-top: 60px;
}
#contents #privacyBox h3{
}
#contents #privacyBox #privacyText{
	padding: 10px 0px;
}
#contents #privacyBox #privacyText h4{
	margin-top: 10px;
	font-weight: bold;
	color: #FFF;
}

input,textarea{
	color: #333;
}
