@charset "UTF-8";

/*
Theme Name: iroha02
Theme URI: http://www.netgameiroha.net/wp-content/themes/ver02/
Description: 『irohaにネトゲ』使用テーマ
Author: iroha＋
Author URI: http://www.netgameiroha.net/
Version: 2.0
*/


/* ******************** 全体 ******************** */

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

body {
	background: #333333 url(images/bg.png) repeat-y scroll center top;
	color : #444444;
	line-height : 1.75em;
	font-family: Tahoma, Verdana, sans-serif;
}

a {text-decoration: none;}
a:link {color: #669966;}
a:visited {color: #669966;}
a:hover {color: #66cc99;}
a:active {color: #66cc99;}

img {-ms-interpolation-mode: bicubic;}
a img {border: none; text-decoration: none;}

ul {
	list-style-type: none;
}

table {
	border-collapse: collapse;
}



/* ******************** ヘッダー ******************** */

div#headnavi {
	height: 22px;
	background: url(images/bg_headnavi.png) repeat-x center top;
}
#headnavi ul {
	list-style-type: none;
	width: 720px;
	height: 22px;
	float: right;
}
#headnavi li {
	width: 90px;
	float: left;
	overflow: hidden;
}
#headnavi a {
	display: block;
	width: 90px;
	height: 22px;
	background: no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}
#headnavi a:hover , #headnavi a:active {
	background-position: left -22px;
}
#headnavi a.intro {
	background-image: url(images/bg_headnavi_intro.png);
}
#headnavi a.glossary {
	background-image: url(images/bg_headnavi_glossary.png);
}
#headnavi a.categories {
	background-image: url(images/bg_headnavi_categories.png);
}
#headnavi a.about {
	background-image: url(images/bg_headnavi_about.png);
}
#headnavi a.links {
	background-image: url(images/bg_headnavi_links.png);
}
#headnavi a.contact {
	background-image: url(images/bg_headnavi_contact.png);
}
#headnavi a.sitemap {
	background-image: url(images/bg_headnavi_sitemap.png);
}
#headnavi li.search {
	width: 180px;
	height: 19px;
	padding-top: 3px;
	background: url(images/bg_headnavi_search.png) no-repeat left top;
}
#headnavi li.search p {
	float: left;
}
input.searchtext {
	width: 98px;
	height: 16px;
	margin-left: 10px;
	padding-left: 2px;
	background: url(images/clear.gif) repeat left top;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
	border: none;
}
input.searchbutton {
	width: 40px;
	height: 16px;
	margin-left: 5px;
	background: url(images/bg_headnavi_searchbutton.png) no-repeat left top;
	border: none;
}
input:hover.searchbutton , input:active.searchbutton {
	background: url(images/bg_headnavi_searchbutton.png) no-repeat left -16px;
}

div#header {
	background: url(images/bg_header.png) no-repeat center top;
	height: 140px;
}
#header ul {
	width: 966px;
	height: 130px;
	margin: 0 auto;
	padding: 0 10px;
	list-style-type: none;
}
#header li {
	float: left;
	width: 218px;
	height: 90px;
	padding: 20px 0 20px 0;
}
#header li.ad {
	width: 728px;
	margin-left: 20px;
}

