@charset "utf-8"; 

body {
	font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}

/************************************************************************************
PAGE
*************************************************************************************/
#page {
	background-image:url('../img/page_bg02.png');
	background-position:center top;
	background-repeat:repeat-x;
	padding: 0;
}

#page-area {
	min-width: 900px;
	max-width: 1280px;
	margin: 0 auto;
}

.page-area_sep {
	min-width: 900px;
	max-width: 1280px;
	margin: 0 auto;
}

#breadcrumb_area {
	border-top: 1px solid #ffffff;
	background-color: #eaeeee;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom:    1.5em;
}

.page-contents_sep {
	min-width: 900px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}

#page-contents {
	padding: 0 20px;
}

#page-bottom {
	background: url(../img/glay.gif)repeat-x scroll center bottom transparent;
	position: relative;
	bottom: 0;
	padding-bottom: 78px;
}

#side-master {
    width: 100%;
    float: left;	
}

#side-left {
	float: left;
	width: 234px;
	word-wrap: break-word;
    margin-left: -100%;
}

#side-center {
    margin-right: 250px;
    margin-left: 234px;
	word-wrap: break-word;
	padding: 0 20px;
}

.page-center {
	margin-top:  -1.4em;
}

#side-main_twocolumn {
	margin-right: 300px;
	word-wrap: break-word;
	padding: 0 20px;
}

#side-right {
	width: 250px;
	word-wrap: break-word;
    float: left;
    margin-left: -250px;
}
#side-right_twocolumn {
	width: 300px;
	word-wrap: break-word;
    float: left;
    margin-left: -300px;
	margin-top: 20px;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	width:100%;
	position: relative;
	height: 80px;
}

hgroup {
    height: 120px;
    position: relative;
    width: 100%;
}

/* site logo */
#site-logo {
    position: absolute;
    width: 270px;
	margin-top: 0;
	margin-left: 20px;
}

#site-logo a {
	color:#222222;
	text-decoration: none;
}

/* search */
#search {
	width: 100%;
	position: relative;
	clear:both;
	margin:0 auto;
	z-index:500;
	behavior: url('PIE.htc');
	}

#searchform_ {
	height:40px;
    position: absolute;
    right: 0;
	top:45px;
	margin-right:5px;
	behavior: url('PIE.htc');	
}

#searchform_ #s {
	z-index:300;
	width: 215px;
	/*height:20px;*/
	float: left;
	background: #fff;
	border: none;
	margin: 15px 0.3em 0 0.7em;
	padding: 3px 0 0 5px;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	behavior: url('PIE.htc');
	
}

#searchsubmit {
	background-position:bottom;
	float:right;
	border: 0 none;
	margin: 10px 0 0 0;
  	padding: 4px;
	display:block;
	behavior: url('PIE.htc');	
}

/* jst-logo */
#jst_logo{
    position: absolute;
    right: 5px;	
	top: 20px;
}

#jst_logo a img{
  	padding: 0 10px 0 20px;	
}

#jst_logo a img.portallogo{
	margin-top: 5px;
}

/* font_size */
#font_size{
    position: absolute;
    right: 305px;
    width: 240px;
	top: 20px;
}

a.font_change_button {
	background-color: #ffffff;
	height: 26px;
	width: 26px;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	line-height: 2.25em;
	color: #000000;
	font-weight: bold;
	margin: 0 4px;
	cursor: pointer;
	display: block;
}

.selectedSize {
	background-color: #005da8 !important;
	color: #ffffff !important;
}

#change_font_size{
	font-size:0.75em;
}

#change_font_size dd{
	float: right;
	display: block;
	margin-left: 1px;
}
#change_font_size dt{
	line-height: 2.25em;
}
.clearfix{
	display: block;
}
#sub-nav {
    position: absolute;
    right: 0;
    top: 100px;
}

#sub-nav a:hover {
	text-decoration:underline;
}

#sub-nav li {
	margin:0;
	padding:0;
	list-style:none;
	float: left;
	background:url("../img/arrow.png") no-repeat scroll 0 5px transparent;
    padding:0 15px 0 10px;	
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/

#top_back{
	width: 100%;
	margin: 0;
	padding: 0;
	clear:both;
	left: 0;
	bottom: 0;
	z-index: 100;
}

#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	
}

#main-nav{
	height:50px;
	font-size:1.00em;
	margin-bottom: 0;
	padding-left: 20px;
}

#nav_left{
	height:55px;

}

#main-nav a {
	line-height:100%;
	color: #ffffff;
	display:block;
	padding:10px 17px;
	margin-top:7px;
	text-decoration: none;
	border-right:1px solid #b06f53;
	behavior:url('PIE.htc');
	background-color: #ba0000;
}
#main-nav a.first{
	border-left:1px solid #b06f53;
}

#main-nav a:hover {
	color:#ffffff;
	text-decoration:underline;
}


#sub-nav {
    position: absolute;
    right: 290px;
    top: 70px;
	font-size: 0.75em;
}

#sub-nav a:hover {
	text-decoration:underline;
}

#sub-nav li {
	margin:0;
	padding:0;
	list-style:none;
	float: left;
	background:url("../img/arrow.png") no-repeat scroll 0 3px transparent;
    padding:0 15px 0 10px;	
}

