/*--------------------------------------------------------------*/
/* 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;
}
#centercolumn {
	float:left;/* <- If you want change column position, rewrite this. */
	width:580px;
	overflow:hidden;
}
#side_area {
	float:right;/* <- If you want change column position, rewrite this. */
	width:250px;
	overflow:hidden;
}

#side_base .sidecolumn_top {
	margin:0;
	padding:0;
	background:url(images/menu_top_bg.jpg);
}
#side_base .sidecolumn_contents {
	margin:0;
	padding:0;
	background:url(images/menu_contents_bg.jpg);
}
#side_base .sidecolumn_bottom {
	margin:0;
	padding:0;
	background:url(images/menu_bottom_bg.jpg);
}

div.header_page {
	width:879px;
	margin:0 auto;
	overflow:hidden;
	text-align:left;
}

div.page {
	width:839px;
	margin:0 auto;
	overflow:hidden;
	text-align:left;
	
}
#page_back {
	background:#C6E5FF url(images/page_bg.jpg) repeat-y scroll center top;
}

/* ------------ HTML TAG Re-definition ------------ */
body {
	background-color: #c6e5ff;
	color: #666666;
	font-family: Verdana, Helvetica, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', osaka, sans-serif;
	font-size: 75%;
	margin: 0;padding: 0;
	}
table {
	width: 100%;
	margin: 0;
	padding: 0;
	}
table td {
	padding: 0;
	margin: 0;
	vertical-align: top;
	line-height: 130%;
	}
img {
	border:0;
}
/* ------------ Link Color Settings ------------ */
a {color: #425F8B;text-decoration: none;}
a:hover {color: #F33;text-decoration: underline;}
a:visited {color: #6C8BB9;}
/* ------------ Heading and List tag Settings ------------ */
h1, h2, h3, h4, h5 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
	color: #425F8B;
	background:inherit;
	padding: 0;
	margin: 10px 0 5px;
}
h1 {
	color: #333;
	background:url(images/blockTitleBack_c.gif) no-repeat left center;
	padding: 5px 0 5px 28px;
	font-size: 125%;
}
h2 {
	color: #333;
	background:url(images/blockTitleBack_c2.gif) no-repeat left center;
	padding: 5px 0 5px 21px;
	font-size: 112%;
}
h3, h4, h5 {
	font-size: 100%;
}
ul, ol, li {
	margin: 0 0 0 10px;
	padding: 2px;
	text-align: left;
}
legend {
	padding: 0 10px;
	color: #F60;
	background: inherit;
}
hr {
	padding-top: 2px;
	border: 0;
	background: url(images/dot_line.gif) repeat-x bottom;
}
legend {
	padding: 0 10px;
	color: #666;
	background: inherit;
}
/* ------------ Layout settings ------------ */
.usual {
	text-align: center;
	color: #666;
	background: #c6e5ff url(images/page_bg.jpg) repeat-y top center;
}
#header_back {
	background-color:#c6e5ff;
}
#header_bar {
	height:18px;
	font-size:90%;
	padding-top:17px;
	text-align:center;
	color:white;
	background:url(images/header_top.jpg) no-repeat top center;
}
	#header_discription {
		font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial,'Hiragino Kaku Gothic Pro', osaka, sans-serif;
		display:block;
		width:879px;
		height:270px;
		color:#FFF;
		font-weight:bold;
		background:#ffffff url(images/header_bg.jpg) no-repeat top center;
	}
	#site-name {
		padding:230px 0 0 50px;
		font-size:2em;
	}
	#site-name a {
		color:white;
	}
	#site-name a:hover {
		text-decoration:none;
	}
	#site-slogan {
		margin:0 0 0 50px;
		font-size:1.5em;
		color:#CAB4B4;
	}
	ul.hm_main {
		font-size:13px;
	}
	#header_menu {
		background:url(images/menu_bg.jpg) no-repeat top center;
		display: block;
		width:799px;
		height:35px;
		padding:0px 40px 0 40px;
	}
	#header_menu a{
		color: white;
	}
	#header_menu ul {
		text-align:left;
		list-style:none;
		margin:0;
		padding:8px 0 0 0;
	}
	#header_menu li {
	 	display:inline;
	 	margin:0;
		padding:0;
		color:white;
	}
	#header_menu .hm_sub {
		font-size:75%;
		padding:15px 5px 0 0;
	}
	#header_menu .hm_sub a {
		padding:0 5px;
	}
#main_area {
	/*border-left:1px solid #CCC;*/
	/*border-right:1px solid #CCC;*/
	background:#FFF;
	overflow:hidden;
}

		#cc_base {
			width:530px;
			text-align:left;
			overflow:hidden;
			margin:0 10px 0 30px;
			padding:15px 0;
		}
		#side_base {
			/*width:190px;*/
			overflow:hidden;
			margin:0 auto;
			padding:0 0 10px 0;
		}
#footer_back {
	background:#C6E5FF url(images/footer_bg.jpg) repeat-y top center;
}
#footer {
	clear:both;
	padding:10px 0 0 0;
	text-align:center;
	font-size:90%;
	height:60px;
}
/* ------------ centercolumn ------------ */

