
/*トップページテンプレートCSS*/
/*トップページテンプレートCSS*/
a{
	color: #001B84;
}
#main_column,#right_column{
padding: 0;
}
#top_news_column{
width:980px;
 /*border:solid 1px gray;*/
margin:8px 0 8px 0;
padding:0;
}

#news_index{
width:635px;
float:left;
/*border:solid 1px blue;*/
background-color:#dfecf3;
margin:0 6px 0 0;
padding:0;
}
#news_index h2{
	border-left:solid 5px #b2bcce;
    margin:0;
    padding:2px 0 4px 4px !important;
    background-repeat:no-repeat;
    background-color: white;
    height:19px;
}
* html #news_index h2{
    padding:2px 0 1px 4px !important;
}
head:first-child+body #news_index h2{
	height:15px;
	padding:3px 10px;
}
#news_index h2 a{
color:#383838;
}
#news_index ul{
	list-style:none;
	margin: 10px;
	padding:0 8px;
	font-size:12px;
}
#left_container{
/*border:solid 1px orange;*/
width:382px;
float:left;
margin:0 7px 0 0;
padding:0;
}
head:first-child+body #left_container{
	width:381px;
}
#right_container{
/*border:solid 1px yellow;*/
width:382px;
float:left;
margin:0 0 0 0;
padding:0;
}
head:first-child+body #left_container{
width:383px;
}

/* ** cetegory_index ** */
.category_index{
background-color: #dfe7ea;
height: 50px;
margin:0 0 8px 0;
clear:both;
}
head:first-child+body .category_index{
	height:auto;
}
*:first-child+html .category_index{
	min-height:1em;
}
.category_index ul{
	list-style:none;
	margin:0;
	padding:0;
}
.category_index .menu ul li{
	margin:0;
	padding:0;
	border-top:1px #fff solid;
	border-bottom:1px #c1cdd4 solid;
}
.category_index .menu ul li a{
	background-color:#f1f5f8;
	background-repeat:no-repeat;
	display:block;
	padding:2px 5px 11px 5px;
	text-decoration:none;       
    vertical-align:top;
    font-size:10px;
}

.category_index .menu ul li a:hover,.category_index .menu ul li a.select{
	/*background-color:#dfe7ea;
	background-color:#dde6ec;*/
	background-color:#A0ACD3;
}


.category_index h2,.index_layout_block h2,.photo_news h2,#current_issue h2,.right_layout_block h2,#RC h2{
	font-size:12px;
}
.category_index h2 a,.index_layout_block h2 a,.photo_news h2 a,#current_issue h2 a,.right_layout_block h2 a{
	color:#383838;
}
.category_index h2{
	background-repeat:no-repeat;
	background-color:white;
	background-position:left bottom;
	margin:0;
        padding:4px 8px 0 8px !important;
}
.category_index .menu{
	margin:10px 0 0 0;
	float:left;
	width:160px;
}
.category_index .menu ul li{
	border-left:5px #dde6ec solid;
}

.category_index .issue{
	float:left;
	margin:10px 0 0 0;
	width:220px;
	
}
.category_index .issue ul li{
	padding:5px;
}

.specialissue{
	padding:0 8px;
	
}
.specialissue ul li{
	margin:5px 0;
	border: 1px #dfe7ea solid;
}
.specialissue ul li.currentArticle{
	border: 1px red solid;
	background-color:white;
	padding: 8px;
}
/* ** cetegory_index ** */


#current_issue{
/*border:solid 1px blue;*/
background-color:#f0f0f0;
height: 50px;
}
* html #current_issue{
width:380px;
}
head:first-child+body #current_issue{
height:auto;
}
#current_issue h2{
	margin:0;
	color:#383838;
}
#current_issue .article{
	padding:5px 8px;
}
#current_issue .image{
	float:left;
	width: 110px;
}
#current_issue ul{
	margin: 0;
	padding:5px 0;
	list-style:none;
}
#current_issue .img_left{
	float:left;
	width: 261px;
	padding:5px 8px;
}
* html #current_issue .img_left{
	width: 253px;
}
head:first-child+body #current_issue .img_left{
	width: 238px;
}
#current_issue .img_left p{
	margin:0;
}
#current_issue h3{
	margin:0;
	padding:1px 0;
	font-size:12px;
}

