	
/* --◆本文設定--*/

#mainBox{
	width:590px;
	margin:0px;
	padding:0px;
}

div#Honmon {
	width:590px;
	margin:0px;
	text-align:left;
	/*background-color: #ddd;*/
	}
	
div#Honmon div.Block {
	width:750px;
	margin: 15px 15px 2em;
	line-height:160%;
	clear:both;
	}
	
div#Honmon div.Block_hr {
	width:530px;
	margin:15px 15px 1em 15px;
	line-height:160%;
	border-bottom:1px solid #ddd;
	}

/* --◆本文設定背景アリ--*/

div#Honmon div.BlockBG {
	width:530px;
	margin:15px 15px 1em 15px;
	line-height:160%;
	clear:both;
	background-image:url(../images/block_bg.gif);
	}
	
div#Honmon div.Photo_R {
	width:230px;
	margin:0px;
	text-align:left;
	font-size:75%;
	line-height:120%;
	float:right;
	margin:0px 0px 15px 15px;
	}
	
div#Honmon div.Photo_R p {
	text-indent:0;
	}	
	
div#Honmon div.Photo_L {
	width:230px;
	margin:0px;
	text-align:left;
	font-size:75%;
	line-height:120%;
	float:left;
	margin:0px 15px 15px 0;
	}
	
div#Honmon div.Photo_L p,
div#Honmon div.Photo_R p {
	text-indent:0;
	}
	
div#Honmon div.Photo150 {
	width:150px !important ;
	}
	
div#Honmon div.Photo200 {
	width:200px !important ;
	}

/* --テーブル（表組）設定--*/

div#Honmon table,
div#Honmon table th,
div#Honmon table td,
div#Honmon table caption {
	font-size:100%;
	}
	
div#Honmon table caption {
	padding-bottom:0.3em;
	}

div#Honmon table.Border {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border: 1px solid #999;
	border-bottom:none;
	border-right:none;
	}
	
div#Honmon table.Border caption {
	text-align:left;
	font-weight:bold;
	}

div#Honmon table.Border th {
	text-align:left;
	font-weight:bold;
	padding:0.3em;
	background: #efefef;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	}
	
div#Honmon table.Border th.Nowrap {
	white-space:nowrap;
	}
	
div#Honmon table.Border th.Head {
	background-color:#ccc;
	}

div#Honmon table.Border td {
	padding:0.3em;
	background: #fff;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	text-align:left;
	}
	
div#Honmon table.Border td.Right {
	text-align:right;
	}

div#Honmon table.Border tr.Zebra td {
	background-color: #f5f5f5;
	}

div#Honmon table.Border tr.Orange th {
	background-color: #ffcc00;
	}

div#Honmon table.Border tr.Orange td {
	background-color: #ffcc00;
	}
	
div#Honmon table.Border td.Strong {
	background-color: #fffde4;
	}
	
div#Honmon table.Border tr.Yellow th {
	background-color: #ffff99;
	}

div#Honmon table.Border tr.Yellow td {
	background-color: #ffff99;
	}

div#Honmon table.Border tr.Blue th {
	background-color: #ccffff;
	}

div#Honmon table.Border tr.Blue td {
	background-color: #ccffff;
	}


/* --段落設定--*/	

div#Honmon p {
	text-indent:1em;
	}
	
div#Honmon p.Date {
	text-indent:0;
	text-align:right;
	}
	
/* --本文内でのナビ--*/	
	
div#Honmon p.Navi {
	text-indent:0;
	text-align:right;
	font-size:80%;
	color:#999;
	padding-bottom:5px;
	border-bottom:1px dashed #ccc;
	}
	
div#Honmon p.Navi span {
	font-weight:bold;
	color:#444;
	}

/* --リスト設定--*/	

div#Honmon ul,
div#Honmon ol {
	margin:0 0 1em 2em;
	}
	
div#Honmon ul.NoMark,
div#Honmon ol.NoMark {
	list-style:none;
	margin-left:0;
	padding-left:1.5em;
	}
	
div#Honmon ul.NoMark li,
div#Honmon ol.NoMark li {
	text-indent:-1.5em;
	}


div#Honmon li {
	margin-bottom:0.5em;
	}

div#Honmon dl dt {
	font-weight:bold;
	}

div#Honmon dl dd {
	margin-left:1em;
	margin-bottom:0.5em;
	}
	
div#Honmon dl dd dl dt{
	font-weight:normal;
	}

/* --画像設定--*/

div#Honmon img {
	margin-bottom:1em;
	}
	
/* --フォーム設定--*/

input.Submit {
	margin:0px 10px;
	width:300px;
	padding:5px;
	font-weight:bold;
	}
	
input.Reset {
	margin:0px 10px;
	width:70px;
	padding:5px;
	}
	
	
