@charset "utf-8";

/*
Font-size Adjustment
	 77% = 10px	|	123.1% = 16px	|	167% = 22px
	 85% = 11px	|	131% =  17px	|	174% = 23px 
	 93% = 12px	|	138.5% = 18px	|	182% = 24px 
	100% = 13px	|	146.5% = 19px	|	189% = 25px 
	108% = 14px	|	153.9% = 20px	|	197% = 26px 
	116% = 15px	|	161.6% = 21px	| 
*/

a:link {
	color:#0f0f0f; text-decoration:underline;
}
a:visited {
	color:#0f0f0f; text-decoration:underline;
}
a:hover {
	color:#3376a0; text-decoration:underline;
}
a:active {
	color:#3376a0; text-decoration:underline;
}


body {
	background:#dee2e5;
	line-height:1.7;
}

#wrapper {
	width:940px;
	margin:0 auto;
	text-align:left;
	background:#FFFFFF;
}

#header {
	margin:0 0 4px 0;
	width:940px;
	border-top:3px solid #e50012;
}

#headerLeft {
	float:left;
}

#headerRight{
	width:400px;
	float:right;
	margin:8px 10px 0 0;
	_margin:8px 5px 0 0; /*ie6 margin_bug*/
}

#headermenu {
	text-align:right;
	margin:0 0 14px 0;
/*
	margin:0 0 4px 0;
*/
}

#headermenu li {
	display:inline;
	background: url(/images/listmark_bluearrow.gif) no-repeat;
	padding:0 0 0 14px;
	margin:0 0 0 20px;
	font-size:93%;
}

/* search_wrap
 * ----------------------------------------------- */
#header #search_wrap {
	width:250px;
	float:right;
	margin:0 0 2px 0;
}

#header #search_wrap ul{
	float:right;
	
}

#header #search_wrap li {
	float:left;
}

#header #search_wrap li.text_form {
	margin:0 1px 0 0;
}

#header #search_wrap li.text_form input {
	width:146px;
	height:17px;
	padding:0;
	margin:0;
}

#header #search_wrap li.text_form input:focus {
background-color: #fff;
outline: 1px #fff solid;
}

.headerRight3 {
	width:250px;
	float:right;
}
#header #search_wrap li button.clearbtn {
width: 49px;
height: 20px;
background: url('/common/images/btn_header_clear.gif') no-repeat;
margin: 0;
padding: 0;
border-width: 0;
position: relative;
/*top: -3px;*/
vertical-align:top;
}

table.gsc-branding {
	display:none;
}


/* englishbtn
 * ----------------------------------------------- */
.englishbtn {
	 float:left;
	 width:60px;
	 line-height:48px;
/*
	 line-height:24px
*/
 }

.englishbtn p{
	background: url(/images/listmark_bluearrow.gif) no-repeat 2px;
	padding:0 0 0 14px;
	margin:0 0 0 0px;
	font-size:93%;
	
}
 
/* font_change
 * ----------------------------------------------- */

#header #font_change {
	float:right;
	width:170px;
	position:relative;
/*
	margin:2px 0 0 0;
*/
	margin:14px 0 0 0;
	height:28px;
}

#header #font_change dd#font_small,
#header #font_change dd#font_medium,
#header #font_change dd#font_large {
	position:absolute;
	
}

#header #font_change dd#font_small {
/*
	top:0;
*/
	top:-2px;
	right:68px;
}

#header #font_change dd#font_medium {
/*
	top:0;
*/
	top:-2px;
	right:34px;
}

#header #font_change dd#font_large {
/*
	top:0;
*/
	top:-2px;
	right:0;
}

#header #font_change dd,
#header #font_change dd a {
	width:24px;
	height:24px;
	overflow:hidden;
}
#header #font_change dd a {
	display:block;
}
#header #font_change dd a:hover img,
#header #font_change dd a.textresizer-active img {
	margin-top:-24px;
}


#header #font_change dd a:hover {
	zoom:1;   /* for IE6 */
}

.headBB {
	padding: 0 0 5px 0;
	border-bottom: solid 1px #CCCCCC;
}

/* #contents
 * ----------------------------------------------- */

#contents {
	margin:0px 0 0 0;
}
 
#topcontents {
}



