@charset "gb2312";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
	text-align: left !important;
}
.taCenter {
	text-align: center !important;
}
.taRight {
	text-align: right !important;
}
/* フォントの大きさ（プラス） */
.fsP1 {
	font-size: 1.08em !important;
}
.fsP2 {
	font-size: 1.16em !important;
}
.fsP3 {
	font-size: 1.24em !important;
}
.fsP4 {
	font-size: 1.32em !important;
}
.fsP5 {
	font-size: 1.4em !important;
}
/* フォントの大きさ（マイナス） */
.fsM1 {
	font-size: 0.92em !important;
}
.fsM2 {
	font-size: 0.84em !important;
}
.fsM3 {
	font-size: 0.76em !important;
}
.fsM4 {
	font-size: 0.68em !important;
}
.fsM5 {
	font-size: 0.6em !important;
}
/* フォントの太さ */
.fwNormal {
	font-weight: normal !important;
}
.fwBold {
	font-weight: bold !important;
}
/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
	margin-top: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb14 {
	margin-bottom: 14px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.t_center {
	text-align: center !important;
}

.w1024 {
	margin: 0 auto;
	width: 1024px;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
	zoom: 1;
}
*+html .clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*------------------------------------------------------------
	リンク?インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl, .tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.tap {
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}
body, table, input, textarea, select, option {
	font-family: "宋体", "微软雅黑", "黑体", "Adobe 仿宋 Std R", "Adobe 黑体 Std R";
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
}
a, a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #fb2f00;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1024px;
	color: #000;
	font-size: 12px;
	line-height: 1.5;
	background-color: #F3F3F3;
	-webkit-text-size-adjust: none;
}
#container {
	text-align: left;
}
#main {
	background-color: #fff;
	margin: 0 auto;
	width: 1004px;
	padding: 5px 10px 22px;
}
* html #main {
	zoom: 1;
}
*+html #main {
	zoom: 1;
}
#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	background: url(imgheader_bg.jpg) repeat left top;
}

#gHeader .hBox {
	background: url(imgh_bg.jpg) no-repeat center top;
	margin: 0 auto;
	width: 1024px;
	padding-top: 10px;
	height: 143px;
}

.sp_header {
	display: none;
}

.hLink {
	color: #fff;
	margin-bottom: 18px;
	text-align: right;
}

.hLink a {
	color: #fff;
}

.hLink i {
	font-style: normal;
	margin-left: 5px;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	background: url(imgg_navi_bg.gif) repeat-x left top;
	clear: both;
	height: 39px;
	line-height: 39px;
}
#gNavi ul {
	margin: 0 auto;
	width: 1024px;
}

#gNavi ul li {
	float: left;
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: bold;
	padding-left: 20px;
}

#gNavi ul li a {
	display: block;
	color: #fff;
}

#gNavi ul li i {
	background: url(imgg_navi_line.gif) no-repeat left center;
	display: block;
	height: 39px;
	line-height: 39px;
	width: 2px;
}

/*pagePath*/
#pagePath {
	background-color: #fff;
	color: #434343;
	margin: 0 auto;
	width: 1004px;
	padding: 10px 10px 0;
}
#pagePath li {
	display: inline;
}
#pagePath li a,
#pagePath li span {
	display: inline-block;
}
#pagePath li span {
	background: url(imgpage_path_bg.png) no-repeat left center;
	padding-left: 25px;
	font-weight: bold;
}
#pagePath li a {
	background: url(imgpage_path_icon.png) no-repeat right center;
	color: #434343;
	padding-right: 10px;
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 759px;
	float: right;
}

#conts1 {
	width: 1004px;
	float: right;
}
#conts1.conts02 {
	float: left;
	width: 954px;
	padding: 25px;
}

#conts .conts_border{
	border: 1px solid #DDDDDD;
	padding: 10px 14px;
}