#sub-nav a {
	/*font-size:100%;*/
	line-height:100%;
	color: #ffffff;
	display:block;
	text-decoration:none;
	background-color: #c20f0a;
}

.slidesControl img{
	/* box shadow */
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.4);
	box-shadow:0 1px 2px rgba(0,0,0,.4);
}

#navi_to_hear {
    color: #333333;
    font-size: 85%;
    margin: 15px 0 0;
}

/************************************************************************************
EYE CATCH
*************************************************************************************/
img#eyecatch {
	display: block;
	margin: 0 auto;
	width: 100%;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	width:100%;
	height:100%;
	background:repeat-y scroll 0 0 #efefef;
	clear:both;
	line-height:21px;
    position:relative;
    padding:40px 0 14px;	
}

/*gradient*/

#gradient{
    height:78px;
	clear: both;
	position:relative;
	top:-120px;
    display: block;
	text-indent:-9999px;
	z-index:0;
}

#foot_container{
	width: 900px;
	margin: -90px auto;
	color:#FFFFFF;
	position:relative;
	z-index:2;	
}

#foot_container a{
	color:#333333;
	background-color: #efefef;
}

#footer .foot_container1 {
    margin-left: 0;
}

#footer .foot_container1,
#footer .foot_container2 {
    float: left;
    word-wrap: break-word;
}

#foot_container li {
	margin:0;
	padding:0;
	background: url("../img/arrow.png") no-repeat scroll 0 7px transparent;
    padding:0 10px 0 10px;
    right:30px;
}

#foot_container dl dt {
	margin:0;
	padding:0;
	list-style: none;
	background: url("../img/arrow.png") no-repeat scroll 0 5px transparent;
    padding:0 10px 0 20px;
    right: 30px;	
}

#foot_container dl dd {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url("../img/arrow.png") no-repeat scroll 0 7px transparent;
    padding: 0 10px 0 20px;
    right: 30px;
	color:#868686;	
}

#footer p{
    clear:both;
	text-align: center;
	color:#333333;
	font-size:0.75em;
}
#footer ul {
	list-style: none;
	margin-left: 300px;
	padding: 0;

}
#footer ul li {
	font-size:0.625em;
	float: left;
}

#listCate1 {
	margin: 0;
	padding: 0;
}
.foot_container1{
    margin-left: 2%;
	border-right:1px solid #dcdcdf;	
 	width:12%;
	padding-bottom:105px;
	word-wrap: break-word;	
} 
   
.foot_container2{
 	float: left;
    margin-bottom: 60px;
    margin-left: 2%;
	padding-right: 2%;
    width: 37%;
    word-wrap: break-word;
	border-right: 1px solid #dcdcdf;
	padding-bottom:45px;
	word-wrap: break-word;
} 
   
.foot_container3{
    margin-left: 3%;
    width: 15%;	
	word-wrap: break-word;
} 

#foot_under{
	word-wrap: break-word;	
	margin: 0 auto;
    width: 870px;
}


#foot_under li {
    background: url("../img/arrow.png") no-repeat scroll 0 7px transparent;
    margin: 0;
    padding: 0 10px;
    right: 30px;
}

#foot_under a {
    color: #333333;
	background-color: #efefef;
}

#pagetop {
	margin-top:-55px;
	font-size:0.6em;
	float:right;
	width: 100px;
	height:40px;
	background:#efefef;
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px 5px 5px 5px;
	behavior: url('PIE.htc');
	text-align:center;
	margin-right: 40px;
} 

#footer ul#listCate2{
	width:40%;
	float:left;
	margin-left:10px;
}

#listCate2_2{
	width:47%;
	float:right;
}

#listCate2 li a{
	color:#444444;
}


#listCate2_2 li a{
	color:#444444;
}

#jst-logo_bla{
	float:right;
 	margin-right: 50px;
 	 margin-top: 80px;
}

#listCate4{
	height:50px;
	margin-right: 10px;
	width:200px;
	float:right;
}

#listCate4 li{
	float:left;	
}
   
#clear{
clear:both;
}

/************************************************************************************
FOOTER
*************************************************************************************/

div#breadcrumb ul li {
	list-style-type: none;
	font-size: 0.7em;	
	float: left;
	margin-right: 5px;
}

div#breadcrumb ul li span.nav-icon,
div#breadcrumb ul li img.nav-icon {
	margin-right: 5px;
}

div#breadcrumb ul {
	padding: 7px 0 10px 10px;
}

/************************************************************************************
CONTENT
*************************************************************************************/
div.partTitleArea {
	background: url('../img/title_border01.png') no-repeat top left;
	margin-bottom: 15px;
	position: relative;	
}

div.partTitleArea h2 {
	font-size: 1.375em;
	background-color: #ffffff;
	margin: 0 0 0 10px;
}

div.partTitleArea span {
	font-size: 0.625em;
	background-color: #ffffff;
	margin: 0 0 0 10px;
	color: #555555;
}

div.partSubTitleArea {
	margin-bottom: 15px;	
	position: relative;
}

div.partSubTitleArea div.SubTitleIcon {
	float: left;	
}
div.partSubTitleAreaNotTop {
	margin-top: 40px;	
}

div.partSubTitleArea div.SubTitleIcon span{
	color: #000000;
	padding: 0 10px 0 0;
	font-size: 1.75em;
}

div.partSubTitleArea div.SubTitleIcon span.program-icon {
	color: #bb2300;
}

