@charset "UTF-8";
/* CSS Document */
/*--------

全体共通

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

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

body {
	font-family: "Verdana","ヒラギノ角ゴ Ｐｒｏ Ｗ３", "ＭＳ Ｐゴシック", "Osaka‐等幅";
	color:#333333;
	margin:0px;
	padding:0px 0 0px 0;
	text-align:center;
	background:#EEFAFA;
}

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

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

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

table {
	border:none;
	padding:0px;
	margin:0px;
}

img {
	border:none;
}

ul ,
dl {
	list-style-type:none;
	margin:0px;
	padding:0px;
	zoom:1;
	overflow:hidden;
}

li ,
dd ,
dt {
	list-style-type:none;
	margin:0px;
	padding:0px;
	zoom:1;
	overflow:hidden;
}

a {
	color:#333333;
	text-decoration:underline;
}

a:hover {
	color:#666666;
	text-decoration:none;
}


/*--------

テンプレートベース部分

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

#wrapper {
	background:url(../images/5th/headBg.jpg) repeat-x top #fff;
	overflow:hidden;
	zoom:1;
}

#wrap {
	width:980px;
	overflow:hidden;
	margin:0 auto;
	zoom:1;
}

#head {
	width:900px;
	padding:0px 40px 12px 40px;
	height:68px;
}

#head #logo {
	width:430px;
	height:68px;
	float:left;
}

#head .tel {
	width:250px;
	height:68px;
	float:right;
}

h1 {
	height:180px;
}

/*コンテンツ大枠部分*/
#content {
	font-size:14px;
	line-height:22px;
	text-align:left;
	background:url(../images/5th/contentbaseBg.jpg) repeat-y top;
	clear:both;
	overflow:hidden;
	zoom:1;
	margin-bottom:40px;
}

#index #content {
	width:630px;
	height:414px;
	padding:48px 175px 64px 175px;
	background:url(../images/5th/indexBg.jpg) repeat-y top;
	margin:0;
}
#index #content p {
	padding-bottom:10px;
}
#content p.text {
	padding-left:130px;
}
#content p.text-h {
	min-height:90px;
	padding-left:130px;
	padding-bottom:10px;
}
#index #content dl {
	width:550px;
	font-size:16px;
	line-height:24px;
	text-align:left;
	font-weight:bold;
	background:#9B9B67;
	padding:25px;
	margin:15px auto;
}
#content span {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
}
#index #content dl dt {
	width:184px;
	height:35px;
	float:left;
	padding-bottom:5px;
	clear:both;
}
#index #content dl dd {
	width:350px;
	float:right;
	padding:5px 0;
}
#index ul {
	width:544px;
	height:108px;
	padding-left:12px;
	margin:0 auto 40px auto;
}
#index ul li {
	width:248px;
	padding:0 12px;
	float:left;
}
#index p.end {
	text-align:center;
	padding-bottom:30px;
	overflow:hidden;
}


#main-content {
	background:url(../images/5th/contentBg.jpg) no-repeat top;
	padding-top:48px;
	overflow:hidden;
	zoom:1;
}

.form {
	width:630px;
	min-height:414px;
	padding:0px 175px 64px;
	background:url(../images/5th/contentbottomBg.jpg) no-repeat bottom;
	overflow:hidden;
	zoom:1;
}
.form dl {
	clear:both;
	padding:5px 0;
	border-bottom:1px solid #CBCBB0;
}
.form dt {
	font-size:12px;
	line-height:18px;
	text-align:left;
	padding:10px 10px 0 10px;
	font-weight:bold;
	width:190px;
	float:left;
}
.form dd {
	padding:5px 10px 10px 10px;
	font-size:12px;
	line-height:24px;
	text-align:left;
	overflow:hidden;
	width:400px;
	float:left;
}
.form dd textarea {
	width:380px;
	border:1px solid #ccc;
	margin:0 auto;
}
.form dd input[type=text] {
	height:20px;
	margin:2px 0;
	border:1px solid #ccc;
}
.form dd.text {
	line-height:18px;
}
.form .btn {
	padding:10px 0;
	text-align:center;
}
.form .text-h span ,
.form .text span ,
.form dt sup {
	color:#900;
	padding-left:3px;
}
#content .form dt span {
	font-size:10px;
}
.form .error-text {
	color:#900;
	padding-left:130px;
	padding-bottom:20px;
}


/*フッター部分*/

#foot {
	height:33px;
	padding-top:5px;
	font-size:10px;
	line-height:33px;
	text-align:center;
	color:#0A8C8C;
	background:url(../images/5th/footBg.jpg) repeat-x bottom;
	clear:both;
	overflow:hidden;
	zoom:1;
}