#conts2 {
	border: 1px solid #DDDDDD;
	float: right;
	padding: 10px;
	width: 737px;
}

.pageNavi {
	background-color: #F4F4F4;
	color: #333;
	clear: both;
	font-size: 14px;
	margin-top: 20px;
	padding: 10px 30px;
	text-align: right;
}

.pageNavi p {
	float: left;
}
.pageNavi p span {
	color: #EA3105;
}

.pageNavi ul {
	float: right;
}
.pageNavi li {
	display: inline;
}

.pageNavi li span,
.pageNavi li a {
	border: 1px solid #BFBFBF;
	background-color: #F2F2F2;
	color: #333;
	display: inline-block;
	line-height: 20px;
	height: 20px;
	padding: 2px 10px;
}
.pageNavi li span {
	padding: 2px;
}

.pageNavi .on a,
.pageNavi li a:hover {
	color: #FB2F00;
	text-decoration: none;
}

#conts.conts02 {
	float: left;
	width: 640px;
	padding: 25px;
}

#sideBar.sideBar02 {
	float: right;
	width: 298px;
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	width: 230px;
	float: left;
}

#sideBar .sNavi li {
	font-family: "微软雅黑";
	font-size: 14px;
	text-align: center;
	padding: 5px;
}

#sideBar .sNavi li a {
	background: #FBFBFB url(imgicon07.png) no-repeat 200px center;
	display: block;
	padding: 10px 30px 10px 10px;
}

#sideBar .sNavi li.on a,
#sideBar .sNavi li a:hover {
	background: #D70202 url(imgicon06.png) no-repeat 200px center;
	color: #fff;
	text-decoration: none;
}

#sideBar .sBox {
	background-color: #FAFAFA;
	border: 1px solid #DCDCDC;
	margin-bottom: 14px;
	padding: 10px;
}

#sideBar .s_border .txtScroll-top {
    overflow: hidden;
    padding: 0 20px 6px;
}

#sideBar .sBox .stitle {
	background: url(imgnewss_title_bg.gif) repeat-x left bottom;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	position: relative;
}
#sideBar .sBox .stitle span {
	display: inline-block;
	padding-left: 35px;
}
#sideBar .sBox .stitle01 span {
	background: url(imgnewss_title_bg01.gif) no-repeat left center;
}
#sideBar .sBox .stitle02 span {
	background: url(imgnewss_title_bg02.gif) no-repeat left center;
}

#sideBar .sBox .comList {
	height: 130px;
	overflow: hidden;
}

#sideBar .s_border {
	border: 1px solid #DEDEDE;
}

#sideBar .s_border .s_title {
	background-color: #F2F2F2;
	border-bottom: 1px solid #D8D8D8;
	font-weight: normal;
	height: 35px;
	line-height: 35px;
	margin-bottom: 20px;
}

#sideBar .s_border .s_title span {
	background: #fff url(imgs_title_bg.gif) no-repeat center bottom;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	padding: 0 15px 6px;
}

#sideBar .s_border .s_dynamics li {
	background: url(imgicon01.png) no-repeat left 8px;
	line-height: 24px;
	height: 48px;
	margin-bottom: 16px;
	overflow: hidden;
	padding-left: 14px;
	position: relative;
}

#sideBar .s_border .s_dynamics li a {
	color: #434343;
	overflow: hidden;
}

#sideBar .s_border .s_dynamics li a:hover {
	color: #fb2f00;
	text-decoration: none;
}

#sideBar .s_border .s_dynamics li span {
	color: #666;
	margin-left: 5px;
}

.s_border .comList {
	padding: 13px 15px;
}

.h252 {
	height: 252px;
}

.h213 {
	height: 213px;
}

/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	background-color: #0775BC;
	color: #fff;
	clear: both;
	padding: 30px 0;
	overflow: hidden;
}

#gFooter .fBox {
	color: #fff;
	line-height: 26px;
	margin: 0 auto;
	width: 1024px;
	text-align: center;
}