div#infopanel {
	width: 966px;
	height: 180px;
	margin: 5px auto 0 auto;
	padding: 0 10px;
	background: url(images/bg_infopanel_new.png) no-repeat top center;
}
#infopanel a:hover , #infopanel a:active {
	color: #66cc99;
	text-decoration: underline;
}
div#poprank {
	float: left;
	width: 411px;
	margin-top: 40px;
	padding: 0 30px 0 15px;
	text-shadow: 1px 1px 3px #191919;
}
#poprank div.flexcroll {
	height: 92px;
}
#poprank ul {
	padding-left: 25px;
	list-style-type: circle;
}
#poprank li , #poprank a {
	line-height: 18px;
	font-size: 10px;
}	
#poprank li {
	color: #00cc00;
}	
#poprank a {
	color: #ffffff;
}	
#poprank p {
	margin-top: 2px;
	color: #00cc00;
	text-align: right;
	font-size: 10px;
}
div#newtitle {
	float: left;
	width: 510px;
	margin-top: 42px;
}
#newtitle ul {
	list-style-type: none;
	margin-left: 13px;
	text-shadow: 1px 1px 3px #191919;
}
#newtitle li {
	float: left;
	width: 150px;
	height: 40px;
	line-height: 13px;
	padding: 0 15px 15px 0;
}
#newtitle a {
	font-size: 10px;
	color: #ffffff;
	line-height: 12px;
}
#newtitle a img {
	float: left;
	margin-right: 0.5em;
}
#newtitle span {
	display: block;
	height: 14px;
	line-height: 14px;
	font-weight: bold;
	font-size: 10px;
	color: #00cc00;
}
#ttbanner {
	float: left;
	margin-top: 15px;
	width: 510px;
	height: 140px;
}
#ttbanner a {
	overflow: hidden;
}
#ttbanner2 {
	float: left;
	background: url(http://img1.netgamers.jp/temp/tartaros_ruko.png) no-repeat top left;
	margin-top: 15px;
	width: 510px;
	height: 140px;
}
#ttbanner2 a {
	display: block;
	width: 510px;
	height: 140px;
	text-indent: -9999px;
	overflow: hidden;
}



/* ******************** カテゴリーリスト ******************** */

div#categorynavi {
	margin: 0 auto;
	width: 966px;
	height: 62px;
	padding: 9px 10px 0 10px;
	background: url(images/bg_category.png) no-repeat left top;
}
#categorynavi ul {
	width: 855px;
	list-style-type: none;
	margin-left: 95px;
}
#categorynavi li {
	width: 84px;
	height: 26px;
	float: left;
	background: no-repeat left top;
	overflow: hidden;
}
#categorynavi a {
	width: 84px;
	height: 26px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#categorynavi li:hover , #categorynavi li:active {
	background-position: left -26px;
}
li#cat_selected {
	background-position: left -52px;
}
li:hover#cat_selected , li:active#cat_selected {
	background-position: left -78px;
}
#categorynavi li.cat_test {
	background-image: url(images/bg_category_test.png);
}
#categorynavi li.cat_update {
	background-image: url(images/bg_category_update.png);
}
#categorynavi li.cat_event {
	background-image: url(images/bg_category_event.png);
}
#categorynavi li.cat_operation {
	background-image: url(images/bg_category_operation.png);
}
#categorynavi li.cat_review {
	background-image: url(images/bg_category_review.png);
}
#categorynavi li.cat_matome {
	background-image: url(images/bg_category_matome.png);
}
#categorynavi li.cat_release {
	background-image: url(images/bg_category_release.png);
}
#categorynavi li.cat_others {
	background-image: url(images/bg_category_others.png);
}
#categorynavi li.feed {
	width: 130px;
	height: 38px;
	margin-left: 53px;
	overflow: visible;
}
#categorynavi li.feed a {
	width: 130px;
	height: 38px;
	text-indent: 0px;
}
#categorynavi ul ul {
	width: auto;
	margin: 0 0 0 -3px;
	padding: 0;
	position: absolute;
	left: -9999px;
	background: url(images/bg_category_li2.png) repeat center top;
}
#categorynavi li:hover ul {
	left: auto;
} 
#categorynavi li li {
	width: 91px;
	height: 25px;
	float: none;
}
#categorynavi li:hover li a {
	width: 89px;
	height: 24px;
	text-align: center;
	text-indent: 0;
	line-height: 24px;
	color: #cccccc;
	border: solid 1px #333333;
	border-top: none;
	font-size: 10px;
}
#categorynavi li li a:hover {
	color: #ffffff;
}



/* ******************** HOMEページ ******************** */

#wrapper {
	width: 986px;
	margin: 0 auto;
	padding-bottom: 100px;
	clear: both;
	overflow: hidden;
	background: url(images/bg_entry.png) repeat-y left top;
}

#blogcontainer {
	float: left;
	width: 806px;
	padding-left: 10px;
}
#blog {
	float:right;
	width:616px;
}

.entryblock {
	margin: 10px 0 10px 0;
	padding: 0 60px 13px 20px;
}