.index_layout_block,#RC{
background-color: #f0f0f0;
}
.index_layout_block h2,.photo_news h2,#current_issue h2{
	background-color: #c1cdd4;
	text-align:left;
}
/* 各ブロックフォントサイズなど */


.right_layout_block{
background-color: #f0f0f0;
margin:0 0 8px 0;
padding:0 0 1px 0;

}
.right_layout_block h2{
background-color: #c1cdd4;
text-align:left;
margin:0 0 8px 0;
color:#383838;
}
* html .right_layout_block h2{
     width:100%;
}
*:first-child+html .right_layout_block h2{
/*width:100%;*/
width:362px;
}
.right_layout_block ul{
list-style:none;
margin:0;
padding:0 10px;
}
.right_layout_block ul li{

}
.right_layout_block ul ul{
list-style:disc;
padding:0 0 0 15px;
}
.right_layout_block ul li{

}
.right_layout_block ul li h3{
font-size:12px;
margin:0;
padding:0px;

}

.index_layout_block ul{
	list-style:none;
	margin:0;
	padding:0 10px;
}
.index_layout_block ul li{
	margin:0;
	padding:0;
}
.index_layout_block h2{
	font-size:12px;/*不必要なら削除！*/
	margin:0;
	padding:0;
}

/* インデックス子要素 */
.relation{
	margin:8px 15px;
        padding:1px 0;
        background-color:#f0f0f0;
}
.relation h3{
	background-color: #c0cce2;
	font-size:12px;
	margin:0;
        padding:3px 10px;
}
.relation ul{
	padding:5px 5px 0 25px;
        list-style:disc;
}
.relation .image{
	float:left;
	width:94px;
}
.relation ul.img_left{
	float:left;
	width:270px;
	padding:5px 3px;
}
head:first-child+body .relation ul.img_left{
	width:250px;
}
.photo_news{
/*border:solid 1px blue;*/
background-color:#dfecf3;
text-align: center;
}
.photo_news{
	height:10px;
}
head:first-child+body .photo_news{
	height:auto;
}
.photo_news h2{
margin: 0;
}
.photo_news ul{
	margin:0;
	padding: 0;
}

.photo_news_container{
	margin:0 6px;
	float:left;
	width: 110px;
	text-align:left;
	padding:8px 0;
}
head:first-child+body .photo_news_container{
margin:0 8px;
}
.photo{
	float:left;
	width:110px;
	text-align:center;
	
}
.caption{
	padding:3px 0;
	margin:0 auto;
	text-align:left;
}


.photo{
margin:0 1px;
float:none;
width: auto;
}
.photo_news .LV{
	margin:0 8px;
}

.TSPS table{
float:left;width:190px;
}
* html .TSPS{
height:1em;
}
*:first-child+html .TSPS{
min-height:1em;
}
.TSPS table td{
padding:5px 0;
}
#news_index #AD_PS div{
padding:3px 0 3px 0;
}
#event h2{
color:#383838 !important;
}
@media print{
        *:first-child+html #left_container{
        	min-height:1em;
        }
        #news_index{
        	width:100%;
        }
        *:first-child+html .category_index{
        
        }
        *:first-child+html .category_index .issue{display:none;}
        *:first-child+html #main_column{
         min-height:1em;
         width:100%;
        }
        #HR{
        display:none;
        }
}.category_index h2,#news_index h2{
background-image:url("u3eqp3000000ois6-img/u3eqp3000000oish.gif");
}
.category_index .menu ul li a{
background-position:140px 8px;background-image:url("u3eqp3000000ois6-img/u3eqp3000000ok9e.gif");
}
.category_index .menu ul li a,.category_index .menu ul li a.select{
background-image:url("u3eqp3000000ois6-img/u3eqp3000000ok9n.gif");
}

@media print{

}