#gFooter .fBox p span {
	font-weight: bold;
	font-size: 14px;
}

/*comMore*/

a.comMore {
	position: absolute;
	right: 10px;
	top: 0;
	color: #777;
	display: block;
	font-weight: normal;
	font-family: "宋体";
	font-size: 12px;
}

a.comMore02 {
	background: url(imgicon02.gif) no-repeat right center;
	color: #777;
	padding-right: 13px;
	right: 0;
}

a.comMore03 {
	background: url(imgicon02.gif) no-repeat right center;
	color: #777;
	padding-right: 13px;
	right: 10px;
}

/*	activeBox */
#main .activeBox {
	clear: both;
	height: 361px;
	overflow: hidden;
}
#main .activeBox .activePhoto {
	float: left;
	width: 567px;
	position: relative;
}
#main .activeBox .activePhoto a {
	display: block;
}
#main .activeBox .activePhoto a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#main .activeBox .activePhoto .iFocus ul {
	height: 361px;
	position: absolute;
	z-index: 88
}
#main .activeBox .activePhoto .iFocus ul li {
	float: left;
	width: 567px;
	height: 361px;
	overflow: hidden;
	position: relative;
	z-index: 81
}
#main .activeBox .activePhoto .iFocus ul li a {
	display: block;
}
#main .activeBox .activePhoto .iFocus ul li a img {
	vertical-align: middle;
	width: 567px;
	height: 361px;
}
#main .activeBox .activePhoto .iFocus ul li p {
	font-size: 14px;
	display: block;
	color: #EDE5E0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	width: 567px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	background: url(imgcom_bg.png) repeat left center;
}
#main .activeBox .activePhoto .iFocus ul li p span {
	display: block;
	width: 400px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#main .activeBox .activePhoto .iFocus .btn {
	position: absolute;
	width: 567px;
	height: 13px;
	right: 10px;
	bottom: 8px;
	text-align: right;
	z-index: 90;
}
#main .activeBox .activePhoto .iFocus .btn span {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 13px;
	height: 13px;
	text-align: center;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-right: 5px;
	cursor: pointer;
	color: #fff;
	background: url(imgicon01_out.png) no-repeat left top;
}
#main .activeBox .activePhoto .iFocus .btn span.on {
	background: url(imgicon01_over.png) no-repeat left top;
}
#main .activeBox .activeText {
	float: right;
	width: 413px;
	background-color: #fff;
	border: 1px solid #C8D1D5;
	height: 329px;
	padding: 15px;
	overflow: hidden;
}

.hasMoreTab {
	overflow: hidden;
	margin-bottom: 10px;
}

.hasMoreTab .bd {
	clear: both;
	position: relative;
	overflow: hidden;
}


/*comTitle*/
.comTitle {
	border-bottom: 1px solid #E20C0B;
	font-family: "新宋体";
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	margin-bottom: 15px;
	position: relative;
}

.comTitle li {
	background-color: #EBEBEB;
	color: #000;
	float: left;
	font-weight: bold;
	padding: 0 10px;
	cursor: pointer;
}
.comTitle li.on {
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	background: #E70801 url(imgicon03.gif) no-repeat center bottom;
}

/*comTitle02*/
.comTitle02 {
	border-bottom: 1px solid #D0BFCF;
	padding-bottom: 1px;
	height: 21px;
	position: relative;
}
.comTitle02 span {
	background: url(imgtitle02_bg.gif) no-repeat left top;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
	width: 86px;
	text-align: center;
}

.comTitle02 .comMore02 {
	right: 5px;
}

/*comTitle04*/
.comTitle04 {
	border-bottom: 1px solid #DBDBDB;
}

.comTitle04 li.on {
	background: #115CB6;
}

.comTitle04 li.on span {
	background: url(imgcomtitle03_bg.gif) no-repeat center bottom;
	display: inline-block;
	padding-bottom: 5px;
}

