@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;
}


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

#content_l {
	width: 740px;
	float: left;
}
#content_r {
	float: right;
	width: 180px;
}

/*totop マージン追加*/

.totop_margin2 {
    padding-top: 8px;
}



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

/*#mapのテーブル*/

#content_l #map {
	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_l .ken_search2 form {
	margin-top: 20px;
}

/**/


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

select {
	width: 150px;
}

/**/


/*プルダウン下のイメージスタイル*/

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

/**/

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

#top_kenlink {
	width: 740px;
}

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

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

/* リンクごとの幅(文字量によって下記widthを変更)*/
#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 #top_kenlink #top_kenlink_in li { /* IE 6 */
	display:inline;
	zoom:1;
}

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

/**/


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

#wrapper #content_l #index_block1 {
	background: url(../images/index_bg001.jpg) no-repeat left top;
	padding: 15px 150px 20px 15px;
}
#wrapper #content_l #index_block1 h3 {
	font-size: 100%;
	color: #333;
	text-align: left;
	margin-bottom: 10px;
}
#content_l #index_block1 .index_read1 {
	font-size: 75%;
	line-height: 1.4;
	color: #333;
	text-align: left;
}
#content_l #index_block2 #map_border {
	border: 7px solid #845f4f;
	padding: 7px;
	width: 712px;
	margin-bottom: 15px;
}