div.partSubTitleArea h3 {
	font-size: 1.375em;
	padding: 0 0 0 10px;
	margin: 0;
}
div.partSubTitleArea ul {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}
div.partSubTitleArea ul li.STAL {
	margin: 0 !important;
	padding: 0 !important;
	background: url("../img/arrow.png") no-repeat scroll 0 8px transparent;
	padding: 0 10px 0 10px;
	border: none !important;
}
div.partSubTitleArea ul li a.listpageLink {
	padding: 0 15px 0 6px;
	font-size: 0.875em;
	color: #000000;
	background-color: #ffffff;
	margin-left: 4px;
}
div.partSubTitleArea a.listpageLink {
	background: url("../img/arrow.png") no-repeat scroll 0 6px transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 15px 0 10px;
	font-size: 0.75em;
	color: #000000;
	background-color: #ffffff;
	margin-left: 4px;
}

div.partTitleArea ul {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	list-style-type: none;
}
div.partTitleArea ul li.STAL {
	margin: 0 !important;
	padding: 0 !important;
	background: url("../img/arrow.png") no-repeat scroll 0 8px transparent;
	padding: 0 10px 0 10px;
	border: none !important;
}
div.partTitleArea ul li a.listpageLink {
	padding: 0 15px 0 6px;
	font-size: 0.875em;
	color: #000000;
	background-color: #ffffff;
	margin-left: 4px;
}
div.partSubTitleArea span {
	font-size: 0.625em;
	padding: 0 0 0 0;
	color: #555555;
}

div.partSubTitleArea span.rssFeedArea {
	padding: 0 0 0 15px;
	font-size: 50%;
}
div.partSubTitleArea span.rssFeedArea a{
	color: #000000;
	vertical-align: bottom;
}
div.partSubTitleArea span.rssFeedArea img {
	padding: 0 3px 0 0;
}

div.qaAreaBottom {
	padding-bottom: 4px;
}
div.qaAreaTop {
	padding-top: 4px;
}
div.qaArea {
	padding: 10px;
	border: 2px solid #ddd;
}
div.qaArea h3{
	font-size: 0.875em;
	font-weight: bold;
	margin: 10px 0;
	background-color: #ffffff;
}
div.qaArea h3.haveChild{
	font-weight: bold;
	padding: 0 10px;
	color: #ffffff;
	background: url('../img/qa_title_bg01.png') no-repeat left top;
	line-height: 29px;
}
div.qaArea h3.forward{
	margin-left: -5px;
	margin-top: 20px;
}
div.qaArea a{
	color: #000000;
	background-color: #ffffff;
}
div.qaArea span{
	padding: 0 10px;
}
div.qaArea span.program-icon{
	color: #bb2300;
}
div.qaArea li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url("../img/arrow.png") no-repeat scroll 0 6px transparent;
	padding: 0 0 0 10px;
}
div.qaArea ul {
	padding: 5px 10px;
	font-size: 0.75em;
}
div.qaArea ul ul {
	font-size: 1em;
}
div.qaArea ul.progressField {
    border-bottom: 1px dotted;
}
div#articleListArea {
	padding: 0 0 10px 10px;	
}

#articleListArea ul {
	padding: 0;
	list-style-type:none;
}

#articleListArea ul li {
	border-bottom: 1px dotted #888888;
	clear: both;
	margin:10px 0;
	padding: 0 0 10px 0;
}

#articleListArea ul li img {
	width:79px;	
	float: left;
}

#articleListArea ul li dl {
	float: left;
	margin-left: -79px;
	padding-left: 94px;
	width: 100%;
	margin-bottom: 0;
}

#articleListArea ul li dl dt {
	float: left;
	font-size: 0.875em;
	margin-bottom: 5px;
	width: 100%;
}

#articleListArea ul li dl dt a{
	color: #0053B6;
}

#articleListArea ul li dl dd {
	font-size: 0.75em;
}

#articleListArea ul li dl dd.description {
	clear: both;
	width:100%;
	margin-bottom:5px;
	color: #333333;
	word-break: break-all;
}

div#articleListAreaNoImage {
	padding: 0 0 10px 10px;	
}

#articleListAreaNoImage ul {
	padding: 0;
	list-style-type:none;
}

#articleListAreaNoImage ul li {
	border-bottom: 1px dotted #888888;
	clear: both;
	margin:10px 0;
	padding: 0 0 10px 0;
}

#articleListAreaNoImage ul li dl {
	float: left;
	width: 100%;
	margin-bottom: 0;
}

#articleListAreaNoImage ul li dl dt {
	float: left;
	font-size: 0.875em;
	margin-bottom: 5px;
	width: 100%;
}

#articleListAreaNoImage ul li dl dt a{
	color: #0053B6;
}

#articleListAreaNoImage ul li dl dd {
	font-size: 0.75em;
}

#articleListAreaNoImage ul li dl dd.description {
	clear: both;
	width:100%;
	margin-bottom:5px;
	color: #333333;
	word-break: break-all;
}

ul#pro {
	list-style-type:none;
	padding: 0;
	background-color: #f1f1f1;
}

#pro li {
	width: 146px;
	height: 62px;
	border: 2px solid #bb2300;
	margin-bottom: 1px;
	margin: 2px;
}
#pro li.sinnov {
	border: 2px solid #CCCCCC;
}