/* #sideLeft　　← 12/7 左メニュー変更用に改訂
 * ----------------------------------------------- */
#sideLeft {
	float:left;
	width:230px;
	margin:0 8px 0 8px;
	display:inline /*ie6 margin_bug*/
}
#sideLeft a {
	color:#fff;
	text-decoration: none;
}
#sideLeft h2 a {
	font-weight: bold;
}
#sideLeft h2.menutitle {
	background:url(/images/sideleft_menu_bg.gif) no-repeat;
	height:34px;
	color:#fff;
	padding:0;
	text-align:center;
	font-weight:bold;
	line-height:34px;
}
#sideLeft ul.leftnavi {
	width: 230px;
	margin:0 0 15px 0;
	background-color:#f3f3f3;
}
#sideLeft ul.leftnavi li {
	line-height: 0;
}
#sideLeft ul.leftnavi li a {
	line-height: 1.7;
}
#sideLeft li {
	list-style-type:none;
}
#sideLeft .category {
	color:#fff;
	width:200px;
	background-color:#e8e8e8;
	margin:0;
	padding:9px 10px 9px 20px;
	cursor:pointer;
	background:url(/common/images/sideleft_menu_bg2.gif) no-repeat;
}

#sideLeft ul.menu {
	margin:0px 0;
}
#sideLeft ul.menu li a{
	line-height:16px;
	display:block;
	margin-left:30px;
	padding-top:5px;
	padding-bottom:5px;
	color:#3c5667;
}
#sideLeft ul.menu li{
	background:url(/common/images/sidenavi_sub_listmark.gif) no-repeat 14px 10px #d3d3d3;
	font-size:93%;
	padding:3px 0;
	border-top:1px solid #fff;
}

#sideLeft #QR {
	background: url(/images/qr.gif) no-repeat;
	width:120px;
	height: 84px;
	margin: 10px 0;
	padding: 50px 100px 0 10px;
	line-height:17px;
}
/*----- ここまで -----*/


/* #mainWrap
 * ----------------------------------------------- */
#mainWrap {
	margin:0 8px 0 0;
	_margin:0 4px 0 0; /*ie6 margin_bug*/
	float:right;
	width:686px;
}

#mainWrapCol {
}

/* #mainLeft
 * ----------------------------------------------- */
#mainLeft {
	width:478px;
	float:left;
}

.yakuwari{
	background-color:#e6f3fc;
	padding:10px 20px;
	color:#3284ba;
	border:#3284ba 1px solid;
	margin:0 0 9px 0;
}

.yakuwari p {
	font-size:77%;
}

#mainLeft h2 {
	background:url(/images/main_h2_bg01.gif) no-repeat;
	height:35px;
	margin:0 0 4px 0;
	color:#FFFFFF;
	font-weight:bold;
}

#mainLeft .titlewrap .ichiranBtn {
	position:absolute;
	top:8px;
	right:10px;
	width:100px;
}

.newsinfoArea {
}

.topicsArea {
	margin:18px 0 0 0;
}

.newsinfoArea .titlewrap,
.topicsArea .titlewrap {
	position:relative;
}

.newsinfoArea .titlewrap .titlename,
.topicsArea .titlewrap .titlename {
	position:absolute;
	top:0px;
	left: 1em;
	line-height:34px;
}

.newsinfoArea li,
.topicsArea li {
	background: url(/images/listmark_news.gif) no-repeat 10px 6px;
	padding:4px 10px 4px 30px;
	font-size:93%;
	border-bottom:dotted 1px #666666;
	line-height:1.6;
	/*text-indent:-1em;*/
}

#fukkoumap {
	margin:20px 0 0 0;
}

#newsList dl {
	clear: left;
	font-size:93%;
	overflow:scroll;
	height:300px;
	overflow-x:hidden;
}
#newsList dt {
	clear: left;
	float: left;
	width: 10em;
	padding:4px 0 4px 27px;
	background: url(/images/listmark_news.gif) no-repeat 10px 7px;
}
#newsList dd {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 140px;
	border-bottom:dotted 1px #666666;
}


/* #mainRight
 * ----------------------------------------------- */
#mainRight {
	width:200px;
	float:right;
	margin:0 0 0 8px;
}

#mainRight .topArea {
	margin:0;
}

