@charset "utf-8";
/* ----------------------------------------------
	top
------------------------------------------------- */
#m-ad {
	width: 725px;
	padding-bottom: 15px;
}
#main-top {
	clear: both;
	float: left;
	width: 725px;
}
#main-top .topcont {
	float: left;
	width: 475px;
	margin-right: 20px;
}
#main-top .Rside {
	float: left;
	width: 230px;
}

/* ----------------------------------------------
	ranking
------------------------------------------------- */
.Lside .ranking {
	width: 230px;
	margin-bottom: 20px;
}
.Lside .ranking dl {
	width: 230px;
	padding-top: 10px;
}
.Lside .ranking dl dt {
	clear: both;
	float: left;
	width: 40px;
	margin-bottom: 5px;
}
.Lside .ranking dl dd {
	margin-left: 50px;
	margin-bottom: 5px;
	line-height: 1.4;
}
.Lside .ranking dl dd a:link,
.Lside .ranking dl dd a:visited {
	color: #333;
	text-decoration: underline;
}
.Lside .ranking dl dd a:hover,
.Lside .ranking dl dd a:active {
	color: #30C4C9;
	text-decoration: underline;
}
.Lside .ranking .date {
	padding-top: 2px;
	text-align: right;
	font-size: 10px;
	color: #24B693;
}

/* ----------------------------------------------
	twitter
------------------------------------------------- */
.Lside .twitter {
	width: 230px;
	margin-bottom: 10px;
}

/* ----------------------------------------------
	top-ad
------------------------------------------------- */
.Lside .bnr-area {
	width: 230px;
	margin-bottom: 20px;
}
.Lside .bnr-area img {
	padding-bottom: 5px;
}

/* ----------------------------------------------
	newsticker
------------------------------------------------- */
#newsticker {
	width: 475px;
	height: 25px;
	margin-bottom: 15px;
	background-image: url(../common/img/bg_line-gray.gif);
	background-position: top;
	background-repeat: repeat;
	overflow: hidden;
}
#scroll-v {
	margin-left: 10px;
	color: #24B693;
}
#scroll-v a:link,
#scroll-v a:visited {
	color: #24B693;
	text-decoration: underline;
}
#scroll-v a:hover,
#scroll-v a:active {
	color: #7ebea5;
	text-decoration: underline;
}


/* ----------------------------------------------
	news-top3
------------------------------------------------- */
#news-top3 {
	clear: both;
	float: left;
	width: 475px;
	margin-bottom: 20px;
	padding-top: 2px;
	background-image: url(../common/img/hr_475.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#news-top3 .wrap {
	clear: both;
	float: left;
	width: 475px;
	padding: 10px 0;
	background-image: url(../common/img/hr_475.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#news-top3 .wrap .imgbox {
	float: left;
	width: 120px;
	margin-right: 10px;
	padding-top: 5px;
	text-align: center;
}
#news-top3 .wrap dl.photo {
	float: left;
	width: 340px;
}
#news-top3 .wrap dl.nophoto {
	float: left;
	width: 470px;
}
#news-top3 .wrap dl dt {
	padding-bottom: 7px;
	font-weight: 700;
	line-height: 1.4;
}
#news-top3 .wrap dl dd {
	line-height: 1.4;
}

/* ----------------------------------------------
	tab
------------------------------------------------- */
#topnewslist {
	clear: both;
	width: 475px;
}
#topnewslist ul,
li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#topnewslist .jsTabarea {
	width: 475px;
	margin: 0;
	background-color: #000;
}
#topnewslist .jsTabarea ul.ulTab {
	margin-left: 5px;
	padding-top: 5px;
}
#topnewslist .jsTabarea ul.ulTab li {
	display: inline;
	/*float:left;*/
}
#topnewslist .jsTabarea ul.ulTab li h2 {
	display: inline;
}

#topnewslist .tabPage {
	clear: both;
	width: 475px;
}
#topnewslist .tabPage .topics {
	clear: both;
	float: left;
	width: 475px;
	padding: 9px 0 12px;
	background-image: url(../common/img/hr_475.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#topnewslist .tabPage .topicsPR {
	clear: both;
	float: left;
	width: 475px;
	padding: 9px 0 12px;
	background-color: #f7f6f5;
	background-image: url(../common/img/hr_475.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#topnewslist .tabPage .topics .imgbox,
#topnewslist .tabPage .topicsPR .imgbox {
	float: left;
	width: 90px;
	margin-right: 10px;
	padding-top: 2px;
}
#topnewslist .tabPage .topics .PR,
#topnewslist .tabPage .topicsPR .PR {
	float: left;
	width: 35px;
	margin-right: 10px;
	padding-top: 2px;
}
#topnewslist .tabPage .topics .txtbox,
#topnewslist .tabPage .topicsPR .txtbox {
	overflow: hidden;
	text-align: left;
	line-height: 1.4;
}
#topnewslist .tabPage .topics .txtbox h3,
#topnewslist .tabPage .topicsPR .txtbox h3 {
	display: inline;
}
#topnewslist .tabPage .topics .txtbox p,
#topnewslist .tabPage .topicsPR .txtbox p {
	padding-top: 2px;
	padding-right: 5px;
	text-align: right;
	font-size: 10px;
	color: #24B693;
}
#topnewslist .tabBottom {
	clear: both;
	width: 475px;
	margin-bottom: 15px;
	background-color: #000;
	text-align: right;
}
#topnewslist .tabBottom img {
	margin-right: 5px;
}

#topnewslist .tabBottom p.btn_RSS {
	float: left;
	padding-top: 2px;
	padding-left: 10px;
	text-align: left;
}
#topnewslist .tabBottom p.btn_RSS a:link,
#topnewslist .tabBottom p.btn_RSS a:visited {
	color: #F60;
	font-weight: 700;
	text-decoration: none;
}
#topnewslist .tabBottom p.btn_RSS a:hover,
#topnewslist .tabBottom p.btn_RSS a:active {
	color: #30C4C9;
	font-weight: 700;
	text-decoration: none;
}

/* ----------------------------------------------
	keyword
------------------------------------------------- */
#keyword {
	clear: both;
	width: 475px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}
#keyword h3 {
	display: block;
	width: 475px;
	height: 53px;
	background-image: url(../common/titleimg/h3_word.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#keyword h3 .btn {
	width: 130px;
	height: 25px;
	position: relative;
	top: 14px;
	left: 345px;
}
#keyword  p{
	padding: 10px 12px;
	line-height: 1.4;
}
#keyword a:link,
#keyword a:visited {
	color: #000;
	text-decoration: none;
}
#keyword a:hover,
#keyword a:active {
	color: #30C4C9;
	text-decoration: underline;
}

/* ----------------------------------------------
	keyword
------------------------------------------------- */
#past {
	width: 475px;
	border-bottom: 1px solid #000;
}
#past h3 {
	display: block;
	width: 475px;
	height: 53px;
	background-image: url(../common/titleimg/h3_bknumber.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#past ul {
	padding: 10px 15px;
}
#past ul li {
	padding-bottom: 5px;
	font-size: 11px;
	list-style-image: url(../common/img/mark_bluearrow.gif);
	list-style-position: inside;
}
#past a:link,
#past a:visited {
	color: #000;
	text-decoration: underline;
}
#past a:hover,
#past a:active {
	color: #30C4C9;
	text-decoration: underline;
}