#pro li.clearfloat{
	width:1px;
	height:1px;
	border:none;
	margin-bottom:0;
}

#pro li a:hover img,
#end a:hover img,
ul.bannerArea li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

#pro2 li a:hover img,
#end a:hover img,
ul.bannerArea li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

ul#pro2 {
	list-style-type:none;
	padding: 0;
	background-color: #f1f1f1;
}

#pro2 li {
	border: 2px solid #ddd;
	float: left;
}
#pro2 li.sinnov {
	border: 2px solid #CCCCCC;
}

#pro2 li.clearfloat{
	width:1px;
	height:1px;
	border:none;
	margin-bottom:0;
}

.board-left{
	float:left;
	width:142px;
}

.board-right{
	float:right;
	width:142px;
}

#end {
    width: 100%;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}

ul.bannerArea {
	list-style-type:none;
	padding: 0;
	text-align: center;
}
ul.bannerArea li {
	margin-bottom: 2px;
}

img.iconImg {
	padding: 0 10px;	
}

/************************************************************************************
 CATEGORY
*************************************************************************************/
#categoryArchiveArea ul {
	padding: 0;
	list-style-type:none;
}

#categoryArchiveArea ul li {
	border-bottom: 1px dotted #888888;
	clear: both;
	margin:10px 0;
	padding: 0 0 10px 0;
	width: 100%;
}

#categoryArchiveArea ul li img {
	width:142px;	
	float: left;
}

#categoryArchiveArea ul li dl {
	float: left;
    margin-left: -142px;
    padding-left: 157px;
	width: 100%;
}

#categoryArchiveArea ul li dl dt {
	float: left;
	margin-bottom: 5px;
	width: 100%;
}

#categoryArchiveArea ul li dl dt a{
	color: #0053B6;
}

#categoryArchiveArea ul li dl dd {
	font-size: 0.75em;
}

#categoryArchiveArea ul li dl dd.description {
	clear: both;
	width:100%;
	margin-bottom:5px;
	color: #333333;
	word-break: break-all;
}

#categoryArchiveAreaNoImage ul {
	padding: 0;
	list-style-type:none;
}

#categoryArchiveAreaNoImage ul li {
	border-bottom: 1px dotted #888888;
	clear: both;
	margin:10px 0;
	padding: 0 0 10px 0;
	width: 100%;
}

#categoryArchiveAreaNoImage ul li dl dt {
	float: left;
	margin-bottom: 5px;
	width: 100%;
}

#categoryArchiveAreaNoImage ul li dl dt a{
	color: #0053B6;
}

#categoryArchiveAreaNoImage ul li dl dd {
	font-size: 0.75em;
}

#categoryArchiveAreaNoImage ul li dl dd.description {
	clear: both;
	width:100%;
	margin-bottom:5px;
	color: #333333;
	word-break: break-all;
}

div.archive-header,
div.singlePage-header {
	position: relative;	
}
/* div.archive-header a,
div.singlePage-header a { */
div.archive-header .back,
div.singlePage-header .back {
	/*
	position: absolute;
	right: 0;	
	bottom: 1em;
	*/
	float:      right;
	font-size:  0.75em;
	margin:     0.3em 0 1em 0;
}
div.archive-header a.list-only_page-top,
div.singlePage-header a.list-only_page-top {
	margin-bottom: 20px;
}
/************************************************************************************
 PAGING
*************************************************************************************/
div#pagingNav {
	position: relative;
	width: 100%;
}
div#prevPage {
	position: absolute;
	left: 0;	
}
div#nextPage {
	position: absolute;
	right: 0;	
}




.clearfloat {
	clear: both;	
}

/************************************************************************************
 ARTICLE
*************************************************************************************/
div.entry-content h3,
#tinymce h3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	color: #FFFFFF;
	background: url("../img/h3_border.gif") repeat-x scroll 10px 0 transparent;
	background-color: #bb2300;
	padding: 0 50px 0 25px;
	margin: 15px 0 20px 0;
	border-bottom: 10px solid #bb2300;
	border-top: 10px solid #bb2300;
	background-repeat: repeat-y;
}

div.entry-content h3 a,
#tinymce h3 a {
	color: #FFFFFF;
}

div.entry-content h4,
#tinymce h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 15px 0 20px;
	padding-bottom: 7px;
	border-bottom: 2px solid #C5C5C5;
	width: 100%;
	line-height: 1.4em;
	color: #333333;
}

div.entry-content table,
#tinymce table {
	padding:0;
	margin:0 0 15px 0;
}

div.entry-content th,
#tinymce th {
    background: url("../img/table_header_line02.gif") repeat-x scroll left bottom #5A5A5A;
    border: 1px solid #C3C3C3;
    color: #FFFFFF;
    letter-spacing: 0.2em;
    padding: 10px 20px;
    text-align: center;
}
div.entry-content td,
#tinymce td {
    border: 1px solid #C3C3C3;
    padding: 10px;
	color: #333333;
}
div.entry-content hr,
#tinymce hr {
    border: 1px dotted #C3C3C3;
	margin:0 0 10px 0;
	padding:0;
}
div.entry-content ul,
#tinymce ul {
	padding: 15px 0 15px 20px;
}
div.entry-content,
#tinymce {
	clear:     both;
	font-size: 0.875em;
}