#mainRight .topArea .topPhoto {
	margin:0;
	padding:0;
	margin-bottom:5px;
}
#mainRight .topArea .topPhoto p.photoCaption {
	margin:0;
	padding:0;
}
#mainRight .topArea .topPhoto p.photoCaption span.c_text {
	font-size:11px;
}

#mainRight .fukkoukyokuMapArea {
	background:#f5f5f5 url(/images/mainRight_map_bg2.gif) no-repeat;
	height:538px;
	padding:0px 0 0 12px;
	margin:0px 0 0 0;
}

#mainRight .fukkoukyokuMapArea .MapAreaInner {
	width:177px;
	padding:12px 0 0 0;
}

#mainRight .fukkoukyokuMapArea .MapAreaInner li {
	margin:0 0 8px 0;
	
}

#mainRight .fukkoukyokuMapArea .MapAreaInner li img {
	vertical-align:bottom;
}

#mainRight .fukkoukyokuMapArea .MapAreaInner li.last{
	margin:0 0 10px 0;
}

#mainRight .bottomArea {
	margin:10px 0 0 0;
}


/* #bottomBannerArea
 * ----------------------------------------------- */
#bottomBannerArea {
	width:686px;
	padding:0px;
	margin:40px 0 0 0;
}
#bottomBannerArea .bannerBox {
}

#bottomBannerArea ul {
	margin:10px 0 0 0;
}

#bottomBannerArea li {
	display:inline;
	margin:0 14px 0px 0;
	vertical-align:bottom;
}

#bottomBannerArea li img {
	vertical-align: bottom;
	margin:0 0 0px 0;
}


/* #pagetop
 * ----------------------------------------------- */
#pagetop {
	width:940px;
	margin:0 auto;
	text-align:right;
	background:#FFF;
	padding:4px 0;
}

#pagetop p {
	padding:0 20px;
}

/* #footer
 * ----------------------------------------------- */
#footer_1 {
	color: #ffffff;
background-color: #369;
	padding:8px 10px 4px;
	width:920px;
	margin:0px auto;
	font-size:93%;
}

#footer_1 a {color: #ffffff;
}


#footer {
	height:35px;
	background: url(/common/images/footer_bg.gif) repeat-x;
}

#footer #footerinner {
	padding:8px 10px 4px;
	width:920px;
	margin:0px auto;
	font-size:93%;
}
.footerinnerBox {
	width:920px;
}

.footerLeft {
	width:500px;
	float:left;
}
.footerRight {
	width:380px;
	text-align:right;
	float:right;
}

/* #breadcrumbsList
 * ----------------------------------------------- */
ul#breadcrumbsList {
	margin: 3px 0 3px 15px;
}

ul#breadcrumbsList li {
	float: left;
	display: block;
}
ul#breadcrumbsList li a {
	background:url('/common/images/bread_arrow.png') no-repeat center right;
	padding-right:20px;
}


/* #contents_col3（sitemap）
 * ----------------------------------------------- */
#contents_col3 {
	margin:0 8px 0 8px;
	_margin:0 4px 0 8px; /*ie6 margin_bug*/
	float:right;
	width:924px;
}

#contents_col3 h2 {
	background:url(/images/main_h2_bg03.gif) no-repeat;
	height:35px;
	margin:0 0 4px 0;
	color:#FFFFFF;
	font-weight:bold;
}

#contents_col3 .titlewrap {
	position:relative;
}

#contents_col3 .titlewrap .titlename {
	position:absolute;
	top:0px;
	left:17px;
	line-height:34px;
}

#contents_col3 ul.sitemapRow {
	width: 257px;
	margin: 10px 0 0 25px;
	_margin: 10px 0 0 12px; /*ie6 margin_bug*/
	padding: 5px 25px 5px 0;
	float: left;
	border-right: dotted 1px #999999;
}

#contents_col3 ul li dl {
	margin: 0 0 2em 0;
}

#contents_col3 ul li dl dt {
	margin: 0 0 0.5em 0;
}

#contents_col3 ul li dl dt a {
	cursor:pointer;
	color:#3376a0;
	background:url(/common/images/sidenavi_listmak.gif) no-repeat;
	padding: 0 0 0 1.4em;
	font-weight: bold;
}

#contents_col3 ul li dl dd ul {
	margin: 0;
}

