@charset "UTF-8";


@import url("css/ex.css");
@import url("css/custum.css");
@import url("css/html_tag.css");
@import url("css/ad.css");


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





/* ------------ layout ------------ */
.usual { background:#EDEDED url(images/bg.jpg) repeat-x center top; }	
.page {
	width: 1050px;
	margin: 0px auto;
}
#header{
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
.logolink { float: left; }
.xoops_banner { float: left; }
#main_area {
	float: right;
	width: 855px;
}
#col3, #col2 { }

#col3 #centercolumn {
	float: left;
	width: 640px;
	background: #FFFFFF;
}
#cc_pad { }
#col2 #centercolumn {
	background: url(images/head_round.gif) no-repeat left top;
	overflow:hidden;
}
#side_area {
	float: left;
	width: 190px;
	background: url(images/bg_menu.jpg);
}
#leftcolumn { }
#sub_column {
	float: right;
	width: 210px;
}
#rightcolumn {
	background: url(images/bg_ad.gif);
	padding: 2px;
}
#footer {
	font-size:0.85em;
	text-align: center;
	margin: 15px 0px 0px;
	padding: 5px 5px 15px;
	border-top: 1px dotted #CCCCCC;
	background: #000;
	color: #FFFFFF;
}

/* Left */
#leftcolumn .blockTitle {
	background: #CCCCCC url(images/l_indent1.gif) no-repeat bottom;
	padding: 3px 3px;
}
#leftcolumn .blockContent {
	margin-bottom: 10px;
	background: #FFF;
}
/* Right */
#rightcolumn .blockTitle {
	padding: 2px 0px 4px 5px;
	background: #999 url(images/c_indent1.gif);
	color: #FFFFFF;
}
#rightcolumn .blockContent {
	background: #FFFFFF;
	margin-bottom: 10px;
	padding: 3px;
}

/* ------------ xoops mainmenu & usermenu ------------ */
#mainmenu a, #usermenu a {
	display: block;
	margin: 0;
	padding: 4px;
	border-bottom: 1px dotted #cdcdcd;
	text-decoration: none;
}
#mainmenu a:hover {}
#mainmenu a.menuTop {}
#mainmenu a.menuMain {}
#mainmenu a.menuSub {margin-left:10px; font-size:90%;}

#usermenu a:hover {}
#usermenu a.menuTop {}
#usermenu a.menuMain {}
#usermenu a.highlight {color: #dd0000; background-color: #ffeedd;}

/* ------------ center content ------------ */
#content {
	clear: both;
	line-height:120%;
}
#page_top {
	clear: both;
	text-align: right;
	background: #CCCCCC;
	border-top: 1px dotted #999999;
}
#page_top a {
	margin-left:auto;
	display:block;
	text-decoration:none;
	background:url(images/page_top.gif) no-repeat;
	font-size: 0.8em;
	padding: 2px 5px;
}
/* Cnter - Cnter */
.centerCcolumn { clear: both; }
.centerCcolumn .blockTitle {
	background:#BBB url(images/bg_title.gif);
	border-bottom:1px solid #333;
	font-size: 1.3em;
	padding-top: 4px;
	padding-bottom: 2px;
	color: #000000;
	padding-left: 5px;
}
.centerCcolumn .blockContent {
	padding: 5px;
	margin-bottom: 15px;
}
/* Center - Left */
.centerLcolumn { float: left; }
.centerLcolumn .blockTitle {
	padding: 6px 0 6px 27px;
	font-weight: bold;
	color: #45634D;
	background:#e37966 url(images/clblockTitleBack.gif) no-repeat 3px center;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
.centerLcolumn .blockContent {
	padding: 3px 8px 8px 3px;
	line-height: 140%;
	margin-bottom:5px;
}
/* Cnter - Right */
.centerRcolumn { float: right; }
.centerRcolumn .blockTitle {
	padding: 6px 0 6px 27px;
	font-weight: bold;
	color:#8B5B4E;
	background:#e37966 url(images/crblockTitleBack.gif) no-repeat 3px center;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
.centerRcolumn .blockContent {
	padding: 3px 3px 8px 8px;
	line-height: 140%;
	margin-bottom:5px;
}

/* ------------ for table ------------ */
.outer {
	border: 1px solid #CCC;
}
th {
	background: #D0D0D0;
	padding: 2px;
	vertical-align: middle;
	border-bottom: 1px solid #C7C7C7;
}
.head, tr.head td {
	padding: 2px;
	font-weight: bold;
	border-bottom: 1px solid #C7C7C7;
	background: #FFF;
}
.even, tr.even td {
	padding: 5px;
	border-bottom: 1px solid #C7C7C7;
	background: #FCFCFC;
}
.odd, tr.odd td {
	padding: 5px;
	border-bottom: 1px solid #C7C7C7;
	background: #EFEFEF;
}
.foot {
	padding: 2px;
	font-weight: bold;
	color: #6075AA;
	background: #E7EAF4;
}

/* ------------ error message & quote and code ------------ */
div.errorMsg {
	background: #F5E8E8;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #CCC;
}
div.confirmMsg {
	background: #EFF4DF;
	color: #003300;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #CCC;
}
div.resultMsg {
	background-color: #FFF;
	color: #333;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #CCC;
}
div.xoopsCode {
	background: #EFEFEF;
	color:inherit;
	border: 1px inset #CCC;
	padding: 6px;
	overflow: auto;
	width: 95%;
}
div.xoopsQuote { 
	background: #EFEFEF;
	color:inherit;
	border: 1px inset #CCC;
	padding: 6px;
	overflow: auto;
	width: 95%;
}
/* ------------ for comment ------------ */
.comTitle {
	margin-bottom: 2px;
}
.comText {
	padding: 2px;
}
.comUserStat {
	font-size:80%;
	border: 1px solid #CCC;
	margin: 2px;
	padding: 2px;
	background: #FFF;
	color:inherit;
}
.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;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
}
.itemInfo {
	text-align: right;
	padding: 3px 8px;
}
.itemTitle a {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
	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;
	line-height: 1.5em;
}
.itemText:first-letter {
	font-size: 1.5em;
	font-weight: bold;
}
.itemFoot {
	text-align: right;
	padding: 2px;
	border-top:1px dotted #CCC;
}
.itemAdminLink {
	font-size: 90%;
}
.itemPermaLink {
	font-size: 90%;
}

