@charset "utf-8";



/* all settings */
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	background: url(../img/ajax-loader.gif) #fff center center no-repeat;
}
ul {
	list-style-type: none;
}
body {
	text-align: center;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana;
	font-size: 12px;
	color: #fff;
	background: #000;
}



/* whole wrapper */
div#whole {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
a {
	text-decoration: none;
	color: #b8ff5d;
}
a:hover {
	text-decoration: underline;
}
alpha a img:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}



/* clear */
.clearall {
	position: relative;
	overflow: hidden;
	zoom: 1;
}



/* H-tags */
h2 {
	line-height: 100%;
	margin: 0 0 20px 0;
}
h3 {
	line-height: 100%;
}



/* 汎用プロパティ */
.p10top {
	padding-top: 10px;
}
.p10btm {
	padding-bottom: 10px;
}
.pad10px {
	padding: 10px 10px 0 10px;
}
.pad10px_full {
	padding: 10px;
}
.pad10_top5px {
	padding: 5px 10px 0 10px;
}
.lalign {
	text-align: left;
}
.centerlign {
	text-align: center;
}
.p20btm {
	padding-bottom: 20px;
}
.p30btm {
	padding-bottom: 30px;
}
.ralign {
	text-align: right;
}

.lfloat {
	float: left;
}
.rfloat {
	float: right;
}

.orangetxt {
	font-weight: bold;
	color: #ffcc00;
	display: block;
}
.orangelink {
	font-weight: bold;
	font-size: 12px;
	color: #ffcc00;
	display: block;
	background: url(../img/orange_arrow.gif) no-repeat;
	text-indent: 15px;
	text-align: left;
	line-height: 110%;
}
.orangettl {
	font-weight: bold;
	font-size: 12px;
	color: #ffcc00;
	background: url(../img/orange_arrow.gif) 10px 9px no-repeat;
	padding: 0 10px;
}
.orangettl a {
	display: block;
	color: #ffcc00;
	text-decoration: none;
	background: url(../img/dotted.gif) bottom no-repeat;
	text-indent: 15px;
	padding: 10px 0 5px 0;
}
.orangettl span {
	display: block;
	color: #ffcc00;
	text-decoration: none;
	background: url(../img/dotted.gif) bottom no-repeat;
	text-indent: 15px;
	padding: 10px 0 5px 0;
}
.orangettl_nobg {
	font-weight: bold;
	font-size: 12px;
	color: #ffcc00;
	padding: 0 10px;
}
.orangettl_nobg span {
	display: block;
	color: #ffcc00;
	text-decoration: none;
	background: url(../img/dotted.gif) bottom no-repeat;
	padding: 10px 0 5px 0;
}

.h20px {
	height: 20px;
	overflow: hidden;
}
.h22px {
	height: 22px;
	overflow: hidden;
}
.h33px {
	height: 33px;
	overflow: hidden;
}
.h85px {
	height: 85px;
	overflow: hidden;
}
.h90px {
	height: 90px;
	overflow: hidden;
}
.h140px {
	height: 140px;
	overflow: hidden;
}
.h150px {
	height: 150px;
	overflow: hidden;
}
.h260px {
	height: 260px;
	overflow: hidden;
}
.h200px {
	height: 200px;
	overflow: hidden;
}
.h180px {
	height: 180px;
	overflow: hidden;
}
.h420px {
	height: 440px;
	background: url(../img/dotted.gif) bottom no-repeat;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.top3px {
	margin: 3px 0 0 0;
}
.btm3px {
	margin: 0 0 3px 0;
}
.p20m20_btm {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
.m5_btm {
	margin: 0 0 5px 0;
}
.m10_btm {
	margin: 0 0 10px 0;
}
.m20_btm {
	margin: 0 0 20px 0;
}
.p3_btm {
	padding: 0 0 3px 0;
}

.font10px {
	font-size: 10px;
}

.redtxt {
	color: #ff6600;
}


/* ヘッダー */
div#headwrap {
	width: 100%;
	height: 145px;
	background: url(../img/headbg.gif) repeat-x #000;
	text-align: center;
}
div#header {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	text-align: left;
}
div#header a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

div#header h1 {
	width: 220px;
	height: 100px;
	float: left;
}

div#header p.headbn {
	width: 180px;
	height: 70px;
	float: left;
	margin: 22px 0 0 5px;
}

div#header div {
	width: 575px;
	height: 100px;
	float: right;
}
div#header div p {
	height: 25px;
	line-height: 1;
	margin: 5px 0 0 0;
	text-align: right;
}
div#header div p a {
	color: #fff;
	margin: 0 0 0 15px;
}
div#header div p#top_message {
	width: 575px;
	height: 30px;
	text-align: right;
}
div#header div ul {
	width: 575px;
	height: 55px;
}
div#header div ul li {
	width: 115px;
	height: 30px;
	float: left;
}
p.headbelt {
	display: none;
	width: 1000px;
	height: 25px;
	margin: 15px auto 0 auto;
	font-size: small;
	line-height: 1.1;
	background: url(../img/beltbg.jpg) no-repeat #000;
	text-align: center;
}
p.headbelt strong {
	display: block;
	padding: 6px 0 0 0;
}