h2.entry_title {
	margin: 5px 0 10px 0;
	color: #00cc00;
	font-weight: bold;
	line-height: 18px;
	font-size: 16px;
	clear: both;
	text-shadow: 2px 2px 3px #33dd33;
}
h2.entry_title a {
	color: #008800;
	font-weight: normal;
	font-size: 14px;
	text-shadow: 2px 2px 3px #33dd33;
}
.entry_title a:hover , .entry_title a:active, .diary_title a:hover , .diary_title a:active {
	color: #66cc99;
	text-decoration: underline;
}

.info_body {
	background: url(images/title_diary.png) no-repeat left top;
	overflow: hidden;
	padding-top: 35px;
	margin-bottom: -18px;
	line-height: 1.75em;
}
.info_body a {color: #669966; text-decoration: underline;}
.info_body a:hover , .kininaru_body a:active {color: #66cc99;}
.info_body p.entry_footer {
	border: none;
	margin-top: 15px;
}
.info_body div {
	margin: 25px auto 5px auto;
	padding-bottom: 50px;
	text-align: center;
	background: url(images/title_diary.png) no-repeat left bottom;
}

.entry_body {
	overflow: hidden;
	line-height: 1.75em;
}
.entry_body td {line-height: 1.75em;}

.entry_body p {margin-bottom: 15px;}

.entry_body a {
	text-decoration: underline;
}
.entry_body a:hover , .entry_body a:active {
	color: #66cc99;
	text-decoration: underline;
}

.entry_footer {
	padding: 0 3px 15px 0;
	text-align: right;
	font-size: 10px;
	clear: both;
	border-bottom: dotted 1px #999999;
}
.entry_footer a {
	text-decoration: underline;
	font-size: 10px;
	color: #669966;
}
.entry_footer a:hover , .entry_footer a:active {
	color: #66cc99;
}
.entry_footer a.more-link , .info_body a.more-link {
	margin-left:6px;
	padding: 0 3px;
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	background-color: #009900;
}
.entry_footer a:hover.more-link , .entry_footer a:active.more-link , .info_body a:hover.more-link , .info_body a:active.more-link {
	color: #ffffff;
	background-color: #66cc99;
}



/* ******************** 個別ページ ******************** */

#singlepost {
	margin: 10px 0 10px 0;
	padding: 0 60px 13px 20px;
}

#singlepost h1 {
	margin-bottom: 5px;
	padding: 3px 0 10px 0;
	border-bottom: double 3px #999999;
}
#singlepost h1 a {
	color: #009900;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}
#singlepost p.entry_cat {
	margin-bottom: 10px;
	height: 14px;
	line-height: 14px;
	white-space: nowrap;
	overflow: hidden;
}
#singlepost p.entry_cat , #singlepost p.entry_cat a {
	font-size: 10px;
}
#singlepost p.entry_cat img {
	margin-left: 10px;
	vertical-align: middle;
}
#singlepost p.entry_date {
	text-align: right;
	line-height: 25px;
	margin-bottom: 20px;
	font-size: 10px;
}
#singlepost p.entry_date a img, .twitter-share-button {
	vertical-align: middle;
}
#singlepost .entry_body {
	overflow: hidden;
	line-height: 1.75em;
}
p#copyright {
	margin-bottom: 25px;
	padding-top: 15px;
	line-height: 16px;
	font-size: 10px;
	border-top: dotted 1px #999999;
	clear: both;
}
div#officiallink, div#officiallink2 {
	overflow: hidden;
	clear: both;
}
div#officiallink a, div#officiallink2 a {
	display: block;
	width: 296px;
	height: 60px;
	padding-left: 240px;
	line-height: 46px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	font-family: Georgia, 'Times New Roman', sans-serif;
	font-size: 24px;
	background: url(images/bg_officiallink.png) no-repeat;
}
div#officiallink a:hover , div#officiallink a:active, div#officiallink2 a:hover , div#officiallink2 a:active {
	color: #666666;
}
#singlepost .entry_footer {
	margin-top: 40px;
	padding: 5px 3px 0 0;
	text-align: right;
	font-size: 10px;
	clear: both;
	border: none;
	border-top: dotted 1px #999999;
}
#singlepost .entry_footer a {
	text-decoration: underline;
	font-size: 10px;
}
#sb_ad {
	margin: 20px auto;
	padding-bottom: 25px;
	border-bottom: dotted 1px #999999;
	text-align: center;
}



/* ******************** 個別ページ 汎用 ******************** */

