@charset "utf-8";

@import "common.css";


/*トップ
-------------------------------------*/

/*メインインフォイメージ*/
#HeadImg {
	background:url(../img/top-img01.jpg);
	height:350px;
	margin-bottom:0px;
	}
#HeadImg h2,
#HeadImg p {text-indent:-9999px;background-image:none;}

/*トップインフォメニュー*/
h2.topTitle {
	background: url(../img/top-title.gif) no-repeat left top;
	height:60px;
 margin:0px;
	text-indent:-9999px;
}
.topInfo {
	background: url(../img/top-info_2025.jpg) no-repeat left top;
	height:350px;
	text-indent:-9999px;
}

.topReco {
	color:#FF3365;
	font-size:130%;
	font-weight:bold;
}

/*お知らせ
-------------------------------------*/
#TopicsBox {
margin-bottom:30px;
}
#TopicsBox dl {
	clear:both;
	background: url(../img/dot-line.gif) repeat-x left bottom;
	margin:0px 10px;
	padding:5px 0px;
	}
	 #TopicsBox dl:after {
      content:".";
      display:block;
      clear:both;
      height:0;
      visibility:hidden;
	}
#TopicsBox dt {
	float: left;
	clear: both;
	width: 130px;
	font-size:12px;
	}

* html #TopicsBox dt {width: 80px;}/*IE6*/

#TopicsBox dd {
	float: left;
	width: 500px;
	}
* html #TopicsBox dd {width: 440px;}/*IE6*/

#TopicsBox dd a {
	display: inline;
	text-decoration:none;
}

/*よくあるご質問*/

#Pagefaq {}

#Pagefaq dl {margin:0px 10px 30px;}
#Pagefaq dt {
	background: url(../img/dot-line.gif) repeat-x left bottom;
	margin-bottom:10px;
	padding-bottom:5px;
	font-weight: bold;
}
#Pagefaq dd {}

/*お問い合わせ
-------------------------------------*/
#Pagecontact {}
#Contact {}
#Contact table {
	margin: 0px 8px 10px;
	padding: 0px;
	border-top: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	width:600px;
}
#Contact table th {
	padding: 5px;
	border-bottom: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	font-weight: normal;
	background-color: #FFFFFF;
	width:150px;
}
#Contact table td {
	padding: 5px;
	border-bottom: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
}
.indispensable {
	color: #FF0000;
}
.fieldActive {
	width: 400px;
}
.fieldZipcode {
	width: 80px;
	margin-bottom:5px;
}
.fieldAddress {
	width: 400px;
}
.fieldTel {
	width: 150px;
}
.fieldMail {
	width: 400px;
}
.fieldInquiry {
	width: 400px;
}
.fieldDay {
	width: 20px;
}
.fieldSubmit {
	text-align:center;
	background-color: #FFF3F7;
}
.fontCaution {color:#FF0000;font-size:12px;margin-left:3px;}

/*プライバシーポリシー*/
#Pageprivacy #Main ul {margin:0px 10px 10px 50px;}
#Pageprivacy #Main li {
 margin-bottom:5px;
 list-style-type: disc;
}

/*サイトマップ
-------------------------------------*/
#Sitemap ul {
	margin:0px 20px 10px;
	padding-bottom:1px;
	background: url(../img/dot-line.gif) repeat-x left bottom;

}
#Sitemap ul li {
	padding-left:10px;
	margin-bottom:10px;
	background: url(../img/arrow.gif) no-repeat 0px 6px;
	width:auto;
	}
#Sitemap ul li a {
	text-decoration:none;
}
#Sitemap ul li a:hover {text-decoration:underline;}