#contents_col3 ul li dl dd ul li {
	list-style-image: url(/images/sidenavi_sub_listmark.gif);
	list-style-position: outside;
	margin: 0 0 0 2.8em;
}

#contents_col3 ul li dl dd ul li a {
	color:#3c5667;
	margin: 0 0 0 -4px;
}

/* #sideBannerArea
 * ----------------------------------------------- */
#sideBannerArea {
	width: 230px;
	margin: 0px 0;
}

#sideBannerArea li {
	width: 220px;
	margin: 0 auto;
	text-align:center;
}
 

/* #contents_col2（2階層目以降）　.cf_col にも適用
 * ----------------------------------------------- */
#contentsaWrap {
	clear: left;
}
#contents_col2,
.cf_col {
	width:686px;
}

#contents_col2 h2,
.cf_col h2 {
	background:url(/common/images/main_h2_bg02.gif) no-repeat;
	height:35px;
	margin:0 0 4px 0;
	color:#FFFFFF;
	font-weight:bold;
}

#contents_col2 .indexArea .titlewrap,
.cf_col .indexArea .titlewrap {
	position:relative;
}

#contents_col2 .indexArea .titlewrap .titlename,
.cf_col .indexArea .titlewrap .titlename {
	position:absolute;
	top:0px;
	left:1em;
	line-height:34px;
}

#contents_col2 .indexArea a,
.cf_col .indexArea a {
	color:#3376a0;
}

#contents_col2 .indexArea ul li,
.cf_col .indexArea ul li {
	background: url(/images/listmark_news.gif) no-repeat 10px 18px;
	padding:16px 10px 16px 40px;
	font-size:93%;
	border-bottom:dotted 1px #666666;
	line-height:1.6;
	text-indent:-1em;
}

/*3階層目*/
#contents_col2 .indexArea,
.cf_col .indexArea {
	width: 100%;
	position: relative;
}
#contents_col2 .indexArea ul#indexLv3,
.cf_col .indexArea ul#indexLv3 {
	border-top:dotted 1px #666666;
}
#contents_col2 .indexArea ul#indexLv3 li,
.cf_col .indexArea ul#indexLv3 li {
	background: url(/images/listmark_news.gif) no-repeat 10px 10px;
	padding:8px 10px 8px 40px;
}

#contents_col2 .indexArea p.intro,
.cf_col .indexArea p.intro {
	margin: 10px 7px;
}

#contents_col2 .indexArea span.pdf_ico,
.cf_col .indexArea span.pdf_ico {
	margin: 0 0 0 0.5em;
}

#contents_col2 .indexArea p.readerLink,
.cf_col .indexArea p.readerLink {
	text-align: right;
	margin: 20px 0 0 0;
}

/*#Pagination*/
.pagination {
	position: absolute;
	left: 50%;
}
.pagination a {
	text-decoration: none;
}
.pagination a, .pagination span {
	float: left;
	margin: 0 5px 0 0;
	padding: .3em .5em;
	text-decoration: underline;
}
.pagination .current {
	font-weight: bold;
	text-decoration: none;
}
.pagination .current.prev, .pagination .current.next {
	font-weight: normal;
}
#res {
	width: 100%;
	clear: both;
	margin: 50px 0 0 0;
}

/*4階層目*/
h3 span.titlename_h3 {
	display: block;
	background: #e8e8e8;
	margin: 15px 0 0 0;
	padding: 2px 0 2px 15px;
	font-size: 116%;
	font-weight: bold;
	border-left: solid 4px #FF0000;
}




/*復興情報*/

#pageContentsWrap {
	width:686px;
}

#pageContentsWrap h2 {
	background:url(/common/images/main_h2_bg02.gif) no-repeat;
	padding:0 0 0 14px;
	margin:0 0 4px 0;
	color:#FFFFFF;
	font-weight:bold;
	line-height:35px;
}

#pageContentsArea {
	margin:15px 0 0 0;
	padding:0 14px 0 14px;
}

.fukouinfo {
}

.fukouinfoLeft {
	width:315px;
	float:left;
}

.fukouinfoLeft .title {
	padding:0 0 10px 0;
	border-bottom:1px dotted #666666;
}

.fukouinfoLeftInner {
	padding:0 10px;
}