#singlepost p , #singlepost table , #singlepost ul {margin-bottom: 15px;}
#singlepost td , #singlepost blockquote {line-height: 1.75em;}
#singlepost a {color: #669966; text-decoration: underline;}
#singlepost a:hover , #singlepost a:active {color: #66cc99;}

#singlepost .clear {clear: both;}
#singlepost .c1, .c1 span, .c1 p, .c1 td, .c1 li {color: #009900;}
#singlepost .c2, .c2 span, .c2 p, .c2 td, .c2 li {color: #999999;}
#singlepost .c3, .c3 span, .c3 p, .c3 td, .c3 li {color: #cc3366;}
#singlepost .c4, .c4 span, .c4 p, .c4 td, .c4 li {color: #006699;}
#singlepost .bold, .bold span, .bold p, .bold td, .bold li {font-weight: bold;}
#singlepost .d1, .d1 span, .d1 p, .d1 td, .d1 li {text-decoration: underline;}
#singlepost .d2, .d2 span, .d2 p, .d2 td, .d2 li {font-style: italic;}
#singlepost .al1 {text-align: left;}
#singlepost .al2 {text-align: center;}
#singlepost .al3 {text-align: right;}
#singlepost .s10, .s10 span, .s10 p, .s10 td, .s10 li {font-size: 10px;}
#singlepost .s14, .s14 span, .s14 p, .s14 td, .s14 li {font-size: 14px;}
#singlepost .s16, .s16 span, .s16 p, .s16 td, .s16 li {font-size: 16px;}
#singlepost .mt10 {margin-top: 10px;}
#singlepost .mb0 {margin-bottom: 0;}
#singlepost .mb5 {margin-bottom: 5px;}
#singlepost .mb15 {margin-bottom: 15px;}
#singlepost .mb25 {margin-bottom: 25px;}
#singlepost .mb35 {margin-bottom: 35px;}
#singlepost .mb45 {margin-bottom: 45px;}
#singlepost .mb55 {margin-bottom: 55px;}
#singlepost .ml10 {margin-left: 10px;}
#singlepost .ml20 {margin-left: 20px;}
#singlepost .bordered, img.bordered, .entry_body img, .highslide-gallery p a img {border: solid 2px #cccccc;}
.entry_body a img {border: none;}
#singlepost p.release {
	border-bottom: dotted 1px #999999;
	margin-bottom: 30px;
	text-align: right;
	font-size: 10px;
	color: #009900;
}
#singlepost .bt {
	border-top: dotted 1px #999999;
	padding-top: 25px;
	clear: both;
}
#singlepost .bb {
	border-bottom: dotted 1px #999999;
	padding-bottom: 25px;
	clear: both;
}
#singlepost p.caption1 , #singlepost p.caption2 {
	margin-bottom: 5px;
	padding-left: 50px;
	height: 42px;
	line-height: 42px;
	font-weight: bold;
}
#singlepost p.caption1 {
	color: #ffffff;
	background: url(images/bg_caption1.png) no-repeat left top;
}
#singlepost p.caption2 {
	background: url(images/bg_caption2.png) no-repeat left top;
}
#singlepost ul.arrow1 , #singlepost ul.arrow2 , #singlepost ul.arrow2f {
	list-style-type: none;
	margin-left: 5px;
}
#singlepost ul.arrow2f {
	overflow: hidden;
}
#singlepost ul.arrow1m , .info_body ul.arrow1m , #singlepost ul.arrow2m {
	list-style-type: none;
	margin-left: 25px;
}
#singlepost ul.arrow1 li , #singlepost ul.arrow1m li , .info_body ul.arrow1m li {
	background: url(images/arrow_01.png) no-repeat left top;
	padding-left: 12px;
}
#singlepost ul.arrow2 li , #singlepost ul.arrow2m li , #singlepost ul.arrow2f li {
	background: url(images/arrow_02.png) no-repeat left top;
	padding-left: 12px;
}
#singlepost ul.arrow2f li {
	float: left;
	width: 250px;
}
#singlepost div.border1 , blockquote {
	margin: 0 20px 15px 20px;
	padding: 15px 15px 0px 15px;
	background: url(images/bg_blockquote1.png) repeat-y right top;
	border: solid 1px #00cc00;
}

