@import url(../../css/global.css);
@import url(../../css/menu.css);

#header h1{
	font-weight:normal;
	}
#content h2{
	margin-bottom:0.3em;
	}
#content h3{
	font-weight:bold;
	background:url(../../images/title_ic.gif) no-repeat left top;
	padding-left:10px;
	margin-bottom:1em;
	}

/*ページ内リンク*/
#content .pagelink{
	line-height:1.3em;
	margin-bottom:2em;
	}
#content .pagelink li{
	display: inline;
	padding-right:5px;
	margin-right:5px;
	border-right:1px solid #a6a6a6;
	list-style-type:none;
	}
#content .pagelink li.last{/*リスト最後尾の仕様*/
	padding-right:0px;
	margin-right:0px;
	border-right:none;
	}

/*項目*/
#content .item {
	line-height:1.3em;
	margin:1em 0px;
	padding:0px 0px 1em 20px;
	border-bottom:1px solid #ccc;
	}
#content .item h4{
	line-height:1.3em;
	font-weight:bold;
	margin-bottom:1em;
	}
#content .item p{
	margin-bottom:1em;
	}
#content .item ul{
	padding-left:20px;
	margin: 1em 0px;
	}
#content .item dl{
	margin-bottom:1em;
	}
#content .item dt{
	margin-bottom: 0.3em;
	}
#content .item dd{
	padding:1em;
	margin-left: 20px;
	margin-bottom: 1em;
	border:solid 1px #ddd;
	}
#content .attention{
	margin-bottom:1em;
	}

/*フォーム*/
#form-area table{
	width:100%;
	}
#form-area th{
	width:100px;
	padding:5px 10px;
	text-align:right;
	vertical-align:middle;
	font-weight:normal;
	background-color:#ffd58c;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	}
#form-area td{
	padding:10px;
	text-align:left;
	background-color:#fff5e6;
	border-bottom:1px solid #fff;
	}
#form-area .txt-sp{
	margin-bottom:5px;
	}
#form-area .btn{
	padding:20px 0;
		}
#form-area button{
	width:144px;
	border:none;
	background-color:#fff;
	cursor:pointer;
	}
#content .h-block{
	padding-bottom:20px;
	line-height:1.3em;
	text-align:center;
	}
#content .msg01{
	margin-bottom:20px;
	font-weight:bold;
	text-align:center;
	}
#content .dscr{
	text-align:left;
	margin-bottom:10px;
	line-height:1.3em;
	}

/*FAQ*/
#faq h4{
	font-weight:bold;
	margin-bottom:1em;
	}
#faq{
	padding:0px 0px 1em 20px;
	margin:0px 20px 2em 20px;
	line-height:1.3em;
	border-bottom:1px solid #ccc;
	}
#faq dl{
	margin-bottom:1em;
	}
#faq dt{
	background:#F1F1F1 url(../images/ic_q.gif) no-repeat left top;
	padding:3px 10px 3px 20px;
	margin-bottom:2px;
	}
#faq dd{
	background:#fff5e6 url(../images/ic_a.gif) no-repeat left top;
	padding:3px 10px 3px 20px;
	margin:0px 0px 2em 0px;
	}

/*サイトマップ*/
#sitemap li ul li{
	border:none;
	margin-bottom:0px;
	list-style-type: circle;
	}
#sitemap li{
	padding:0.5em;
	margin-bottom:1em;
	border:solid 1px #bfbfbf;
	list-style-type: none;
	}
	