.fukouinfoLeftInner .kenlist {
}

.fukouinfoLeftInner ul {
	margin:0 0 0 54px;
}

.fukouinfoLeftInner .kenlist li {
	margin:0 0 1em 0;
	padding:0 0 0 14px;
	background:url(/common/images/kenlist_mark.gif) no-repeat 0px 3px;
}

.fukouinfoRight {
	width:342px;
	float:right;
}







/*旧コンテンツから引き継いだ記事部タイトル*/

/* 記事タイトル部分 */
#contents_col2 h1,
.cf_col h1 {
	/*background: url(/common/images/main_h2_bg02.gif) no-repeat;*/
	background: url(/common/images/main_h2_bg04.gif) no-repeat;
	/*height: 35px;*/
	margin: 0 0 4px 0;
	color: white;
	font-weight: bold;
	padding: 7px 10px;
}

/* 記事内部リスト部分 */
#contents_col2 p,
.cf_col p {
	margin:30px;
	color: #444;
	line-height:25px;
}
#contents_col2 p a,
.cf_col p a {
	color: #3376A0;
	/*background: url(/common/images/listmark_news.gif) no-repeat;
	padding-left:20px;*/
	
}
#contents_col2 p.icon_arrow,
.cf_col p.icon_arrow {
	background: url(/common/images/listmark_news.gif) no-repeat 0 6px;
	padding-left:18px;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
#contents_col2 p.midashi,
.cf_col p.midashi {
	margin-top: 30px !important;
	margin-bottom: 15px !important;
}



ul.listIchiran li {
	margin:10px 20px;
	border-bottom: 1px dotted #c1c1c1;
	/*list-style-image:url(/common/images/listmark_news.gif);*/
	list-style-position: inside;
	padding:8px;
}


ul.listIchiran li a{
	color:#3376A0;
}

#contents_col2 h3,
.cf_col h3 {
	background: url(/english/images/main_h3_bg01.gif) no-repeat;
	height: 35px;
	margin: 0 0 4px 0;
	padding: 0 0 0 20px;
	color: black;
	font-weight: bold;
	line-height: 3;
}

#contents_col2 ul,
.cf_col ul {
	margin:30px;
}
#contents_col2 ul.listIchiran li,
.cf_col ul.listIchiran li {
	background: url(/common/images/listmark_news.gif) no-repeat;
	background-position: left center;
	padding-left:16px;
}
#contents_col2 ul li,
.cf_col ul li {
	background: url(/common/images/listmark_news.gif) no-repeat;
	background-position: left 6px;
	padding-left:16px;
}
/* 各復興局 */

img#fukkoukyoku_map {
	float:left;
}

div#fukkoukyoku_right {
	width: 514px;
	float: right;
}

div#fukkoukyoku_right div.fukkoukyoku_right_section {
	margin: 0 0 1em 0;
}

div#fukkoukyoku_right h2.h2silver {
	width: 509px;
	height: 29px;
	padding: 5px 0 0 9px;
	background: url(/images/fukkoukyoku_h2_bg01.gif) no-repeat;
}

div#fukkoukyoku_right h2.h2silver span.h2silverInner_1_green {
	width: 484px;
	height: 29px;
	padding: 0 0 0 30px;
	background: url(/images/listmark_1_green.gif) left center no-repeat;
	color: #333;
}

div#fukkoukyoku_right h2.h2silver span.h2silverInner_2_green {
	width: 484px;
	height: 29px;
	padding: 0 0 0 30px;
	background: url(/images/listmark_2_green.gif) left center no-repeat;
	color: #333;
}

div#fukkoukyoku_right h2.h2silver span.h2silverInner_3_green {
	width: 484px;
	height: 29px;
	padding: 0 0 0 30px;
	background: url(/images/listmark_3_green.gif) left center no-repeat;
	color: #333;
}

div#fukkoukyoku_right h2.h2silver span.h2silverInner_4_green {
	width: 484px;
	height: 29px;
	padding: 0 0 0 30px;
	background: url(/images/listmark_4_green.gif) left center no-repeat;
	color: #333;
}/* 2014/3/27　追加 */

div#fukkoukyoku_right h2.h2silver span.h2silverInner_4_purple {
	width: 484px;
	height: 29px;
	padding: 0 0 0 30px;
	background: url(/images/listmark_4_purple.gif) left center no-repeat;
	color: #333;
}