/* ナビ */
ul#nav {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	text-align: left;
}
ul#nav li {
	width: 105px;
	height: 40px;
	float: left;
}
ul#nav li.nav_bbs {
}
ul#nav li.nav_invite {
	float: right;
	width: 150px;
}



/* コンテンツ部大枠 */
div#container {
	width: 1000px;
	padding: 20px 0;
}



/* 左カラム */
div#left_col {
	width: 360px;
	float: left;
}



/* 左カラム内レフト140 */
div#l140wrap {
	float: left;
	width: 140px;
	margin: 0 15px 0 0;
}
div#l140wrap dl {
	width: 140px;
}
div#l140wrap dt {
	width: 140px;
	height: 30px;
	line-height: 100%;
}
div#l140wrap dt img {
	display: block;
	height: 30px;
}
div#l140wrap dd {
	width: 140px;
	background: #333;
	font-size: 10px;
	line-height: 100%;
}
.footborder {
	background: url(../img/dotted.gif) bottom no-repeat;
}
div#l140wrap dd strong {
	display: block;
	line-height: 110%;
	padding: 3px 0;
	font-weight: normal;
}


/* 左カラム内ライト190 */
div#r190wrap {
	float: left;
	width: 190px;
}
div#r190wrap dl.r190dl {
	width: 190px;
}
div#r190wrap dl.r190dl dt {
	width: 190px;
	height: 30px;
	line-height: 100%;
}
div#r190wrap dl.r190dl dt img {
	display: block;
	height: 30px;
}
div#r190wrap dl.r190dl dd {
	width: 190px;
	background: #333;
	text-align: center;
	font-size: 10px;
	line-height: 100%;
}
div#r190wrap dl.r190dl dd strong {
	display: block;
	text-align: left;
	font-weight: normal;
	line-height: 110%;
}

dl#log_in {
	width: 190px;
}
dl#log_in dt {
	width: 190px;
	height: 30px;
	line-height: 100%;
}
dl#log_in dt img {
	display: block;
	height: 30px;
}
dl#log_in dd {
	width: 190px;
	height: 90px;
	background: #333;
	text-align: center;
	font-size: 10px;
	line-height: 100%;
}
dl#log_in dd div form#idpw {
	display: block;
	background: url(../img/idpw.gif) no-repeat;
	width: 170px;
	height: 80px;
}
form#idpw ul li {
	height: 25px;
	padding: 0 0 0 30px;
}
form#idpw ul li input {
	width: 130px;
	border: none;
	background: none;
	line-height: 100%;
	margin: 3px 0 0 0;
	ime-mode: disabled;
}
form#idpw p input {
	width: 80px;
	height: 20px;
	border: none;
	background: url(../img/loginbtn.gif) no-repeat;
}
form#idpw p input:hover {
	background: url(../img/loginbtn_r.gif) no-repeat;
}
ul.sideboxlist {
	padding: 5px 10px 10px 10px;
}
ul.sideboxlist li {
	text-align: left;
	color: #fff;
	background: url(../img/s_arrow_fff.gif) 0 2px no-repeat;
	text-indent: 10px;
	line-height: 100%;
	padding: 2px 0;
	font-size: 12px;
}
ul.sideboxlist li a {
	color: #ffcc00;
}

.h150px_ftbd {
	height: 150px;
	overflow: hidden;
	background: url(../img/dotted.gif) bottom no-repeat;
}

ul.indexlist {
	padding: 5px 10px 10px 10px;
}
ul.indexlist li {
	text-align: left;
	color: #fff;
	background: url(../img/s_arrow_fff.gif) 0 3px no-repeat;
	text-indent: 10px;
	zoom: 1;
}
ul.indexlist li ul {
	padding: 0 0 0 18px;
}
ul.indexlist li a {
	display: block;
	color: #fff;
	padding: 3px 0;
}
ul.indexlist li a:hover {
	background: #666;
	color: #ffcc00;
	text-decoration: none;
}

form#search input {
	vertical-align: middle;
}
form#search input.searchform {
	width: 110px;
	margin: 0 5px 0 0;
}
form#search input.searchbtn {
	background: url(../img/searchbtn.gif) no-repeat;
	width: 50px;
	height: 20px;
	border: none;
}
form#search input.searchbtn:hover {
	background: url(../img/searchbtn_r.gif) no-repeat;
}

