/* レイアウト
------------------------------------------------ */
#t_contents{
	width:760px;
	margin:0 auto;
	padding-top:10px;
}
#t_contents .l{
	width:582px;
	float:left;
}
#t_contents .r{
	width:160px;
	float:right;
}

.cbox{
	width:572px;
	margin:10px auto 0;
}

/* バナー
------------------------------------------------ */
.banner li{
	margin-bottom:10px;
}

/* コンテンツタイトル
------------------------------------------------ */
.l h3{
	width:572px;
	height:28px;
	padding-top:8px;
	padding-left:10px;
	margin-bottom:10px;
	background:url(../image/common/h3_title_bg.jpg);
	font-size:14px;
	color:#660000;
}
.l h4{
	margin-bottom:10px;
	padding:5px 0 5px 3px;
	border-left:3px #A27825 solid;
	border-bottom:1px #ccc solid;
	font-size:12px;
	color:#660000;
}
.l h5{
	padding-left:13px;
	padding-bottom:5px;
	font-size:12px;
	font-weight:normal;
	color:#660000;
	background: url(../image/common/h5_point.gif) no-repeat;
}

/* パンくずナビ
------------------------------------------------ */
#rootlist{
	font-size:10px;
	margin-bottom:10px;
}
#rootlist a{
	color:#494949;
	text-decoration:underline;
}
#rootlist a:hover{
	color:#494949;
	text-decoration:none;
}
span.breadarrow{
	margin:0 3px;
}

/* テーブル共通
------------------------------------------------ */
table.stdt1{
	width:100%;
	margin-bottom:2em;
	border:solid 1px #E8DBD0;
}

table.stdt1 th,
table.stdt1 td{
	border:solid 1px #E8DBD0;
	padding:8px;
}

table.stdt1 th{
	background:#F5F5F5;
	text-align:left;
	white-space:nowrap;
	font-size:12px;
	color:#660000;
}
table.stdt1 td{
	line-height:140%;
	color:#666666;
}

/* ニュース
------------------------------------------------ */
#news{
	width:560px;
	min-height:400px;
	margin:10px auto;
}
#news img	{
	vertical-align:-2px;
	padding-right:2px;
}

#news li{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px #999 dotted;
	float:left;
}

#news li .date{
	width:65px;
	padding-left:15px;
	background:url(/image/common/arrow.gif) no-repeat left;
	color:#CC3300;
	float:left;
}
#news li .text{
	width:480px;
	float:right;
}

/* ニュース（詳細ページ）
------------------------------------------------ */
.news-date {
	width:100%;
	text-align:right;
	color:#990000;
}

.news-title {
	font-size:14px;
	font-weight:normal;
}
.news-box	{
	width:560px;
	margin:0 auto 30px;
}
.news-text {
	width:540px;
	margin:0px auto 20px;
}
.news-gazo {
	width:540px;
	margin:0px auto 20px;
}
.news-photo img {
	padding:2px;
	border:1px solid #ccc;
	margin:5px;
}

/* 施行事例
------------------------------------------------ */
.example-text{
	color:#666666;
	font-weight:normal;
	line-height:1.2;
	margin-top:5px;
}


/* リンク
------------------------------------------------ */
.link-box {
	width:560px;
	margin:20px auto;
	background:url(../image/link_bg.gif) left bottom;
	overflow:auto;
}
.link {
	float:left;
	width:150px;
}
.comment {
	float:right;
	width:390px;
	line-height:1.4;
	padding:10px;
	margin-bottom:10px;
}

/* プライバシーポリシー
------------------------------------------------ */
#privacy dt{
	padding-top:10px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px #999 dashed;
	font-size:14px;
	font-weight:bold;
	line-height:120%;
	color:#660000;
}
#privacy dd{
	padding-left:5px;
	padding-bottom:10px;
	line-height:140%;
}

/* サイトマップ
------------------------------------------------ */
#sitemap{
	margin-top:10px;
}
#sitemap #left{
	width:270px;
	margin-left:10px;
	float:left;
}
#sitemap #right{
	width:270px;
	margin-left:10px;
	float:right;
}
#sitemap dl{
	margin-bottom:30px;
}
#sitemap dt{
	background:url(../sitemap/image/arrow.gif) no-repeat;
	font-weight:bold;
	margin-bottom:20px;
	padding-left:20px;
}
#sitemap dd{
	margin-bottom:10px;
	margin-left:10px;
}
