@charset "UTF-8";

/*ブロックテンンプレート用 wcvblock.css（コンテンツ内の設定）*/
@import "wcvblock.css";
@import "table.css";

/* ------------------------------------------------------
 content.css
 （コンテンツ内項目設定用）

　目　次
	1.全体
	2.見出し
	3.段落
	4.リスト
	5.テーブル
	6.横罫線
	7.パンくずリスト
	8.作成日表示
	9.問合せ先表示
	10.「▲このページのトップに戻る」部分 (Back To Top)
	11.トップページ
	12.サイドナビ
------------------------------------------------------ */

/* ------------------------------------------------------
 1.全体
------------------------------------------------------ */
#content {
	line-height: 1.4;
}

/* ------------------------------------------------------
 2.見出し
------------------------------------------------------ */
#content h1 {
	clear: both;
	color: #000;
	font-size: 180%;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 5px 2px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #390;
	line-height: 1.1;
}


#content h2 {
	clear: both;
	color: #000;
	font-size: 140%;
	font-weight: bold;
	margin: 20px 5px 10px;
	padding: 6px 8px 4px;
	border-bottom: 1px solid #AAA;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #390;
	background-color: #EDEDED;
	line-height: 1.2;
}
#content h3 {
	clear: both;
	color: #000;
	font-size: 120%;
	font-weight: bold;
	margin: 20px 5px 10px;
	padding: 5px 8px 3px;
	border-bottom: 1px solid #AAA;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #6C0;
	background-color: #EDEDED;
	line-height: 1.2;
}

/* ------------------------------------------------------
 3.段落
------------------------------------------------------ */
#content p {
	margin: 0 10px 1em;
}

/* ------------------------------------------------------
 4.リスト
------------------------------------------------------ */
#content ul {
	margin: 10px 10px 0 40px;
	padding: 0;
	line-height: 1em;
}
#content ul li {
	margin: 0;
	padding: 0;
}
#content ol {
	margin: 10px 10px 0 50px;
	padding: 0;
	line-height: 1em;
}
#content ol li {
	margin: 0 0 5px 0;
	padding: 0;
}

/* ------------------------------------------------------
 5.テーブル
------------------------------------------------------ */
#content table {
	clear: both;
	margin: 10px 15px;
	border-collapse: collapse;
	border: 1px solid #666;
	border-spacing: 0;
	empty-cells: show;
}
#content caption {
	color: #000;
	font-size: 120%;
	text-align: center;
	padding: 5px 5px 3px;
	font-weight: bold;
}
#content th {
	color: #000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 7px;
	border: 1px solid #999;
	background-color: #E5E5E5;
}
#content td {
	text-align: left;
	vertical-align: middle;
	padding: 7px;
	border: 1px solid #999;
}

/* ------------------------------------------------------
 6.横罫線
------------------------------------------------------ */
#content hr {
	margin: 15px 10px;
}

/* ------------------------------------------------------
 7.パンくずリスト
------------------------------------------------------ */
#content p.crumbs {
	margin: 5px 5px 10px;
	line-height: 1.2;
}

/* ------------------------------------------------------
 8.作成日表示
------------------------------------------------------ */
#content p#pagetop-makeday {
	margin: 0 5px 20px;
	padding: 7px 5px;
	line-height: 1.2;
	border-bottom: 1px solid #CCC;
}

#content p#pagetop-makeday-right {
	margin: 0 5px 20px;
	padding: 7px 5px;
	line-height: 1.2;
	border-bottom: 1px solid #CCC;
	text-align: right;
}

/* ------------------------------------------------------
 9.問い合せ先表示
------------------------------------------------------ */
#content #pagebottom-contact {
	margin: 25px 5px 10px;
	padding: 7px 10px 2px;
	line-height: 1.2;
	border: 1px solid #CCC;
}
#content #pagebottom-contact p {
	margin: 0;
	padding: 0 0 5px;
}

/* ------------------------------------------------------
 10.「▲このページのトップに戻る」部分 (Back To Top)
------------------------------------------------------ */
#content p.btt {
	clear: both;
	text-align: right;
	margin: 15px 10px 10px;
}


/* ------------------------------------------------------
 11.トップページ
------------------------------------------------------ */
/* -------- 新着情報・重要なお知らせ -------- */
#content #top-attention,
#content #top-topic {
	margin: 5px 0 0 0;
