@charset "UTF-8";

#contentsArea  {
	background-image: url(../images/contents_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 954px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clear: both;
}
#contentsArea #topicPath {
	padding-top: 12px;
	padding-left: 16px;
}
#contentsArea h2 {
	padding-top: 15px;
	width: 552px;
	margin-left: auto;
	margin-right: auto;
}
#contentsArea .indispensable {
	color: #DB0011;
	font-weight: normal;
}
#contentsArea #description {
	text-align: center;
	padding-top: 22px;
	line-height: 160%;
	font-size: 117%;
	padding-left: 1em;
}
#contentsArea #errComArea {
	color: #DB0011;
	padding-top: 22px;
	padding-left: 60px;
}
#contentsArea #formArea {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #FFECE9;
	color: #474545;
	padding-top: 20px;
	padding-bottom: 20px;
	/* [disabled]margin-bottom: 120px; */
	font-size: 117%;
}
#contentsArea #formArea #sendComplete {
	padding-bottom: 8px;
	width: 850px;
	margin-left: 30px;
	padding-left: 10px;
}
#contentsArea #formArea #thanksComment {
	padding-top: 9px;
	padding-left: 40px;
	width: 850px;
}
#contentsArea #formArea form #formList dl {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 835px;
	margin-left: 40px;
}
#contentsArea #formArea form #formList .upperDoteed.clearfix {
	background-image: url(../images/dotted.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#contentsArea #formArea form #formList dt {
	float: left;
	width: 240px;
	clear: both;
	font-weight: bold;
	font-size: 117%;
	line-height: 145%;
	padding-top: 3px;
}
#contentsArea #formArea form #formList dd {
	float: left;
	width: 590px;
	font-size: 108%;
	line-height: 145%;
}
#contentsArea #formArea form #formList dd input {
	font-size: 117%;
	margin-right: 4px;
}
#contentsArea #formArea form #formList dd textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 117%;
	width: 590px;
}
#contentsArea #formArea form #formList dd .careful {
	/*font-size: 108%;*/
	color: #474545;
	line-height: 220%;
}
#contentsArea #formArea form #formList dd #todohuken {
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 16px;
}
#contentsArea #formArea form #formList dd #hizuke {
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 16px;
}
#contentsArea #formArea form #submitBtn button{
	background-color: #FFF0DE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	width: 112px;
	height: 30px;
	margin-top: 25px;
	margin-left: 332px;
	cursor: pointer;
	padding: 0px;
}
#contentsArea #formArea form #submitBtn button img{
	position:relative;
}
#contentsArea #formArea form #submitBtn button:hover img{
	filter: alpha(opacity=70);
    opacity:0.70;
    -moz-opacity:0.70;
}

#contentsArea #formArea form #clearBtn button {
	background-color: #FFF0DE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	width: 112px;
	height: 30px;
	margin-top: 25px;
	margin-left: 8px;
	cursor: pointer;
	padding: 0px;
}
#contentsArea #formArea form #clearBtn button img{
position:relative;
}
#contentsArea #formArea form #clearBtn button:hover img{
	filter: alpha(opacity=70);
    opacity:0.70;
    -moz-opacity:0.70;
}
#pageTop {
	margin-top: 120px;
}