img.limg {float: left; margin: 2px 10px 5px 0; border: none;}
p.rimg , div.rimg {float: right; margin-left: 15px;}
p.limg , div.limg {float: left; margin-right: 10px;}
p.rimg , div.rimg , p.limg , div.limg {line-height: 1.2em; font-size: 10px; text-align: center; margin-bottom: 3px;}
p.rimg img , p.rimg a img , p.limg img , p.limg a img {border: solid 2px #cccccc; margin-bottom: 5px;}
p.rimg a:hover img , p.rimg a:active img , p.limg a:hover img , p.limg a:active img {border: solid 2px #66cc99;}
img.rimg {float: right; margin: 0 5px 10px 15px; border: solid 2px #cccccc;}

table.pa_title {width: 100%; margin: 12px 0 15px 0; border-collapse: collapse;}
.pa_title td.pa_t {}
.pa_title td.pa_n {font-weight: bold; padding: 5px 0 0 5px; color: #669966;}
.pa_title td.pa_n span , p.pagenavi span {font-weight: bold; color: #999999;}
.pa_title td.pa_n a , p.pagenavi a {font-weight: bold; text-decoration: underline;}

table.news {border-collapse: collapse; border: solid 1px #999999; margin: 0 0 15px 1px;}
.news td {padding: 2px 4px; border: solid 1px #999999; text-align: center;}
.news th {padding: 2px 4px; color: #ffffff; background-color: #333333; border: solid 1px #999999; text-align: center;}
table.news_noborder {border-collapse: collapse; border: none; margin-bottom: 15px;}
.news_noborder td {padding: 2px 4px; border: none;}

table.lightbox {margin-bottom: 20px; border-collapse: collapse;}
td.lb-left {padding: 8px 10px 8px 0; text-align: center; font-size: 10px;}
td.lb-right {padding: 8px 0; text-align: center; font-size: 10px;}
td.lb-b-left {padding: 0 10px 8px 0; text-align: center; font-size: 10px;}
td.lb-b-right {padding: 0 0 8px 0; text-align: center; font-size: 10px;}
td.lb-left p , td.lb-right p , td.lb-b-left p , td.lb-b-right p {text-align: center; font-size: 10px; margin: 0 0 -6px 0;}
td.lb-left a img , td.lb-right a img , td.lb-b-left a img , td.lb-b-right a img , td.lb-left img , td.lb-right img , td.lb-b-left img , td.lb-b-right img {border: solid 2px #cccccc;}
td.lb-left a:hover img , td.lb-left a:active img , td.lb-right a:hover img , td.lb-right a:active img , td.lb-b-left a:hover img , td.lb-b-left a:active img , td.lb-b-right a:hover img , td.lb-b-right a:active img {border: solid 2px #66cc99;}

p.glossnavi {
	margin: 20px 0;
	padding: 2px 0;
	text-align: center;
	line-height: 1.4em;
	letter-spacing: 2px;
	font-size: 12px;
	border-top: 3px double #333333;
	border-bottom: 3px double #333333;
	background-color: #e5ded4;
}

.infomenu dt {padding-left: 17px; color: #669966; font-weight: bold; background :url(images/arrow.gif) no-repeat 0px 4px;}
.infomenu dt a {font-weight: bold;}
.infomenu dd {margin: 3px 0 15px 10px;}
.infomenu dt.infomenu2 {margin-left: 35px; padding-left: 17px; color: #669966; font-weight: bold; background :url(images/arrow.gif) no-repeat 0px 4px;}
.infomenu dt.infomenu2 a {font-weight: bold;}
.infomenu dd.infomenu2 {margin: 3px 0 15px 45px;}

a.linksite {
	margin-bottom: 15px;
	padding-left: 17px;
	font-size: 12px;
	font-weight: bold;
	background :url(images/arrow.gif) no-repeat 0px 1px;
}



/* ******************** トラックバック ******************** */

p.attention , p.attention a {font-size: 10px;}
input#trackbackurl {
	width: 514px;
	margin: 0 0 6px 20px;
	height: 1.75em;
	line-height: 1.75em;
	background: #f0f0f0; 
	border: none;
	border-top: 1px solid #cccccc; 
	border-left: 1px solid #cccccc; 
}
table.trkbk {width: 486px; margin: 0 0 10px 20px;}
.trkbk td.left {width: 140px; text-align: left; vertical-align: top;}
.trkbk td.right {vertical-align: top;}
.trkbk td.right p {font-size: 10px; margin-bottom: 5px; line-height: 1.5em;}
.trkbk td.right p strong {font-size: 10px; font-weight: bold;}
.trkbk td.trkdate {text-align: right; font-size: 10px; vertical-align: top;}
.trkbk td.trkdate a {font-size: 10px;}



/* ******************** アーカイブページ ******************** */

.entryblock h1 {
	padding: 3px 0 10px 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}
.entryblock h1 a {
	color: #009900;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}
.entryblock h1 a:hover , .entryblock h1 a:active {
	color: #669966;
}
.entryblock p.entry_cat {
	margin-bottom: 10px;
	height: 14px;
	line-height: 14px;
	white-space: nowrap;
	overflow: hidden;
	clear: both;
}
.entryblock p.entry_cat , .entryblock p.entry_cat a {
	font-size: 10px;
}
.entryblock p.entry_cat a {
	text-decoration: underline;
}
.entryblock p.entry_cat img {
	margin-left: 10px;
	vertical-align: middle;
}
.entryblock p.entry_cat img.nomargin , #singlepost p.entry_cat img.nomargin {
	margin-left: 0;
	padding-top: 2px;
}
div.entry_feed {
	text-align: right;
	margin-bottom: 20px;
	font-size: 10px;
	border-top: double 3px #999999;
}
div.entry_feed a, div.entry_feed p a {
	font-size: 10px;
	text-decoration: underline;
}
div.entry_feed p {
	font-size: 10px;
	float: left;
}
.entry_body_archive {
	overflow: hidden;
	line-height: 1.75em;
	margin-bottom: 20px;
}
.entry_body_archive a {
	color: #669966;
	text-decoration: underline;
}
.entry_body_archive a:hover , .entry_body_archive a:active {
	color: #66cc99;
}



/* ******************** サムネリンク集 ******************** */

table.outlink {margin-bottom: 10px;}
.outlink td {vertical-align: top; padding-left: 14px;}
.outlink td img {border: none;}
.outlink td.ti {padding: 6px 5px 0 0;}
.outlink td.tt {padding-left: 0;}
.outlink td.tt a {padding: 0 0 15px 12px; margin-left: 10px; font-weight: bold; background :url(images/arrow_01.png) no-repeat left -2px;}



/* ******************** 紹介サイトリンク集 ******************** */

table.infolink2 {margin-bottom: 30px; width: 99%;}
.infolink2 td {padding-bottom: 5px; text-align: left; vertical-align: top; width: 33%; font-size: 10px;}
.infolink2 td span {color: #009900; font-size: 10px;}
.infolink2 a:link , .infolink2 a:visited , .infolink2 a:hover , .infolink2 a:active {font-size: 10px;}



/* ******************** 詳細ページ ******************** */

div.outline {
	overflow: hidden;
	width: 536px;
	padding: 10px 0;
	background: url(images/bg_outline.png) no-repeat right center;
}
.outline img.leftimage {
	float: left;
	padding: 3px;
	margin-bottom: 10px;
	background-color: #ffffff;
	border: solid 1px #999999;
}
.outline ul {
	float: left;
	margin: 0 0 0 10px;
	width: 298px;
	color: #009900;
}
.outline li.official {
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: dotted 1px #999999;
}
.outline li.official a {
	font-weight: bold;
}
.outline li.copy {
	color: #444444;
	font-size: 10px;
	line-height: 14px;
	margin: 5px 0;
}
.outline li.more {
	text-align: right;
}
.outline li span {
	color: #444444;
	font-weight: bold;
}
table.spec {
	width: 480px;
	margin-bottom: 40px;
	border-collapse: separate;
	background-color: #cccccc;
	table-layout: fixed;
}
table.spec td {
	text-align: center;
	padding: 0.5em 0;
}
td.spec_t1 {
	font-weight: bold;
}
td.spec_t2 {
	width: 170px;
	font-weight: bold;
	font-size: 10px;
}
td.spec_n1 {
	background-color: #eeeeee;
	font-weight: bold;
	font-size: 10px;
}
td.spec_n2 {
	background-color: #ffffff;
}



/* ******************** 用語集ページ ******************** */

table.gloss {
	border: none;
}
.gloss td {
	vertical-align: top;
}
.gloss td.left {
	white-space: nowrap;
	font-weight: bold;
	text-align: right;
	padding-right: 0.5em;
}
.gloss td li {
	display: inline;
}



/* ******************** 概要一覧ページ ******************** */

li span.ofcl {
	color: #669966;
}



/* ******************** フッター ******************** */

div#footer {
	margin: 0 auto;
	height: 100px;
	background: #333333 url(images/bg_footer.png) repeat-x left top;
}
div.foot_wrapper {
	width: 986px;
	margin: 0 auto;
	padding-top: 20px;
	height: 80px;
}
#footer p , #footer ul {
	float: left;
	height: 70px;
	font-size: 10px;
	line-height: 16px;
}
#footer p {
	color: #ffffff;
	border-right: dotted 1px #00cc00;
	margin-right: 30px;
	padding-right: 30px;
}
#footer p.copy {
	font-size: 12px;
	text-align: center;
}
#footer p.footnavi {
	float: right;
	color: #00cc00;
	border: none;
	margin: 0;
	padding: 0;
}
#footer ul {
	list-style-type: none;
	color: #00cc00;
}
#footer a {
	text-decoration: underline;
	font-size: 12px;
	color: #ffffff;
}
#footer li a {
	font-size: 10px;
}
#footer a:hover , #footer a:active {
	color: #66cc99;
}
#footer a img {
	vertical-align: middle;
	margin-top: 15px;
}



/* ******************** 左サイドバー ******************** */

#left {
	float: left;
	width: 190px;
}
#left p.transparent {
	width: 196px;
	height: 55px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 2px -26px;
}