/*comList*/
.comList li {
	color: #434343;
	font-family: "新宋体";
	line-height: 26px;
	height: 26px;
	font-size: 12px;
	width: 100%;
	overflow: hidden;
}

.comList li a {
	color: #434343;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.comList li a:hover {
	color: #fb2f00;
	text-decoration: none;
}

.comList li span {
	color: #5A5A5A;
	float: right;
}

/*newsTitle*/
#main .newsTitle {
	font-size: 14px;
	font-family: "新宋体";
	font-weight: bold;
	margin-bottom: 15px;
	position: relative;
}

#main .textList {
	clear: both;
}

#main .textList .listBox {
	float: left;
	margin-right: 14px;
	width: 325px;
}
#main .textList .listBox03 {
	margin: 0;
}
#main .textList .listBox .subBox {
	border: 1px solid #DCDCDC;
	margin-top: 14px;
	padding-bottom: 13px;
}

#main .title03 {
	border-bottom: 2px solid #CBCBCB;
	line-height: 35px;
	height: 35px;
	margin: 0 10px 11px;
}

#main .title03 span {
	border-bottom: 2px solid #432D92;
	display: inline-block;
	margin-bottom: -2px;
	position: relative;
}

#main .ttl03 {
	background: url(imgttl03_bg.png) no-repeat left bottom;
}

#main .ttl03 span {
	display: block;
	width: 93px;
	text-align: center;
}

/*textList*/
#main .textList .listBox .subBox .title05 {
	background: url(imgtitle_bg.gif) repeat-x left bottom;
	height: 30px;
	line-height: 30px;
}
#main .textList .listBox .subBox .title05 span {
	background-color: #fff;
	border-top: 2px solid #DA2321;
	display: inline-block;
	margin-top: -2px;
	padding: 0 10px;
}

#main .textList .listBox .subBox .comList {
	padding: 0 10px;
	height: 130px;
}

.border {
	border: 1px solid #ddd;
}

#main .activeBox .activeText .textBox .title {
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	height: 26px;
	margin-bottom: 5px;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}

#main .activeBox .activeText .textBox .title a {
	color: #333;
}

#main .activeBox .activeText .textBox p {
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}

#main .activeBox .activeText .textBox {
	border-bottom: 2px dotted #C7C7C7;
	color: #333;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

/*com_list*/
.com_list li {
	color: #656565;
	font-family: "新宋体";
	line-height: 30px;
	height: 30px;
	font-size: 12px;
	width: 100%;
	overflow: hidden;
}

.com_list li a {
	color: #656565;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.com_list li a:hover {
	color: #fb2f00;
	text-decoration: none;
}

.com_list li span {
	color: #5A5A5A;
	float: right;
}

.com_list01 {
	padding: 10px;
}

.com_list01 li {
	background: url(imgicon02.gif) no-repeat left center;
	padding-left: 13px;
	width: auto;
}

.com_list01 li .time {
	color: #989898;
}

.com_list01 li i {
	font-style: normal;
	margin-right: 5px;
}

.com_list02 li {
	background: url(imgicon03.gif) no-repeat left center;
	border-bottom: 2px dotted #ddd;
	padding-left: 12px;
	width: auto;
}

/*------------------------------------------------------------
	sideBar01
------------------------------------------------------------*/
#sideBar01 {
	background-color: #EDEDED;
	float: left;
	width: 221px;
	padding: 5px;
}

#sideBar01 .sNavi li {
	font-size: 12px;
	text-align: center;
	padding-bottom: 5px;
}

#sideBar01 .sNavi li a {
	background: #FBFBFB url(imgicon07.png) no-repeat 200px center;
	display: block;
	padding: 0 30px 0 10px;
	height: 40px;
	line-height: 40px;
}

#sideBar01 .sNavi li.on a,
#sideBar01 .sNavi li a:hover {
	background: #116dbd;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}