div#fukkoukyoku_right p {
	margin: 0 1.5em;
}

.dotList {
	border-top: dotted 1px #666666;
}

.dotList li {
	margin: 5px 0;
	padding: 0 0 5px 0;
	border-bottom: dotted 1px #666666;
}


.category h2 {
	font-weight:bold;
}

.mt0 {
	margin-top: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}


/* リンク一覧 */
#bannerList table {
	margin-top: 20px;
	margin-bottom: 50px;
	border: #333 1px dotted;
}
#bannerList table td {
	width: 229px;
	height: 130px;
	border-right: #333 1px dotted;
	border-bottom: #333 1px dotted;
	text-align: center;
	vertical-align: middle !important;
}

.rightarrowclass {
	display:none;
}


/* Pagebute pagenation */
.content-nav {
	text-align:center;
	margin:0 auto;
	font-size:12px;
}
.content-nav span a {
	text-decoration:none;
}
.content-nav a {
	border:1px solid #c1c1c1;
	padding:2px 4px;
	text-decoration:none;
	background:f5f5f5;
}
.content-nav span.current_page {
	border:1px solid #c1c1c1;
	padding:2px 4px;
	text-decoration:none;
	background:#a9a9a9;
	color:#fff;
}


/* アーカイブページ */
#contents_col2 .archive-content ul li,
.cf_col .archive-content ul li {
	float:left;
}

/* 月別アーカイブ */
#contents_col2 ul li,
.cf_col ul li {
	background: url(/common/images/listmark_news.gif) no-repeat;
	background-position: left 6px;
	padding-left: 16px;
}
/* 
#contents_col2 ul:not(.yolp-ctrl) li{kuso_ssl}
#contents_col2 ul.yolp-ctrl{margin:0px;padding:0px;}
#contents_col2 ul.yolp-ctrl li.yolp-layerset-on{padding:0px ;background:url(http://i.yimg.jp/images/map/api/yolp/images/yolp_ctrlbg.gif) 0 -22px repeat-x #fff;}
#contents_col2 ul.yolp-ctrl li.yolp-layerset-off{padding:0px ;background:url(http://i.yimg.jp/images/map/api/yolp/images/yolp_ctrlbg.gif) 0 -22px repeat-x #fff;}
*/
#contents_col2 ul li ul li.month,
.cf_col ul li ul li.month {
	background: none;
	float:left;
}
#contents_col2 ul li ul,
.cf_col ul li ul {
	margin: -22px;
	margin-left: 50px;
}
.widget-content {
	margin: 0px;
	background:fff;
	height:100px;
}
.archive_null_message {
	margin:20px;
	text-align:center;
}
/* 月別インデックス */
#contents_col2 div div.widget-content ul li,
.cf_col div div.widget-content ul li {
	background:none;
}

/*月別アーカイブ 新着*/
#newsList_sub {
	width:95%;
}
#newsList_sub dl {
	clear: left;
	font-size: 93%;
	margin-bottom:30px;
}
#newsList_sub dt {
clear: left;
float: left;
width: 10em;
padding: 4px 0 4px 27px;
background: url(/images/listmark_news.gif) no-repeat 10px 7px;
}
#newsList_sub dd {
padding-top: 4px;
padding-bottom: 4px;
padding-left: 140px;
border-bottom: dotted 1px #666;
}


#newsList .ndate {
	width:30%;
	vertical-align:top;
	
}
#newsList .ndate div {
	background: url(/images/listmark_news.gif) no-repeat 2px 2px;
	padding-left:17px;
}

ul.kaiken_list li{
	margin:3px 0px;
	border-bottom:1px dotted #c1c1c1;
}

#t_newsList {
	overflow:scroll;
	height:300px;
	overflow-x:hidden;
}

table.top_list {
	font-size: 93%;
	line-height: 1.6;
	/*text-indent: -1em;*/
}
table.top_list tr {
	border-bottom:1px #c1c1c1 dotted;
}
table.top_list td {
	padding:4px;
}
 
table.top_list td.tdate {
	padding:4px;
	padding-left:20px;
	padding-right:0px;
	width:120px;
	background: url(/images/listmark_news.gif) no-repeat 5px 6px;
	vertical-align:top;
}