#left_menu , #left_ranking , #left_pickup , #left_pickup_az , .left_ad {
	margin: 0 0 20px 15px;
}
#left_menu p.transparent {
	background: url(images/bg_leftmenu_h4.png) no-repeat left top;
}
#left_menu ul , #left_pickup ul {
	list-style-type: none;
	width: 160px;
}
#left_menu li {
	width: 160px;
	height: 28px;
	margin-bottom: 5px;
}
#left_menu a {
	display: block;
	width: 160px;
	height: 28px;
	background: no-repeat center top;
	text-indent: -9999px;
	overflow: hidden;
}
#left_menu a:hover , #left_menu a:active {
	background-position: center -28px;
}
#left_menu a.rpg {
	background-image: url(images/bg_leftmenu_rpg2.png);
}
#left_menu a.action {
	background-image: url(images/bg_leftmenu_action.png);
}
#left_menu a.sports {
	background-image: url(images/bg_leftmenu_sports.png);
}
#left_menu a.fps {
	background-image: url(images/bg_leftmenu_fps.png);
}
#left_menu a.shooting {
	background-image: url(images/bg_leftmenu_shooting.png);
}
#left_menu a.racing {
	background-image: url(images/bg_leftmenu_racing.png);
}
#left_menu a.community {
	background-image: url(images/bg_leftmenu_community.png);
}
#left_menu a.music {
	background-image: url(images/bg_leftmenu_music.png);
}
#left_menu a.card {
	background-image: url(images/bg_leftmenu_card.png);
}
#left_menu a.table {
	background-image: url(images/bg_leftmenu_table.png);
}
#left_menu a.gamble {
	background-image: url(images/bg_leftmenu_gamble.png);
}
#left_menu a.portal {
	background-image: url(images/bg_leftmenu_portal.png);
}
#left_menu a.movie {
	background-image: url(images/bg_leftmenu_movie.png);
}
#left_ranking p {
	width: 160px;
	padding-bottom: 9px;
	text-align: center;
	font-size: 10px;
	background: url(images/bg_leftranking_top) no-repeat left bottom;
}
#left_ranking p.transparent {
	background: url(images/bg_leftranking_h4.png) no-repeat left top;
	width: 196px;
	padding-bottom: 0;
}
#left_pickup p.transparent {
	background: url(images/bg_leftosusume_h4.png) no-repeat left top;
}
#left_pickup li {
	width: 160px;
	height: 64px;
	background: url(images/bg_leftosusume.png) no-repeat center center;
	margin-bottom: 8px;
}
#left_pickup a {
	padding: 2px 5px 2px 7px;
	width: 148px;
	height: 60px;
	display: block;
	font-size: 10px;
	color: #444444;
	line-height: 13px;
}
#left_pickup a img {
	float: left;
	margin: 5px 7px 5px 0;
}
#left_pickup span {
	display: block;
	white-space: nowrap;
	height: 12px;
	margin: 0 -2px 5px 0;
	line-height: 12px;
	font-size: 10px;
	text-align: right;
	color: #009900;
}
#left_pickup a:hover span , #left_pickup a:hover span {
	color: #66cc99;
}



