
@charset "UTF-8";
/* CSS Document */
#blockskip {
	display: none;
}

/*　クリア　*/
.clear {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0em;
	clear: both;
}
.clear_box:after {
    content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clear_both {
	clear: both;
}
/* 線　*/
hr {
	height: 1px;
	border: none;
	background-image: url(../common/parts/ten_kei.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	clear: both;
}

/* フロート */
.float_left {
	float:left;
}

.float_right {
	float:right;
}
/* 回り込み */
.mawarikomi_left {
	float:left;
	margin-top: 0.3em;
	margin-right: 15px;
	margin-bottom: 10px;
}

.mawarikomi_right {
	float:right;
	margin-top: 0.3em;
	margin-bottom: 10px;
	margin-left: 15px;
}
.mawarikomi_top_left {
	float:left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.mawarikomi_top_right {
	float:right;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
/* ぶら下がり画像の場合 */
.mawarikomi_left_bottom {
	float:left;
	margin-top: 4px;
	margin-right: 15px;
}
/* キャプション付き写真 */
.photo_cap_193px_l {
	margin-top: 0.3em;
	width: 193px;	
	float:left;
	margin-right: 15px;
}
.photo_cap_193px_r {
	margin-top: 0.3em;
	width: 193px;	
	float:right;
	margin-left: 15px;
}
/* アイコン画像透過 */
/*.icon a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}*/

/* アイコンの配置 */
.icon_link_style_r {
	padding-left: 5px;
	vertical-align: baseline;
}
.icon_link_style_l {
	padding-right: 5px;
	vertical-align: baseline;
}
.icon_link_style_b {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: baseline;
}
.icon_help {
	background-color: #f2f2f2;
	padding: 16px;
	font-size: 85%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.icon_cap {
	padding-top: 15px;
	line-height: 1.45em;
}
.icon_cap_r {
	float:right;
}
/*.article0_block,
.article1_block {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
} */
/* ブロックの間のpage top */
.page_top {
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 3px;
	clear: both;
}
/* ページ間のリンク */
.page_link_block {
	background-image: url(../common/parts/ten_kei.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	margin-top: 12px;
	padding-top: 12px;
}
.page_link_block a {
	padding-left: 10px;
	text-decoration: none;
	background-image: url(../common/parts/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	
}
.page_link_block a:hover {
	/*color: #5b99c9;*/
	color: #005ca2;
	text-decoration: underline;
	background: url(../common/parts/link_arrow02.gif) no-repeat 0px center;
}
/*　ブロックをまとめる　*/
.article_block {
	margin: 0px;
	padding: 0px;
	clear: both;
}
/*　12ピクセル段落落とす　*/
.article_in_block {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.article_in_block ol {
	list-style-position: inside;
	text-indent: -1.25em;
	padding-left: 1.25em;
}
.article_in_block ol li {
	padding-top: 0.5em;
}
/*　記事の間に点線を引く　*/
.article_ten_block {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	background-image: url(../common/parts/ten_kei.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
/*　記事の間隔を開ける　*/
.article_sp25_block {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
/* 画像をセンターに配置 */
.center_img_492pix {
	text-align: center;
	width: 492px;
	padding-top: 24px;
	padding-bottom: 12px;
	clear: both;
}
.center_img_504pix {
	text-align: center;
	width: 504px;
	padding-top: 24px;
	padding-bottom: 12px;
	clear: both;
}
.center_img_516pix {
	text-align: center;
	width: 516px;
	padding-top: 24px;
	padding-bottom: 12px;
	clear: both;
}
/* コラム　*/
.column_area {
	background-color: #f2f2f2;
	padding: 12px;
}
.column_waku_area {
	background-color: #f2f2f2;
	border: 1px solid #cfcfcf;
	padding: 12px;
}

/* コラム　*/
.relation_block {
	background-color: #f2f2f2;
	padding: 12px;
}
.relation_block a {
	padding-left: 10px;
	text-decoration: none;
	background-image: url(../common/parts/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	color: #333;
}
.relation_block a:hover {
	/*color: #5b99c9;*/
	color: #005ca2;
	text-decoration: underline;
	background: url(../common/parts/link_arrow02.gif) no-repeat 0px center;
}
/*---------------------------------------------
ニュース
---------------------------------------------*/
.news_block {
	line-height: 1.45em;
	margin-left: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 700px;
}
.news_list dl {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../common/parts/ten_kei.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	display: inline-block;
	width: 700px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	
}

.news_list dt {
	float : left;
	width : 7.2em;
	/*padding-left: 1em;*/
}
.news_list dd {
	margin-left : 7.2em;
	
}
.news_list dd .category_icon {
	float: left;
	padding-top: 0.3em;
}
.news_list dd .article {
	padding-left: 73px;
	_padding-top: 0.2em;

}

.news_list dd a {
	color: #333;
	text-decoration: none;	
}
.news_list dd a:hover {
	text-decoration: underline;	
	color: #005ca2;
}


/* テーブル */

.table_common {
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	line-height: 1.45em;
}
.table_common th {
	font-weight: normal;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #cfcfcf;
	border-left-color: #cfcfcf;
	text-align: left;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	vertical-align: top;
	background-color: #f7f7f7;
}
.table_common td {
	padding: 6px 6px 5px;
	text-align: left;
	vertical-align: top;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cfcfcf;
	border-right-color: #cfcfcf;
	border-bottom-color: #cfcfcf;
	border-left-color: #cfcfcf;
}
.table_common .line {
	background-color: #f7f7f7;
}
.table_common .t_header {
	background-color: #e6e6e6;
}
.table_common .c_header {
	background-color: #e6e6e6;
	text-align: center;
	vertical-align: middle;
}
/*.table td br {
	line-height: 1.2em;	
}*/
.table_inner {
	border: 0px solid #FFFFFF;
	border-collapse: collapse;
	border-spacing: 0;
	width: auto;
}
.table_inner th {
	font-weight: normal;
	text-align: left;
	padding: 0px;
	border: 0px solid #FFFFFF;
	border-collapse: collapse;
	border-spacing: 0;
}
.table_inner td {
	padding: 0px 0px 0px;
	border: 0px solid #FFFFFF;
	border-collapse: collapse;
	border-spacing: 0;;
}
.table_inner .sp {
	width: 1em;	
}
/* テーブル上部のコメント　*/
.cap_right {
	float: right;
	padding-top: 10px;
	padding-bottom: 5px;
}
/* テーブル下部のコメント　*/
.cap_left {
	padding-top: 5px;
	padding-bottom: 10px;
}
/* ニュース部のrss_sw　*/
/*.rss_sw {
	float: right;
	margin-top: -4px;
	vertical-align: middle;
	
}*/
.rss_sw a {
	float: right;
	background-image: url(../common/parts/rss.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 15px;
	width: 36px;
	display: block;
	overflow: hidden;
	margin-top: 0.1em;
}
.rss_sw a:hover {
	background-image: url(../common/parts/rss.gif);
	background-repeat: no-repeat;
	background-position: 0px -15px;
}
/* ニュース下 */
#news_link {
	font-size: 85%;
	text-align: right;
	width: 700px;
	padding-top: 10px;
	padding-bottom: 10px;

	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#news_link a {
	text-decoration: none;
	background-image: url(../common/parts/square_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	color: #333;
	padding-left: 16px;
}
#news_link a:hover {
	color: #005ca2;
	text-decoration: underline;
	background: url(../common/parts/square_arrow.gif) no-repeat 0px center;
}
/* → */
.sw_sankaku_right a {
	float: right;
	background-image: url(../common/parts/square_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 12px;
	width: 12px;
	display: block;
	overflow: hidden;
	margin-top: 0.1em;
}
.sw_sankaku_right a:hover {
	background-image: url(../common/parts/square_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px -12px;
}
/* 営業問い合わせ */
.inquiry_item {
	width: 4em;
	padding-right: 1em;
}
/* 見出し内リンク */
.midashi_link a {
	text-decoration: none;
	background-image: url(../common/parts/square_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	color: #333;
	padding-left: 20px;
	padding-top: 0.1em;
}
.midashi_link a:hover {
	color: #005ca2;
	text-decoration: underline;
	background-image: url(../common/parts/square_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}
