@charset "utf-8";
/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons License */
/* http://creativecommons.org/licenses/by-nc-sa/2.1/jp/         */
/* Copyright (C) 2007, Masanao Takahashi @ BCOOL Inc.           */
/* http://2bcool.net/                                           */
/* This style is for printing dark background themes.           */
/*--------------------------------------------------------------*/

.noprint {
	display:none;
}

body, div, table, th, td, h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFF;

	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 1.4;
	
	color: #333;

}

img {
	border: none;
}

/* ------------ Header elements ------------ */
#ns-header {
	display:none;
}

/* ------------ Content Area ------------ */
.ns-centerCcolumn {
	clear:both;
}

.ns-centerLcolumn {
	float: left;
	
	width: 48%;

	overflow:hidden;
}

.ns-centerRcolumn {
	float: right;
	
	width: 48%;

	overflow:hidden;
}

.ns-blockTitle {
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
}

#ns-page_top {
	display:none;
}

.ns-leftcolumn {
	display:none;
}

.ns-rightcolumn {
	display:none;
}

#ns-xoops_banner {
	display:none;
}

#ns-footer {
	display:none;
}
/* ------------ for table ------------ */
.outer {
	border: 1px solid #EEE;
	width: 100%
}

th {
	padding: 3px;
	border-bottom: 1px solid #CCC;

	background-color: #EEE;
		
	font-weight: normal;

	color: #666;
}

.head {
	padding: 3px;
	border-bottom: 1px solid #CACACA;

	background-color: #F2F2F2;
}

.even {
	padding: 3px;
	border-bottom: 1px solid #CACACA;

	background-color: #F7F7F7;
}

.odd {
	padding: 3px;
	border-bottom: 1px solid #CACACA;

	background-color: #FAFAFA;
}

.foot {
	padding: 3px;

	background-color: #F2F2F2;
	
	font-weight: bold;
}


tr.even {
	background-color: #F7F7F7;
}

	tr.even td {
		padding: 2px;
		border-bottom: 1px solid #CACACA;
	}

tr.odd {
	background-color: #FAFAFA;
}
	tr.odd td {
		padding: 2px;
		border-bottom: 1px solid #CACACA;
	}

/* ------------ quote and code ------------ */
div.xoopsCode {
	width: auto;
	
	padding: 5px;	
	border: 1px solid #CCC;
	
	background-color: #EFEFEF;
	
	overflow: auto;
}

div.xoopsQuote { 
	width: auto;
	
	border-left: 5px solid #DDD;
	margin-left:15px;
	
	background-color: #FDFDFD;
	
	overflow: auto;
}

/* ------------ for comment ------------ */
.comTitle {
	margin-bottom: 2px;
}

.comText {
	padding: 2px;
}

.comUserStat {
	padding: 2px;
	border: 1px solid #CCC;
	margin: 2px;

	background: #FFF;
	
	font-size:80%;
}

.comUserStatCaption {
	font-weight: normal;
}

.comUserRank {
	margin: 2px;
}

.comUserRankText {
	font-size:80%;
}

.comUserImg {
	margin: 2px;
}

.comDate {
	font-size:80%;
}

.comDateCaption {
}

/* ------------ for bulletin or news module ------------ */
.itemHead {
	padding: 2px 5px;
	border-bottom: 1px dotted #CCC;
	
	font-weight: bold;
}

.itemInfo {
	padding: 3px 8px;
	
	text-align: right;
}

.itemTitle a {
	font-size: 120%;
	font-weight: bold;
	
	text-decoration: none;
}

.itemPoster {
	font-size: 90%;
}

.itemPostDate {
	font-size: 90%;
}

.itemStats {
	font-size: 90%;
}

.itemBody {
	padding: 0 8px 0 13px;
	overflow: hidden;
}

.itemText {
	margin-top: 5px;
	margin-bottom: 5px;
}

.itemFoot {
	display:none;
}