/*	border-width: 2px;
	border-style: solid;
	border-color: #619F2D;
*/
}
#content #top-topic {
	margin-bottom: 0;
}
#content #top-attention #top-attention-header,
#content #top-topic #top-topic-header {
	width: 100%;
	margin: 0 0 3px;
	background-color: #F0F7E2;
	border-width: 1px;
	border-style: solid;
	border-color: #83AB31;
	/*\*//*/display: inline-table;/* MacIE フロート対策 */
}
#content #top-attention #top-attention-header:after,
#content #top-topic #top-topic-header:after {
	/*Newブラウザ フロート対策*/
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#content #top-attention h2,
#content #top-topic h2 {
	float: left;
	display: block;
	font-size: 110%;
	margin: 0;
	padding: 5px 2px 4px 32px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 3px 1px;
	border: none;
	line-height: 1.1;
	min-height: 15px;
	background-image: url(../images/base/top-h2_bg.gif);
}

#content #top-attention p#top-attention-list,
#content #top-topic p#top-topic-list {
	float: right;
	display: block;
	margin: 0;
	padding: 5px 6px 3px;
	line-height: 1.1;
}


#content #top-attention ul,
#content #top-topic ul {
	clear: both;
	margin: 0 9px 0 0;
/*	margin: 0 9px 0 10px;*/
	padding: 0 0 3px;
	line-height: 1.4;
	list-style: none;
}
#content #top-attention ul li,
#content #top-topic ul li {
	margin: 0;
	padding: 0 0 3px 12px;
/*	background-image: url(../images/base/top-topic_li_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
*/
}



/* -------- スクエアエリア -------- */
.top-squarearea {
	margin: 0 0 10px 0;
	padding: 0 0 0 3px;
	background-color: #FFF;
/*
	border-width: 2px;
	border-style: solid;
	border-color: #83CC20;
*/
}
#right-sidebar .top-squarearea {
	margin-right: 10px;
}
#left-sidebar .top-squarearea {
	margin: 10px 0 10px 5px;
}

.top-squarearea h2 {
	text-indent: -9999px;
/*	color: #000;
	font-size: 110%;
	font-weight: bold;
	margin: 0 -6px 3px -8px;
	padding: 5px 2px 4px 30px;
	background-color: #BBEA7A;
	background-repeat: no-repeat;
	background-position: 3px 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8CAF5B;
	line-height: 1.1;
*/
}

#population h2 {
	background-image: url(../images/base/population_h2_bg.gif);
	background-repeat: no-repeat;
	width: 187px;
	height: 32px;
}

#square_population{
	display: block;
	width: 185px;
	height: 125px; /*100px;*/
	padding: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #D6D6D6;
}

#square_population td {
	text-align: left;
	vertical-align: middle;
	color: #000;
	font-size: 13px;
	height: 20px;
}

/* -------- まちのニュース -------- */

#curve-head{
font-size:1px;
height:7px;
background:url(../images/base/curve-right-head.gif) top right no-repeat;
margin-top:5px;
}

#curve-head div{
font-size:1px;
height:7px;
background:url(../images/base/curve-left-head.gif) top left no-repeat;
}

#curve-body{
background:url(../images/base/curve-left-middle.gif) top left repeat-y;
}

#curve-body div{
background:url(../images/base/curve-right-middle.gif) top right repeat-y;
}



#curve-bottom{
font-size:1px;
height:7px;
background:url(../images/base/curve-right-bottom.gif) bottom right no-repeat;
margin-bottom:5px;
}

#curve-bottom div{
font-size:1px;
height:7px;
background:url(../images/base/curve-left-bottom.gif) bottom left no-repeat;
}

#curve-body p{
	margin:0;
	padding:5px 10px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}




#content #top-machinews-header {
	display: block;
	width: 98%;
	margin: 0 3px 2px 5px;
	padding: 0;
/*	background-color: #F0F7E2;*/
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #83AB31;
	/*\*//*/display: inline-table;/* MacIE フロート対策 */
}


#content #top-machinews-header:after {
	/*Newブラウザ フロート対策*/
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#content #top-machinews-header h2 {
/*	float: left;*/
	width: auto;
	display: block;
	font-size: 110%;
	margin: 0;
	padding: 5px 2px 4px 32px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 3px 1px;
	border: none;
	line-height: 1.1;
	min-height: 15px;
/*	background-image: url(../images/base/top-h2_bg.gif);*/
	background-image: url(../images/base/machi-h2_bg.gif);
}



#content p#top-machinews-list {
	text-align: right;
	display: block;
	margin: 0;
/*	padding: 5px 6px 3px;*/
	padding: 5px 10px 5px 10px;
	line-height: 1.1;
	height: auto;
	min-height: 10px;
}


#content #photo01 {
	float: left;
	width: 180px;
	height: 120px;
	margin: 4px	15px 5px 18px;
}

#content #photo01 img{
	width: 180px;
	height: 120px;
}