/* --◆2階層目以降のインデックス--*/

div#Honmon dl.Index {
	
	}
	
div#Honmon dl.Index dt {
	margin-bottom:0.5em;
	background-color:#eee;
	padding:3px;
	}
	
div#Honmon dl.Index dt a {
	background-image:url(../images/allowsq_black.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:12px;
	}
	
div#Honmon dl.Index ul,
div#Honmon ul.Index {
	list-style:none;
	}
	
div#Honmon dl.Index ul li a,
div#Honmon ul.Index li a {
	background-image:url(../images/allowsq_black.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:12px;
	}

/* --◆リードボックス設定--*/

div#Honmon div.Lead {
	border:1px solid #f7a04c;
	background-color:#fffde4;
	padding:15px;
	margin-bottom:15px;
	}
	
/* --◆囲み--*/

div#Honmon div.kkm_white {
	border:2px solid #ccc;
	background-color:#fff;
	padding:15px;
	margin-bottom:15px;
	}

/* --◆各カテゴリの色設定--*/
	
/* --（青）：デフォルト--*/
	
div#Honmon h2 {
	border-top:1px dashed #4597e0;
	border-bottom:1px dashed #4597e0;
	padding:6px 0px;
	background-image: url(../img/share/h2_bk.gif);
	background-position:left top;
	background-repeat:repeat-x;	
	color:#4597e0;
	line-height:125%;
	font-size: 125%;
	}
	
div#Honmon h2 span {
	border-left:6px solid #4597e0;
	padding-left:4px;
	font-weight: bold;
	}	

div#Honmon h3 {
	border-bottom:1px solid #4597e0;
	padding:2px;
	background-image:url(../images/h3_bk.gif);
	background-position:left bottom;
	background-repeat:repeat-x;	
	line-height:125%;
	font-weight:normal;
	clear:both;
	}
	
div#Honmon h4.Name {
	text-align:right;
	font-weight:normal;
	}

/* --地図表示--*/
div#Honmon .tenpoMap {
	font-size: 100%;
	width: 560px;
	height: 400px;
	margin: 10px auto;
	padding: 0;
}
div#Honmon .maplink {
	width: 560px;
	height: 20px;
	font-size: 90%;
	margin: 5px 0 15px;
	padding: 0;
	text-align: right;
	clear: both;
}
/* --リスト表示--*/

div#Honmon #etcbox {
	font-size: 80%;
	width: 530px;
	text-align: left;
	/*border-bottom: 1px dashed #ccc;*/
	padding: 0;
	margin: 0;
	/*padding-bottom: 10px;
	margin-bottom: 10px;*/
}

div#Honmon #etcbox ul.tagList {
	width: 530px;
	padding: 0;
	margin: 0;
}

div#Honmon #etcbox ul.tagList li {
	float: left;
	display: inline;
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 245px;
	/*white-space: nowrap;*/
	line-height: 1.2;
	/*display:inline-block;*/
	border-bottom: 1px dashed #ccc;
	/*padding-left: 14px;*/
	/*background-image: url(../img/top/midashi_img.gif);*/
	/*background-repeat: no-repeat;*/
	/*background-position: left center;*/
}

* html div#Honmon #etcbox ul.tagList li { /* IE 6 */
display:inline;
zoom:1;
}
*:first-child+html div#Honmon #etcbox ul.tagList li { /* IE 7 */
display:inline;
zoom:1;
}

/* --最新情報--*/

div#News {
	width:560px;
	margin:0px 560px;
	/* \*/
	margin:0px auto;
	/* */
	padding:0px;
	background-color:#fff;
	border:1px solid #ccc;
	}
	
div#News table {
	margin:0px auto;
	width:550px;
	text-align:left;
	font-weight:normal;
	white-space:normal;
	}

div#News tr {
	text-align:left;
	font-weight:normal;
	white-space:normal;
	}

div#News th {
	padding-top:5px;
	width:70px;
	font-weight:normal;
	white-space:normal;
	text-align:left;
	line-height:140%;
	}
	
div#News td {
	padding-top:5px;
	width:480px;
	line-height:140%;
	text-align:left;
	}
	
div#News div.Bottom {
	width:558px;
	padding-bottom:10px;
	}

div#News div.Bottom p {
	margin:0px 10px 0px 0px;
	padding-top:10px;
	text-align:right;
	}

div#News div.Bottom p a {
	margin-top:10px;
	background-image:url(../images/allowsq_glay.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:12px;
	}


div#Honmon #etcbox ul.normalList {
	width: 510px;
	margin: 10px 0;
	padding: 15px;
	background: #f0f8ff;
}

div#Honmon #etcbox ul.normalList li {
	display: inline;
	margin-right: 10px;
	line-height: 2;
}

div#Honmon #etcbox p {
	word-break: break-all;
}
