@charset "utf-8";

/* -----------------------------------------------------------
CSS Information


 File name:      contentsname_common.css
 Style Info:     各特集独自のスタイル
----------------------------------------------------------- */

/* topics + tarm + h1のスタイル[
----------------------------------------------------------- */

body, input, select, textarea, table, th, td, li, a, strong {
	font-family: メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#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;
	margin-bottom: 10px;
}

.index_h1 {
	font-size: 10px;
	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: 950px;
}

/*totop マージン追加*/

.totop_margin2 {
    padding-top: 8px;
}

/*----------------------------------------------------------- */

.index_read1 {
	color: #333333;
	text-align: left;
	font-size: 75%;
	line-height: 1.4;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#content #boxtitle {
	font-size: 18px;
	font-weight:bold;
	text-align:left;
	margin-bottom: 10px;
}

#area_table {
	margin-bottom: 20px;
}


#area_table tr th  {
	background-color: #EEE;
	padding: 8px;
	border: 1px solid #FFF;
	font-size: 14px;
}
#area_table tr .kyusyu_th {
	font-size: 18px;
	font-weight: bold;
}
#content #area_table tr td {
	padding: 8px;
	font-size: 14px;
}
#content #area_table tr td a {
	text-decoration: underline;
}
#content #area_table tr .noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#area_table tr .kyusyu_td a {
	font-size: 18px;
}
#content .title {
	background-color: #D7E4BD;
	padding: 8px;
	font-size: 24px;
}

#content .link_title {
/*	background: background:url(/jalan/doc/theme/images/icon_arrow_org.gif) no-repeat 0 5px;  */
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	}

#content .link_title a {
	color: #0070C0;
	text-decoration: underline;
	}

#content .link_title a:hover {
	color: #ff7d00;
	text-decoration: underline;
	}

/*
#content .to_pagetop_a {
	margin-top: 20px;
	}
*/

#head_image{
	margin-bottom: 40px;
}

#content .ken_block{
	width: 920px;
	margin-top: 20px;
}
#content .ken_block .ken_block_inner{
	padding: 20px 15px 40px;
}
#content .ken_block ul{
	list-style-type: none;
	margin: 0 auto 0;
	text-align: left;
	padding: 0;
}
#content .ken_block ul li{
	display: inline-block;
	margin-bottom: 20px;
	margin-left: 10px;
}
#content .ken_block ul li a:hover{
	opacity: 0.8;
}
#content .ken_block ul li img{
	width: 280px;
	height: auto;
}
#content .ken_block p{
	font-size: 14px;
	text-align: left;
	margin: 0;
	margin-left: 10px;
}