.widget-content {
	margin: 0 50px;
}
.widget-content .month_clm {
	margin:0 5px;
}

/* テーブルスタイル 121127*/
table.topicTable2 {
	margin: 0 30px;
	border: #999999 1px solid;
}
table.topicTable2 th,
table.topicTable2 td {
	padding: 2px 2px;
}
table.topicTable2 th {
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
	background: #005cac;
	color: #ffffff;
	text-align:center;

}
table.topicTable2 td {
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
}

/* テーブルスタイル */
table.topicTable {
	margin: 0 30px;
	border: #999999 1px solid;
}
table.topicTable th,
table.topicTable td {
	padding: 5px 10px;
}
table.topicTable th {
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
	background: #005cac;
	color: #ffffff;
	text-align:center;

}
table.topicTable td {
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
}

/* サブリスト */
ul li ul.sublist {
	margin: 0 0 5px !important;
}
ul li ul.sublist li {
	margin: 0 !important;
	background: url(/images/listmark_news_sub.gif) no-repeat 0 center !important;
}
p.midashi1 {
	margin: 30px 30px 0 !important;
	font-weight: bold;
}
p.midashi1_normal {
	margin: 30px 30px 0 !important;
}
.mb0  { margin-bottom: 0 !important; }
.mb5  { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mt0  { margin-top: 0 !important; }
.mt5  { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }


/* グローバルメニュー用に追加　12/11 */
#siteMenu {
	float:left;
	width:230px;
	margin:0 8px 0 8px;
	display:inline /*ie6 margin_bug*/
}
#siteMenu a {
	color:#fff;
	text-decoration: none;
}
#siteMenu h2 a {
	font-weight: bold;
}
#siteMenu h2.menutitle {
	background:url(/images/sideleft_menu_bg.gif) no-repeat;
	height:34px;
	color:#fff;
	padding:0;
	text-align:center;
	font-weight:bold;
	line-height:34px;
}
#siteMenu ul.leftnavi {
	width: 230px;
	margin:0 0 15px 0;
	background-color:#f3f3f3;
}
#siteMenu ul.leftnavi li {
	line-height: 0;
}
#siteMenu ul.leftnavi li a {
	line-height: 1.7;
}
#siteMenu li {
	list-style-type:none;
}
#siteMenu .category {
	color:#fff;
	margin:0;
	width:207px;
	padding:6px 10px 6px 13px;
	background:url(/common/images/sideleft_menu_bg3.gif) no-repeat;
	line-height:1.7;
}
/*#siteMenu .category a {
	display: block;
	width:200px;
	padding:9px 10px 9px 20px;
	background:url(/common/images/sideleft_menu_bg2.gif) no-repeat;
}
#siteMenu .category a:hover {
	background:url(/common/images/sideleft_menu_bg2_o.gif) no-repeat;
}*/

#siteMenu #QR {
	background: url(/images/qr.gif) no-repeat;
	width:120px;
	height: 84px;
	margin: 10px 0;
	padding: 50px 100px 0 10px;
	line-height:17px;
}
#siteMenu ul.menu {
	margin:0px 0;
}
#siteMenu ul.menu li{
	font-size:93%;
	padding:0 0;
	border-top:1px solid #fff;
}
#siteMenu ul.menu li a{
	background:url(/common/images/sidenavi_listmak.gif) no-repeat 8px 10px #d3d3d3;
	line-height:16px;
	display:block;
	padding-top:7px;
	padding-bottom:7px;
	padding-left: 22px;
	color:#3c5667;
}
#siteMenu ul.menu li a:hover{
	background-color: #e9e9e9;
}
/* ここまで */

/* トピックススクロールバー */
.topicsArea ul {
	overflow: scroll;
	height: 275px;
	overflow-x: hidden;
}



/* RSSアイコン用 */
#mainLeft .titlewrap .rssBtn {
	position:absolute;
	top:6px;
	right:10px;
	width:23px;
}
#mainLeft .titlewrap .ichiranBtn {
	right:40px !important;
}
.rssArea {
	position: relative;
}
.rssArea .rssBtn {
	position:absolute;
	top:6px;
	right:10px;
	width:23px;
}

/* 復アイコン用 */
img.fuku {
	vertical-align: middle;
}

