@charset "utf-8";

* {
	margin:0;
	padding:0
}


/****information*****/
#information{
	position:relative;
	width:380px;/*400*/
	/*height:380px;*/
	margin:0 auto 0 auto;
	padding:10px 10px;
}


/***info-header****/

#info-header{
	position:relative;
	width:380px;
	height:37px;
	background:url(../img/bg_info-header.gif) left top no-repeat;
}

#info-header h1{
	position:relative;
	width:78px;
	height:15px;
	left:31px;
	top:12px;
}


/***info-main***/
#info-main{
	width:380px;
	border-bottom:1px solid #dddddd;
}

.info-table{
	border-top:solid 2px #e5e5e5;
}

.info-table th{
	padding:6px 0;
	border-bottom:solid 1px #e5e5e5;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:10px;
	color:#666666;
	font-weight:normal;
	background:#f5f5f5;
	text-align:center;
}

/*info-tableの基本スタイル*/
.info-table td{
	padding:6px 0;
	border-bottom:solid 1px #e5e5e5;
	background:#ffffff;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	color:#999999;
}

/*titleの基本スタイル*/

.info-table .title-new,
.info-table .title-normal{
	padding:2px 0 0 20px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height:16px;
	color:#1f91be;
	text-decoration:none;
	font-weight:bold;
}



/*NEWSが新しい場合*/
.info-table .title-new{
	background:url(../img/icon_new001.gif) 5px 4px no-repeat;
}

.info-table .date{
	font-family: Tahoma;
	font-size:10px;
	color:#999999;
	text-decoration:none;
	font-weight:normal;
}

.info-table .hit-num{
	padding-top:2px;
	font-family: Tahoma;
	font-size:10px;
	color:#1f91be;
	text-decoration:none;
	font-weight:normal;
}


.info-contents{
	position:relative;
	width:356px;/*380*/
	height:250px;
	margin:10px 0;
	padding:0 12px;
	overflow:scroll;
	overflow-x:hidden; 
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height:16px;
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}

.info-contents p{
	margin:6px 0;
	line-height:16px;
}

/***info-footer***/
#info-footer{
	position:relative;
	width:380px;
	height:37px;
}

#info-footer,
#info-footer a{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}

#info-footer a:hover{
	position:relative;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	color:#666666;
	text-decoration:underline;
	font-weight:normal;
}

#info-footer .closed-box{
	position:absolute;
	right:10px;
	top:10px;

}