.centerCcolumn .blockTitle {
	clear:both;
/*
	color: white;
	background:url(images/blockTitleBack_c.jpg) no-repeat left center;
	padding: 5px 0 5px 28px;
*/
	color:white;
	background:url(images/blockTitleBack_c_bar.jpg) no-repeat left center;
	padding: 8px 0 8px 28px;
	line-height:normal;
	font: bold 120%/normal 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
}
#content .blockTitle {
	clear:both;
/*
	color: white;
	background:url(images/blockTitleBack_c.jpg) no-repeat left center;
	padding: 5px 0 5px 28px;
*/
	color:white;
	background:url(images/blockTitleBack_c_bar.jpg) no-repeat left center;
	padding: 8px 0 8px 28px;
	line-height:normal;
	font: bold 120%/normal 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
}

.centerCcolumn .blockContent {
	line-height: 1.6em;
	margin-bottom:10px;
}
.centerLcolumn {
	width: 49%;
	padding: 0 3px 0 0;
	float: left;
	overflow:hidden;
}
.centerLcolumn .blockTitle {
	color: #555;
	background:url(images/blockTitleBack_c2.gif) no-repeat left center;
	padding: 3px 0 3px 22px;
	font: bold 110%/normal 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
}
.centerLcolumn .blockContent {
	padding: 3px 8px 8px 3px;
	line-height: 140%;
	margin-bottom:5px;
}
.centerRcolumn {
	width: 48%;
	padding: 0 0 0 3px;
	float: right;
	overflow:hidden;
}
.centerRcolumn .blockTitle {
	color: #555;
	background:url(images/blockTitleBack_c2.gif) no-repeat left center;
	padding: 3px 0 3px 22px;
	font: bold 110%/normal 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
}
.centerRcolumn .blockContent {
	padding: 3px 3px 8px 8px;
	line-height: 140%;
	margin-bottom:5px;
}
#content {
	clear: both;
	line-height:1.75em;
}
#page_top {
	clear: both;
	text-align: right;
}
#page_top a {
	margin-left:auto;
	display:block;
	width:65px;
	height:19px;
	text-decoration:none;
	background:url(images/page_top.gif) no-repeat;
}
#xoops_banner {
	clear:both;
	text-align: center;
	padding: 15px 0;
}
/* ------------ left column & right column ------------ */

.leftcolumn .blockTitle, .rightcolumn .blockTitle {
	font-weight: bold;
	text-align:center;
	display:block;
	height:20px;
	width:250px;
	color:#425F8B;
	padding-top:10px;
}
.leftcolumn .blockContent, .rightcolumn .blockContent {
	padding:0 10px 5px 10px;
	line-height:150%;
}


/* ------------ xoops mainmenu & usermenu ------------ */
#mainmenu a, #usermenu a {
	display: block;
	text-decoration: none;
	margin:0 10px 5px 10px;
	padding: 5px 5px 5px 10px;
	color:#666;
	border-bottom:1px dotted #AAA;
}
#mainmenu a:hover, #usermenu a:hover {
	color: #425F8B;
	background-color:inherit;
	text-decoration:underline;
}
#mainmenu a.menuSub, #mainmenu a.menuSub:hover {
	padding-left: 45px;
}
#usermenu a.highlight {
	color: #FFF;
	padding: 3px;
	background: #333;
}
/* ------------ for table ------------ */
.outer {
	border: 1px solid #EEE;
}
th {
	padding: 3px;
	vertical-align: middle;
	font-weight: normal;
	color: #666;
	border-bottom: 1px solid #CCC;
	background: #EEE;
}
.head {
	padding: 5px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #F2F2F2;
}
.even {
	padding: 2px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #F7F7F7;
}
.odd {
	padding: 2px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #FAFAFA;
}
.foot {
	padding: 5px;
	font-weight: bold;
	color: inherit;
	background: #F2F2F2;
}
tr.even td {
	padding: 2px;
	border-bottom: 1px solid #CACACA;
}
tr.odd td {
	padding: 2px;
	border-bottom: 1px solid #CACACA;
}
tr.even {
	color: inherit;
	background: #F7F7F7;
}
tr.odd {
	color: inherit;
	background: #FAFAFA;
}
tr.odd:hover, tr.even:hover {
	color: #000;
	border-bottom: 1px solid #CACACA;
	background: #DFDFDF;
}

/* ------------ 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: 450px;
}
div.xoopsQuote { 
	background: #EFEFEF;
	color:inherit;
	border: 1px inset #CCC;
	padding: 6px;
	overflow: auto;
	width: 450px;
}
/* ------------ for comment area ------------ */
.formButton {
	border: 1px outset #616655;
	background-color: #EEEEEE;
	color: #7F7F7F;
}
/* ------------ 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 2px 30px;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
}
.itemInfo {
	text-align: right;
	padding: 3px 8px;
}
.itemTitle a {
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	color: #425F8B;
}
.itemPoster {
	font-size: 90%;
}
.itemPostDate {
	font-size: 90%;
}
.itemStats {
	font-size: 90%;
}
.itemBody {
	padding: 0 8px 0 50px;
	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%;
}