ul.searchword {
	padding: 5px 10px 10px 10px;
}
ul.searchword li {
	float: left;
	white-space: nowrap;
}
ul.searchword li a {
	color: #fff;
	display: block;
	padding: 2px 10px 0 0;
}
ul.searchword li a:hover {
	color: #ffcc00;
	text-decoration: none;
}



/* メインエリア大枠 */
div#mainwrap {
	width: 640px;
	float: left;
}



/* フッター */
div#footer {
	width: 1000px;
	border-top: solid 3px #75b409;
	margin: 0 auto;
}
div#footer a {
	color: #fff;
}
div#footer p.footnav {
	padding: 10px 0 0 0;
	text-align: center;
}
div#footer p.copyright {
	padding: 20px 0 10px 0;
	text-align: center;
	color: #666;
	font-size: 10px;
}



/* TOPページ */
div#topnews {
	background: url(../img/topnews.gif) no-repeat;
	width: 640px;
	height: 60px;
	margin: 0 0 20px 0;
	color: #666;
}
div#topnews div#scroll-v {
	position: relative;
	top: 12px;
	left: 95px;
	overflow: hidden;
	zoom: 1;
}
div#topnews div#scroll-v div {
	height: 18px;
	zoom: 1;
}
div#topnews a {
	color: #666;
	text-decoration: none;
}
div#topnews a:hover {
	color: #000;
	text-decoration: underline;
}

h2.topttl {
	width: 640px;
	height: 30px;
	margin: 0 0 10px 0;
}

dl#topmain {
	width: 640px;
	height: 360px;
	background: url(../img/dotted.gif) bottom no-repeat;
	margin: 0 0 20px 0;
}
dl#topmain dt {
	width: 640px;
	height: 320px;
	line-height: 100%;
}
dl#topmain dt a {
	display: block;
	height: 320px;
}
dl#topmain dd {
	height: 20px;
	background: url(../img/arrowedbg.gif) no-repeat;
	line-height: 100%;
}
dl#topmain dd strong {
	display: block;
	padding: 5px 0 0 25px;
}

ul.topaltbn {
	padding: 0 0 20px 0;
	background: url(../img/dotted.gif) bottom no-repeat;
	margin: 0 0 20px 0;
}
ul.topaltbn li {
	width: 640px;
	background: url(../img/arrowedbg.gif) bottom no-repeat #333;
}
ul.topaltbn li a {
	display: block;
	width: 640px;
}
ul.topaltbn li p {
	padding: 2px 0 0 25px;
}

ul.topreco {
	padding: 0 0 10px 0;
}
ul.topreco li {
	background: #333;
	width: 315px;
	height: 105px;
	float: left;
	margin: 0 0 10px 0;
}
ul.topreco li div.toprecowrap {
	padding: 10px 0 0 10px;
}
ul.topreco li.even {
	margin: 0 10px 10px 0;
}
ul.topreco li p.thumbwrap {
	width: 175px;
	height: 85px;
	float: left;
}
ul.topreco li div.r_txt {
	width: 120px;
	height: 85px;
	float: left;
}
ul.topreco li div.r_txt strong {
	display: block;
	height: 60px;
	line-height: 120%;
	overflow: hidden;
}
ul.topreco li div.r_txt p {
	height: 30px;
	font-size: 10px;
	line-height: 120%;
	overflow: hidden;
}
ul.topreco li div.r_txt a {
	display: block;
	height: 25px;
	overflow: hidden;
	margin: 0 0 5px 0;
}

