@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------
   個別設定
------------------------------------------------------- */

/*　メインビジュアル:
------------------------------------*/

#mainvisual {
	margin: 0 0 35px;
	position: relative;
	height: 300px;
}

#main_img {
	clear:both;
	width: 980px;
	text-indent: -10000px;
}

/*　カテゴリー:
------------------------------------*/

#index #left_col,
#index #right_col {
	width: 475px;
}

#index #left_col {
	float: left;
	margin-right:30px;
}

#index #right_col {
	float: right;
}

#index .box {
	border:solid 5px #dbdfe6;
	padding:10px 5px 20px;
	margin-bottom:30px;
}
#index .box_movie {
	border:solid 5px #dbdfe6;
	padding:10px 5px 20px;
	margin-bottom:30px;
}

#index h2 {
	font-size: 140%;
	color:#102d57;
	line-height: 1.4em;
	background: url(../img/common/ribon.gif) no-repeat 5px 0.4em;
	padding: 10px 0px 6px 33px;
}

#index h2#megumi {
	background: url(../img/common/megumi.gif) no-repeat 5px 0.3em;
}

#index #contents p.lnk1 {
	background:url(../img/common/arrow1.gif) no-repeat 2px 0.2em;
}
	
#index h2#minister {
	background: url(../img/common/minister.gif) no-repeat 7px 0.4em;
	padding: 10px 0px 6px 50px;
}

#index img.rss {
	float:left;
	margin:15px 0;
}

#index h3 {
	font-size: 110%;
	color:#102d57;
	line-height: 1.3em;
	background: url(../img/common/arrow_ttl.gif) no-repeat 2px 0.4em;
	padding: 4px 0px 6px 23px;
	margin-left:15px;
}

/*　タブメニュー :
----------------------------------------------------*/

.tab {
	font-size: 95%;
	margin: 5px 7px;
}

*+html #index .tab {display: inline-block;}
* html #index .tab {display: inline-block;}
#index .tab:after {
	content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

#index .tab li a,
#index .tab li em a {
	display: block;
	overflow: hidden;
	float: left;
	width: 220px;
	height: 51px;
	background: url(../img/ja/index/tab_off.gif) no-repeat left top;
	text-align:center;
	font-size:130%;
	font-weight:bold;
	padding-top:8px;
	text-decoration: none;
}

#index .tab li a:hover,
#index .tab li a.on {
	background: url(../img/ja/index/tab_on.gif) no-repeat left top;
	color:#fff;
}

/*テキスト*/

*+html #index .unit dl dt {display: inline-block;}
* html #index .unit dl dt {display: inline-block;}
#index .unit dl dt:after {
	content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
#index .unit dl dt,
#index .unit ul li {
	margin-top:10px
}

#index .unit dl dt span.day {
	float: left;
	font-weight:bold;
	margin-right:10px;	
}

#index .unit dl dt span.new,
#index .unit ul li span.new {
	background:#b51259;
	color:#FFF;
	width: 60px;
	text-align: center;
	font-size: 80%;
	padding: 3px 5px 0 5px;
}

#index .unit dl dd,
#index .unit ul li {
	font-size:90%;
	padding:0 0 10px 23px;
	border-bottom:solid 1px #a7a7a7;
	background:url(../img/common/arrow1.gif) no-repeat 2px 0.3em;
	line-height:1.5em;
}

#index .unit ul li span.new {
	margin-right:10px;
}

#index .unit ul li span.new a,
#index .unit ul li span.new a:hover {
	text-decoration:none;
	color:#FFF;
}

#index .banner li {
	float:left;
}

#index .banner li.pad {
	padding:0 2px 2px 0;
}


/*201509--*/

.col-g {
	display: table;
	font-size: .9em;
}
.col-u {
	display: table-cell;
	padding: 10px;
	vertical-align: top;
}
.col-u ul {
	margin-top: 0;
}
.col-u ul li {
	padding:0 0 .5em 23px;
	background:url(../img/common/arrow1.gif) no-repeat 2px 0.3em;
}