/* Skip nav styles */
.skipnav {position: absolute; display: none; text-align: left; margin: 0; padding: 0; top: 6em;} /*For all, including Opera. Display:none used to switch off the skip links for Opera users (it's redundant, Opera has excellent keyboard navigation)*/
* html .skipnav {display: block} /*Switch on for IE6 and below*/
*+html .skipnav {display: block} /*Switch on for IE7*/
:root .skipnav {display: block} /*Switch on for Moz, FF and Safari*/
.skipnav p {margin: 5px 0 0 0; padding: 0; position: absolute; font-size: 2em}
.skipnav a {width: 26em; display:block; color: #fff; background: #333; text-decoration: none; padding: 5px; position: absolute; left: -1000em; top: 0; font-weight: bold}
.skipnav a:visited {color: #fff}
.skipnav a:focus, .skipnav a:active {z-index: 99; top: -3em; left: 0; border: solid #777 2px; color: #fff; background: #333 !important} /*Note IE bug that requires use of :active to mimic effect of :focus*/

.skipnav a:hover {cursor: default}

.skiptarget {width: 1px; height: 1px; overflow: hidden; float: right} /*this seems to be the optimum implementation of a target*/
.linkBlock {
    font-size: 120%;
    background: url('../img/press_back.gif') repeat-x scroll 0px 3px transparent;
    width: 100%;
    height: 66px;
    color: #FFFFFF;
    padding: 23px 0px 0px 20px;
    margin-top: 25px;
}
.linkBlock a {
    background: url("../img/press_arrow.gif") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
    clear: both;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0 20px 0 25px;
	display: block;
}
a:hover{
text-decoration:underline;
}
#sitemap {
}

#sitepap_margin {
	padding:20px 25px 50px 30px;
}

#sitemap_list1 {
	padding-bottom:40px;
	height:auto;
}

#sitemap_list1 li a {
	font-weight:bold;
	font-size:110%;
	color: #007EB8;
	background: url("../img/press_arrow[1].gif") no-repeat scroll 0 0 transparent;
	padding:0 0 0 20px;
}

#sitemap_list1 .text_bold_left {
	width:50%;
	float:left;
}

#sitemap_list1 .text_bold_right {
	width:50%;
	float:right;
}

#prgram_list_left {
	font-weight:bold;
	font-size:110%;
}

#prgram_list_right {
	font-weight:bold;
	font-size:110%;
}

.program_list a {
	background: url("../img/press_arrow[1].gif") no-repeat scroll 0 0 transparent;
	padding:0 0 0 20px;
	font-weight:bold;
}

.program_list {
	padding-bottom:10px;
}

.program_list a {
	color: #007EB8;
}

#sitemap_pro {
	line-height:1.8;
	padding-bottom:10px;
	height:auto;
}

#sitemap_list2 {
	 clear : both;
}

#sitemap_list3 {
	position:relative;
	clear:both;
}

#sitemap_pro1 {
	width:50%;
	float:left;
	line-height:1.8;
	padding-bottom: 30px;

}

#sitemap_pro1 li a {
	font-size:100%;
	color: #007EB8;
	background: url("../img/sitemap_arrow[1].gif") no-repeat scroll 0 3px transparent;
	padding:0 0 0 20px;
}

#sitemap_pro2 {
    float: left;
    line-height: 1.8;
    padding-bottom: 30px;
    width:50%;
}

#sitemap_pro2 li a {
	font-size:100%;
	color: #007EB8;
	background: url("../img/sitemap_arrow[1].gif") no-repeat scroll 0 3px transparent;
	padding:0 0 0 20px;
}

#sitemap_list3 {
	list-style:none;
}

#sitemap_list3 li {
	padding-bottom:10px;
}

#sitemap_list3 li a {
	font-weight:bold;
	font-size:110%;
	color: #007EB8;
	background: url("../img/press_arrow[1].gif") no-repeat scroll 0 0 transparent;
	padding:0 0 0 20px;
}

#sitemap_list3 .text_bold_left {
	width:50%;
	float:left;
}

#sitemap_list3 .text_bold_right {
	width:50%;
	float:right;
}
section.general-figure .figure-set {
    overflow: hidden;
}
section.general-figure .figure-set .figure {
    float: left;
    margin: 0 15px 15px 0;
}
html section.general-figure .figure-set .figure img {
    max-width: 285px;
}
section.general-figure .figure-set .figure-side {
    float: none;
    width: auto;
}

/* list */
#ol_arrow,
.ol_arrow {
	line-height:2.5 !important;
	padding: 0;
}

#ol_arrow li,
.ol_arrow li {
	background: url("../img/arrow_blue.png") no-repeat scroll 10px 10px transparent !important;
	padding:0 0 0 30px !important;
	color:#007EB8 !important;
	list-style:none !important;
	line-height: 2.2em;
}

#ol_arrow li a,
.ol_arrow li a {
	color:#007eb8 !important;
}

#ol_arrow #line_dotted,
.ol_arrow #line_dotted {
	border-bottom:1px dotted #c0bfbf !important;
}

/************************************************************************************
 sidebar
 *************************************************************************************/
#lower_pro {
    margin: 20px 0 0 0px;
}

#lower_pro ul li {
    list-style: none;
    background: url("../img/lower_pro_icon[1].gif") no-repeat scroll 0 4px transparent;
    padding: 0 20px 0 15px;
    line-height: 1.7;
}