ul.detail {
	width: 640px;
}
p.detailpager {
	width: 640px;
	line-height: 100%;
	text-align: right;
	padding: 0 0 20px 0;
	background: url(../img/dotted.gif) bottom no-repeat;
	margin: 0 0 20px 0;
}
ul.detail li {
	width: 640px;
	margin: 0 0 10px 0;
	background: #333;
}
ul.detail li div.detailwrap {
	padding: 10px;
}
ul.detail li div.detailwrap p.imgwrap {
	width: 120px;
	height: 90px;
	float: left;
}
ul.detail li div.detailwrap div.txtwrap {
	width: 380px;
	height: 90px;
	float: left;
	overflow: hidden;
}
ul.detail li div.detailwrap div.txtwrap strong.ttl_st {
	display: block;
	width: 360px;
	height: 18px;
	line-height: 100%;
	background: url(../img/green2px.gif) bottom no-repeat;
	margin: 0 0 7px 10px;
}
ul.detail li div.detailwrap div.txtwrap p {
	padding: 0 10px;
	line-height: 115%;
}
ul.detail li div.detailwrap dl {
	height: 16px;
	margin: 0 0 10px 0;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
ul.detail li div.detailwrap dl dt {
	float: left;
	width: 280px;
	height: 16px;
	font-size: 10px;
}
ul.detail li div.detailwrap dl dt img {
	vertical-align: middle;
	margin: 0 5px 0 0;
}
ul.detail li div.detailwrap dl dd {
	float: left;
	width: 68px;
	height: 16px;
	text-align: center;
}
ul.detail li div.detailwrap ul.catlist {
	height: 20px;
	margin: 0 0 5px 0;
	background: url(../img/typeback_01.gif) no-repeat;
	padding: 0 0 0 85px;
}
ul.detail li div.detailwrap ul.catlist li {
	width: 80px;
	height: 20px;
	margin: 0 5px 0 0;
	float: left;
	font-size: 10px;
	text-align: center;
	line-height: 100%;
	background: url(../img/cat80x20.gif) no-repeat;
}
ul.detail li div.detailwrap ul.catlist li:hover {
	background: url(../img/cat80x20_r.gif) no-repeat;
}
ul.detail li div.detailwrap ul.catlist li a {
	display: block;
	padding: 5px 0 0 0;
	color: #330;
}
ul.detail li div.detailwrap ul.catlist li a:hover {
	color: #999;
	text-decoration: none;
}
ul.detail li div.detailwrap ul.catlist li span {
	display: block;
	padding: 5px 0 0 0;
	color: #330;
}
ul.detail li div.detailwrap ul.catlist li span:hover {
	color: #999;
	text-decoration: none;
}
ul.detail li div.detailwrap ul.typelist {
	height: 20px;
	margin: 0 0 5px 0;
	background: url(../img/typeback_02.gif) no-repeat;
	padding: 0 0 0 85px;
}
ul.detail li div.detailwrap ul.typelist li {
	width: 80px;
	height: 20px;
	margin: 0 5px 0 0;
	float: left;
	font-size: 10px;
	text-align: center;
	line-height: 100%;
	background: url(../img/cat80x20_2.gif) no-repeat;
}
ul.detail li div.detailwrap ul.typelist li:hover {
	background: url(../img/cat80x20_2_r.gif) no-repeat;
}
ul.detail li div.detailwrap ul.typelist li a {
	display: block;
	padding: 5px 0 0 0;
	color: #330;
}
ul.detail li div.detailwrap ul.typelist li a:hover {
	color: #999;
	text-decoration: none;
}
ul.detail li div.detailwrap ul.typelist li span {
	display: block;
	padding: 5px 0 0 0;
	color: #330;
}
ul.detail li div.detailwrap ul.typelist li span:hover {
	color: #999;
	text-decoration: none;
}

div.footinvite {
	width: 640px;
	padding: 0 0 20px 0;
	background: url(../img/dotted.gif) bottom no-repeat;
	margin: 0 0 20px 0;
}

div.footinvite_all {
	width: 640px;
	padding: 20px 0;
	background: url(../img/dotted.gif) top no-repeat;
	margin: 20px 0 0 0;
}



dd.daily {
	height: 300px;
}
dd.daily div {
	padding: 10px;
	line-height: 100%;
}
dd.daily p.bnp {
	padding: 0 0 10px 0;
}
dd.daily span {
	text-align: left;
	display: block;
	padding: 0 0 5px 0;
}



/* news ticker */
.tickercontainer {
	width: 640px; 
	height: 30px; 
	margin: 0; 
	padding: 0
	overflow: hidden; 
}
.tickercontainer .mask {
	position: relative;
	left: 90px;
	top: 12px;
	width: 530px;
	overflow: hidden;
}
ul.newsticker {
	position: relative;
	overflow: hidden;
	left: 530px;
	list-style-type: none;
}
ul.newsticker li {
	float: left;
}
ul.newsticker a {
	white-space: nowrap;
	color: #ff0000;
	margin: 0 80px 0 0;
	display: block;
} 
ul.newsticker span {
	margin: 0 10px 0 0;
}

a.altlink {
	color: #fc0;
}

div.tricky {
	position: absolute;
	top: 0px;
	right: 5px;
	width: 180px;
	height: 40px;
	background: none;
}
div.tricky img {
	background: none;
}
div.tricky a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

img.vip_budge {
	float: left;
}
img.resume {
	float: right;
	display: block;
	width: 85px;
	margin: 5px 0 0 0;
}

p.odricon {
	width: 30px;
	height: 30px;
	overflow: hidden;
	position: relative;
	top: -200px;
	left: -10px;
}

h3.catsplit {
	background: url(../img/catsplit.gif) no-repeat;
	line-height: 1;
	font-size: 14px;
	color: #f90;
	height: 30px;
	margin: 0 0 10px 0;
}
h3.catsplit span {
	display: block;
	padding: 10px 0 0 50px;
}
h3.catsplit a {
	display: block;
	padding: 10px 0 0 50px;
	color: #f90;
}

p.hd_ranker {
	height: 20px;
	overflow: hidden;
}