/* ******************** 右サイドバー ******************** */

#right {
	float: right;
	width: 160px;
	padding-right: 10px;
	color: #ffffff;
}
#right a {
	color: #ffffff;
	font-size: 10px;
}
#right a:hover , #right a:active {
	color: #66cc99;
}

.ad_160x160 {
	width: 160px;
	height: 160px;
	margin: -8px 0 13px -8px;
	padding: 8px 7px 7px 8px;
	background: url(images/bg_ad120.png) no-repeat left top;
}
.ad_120x120 {
	width: 160px;
	height: 160px;
	margin: -8px 0 13px -8px;
	padding: 8px 7px 7px 8px;
	background: url(images/bg_ad120.png) no-repeat left top;
}
.ad_120x120 a {
	width: 120px;
	height: 120px;
	padding: 20px;
	display: block;
}
.ad_120x120 iframe {
	padding: 20px;
}
.ad_160x600 {
	width: 160px;
	height: 600px;
	margin: -8px 0 13px -8px;
	padding: 8px 7px 7px 8px;
	background: url(images/bg_ad160600.png) no-repeat left top;
}
#favorite_link , #right_ranking {
	margin-bottom: 20px;
	text-shadow: 1px 1px 3px #191919;
}
#favorite_link p , #right_ranking p {
	border-bottom: double 3px #ffffff;
	padding-bottom: 1px;
	font-weight: bold;
	font-style: italic;
}
#favorite_link p {
	margin-bottom: 3px;
}
#favorite_link li {
	color: #00cc00;
	font-size: 10px;
	line-height: 18px;
}
#favorite_link li.linkcategory {
	margin-top: 5px;
}
#right_ranking p {
	margin-bottom: 5px;
}
#acrtag {
	text-align: right;
	margin-top: -10px;
}