.lower_pro {
    margin: 0 auto 20px auto;
}

.lower_pro {
    width: 98%;
    height: auto;
    border-top: 6px solid #bb2300;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    margin-bottom: 25px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    position: relative;
}

.title_pro {
    background: url("../img/arrow02[1].gif") no-repeat scroll 0 9px transparent;
    padding: 0 10px 0 20px;
    margin: 30px 0 0 15px;
}

.back_bla_pro {
    background: #bb2300;
    color: #FFFFFF;
    width: 94%;
    height: 20px;
    padding: 3px 0 0 5px;
}

.back_bla {
    color: #FFFFFF;
    width: 225px;
    height: 20px;
    padding: 10px 0 0 5px;
}

.lower {
    background: #bb2300;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.title_lower {
    padding: 0 0 0 28px;
}

/**********************************************************************************
 dropdown
 *************************************************************************************/
.head_menu {
    text-indent: -9999px;
}

.head_menu img {
    border: #C5C5C5 1px solid;
}

#nicemenu {
    width: 250px;
    margin: 10px auto 0 20px;
    position: absolute;
}

#nicemenu a {
    text-decoration: none;
    background: url("../img/arrow02[1].png") no-repeat scroll 0 8px transparent;
    color: #222222;
}

#nicemenu a:hover {
    text-decoration: underline;
    background-color: #e5e7e8;
}

#nicemenu li {
    display: inline;
    position: relative;
}

#nicemenu li span a {
    font-weight: bold;
    padding: 0 6px 0px 2px;
}

#nicemenu li span.over {
    /* padding: 4px 4px 4px 10px; */
}
* + html #nicemenu li span.over {
    padding-bottom: 3px;
}
 /* IE6 */
#nicemenu li span.over a:hover {
    text-decoration: none;
}

#nicemenu li span.active {
    /* padding: 4px 4px 4px 10px; */
}
* + html #nicemenu li span.active {
    padding-bottom: 3px;
}

#nicemenu li span.active a:hover {
    text-decoration: none;
}

#nicemenu img.arrow {
    float: right;
    cursor: pointer;
}

#nicemenu div.sub_menu {
    background: #FFFFFF;
    display: none;
    position: absolute;
    top: 0px;
    margin-top: 3px;
    margin-left: -40px;
    padding: 15px 0 15px 0;
    top: 27px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
    z-index: 5000;
    line-height: 140%;
    border: #C5C5C5 1px solid;
}
* html #nicemenu div.sub_menu {
    margin-top: 23px;
}
 /* IE6 */ * + html #nicemenu div.sub_menu {
    margin-top: 23px;
}
 /* IE7 */
html > /**/ body #nicemenu div.sub_menu {
    width /***/: 870px;
    left: -620px;
}
 /* IE8 */
#nicemenu div.sub_menu a:link, #nicemenu div.sub_menu a:visited, #nicemenu div.sub_menu a:hover {
    display: block;
    font-size: 69%;
    padding: 5px 0 5px 20px;
    width: 255px;
}

#nicemenu a.item_line {
    padding-top: 15px !important;
    margin-top: 3px;
}

#middle img {
    float: left;
    margin: 0 0 0 -20px;
}

#right img {
    float: left;
    margin: 0 0 0 -20px;
}

#right {
    float: left;
    padding: 0 5px;
}

#middle {
    float: left;
    padding: 0 5px;
}

#left {
    float: left;
    padding: 0 5px;
}
#nicemenu div.sub_menu {
    width: 870px;
}
.sub_menu #right {
    border-left: #C5C5C5 solid 1px;
}
.sub_menu #middle {
    border-left: #C5C5C5 solid 1px;
}
/* program */

/************************************************************************************
sidebar
*************************************************************************************/

.lower{
	background:#bb2300;
	height:auto;
	margin:0 auto;
	margin-bottom:20px;
	padding-bottom:50px;
}

.title_lower{
	padding: 0 0 0 28px;
	
}

.back_bla{
	color:#FFFFFF;
	width:225px;
	height:10px;
	padding: 0 0 0 5px;
}

/* sidebar selectbox縲*/
div.selectbox {
    display: inline-block;
    display: inline;
    zoom: 1;
    position: relative;
	margin:10px 0 0 30px;
}

div.selectbox a.select {
    border: solid #c9c9c9 1px;
    display: inline-block;
    display: inline;
    zoom: 1;
    width: 230px;
    color:#999999;
    text-decoration: none;
    cursor: default;
	background:#FFFFFF;
}
    
div.selectbox a.select span {
    padding: 0 22px 0 7px;
    display: block;
    height: 22px;
    background: url("../img/select.gif") no-repeat right 0;
    line-height: 22px;
    cursor: default;
}
	
div.selectbox div.pulldown {
    border: solid #c9c9c9 1px;
    width: 230px;
    max-height: 150px;
    position: absolute;
    left: 0;
    top: 28px;
    background: #fff;
    overflow: auto;
}

div.selectbox div.pulldown a {
	border-bottom: solid #c9c9c9 1px;
    padding: 5px 8px;
    display: block;
}

div.selectbox div.pulldown a.last-child {
    border: none;
}

div.selectbox div.pulldown a:hover,
div.selectbox div.pulldown a.selected {
     color: #666;
     background: #eee;
     text-decoration: none;
}
	
