@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------
 お問い合わせはこちら 1カラム用
  --------------------------------------------  */
#content .contactbox {
	background:url(/inc/images/contact/bg_contactbox_col1.gif) no-repeat center;
	height: 169px;
	padding: 11px 0;
	text-align: center;
	margin: 20px 0;
}
#content .contactbox h3 {
	background: url(/inc/images/contact/h3_contact_col1.gif) no-repeat center;
	text-indent: -9999px;
	overflow: hidden;
	height: 40px;
	margin: 0 0 30px 0;
	padding: 0;
}

.contactbox p.tel-mail {
	text-align: center;
}
.contactbox .tel {
	margin: 0px 20px;
}
.contactbox a {
	vertical-align: middle;
	margin: 0px 20px;
}
.contactbox.hjsweb a {
	position: relative;
	top: -10px;
}

/* ---------------------------------------------
 お問い合わせはこちら 2カラム用
  --------------------------------------------  */
#content #main_detail .contactbox {
	background:url(/inc/images/contact/bg_contactbox_col2.gif) no-repeat center !important;
}
#content #main_detail .contactbox h3 {
	background:url(/inc/images/contact/h3_contact_col2.gif) no-repeat center !important;
}
/*平和情報システムに関するお問い合わせはこちら*/
#content .contactbox.hjsweb h3 {
	background: url(/inc/images/contact/h3_contact_hjsweb_col1.gif) no-repeat center !important;
}
/*------------------------------------------------------
 スタッフ一押し 1カラム用
------------------------------------------------------*/
#content .recommend {
	background:url(/inc/images/reccomend/bg_recommend_bottom_col1.gif) no-repeat 0 100%;
	padding: 0;
	position: relative;
	margin: 10px 0 20px 0;
	
}

#content .recommend h3{
	background:url(/inc/images/reccomend/bg_recommend_top_col1.gif) no-repeat 0px 0px;
	padding: 0px 7px 5px 7px;
	margin: 0 !important;
	border-bottom: 1px dotted #E50012;
	display: block;
	height: 48px;
}

#content .recommend p.comment {
	margin-right: 180px;
}
/*------------------------------------------------------
 スタッフ一押し 2カラム用
------------------------------------------------------*/
#content #main_detail .recommend {
	background:url(/inc/images/reccomend/bg_recommend_bottom_col2.gif) no-repeat 0 100%;
}

#content #main_detail .recommend h3 {
	background:url(/inc/images/reccomend/bg_recommend_top_col2.gif) no-repeat 0px 0px;

}

.recommend h3 img {
	float: left;
	padding-right: 8px;
}

.recommend h3 span {
	display: block;
	padding: 15px 0;
}
.recommend p.comment {
	margin: 17px 20px 17px 20px;
}
/*
.recommend p.staff {
	position: absolute;
	height: 194px;
	width: 166px;
	display: block;
	bottom: 3px;
	right: 2px;
	_right: 3px;
}
*/

p.staff {
	 position: relative;
	 float: right;
	 width: 169px;
}
p.staff img {
	position: absolute;
	top: -197px;
	/top: -180px;
}
.recommend p.staff img {
	vertical-align: bottom;
}

/*------------------------------------------------------
 1 2 3 4...のナビゲーション
------------------------------------------------------*/
.column-bottom {
	position: relative;
	height: 20px;
	line-height: 18px;
}

.pager {
	/*margin-top: 15px;*/
	font-size: 12px;
}

.pager ul {
	float: right;
	margin-right: 5px;
}

.pager li {
	float: left;
	margin-left: 5px;
}

.pager ul a {
	display: block;
	padding: 2px 7px;
	text-decoration: none;
	font-size: 12px;
}

.pager ul a:link,
.pager ul a:visited {
	color: #e50012;
	background: url(/inc/images/blog/bg_pager_off.gif) no-repeat;
}

.pager ul a:hover,
.pager ul a:active {
	color: #FFF;
	background: url(/inc/images/blog/bg_pager_on.gif) no-repeat;
}


.current_page {
	line-height: 2;
	_line-height: 22px;
}