@charset "utf-8";

/* -----------------------------------------------------------
CSS Information


 File name:      xxxx_common.css
 Style Info:     各特集独自のスタイル
----------------------------------------------------------- */

/* topics + tarm + h1のスタイル[
----------------------------------------------------------- */

#cam {
	text-align: left;
}

.cam {
	width: 450px;
	display: block;
	float: left;
	font-size: 12px;
}

.cam p {
	display: block;
	height: 15px;
	margin-bottom: 3px;
}

.cam a {
	text-decoration: underline !important;
	display: block;
	height: 15px;
	background: url(/jalan/doc/theme/common/images/topics.gif) no-repeat;
	padding-left: 70px;
}

#page_info {
	float: right;
	width: 250px;
}

.index_h1 {
	font-size: 14px;
	color: #666666;
	padding-right: 5px;
	text-align: right;
	width: 250px;
	font-weight: normal;
	display: block;
}

.tarm_cam {
	font-size: 12px;
	color: #666666;
	padding-right: 5px;
	display: block;
	width: 250px;
	text-align: right;
}


/* コンテンツ全体[
----------------------------------------------------------- */
#content {
	width: 740px;
}

/*totop マージン追加*/

.totop_margin2 {
    padding-top: 8px;
}



/* タイトル下の標準リード[
----------------------------------------------------------- */

.index_read1 {
	font: 75%/1.3 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	text-align: left;
	margin: 5px 0px 0px;
	padding-left: 15px;
}


/*
 mapA＋pull フレームのスタイル[
----------------------------------------------------------- */

/*#mapのテーブル*/

#content #map {
	margin-top: 15px;
	margin-bottom: 20px;
}

/**/


/*県名から探す*/

.ken_search {
	background: url(../../common/images/pull_ken.gif) no-repeat;
	text-indent: -9999px;
	margin: 0px;
	height: 41px;
	width: 331px;
}

.ken_search2 {
	background: #fdffda;
	padding: 10px;
	height: 215px;
}

#content .ken_search2 form {
	margin-top: 20px;
}

/**/


/*プルダウンのスタイル*/

select {
	width: 150px;
}

/**/


/*プルダウン下のイメージスタイル(デザインによって変更可)*/

#content .ken_search2 #image1 {
	margin-top: 15px;
}

/**/

/* 県リンク一覧用のスタイル
------------------------------------------*/

#content #top_kenlink {
	width: 740px;
}

/* タイトル部分の指定*/
#content #top_kenlink p {
	background-color: #429b0b;
	text-align: left;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

/* ボーダーカラー*/
#content #top_kenlink #top_kenlink_in {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #429b0b;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

/* リンクごとの幅(文字量によって下記widthを変更)*/
#content #top_kenlink #top_kenlink_in li {
	font-size: 10px;
	display: inline-block;
	margin-bottom: 4px;
	vertical-align:top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #039;
	padding-right: 4px;
	padding-left: 4px;
}
* html #content #top_kenlink #top_kenlink_in li { /* IE 6 */
	display:inline;
	zoom:1;
}

*:first-child+html #content #top_kenlink #top_kenlink_in li { /* IE 7 */
	display:inline;
	zoom:1;
}

/**/


/*
 追加したスタイル[
----------------------------------------------------------- */
/*index.html*/

.bg{
	background-image:url(../images/eco_bg001.jpg);
	background-repeat:no-repeat;
	width:740px;
	margin: 0;
	padding-top:10px;
}


#content #area_contents_block2 {
	width: 712px;
	padding: 7px;
	border: 7px solid #cceea0;
	background-color:#FFF;
	margin-top:15px;
}

.area_ti {
	font-size: 120%;
	color: #2c6906;
	text-align: left;
	margin-bottom: 15px;
	margin-left:15px;
}
.area_map {
	border: 8px solid #ffeeb7;
	width: 716px;
}
.area_map .area_map_map {
	margin: 8px;
}