#lower_pro{
	margin:20px 0 0 35px;

}

/**********************************************************************************
top
*************************************************************************************/	
	
.top_pro{
	margin-top:30px;
}	
		
/**********************************************************************************
dropdown
*************************************************************************************/	

.head_menu{
	text-indent:-9999px;

}

.head_menu img{
	border:#C5C5C5 1px solid;

}

#nicemenu {
	width:250px;
	margin:0 auto 0 20px;
	position: absolute;
}

#nicemenu a {
	text-decoration:none;
	background: url("../img/arrow02.png") no-repeat scroll 0 8px transparent;
    color: #222222;
}
	
#nicemenu a:hover {
	text-decoration:underline;
	background-color:#e5e7e8;
}
	
#nicemenu li {
	display:inline;
	position:relative;
}

#nicemenu li span a {
	font-weight:bold;
	padding:0 6px 0px 2px;
}	


*+html #nicemenu li span.over {
	padding-bottom:3px;
} /* IE6 */

#nicemenu li span.over a:hover {
	text-decoration:none;
}


*+html #nicemenu li span.active {
	padding-bottom:3px;
}

#nicemenu li span.active a:hover {
	text-decoration:none;
}
	
#nicemenu img.arrow {
	float:right;
	cursor:pointer;
}

#nicemenu div.sub_menu {
	background:#FFFFFF;
	display:none;
	position:absolute;
	top:0px;
	margin-top:20px;
	padding:15px 0 15px 0;
	top:27px;
	background:#FFFFFF;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.4);
	box-shadow:0 1px 2px rgba(0,0,0,.4);
	z-index:5000;
	border:#C5C5C5 1px solid;
}

* html #nicemenu div.sub_menu {
	margin-top:23px;
} /* IE6 */

*+html #nicemenu div.sub_menu {
	margin-top:23px;
} /* IE7 */

html>/**/body #nicemenu div.sub_menu {
	width /***/:870px;
	left:-620px;
}/* IE8 */

#nicemenu div.sub_menu a:link, 
#nicemenu div.sub_menu a:visited, 
#nicemenu div.sub_menu a:hover{
	display:block;
	font-size:70%;
	padding:5px 0 5px 20px;
	width:255px;
}

#nicemenu a.item_line{
	padding-top:15px !important;
	margin-top:3px;
}


#middle img{
	float:left;
	margin:0 0 0 -20px;
}
	
#right img{
	float:left;
	margin:0 0 0 -20px;

}

#right{
	float:left;
	padding:0 5px;
}

#middle{
	float:left;
	padding:0 5px;
}

#left{
	float:left;
	padding:0 5px;
}

.lower_pro {
    margin:0 auto 20px auto;
}

.lower_pro {
	width:98%;
	height:auto;
	border-top:6px solid #bb2300;
	margin:0 auto;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.4);
	box-shadow: 0 0 3px rgba(0,0,0,.4);
	margin-bottom:25px;
	padding-bottom:20px;
	background-color:#FFFFFF;
	position: relative;
	behavior:url(/kisoken/common/css/PIE.htc);
}

.title_pro {
	background: url("../img/arrow02.gif") no-repeat scroll 0 9px transparent;
	padding: 0 10px 0 20px;
	margin:30px 0 0 15px;
}

.back_bla_pro {
	background:#bb2300;
	color:#FFFFFF;
	width: 94%;
	height:20px;
	padding: 3px 0 0 5px;
}
h5 {
	margin-top:25px;
	font-weight: bold;
	font-size: 80%;
}
.sub_menu #right{
	border-left:#C5C5C5 solid 1px;
	
}

.sub_menu #middle{
	border-left:#C5C5C5 solid 1px;
}





div.entry-content section div {
	margin: 0;
	padding: 0 0 15px 0;
	color:#333333;
	line-height:1.5;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	color:#333333;
}
div.entry-content h1 {
	font-size: 2em;
}
div.entry-content h2 {
	font-size:200%;
	font-weight:300;
}
div.entry-content h3 {
	font-size: 1.4em;
	color:#FFFFFF;
}
div.entry-content h4 {
	font-size: 1.2em;
	margin: 15px 0 20px;
	padding-bottom:7px;
}
div.entry-content h5 {
	font-size: 1em;
	padding:0 0 0 7px;
	font-weight: bold;
	margin:0 0 15px 0;
	border-left:2px #B1B1B1 solid;
}
div.entry-content h6 {
	font-size: 1em;
	padding:0;
	margin:0 0 10px 0;
}
div.entry-content em{
	font-style:italic;
}
div.entry-content ol{
	list-style:decimal outside none;
	padding:0 0 15px 30px;
}
div.entry-content ul{
	padding:0 0 15px 0;
}
div.entry-content ul li{
	list-style:none;
	padding:0pt 0pt 5px 13px;
	margin:0px;
	background: url("../img/dot_li[1].gif") no-repeat scroll 0px 5px transparent;
}

div.entry-content ul li.page1 {
	background:none;
}

div.entry-content table{
	padding:0;
	margin:0 0 15px 0;
}

