@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/                                           */
/*--------------------------------------------------------------*/

@import url("css/ex.css");

/* * {
	margin: 0;
	padding: 0;
	font-style: normal;
}*/

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

#ns-centercolumn {
	float:right;/* <- If you want change column position, rewrite this. */

	width:760px;
	
	overflow:hidden;
}

#ns-side_area {
	float:left;/* <- If you want change column position, rewrite this. */

	width:210px;
	
	overflow:hidden;
}

div.ns-page {
	width: 980px;
	margin:0 auto;
}

/* ------------ HTML TAG Re-definition ------------ */
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;
}

/* table{
    border-collapse: collapse;
    border-spacing: 0;
} */

img {
	border: none;
}

/* ------------ Link Color Settings ------------ */
a {
	text-decoration: none;
	
	color: #000066;
}

a:hover {
	text-decoration: underline;

	color: #FF0000;
}

a:visited {
	color: #999999;
}

/* ------------ Heading and List tag Settings ------------ */
h1 {
	padding-left: 25px;
	
	background:url(images/blockTitleBack_c.gif) no-repeat left center;

	font-size: 130%;
	
	color: #333;
}

h2 {
	padding-left: 25px;
	
	background: url(images/blockTitleBack_c2.gif) no-repeat left center;

	font-size: 120%;
	
	color: #333;
}

/* ------------ Layout settings ------------ */

.ns-usual {
	background: #FFF url(images/head_back.gif) repeat-x top;
}

#ns-header {
	position: relative;
	
	padding-bottom: 10px;
	margin-top: 50px;

	background: url(images/dot_line.gif) repeat-x bottom;
}

	#ns-logo {
		display: block;
		
		width: 320px;
		
		margin-bottom: 20px;
		
		background: url(images/logo_r_line.gif) repeat-y right top;
			
	}

	.ns-hm_main {
		position: absolute;
		
		top: 0px;
		right: 0px;
	}

	#ns-main_img {
		display: block;
		
		height: 250px;

		border-top: 6px solid #DEDEDE;
		border-bottom: 6px solid #DEDEDE;
		
		background: url(images/rotator/rotator.php) no-repeat;
	}

#ns-main_area {
	clear: both;
	
	margin-top: 15px;
}

	#ns-cc_base {
		width: 760px;

		overflow: hidden;

		padding-bottom: 15px;		
		margin: 0 auto;
	}

#ns-footer {
	clear: both;

	padding: 15px;

	background-color: #EFEFEF;

	font-size: 75%;
	text-align: center;
}

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

	.ns-centerCcolumn .ns-blockTitle {
		clear: both;
		
		height: 18px;

		overflow: hidden;

		padding: 8px 20px;
	
		background: url(images/blockTitleBack_c_bar.gif) no-repeat left center;
		
		font-size: 90%;
		font-weight: normal;
		line-height: normal;
	}
	
	.ns-centerCcolumn .ns-blockContent {
		margin-bottom:10px;
	}
	
.ns-centerLcolumn {
	float: left;
	
	width: 370px;
	
	overflow:hidden;
}

	.ns-centerLcolumn .ns-blockTitle {
		padding: 3px 0 3px 22px;
			
		background:url(images/blockTitleBack_c2.gif) no-repeat left center;
		
		font-size: 90%;
		font-weight: bold;
		line-height: normal;
		
		color: #666;
	}
	
	.ns-centerLcolumn .ns-blockContent {
		margin-bottom:5px;
	}

.ns-centerRcolumn {
	float: right;
	
	width: 370px;
	
	overflow:hidden;
}

	.ns-centerRcolumn .ns-blockTitle {
		padding: 3px 0 3px 22px;
	
		background:url(images/blockTitleBack_c2.gif) no-repeat left center;
	
		font-size: 90%;
		font-weight: bold;
		line-height: normal;
		
		color: #666;
	}
	
	.ns-centerRcolumn .ns-blockContent {
		margin-bottom:5px;
	}

#ns-content {
	clear: both;
}

#ns-page_top {
	clear: both;
	
	text-align: right;
}

	#ns-page_top a {
		display:block;
		
		width:65px;
		height:19px;
		margin-left:auto;
	
		background:url(images/page_top.gif) no-repeat;
	}

