﻿@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;/* Google search input width */
	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 { /* Google search powerd by */
	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:14px 0 0 0;
	height:28px;
/*
	margin:2px 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
 * ----------------------------------------------- */
#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 a div.category h2 {
	font-weight: bold;
}


#sideLeft h2.menutitle {
	background:url(/images/sideleft_menu_bg.gif) no-repeat;
	height:34px;
	color:#fff;
	padding:0 0 0 0px;
	text-align:center;
	font-weight:bold;
	line-height:34px;
}


#sideLeft ul.leftnavi {
	width: 230px;
	margin:-1px 0 0 0;
	background-color:#fff;
}

#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 0 0px 0;
	padding:9px 10px 9px 20px;
	cursor:pointer;
	border-top:1px solid #1677a4;
	background:url(/common/images/sideleft_menu_bg2.gif) no-repeat;
}

#sideLeft ul.menu {
	margin:0px 0;
}

#sideLeft ul.menu li a{
	height: 24px;
	line-height:24px;
	display:block;
	margin-left:30px;
	color:#3c5667;
}

#sideLeft ul.menu li{
	background:url(/common/images/sidenavi_sub_listmark.gif) no-repeat 14px 14px #f3f3f3;
	font-size:93%;
	padding:8px 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(/english/images/listmark_news.gif) no-repeat 10px 6px;
	padding:4px 10px 4px 40px;
	font-size:93%;
	border-bottom:dotted 1px #666666;
	line-height:1.6;
	text-indent:-1em;
}

#fukkoumap {
	margin:20px 0 0 0;
}


/* #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:url(/images/mainRight_map_bg.gif) no-repeat;
	height:344px;
	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 20px 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 {
	height:52px;
	background: url(/english/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:15px;
	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: 20px 0;
	text-align:center;
}

#sideBannerArea li {
	width: 200px;
	margin: 0 auto;
	margin: 10px;
}
 

/* #contents_col2（2階層目以降）
 * ----------------------------------------------- */
#contents_col2 {
	width:686px;
}

#contents_col2 h2 {
	background:url(/images/main_h2_bg02.gif) no-repeat;
	height:35px;
	margin:0 0 4px 0;
	color:#FFFFFF;
	font-weight:bold;
}

#contents_col2 .indexArea .titlewrap {
	position:relative;
}

#contents_col2 .indexArea .titlewrap .titlename {
	position:absolute;
	top:0px;
	left:1em;
	line-height:34px;
}

#contents_col2 h3 {
	background:url(/english/images/main_h3_bg01.gif) no-repeat;
	height:35px;
	margin:0 0 4px 0;
	padding:0 0 0 20px;
	color:#000;
	font-weight:bold;
	line-height:3;
}

#contents_col2 .article {
	padding:10px;
	margin:0 0 20px 0;
	}

#contents_col2 .indexArea a {
	color:#3376a0;
}

#contents_col2 .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 {
	width: 100%;
	position: relative;
}
#contents_col2 .indexArea ul#indexLv3 {
	border-top:dotted 1px #666666;
}
#contents_col2 .indexArea ul#indexLv3 li {
	background: url(/images/listmark_news.gif) no-repeat 10px 10px;
	padding:8px 10px 8px 40px;
}

#contents_col2 .indexArea p.intro {
	margin: 10px 7px;
}

#contents_col2 .indexArea span.pdf_ico {
	margin: 0 0 0 0.5em;
}

#contents_col2 .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;
}


/*旧コンテンツから引き継いだ記事部タイトル*/

/* 記事タイトル部分 */
#contents_col2 h1 {
	background: url(/common/images/main_h2_bg04.gif) no-repeat;
	margin: 0 0 4px 0;
	color: white;
	font-weight: bold;
	padding: 7px 10px;
}


/* 記事内部リスト部分 */
#contents_col2 p {
	margin:30px;
	color: #444;
	line-height:25px;
}
#contents_col2 p a {
	color: #3376A0;
	/*background: url(/common/images/listmark_news.gif) no-repeat;
	padding-left:20px;*/	
}


ul.listIchiran li {
	margin:10px 20px;
	border-bottom: 1px dotted #c1c1c1;
	background: url(/common/images/listmark_news.gif) no-repeat 10px 12px;
	padding:8px 8px 8px 30px;
}


ul.listIchiran li a{
	color:#3376A0;
}


.mtBox h3 {
	background:url(/english/common/images/main_h3_bg01.gif) no-repeat;
	color:red;
}

.mtBox ul li {
	margin: 10px 20px;
	border-bottom: 1px dotted #C1C1C1;
	background: url(/common/images/listmark_news.gif) no-repeat 10px 12px;
	padding:8px 8px 8px 30px;
}

.mtBox ul.disc li {
	margin: 10px 50px !important;
	border-bottom: none !important;
	padding: 8px 8px 8px 5px !important;
	background: none !important;
        list-style-type:disc !important;
}

.mtBox ul.disc2 li {
	margin: 0px 50px !important;
	border-bottom: none !important;
	padding: 0px 0px 0px 5px !important;
	background: none !important;
        list-style-type:disc !important;
}

#contents_col2 p a.bg_none {
	background:none;
	padding-left: 0;
}