div.entry-content th{
    background: url("../img/table_header_line02[1].gif") repeat-x scroll left bottom #5A5A5A;
    border: 1px solid #C3C3C3;
    color: #FFFFFF;
    letter-spacing: 0.2em;
    padding: 10px 20px;
    text-align: center;
}
div.entry-content td {
    border: 1px solid #C3C3C3;
    padding: 10px;
	color: #333333;
}
div.entry-content hr {
    border: 1px dotted #C3C3C3;
	margin:0 0 10px 0;
	padding:0;
}
.article_dl dl {
	border: 1px solid rgb(204, 204, 204);
	height:50px;
}
.article_dl dl dt {
	font-size:90%;
}
.article_dl dl dd {
	margin-top:8px;
}  






/* common styling */
.menu {position:relative; margin: 0;border-bottom: 1px dotted;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000; width: 188px;/* height: 20px; */ padding-left:5px; border:1px solid #fff; border-width:1px 1px 0 0; line-height:1.7em;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#000; text-decoration: underline;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:200px; width:200px; padding: 0 5px;}
.menu ul li:hover ul li a.sub {background:#666; color:#fff;}
.menu ul li:hover ul li:hover a.sub {width:600px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#666; text-decoration: none; color:#fff; width:400px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;-webkit-text-overflow: ellipsis;-o-text-overflow: ellipsis;}
.menu ul li:hover ul li a:hover {background:#999; color:#fff; text-decoration: underline;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:201px; top:0; color:#fff;}
.menu ul li:hover ul li:hover ul li a {display:block; width:250px; background:#000; color:#fff;}
.menu ul li:hover ul li:hover ul li a:hover {background:#666; color:#fff;}

.list-wot li {
	background: url("../img/press_arrow.gif") no-repeat scroll 0.3em 0.3em transparent !important;
	padding:0 0 0 1em !important;
	color:#007EB8 !important;
	border-bottom:1px dotted #c0bfbf !important;
	list-style:none !important;
}

.list-wot li a {
	font-size: 90%;
}

h1 {
	margin-bottom: 0;
}

#lower_pro ul {
	list-style: none;
	padding-left: 0px;
}

#lower_pro ul li {
	background: url("../img/lower_pro_icon.gif") no-repeat scroll 0 4px transparent;
	padding: 0 0 0 1em;
}

#lower_pro li a {
	font-size: 80%;
}

#sample {
	display: inline-block;
	margin: 10px 0 0 35px;
	position: relative;
	z-index: 1000;
}
.the_menu {
	list-style:        none;
	padding:           0em;
	border-right:      1px solid #c9c9c9;
	border-left:       1px solid #c9c9c9;
}
.the_menu li {
	padding-left:      0.5em;
	line-height:       2em;
}
.the_menu li a {
	font-size: 80%;
}
.border_drop {
	border-bottom: 1px solid #c9c9c9;
}

img[align="left"], 
.alignleft {
	float:        left;
	margin-right: 1em;
}

.aligncenter {
	display:      block;
	margin-left:  auto;
	margin-right: auto;
}

img[align="right"], 
.alignright {
	float:        right;
	margin-left:  1em;
}

/* http://redmine.sunbi.co.jp/issues/7538 */
a[href*=".pdf"]:after,
a[href$=".doc"]:after,
a[href$=".docx"]:after {
	content: none !important;
}
@media print {
	a[href]:after {
		content: none !important;
	}
}

/* http://redmine.sunbi.co.jp/issues/7607 */
/* http://redmine.sunbi.co.jp/issues/7606 */

/* td:first-child {
	white-space: nowrap;
}*/

@media screen and (max-width: 1200px) {
	#side-center table {
		width:     auto !important;
	}
	.entry-content div {
		max-width: 100%;
	}
}

#side-center img {
	max-width: 100% !important;
	height:    auto !important;
}

div.entry-content ul li,
#tinymce ul li {
	padding-bottom: 0.8em;
}

a:hover {
	cursor:pointer;
}

/*二行目以降を字下げ*/
.note1 {
	margin-left: 1em;
	text-indent: -1em;
}

/*均等割り付け*/
.justify1 {
	text-align: justify;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

/*問い合わせページ 枠線つき注釈*/
.guide1{
	border : dotted #CCCC66 1px;
	background-color: #FFFFCC;
	padding: 10px;
	display: inline-block;
	vertical-align: middle;
}

.guide1 span{
	text-decoration:underline;
}

.guide2{
	border : dotted 1px;
	padding: 10px 10px 3px 20px;
	display: inline-block;
}

/* パンフレット */
.divide_block {
	display: inline-block;
	margin: 0 0 15px 20px;
	vertical-align: top;
	letter-spacing: normal;
	*zoom: 1;
}

.divide_block ul{
	list-style-type: none;
}

.divide_block img{
	border: solid thin #bb2300;
}

.elem_pic {
    margin: 0 0 15px;
}

.elem_text_list_navi img{
	border: none;
}

/* トップページのプレス、News改修 */
.topArticleListArea {
	width: 33.3%;
	height: 350px;
	display: block;
	float: left;
	position: relative;
	padding: 0 10px 0 0;
}

.topArticleListAreaImg {
}

.topArticleListAreaImg img {
	height: auto;
	width: 200px;
}

.topArticleListAreaText {
	max-width: 200px;
	font-size: 0.85em;
	line-height: 1.3em;
	padding: 0px;
}

span.title {
	font-weight: 700;
}

span.description {
	font-size: 0.8em;
	color: #333333;
	word-break: break-all;
}

span.day {
	font-size: 0.8em;
}