#ns-xoops_banner {
	clear:both;

	padding: 15px 0;
	
	text-align: center;
}
/* ------------ left column & right column ------------ */
.ns-leftcolumn {
	margin-bottom:15px;
}

	.ns-leftcolumn .ns-blockTitle {
		display:block;
	
		height:26px;
		width:170px;

		overflow:hidden;

		padding:15px 20px 0 20px;

		background:url(images/blockTitleBack_l.gif) no-repeat;
	
		font-size: 90%;
		font-weight: normal;
		line-height: normal;
		text-align:center;
	}
	
	.ns-leftcolumn .ns-blockContent {
		padding: 5px 10px;

		background:url(images/left_back.gif);
	}
	
		.ns-leftcolumn .ns-blockContent table{
			width: 100%;
		}
		

.ns-rightcolumn {
}
	
	.ns-rightcolumn .ns-blockTitle {
		padding:5px 3px 5px 25px;
		
		font-size: 90%;
		font-weight: bold;
		line-height: normal;
		
		background:url(images/blockTitleBack_r.gif) no-repeat left center;
	}

	
	.ns-rightcolumn .ns-blockContent {
		padding: 5px 10px;
		margin-bottom:10px;
	}
	
		.ns-rightcolumn .ns-blockContent table{
			width: 100%;
		}
/* ------------ xoops mainmenu & usermenu ------------ */
#mainmenu a, #usermenu a {
	display: block;
	
	padding: 3px;
	border-bottom:1px dotted #AAA;
	margin: 0 0 3px 0;

	text-decoration: none;
	text-align:left;
	font-size: 90%;
	
	color: #666;
}

#mainmenu a:hover, #usermenu a:hover {
	color: #F00;
}

#mainmenu a.menuSub {
	padding-left: 25px;
}

#usermenu a.highlight {
	padding: 3px;

	background-color: #333;

	color: #FFF;
}

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

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

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

	color: #666;
}

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

	background-color: #EAEFF9;
}

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

	background-color: #F7F8FD;
}

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

	background-color: #F3F5FA;
}

.foot {
	padding: 3px;
	
	background-color: #EAEFF9;
	
	font-weight: bold;
}

tr.odd {
	background-color: #F7F8FD;
}

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

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

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

tr.odd:hover, tr.even:hover {
	border-bottom: 1px solid #CACACA;
	
	background-color: #DFDFDF;
	
	color: #000;
}

/* ------------ error message & quote and code ------------ */
div.errorMsg {
	padding: 10px;
	border: 1px solid #CCC;

	background-color: #F5E8E8;

	text-align: center;
	font-weight: bold;
	
	color: #FF0000;

}

div.confirmMsg {
	padding: 10px;
	border: 1px solid #CCC;
	
	background-color: #EFF4DF;

	text-align: center;
	font-weight: bold;

	color: #003300;
}

div.resultMsg {
	padding: 10px;
	border: 1px solid #CCC;
	
	background-color: #FFF;
	
	text-align: center;
	font-weight: bold;
	
	color: #333;
}

div.xoopsCode {
	width: 450px;
	padding: 5px;
	border: 1px inset #CCC;

	background-color: #EFEFEF;

	overflow: auto;
}

div.xoopsQuote { 
	width: 450px;
	padding: 5px;
	border: 1px inset #CCC;

	background-color: #EFEFEF;

	overflow: auto;
}
/* ------------ for comment area ------------ */
.formButton {
	border: 1px outset #616655;
	
	background-color: #EEEEEE;

	color: #7F7F7F;
}

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

.comText {
	padding: 2px;
}

.comUserStat {
	padding: 2px;
	border: 1px solid #CCC;
	margin: 2px;
	
	background-color: #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;
}
	.itemInfo li{
		text-align: left;
	}

.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;
}

.itemText:first-letter {
	font-size: 150%;
	font-weight: bold;
}

.itemFoot {
	padding: 2px;
	border-top:1px dotted #CCC;
	
	text-align: right;
}

.itemAdminLink {
	font-size: 90%;
}

.itemPermaLink {
	font-size: 90%;
}

/* ------------ for XpressME module ------------ */

.xpress_recent_post_content_block ul {
	padding-left: 0px;
	margin-left: 0px;	
}
