@charset "utf-8";

/*==================================================
	◆ Information 最新情報
==================================================*/

/* コンテンツ左側 */
#info .archive_tbl_top{
	width:200px;
	height:60px;
	background:url(../img/info/arhive_tbl_top.jpg) no-repeat;
}

#info .item_tbl_middle{
	height:180px;
}


/* コンテンツ右側 */

.info_container{
	width:712px;
	height:auto;
}

.info_box{
	width:712px;
	height:auto;
	padding-bottom:50px;
	overflow:hidden;
}

.info_left{
	width:125px;
	height:auto;
	float:left;
}

.info_date{
	width:125px;
	height:auto;
	padding-bottom:8px;
}

.info_date p{
	color:#3b4e8b;
	font-size:14px;
	font-weight:bold;
}

.info_category{
	width:98px;
	height:16px;
}

/* カテゴリー：OTHER */
.info_category#other{
	background:url(../img/info/icon_other.jpg) no-repeat;
}

/* カテゴリー：RELEASE */
.info_category#release{
	background:url(../img/info/icon_release.jpg) no-repeat;
}

/* カテゴリー：INFO */
.info_category#info{
	background:url(../img/info/icon_info.jpg) no-repeat;
}

/* カテゴリー：BC */
.info_category#bc{
	background:url(../img/info/icon_bc.jpg) no-repeat;
}

.info_right{
	width:587px;
	height:auto;
	float:left;
}

.info_title{
	width:587px;
	height:auto;
}

.info_title p{
	color:#3b4e8b;
	font-size:16px;
	font-weight:bold;
}

.info_article{
	width:587px;
	height:auto;
	padding-top:24px;
}

.info_article p{
	color:#404040;
	font-size:12px;
	line-height:20px;
	margin-bottom:15px;
}

.info_article a{
	color:#3b4e8b;
	text-decoration:underline;
}

.info_article a:hover{
	color:#06F;
}


.btn_scrolling{
	width:712px;
	height:auto;
	clear:both;
	text-align:right;
	padding-top:35px;
	padding-bottom:22px;
}

.dotline{
	width:712px;
	height:1px;
	clear:both;
	background:url(../img/common/dotline_h.jpg) repeat-x;
	background-position:0px 30px;
	padding-bottom:30px;
}


.pager {
   width:auto;
   height:auto;
   margin-bottom:30px;
   padding-top:20px;
   text-align:left;
}




.tbl091109 {
   width:550px;
   margin-bottom:10px;
   border:solid #999999;
   border-width:1px 0px 0px 1px;
}

.tbl091109 th,
.tbl091109 td {
   padding:5px;
   border:solid #999999;
   border-width:0px 1px 1px 0px;
   text-align:center;
   vertical-align:middle;
}

.tbl091109 th {
   background:#CCCCCC;
}