/* ******************** flexcroll ******************** */

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0; background-color:#ffffff; color:#000000;}
.vscrollerbase {width: 15px;}
.vscrollerbar {width: 15px;}
.vscrollerbar {background: url(images/basebarcaps_verticalbarbody.png) -15px 0px repeat-y;}
.vscrollerbar {padding: 10px;z-index: 2;}
.vscrollerbarbeg {background: url(images/basebarcaps_verticalbarbody.png) -45px -30px no-repeat;width: 15px;height: 15px !important;}
.vscrollerbarend {background: url(images/basebarcaps_verticalbarbody.png) -45px 0px no-repeat;width: 15px;height: 15px;}
.scrollerjogbox {width: 15px;height: 15px;top: auto; left: auto;bottom: 0px; right: 0px;background: url(images/horizontalbarbody_cornerjog.png) 0px 0px;}
.vscrollerbase {background: url(images/basebarcaps_verticalbarbody.png) 0px 0px repeat-y;}
.vscrollerbasebeg {background: url(images/basebarcaps_verticalbarbody.png) -30px -30px no-repeat;width: 15px;height: 15px !important;}
.vscrollerbaseend {background: url(images/basebarcaps_verticalbarbody.png) -60px -30px no-repeat;height: 15px;width: 15px;}
.scrollerjogbox:hover {background:url(images/basebarcaps_verticalbarbody.png) -45px -15px;}



/* ******************** その他ページ全般 ******************** */

input , select , textarea {font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;}

textarea { 
	width: 100%;
	margin-bottom: 8px;
	padding:3px;
	background: #f4f1ec; 
	border: none;
	border-top: 1px solid #e5ded4; 
	border-left: 1px solid #e5ded4; 
	vertical-align: top;
	letter-spacing:1px;
}

