@charset "euc-jp";
/*--------------------------------------------------------------*/
/* 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;
}

/* HTML TAG Re-definition */

body {
	background-color: #FFF;
	color: #333333;
	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: #004080;
	text-decoration: none;
}

a:hover {
	color: #004080;
	text-decoration: underline;
}

a:visited {
}

/* ------------ 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: #f60;
	background:inherit;
	padding: 0;
	margin: 10px 0 5px;
}

h1 {
	color:#111;
	background:url(images/c_indent_big2.gif) no-repeat left center;
	padding: 7px 0 7px 34px;
	font-size: 125%;
}

h2 {
	color:#111;
	background:url(images/c_indent1.gif) no-repeat left center;
	padding: 5px 0 5px 28px;
	font-size: 112%;
}

h3, h4, h5 {
	font-size: 100%;
}

h4, h5 {
	color: #6075AA;
}

ul, ol, li {
	margin: 0 0 0 10px;
	padding: 2px;
	text-align: left;
}

legend {
	padding: 3px;
	color: #477AB8;
	font-weight: bold;
}

hr {
	height: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 0;
	background: url(images/dot_line.gif) repeat-x bottom;
}

/* ------------ layout ------------ */
.usual {
	background:#222 url(images/side_area_back.gif);
}

.page {
	padding: 0px;
}

#header {
	background-image: url(images/header_back.gif);
	background-repeat: repeat-x;
	height: 90px;
}

.logolink {
	float:left;
}

.xoops_banner {
	position:absolute;
	top:8px;
	right:8px;
}

#main_area {
	margin-left: 180px;
	background:#FFF url(images/back.gif) repeat-y;
	position:absolute;
	width:82%;
	min-height:800px;
}

#col3, #col2 {
	background: url(images/c_area_back.gif) repeat-x;
}

#header_menu {
	background: url(images/head_round.gif) no-repeat left top;
	height:22px;
	padding:10px 20px;
}

#header_menu ul {
	text-align:left;
	list-style:none;
	margin:0;
	padding:0;
}

#header_menu li {
	display:inline;
	margin:0;
	padding:5px;
}

#header_menu li a {
	color: #EEEEEE;
	font-weight: bold;
}

#header_menu li a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#header_menu .hm_sub {
	font-size:75%;
}

#col3 #centercolumn {
	clear:both;
	margin-right:20%;
	overflow:hidden;
	width:78%;
}

#cc_pad {
	padding:5px 20px;
}

#col2 #centercolumn {
	clear:both;
	overflow:hidden;
}

#side_area {
	background:url(images/side_head.gif) no-repeat left top;
	padding-top:10px;
	color:#CDCDCD;
	width:180px;
}

#side_area a {
	color:#F6F6F6;
}

#side_area a:hover {
	color:#F90;
}

#leftcolumn {
	padding:10px 15px 5px 10px;
}

#sub_column {
	width: 22%;
	position: absolute;
	top: 50px;
	right: 0px;
	overflow:hidden;
}

#rightcolumn {
	margin-right:10px;
}

#footer {
	font-size:0.85em;
	padding-top:10px;
	border-top: 1px dotted #CCC;
	margin:0 20px 20px 20px;
	clear: both;
}

/* Left */
#leftcolumn .blockTitle {
	padding: 4px 0px 4px 26px;
	font-weight: bold;
	background: url(images/l_indent1.gif) no-repeat;
	color:#E3E3E3;
}

#leftcolumn .blockContent {
	padding: 2px 5px 10px;
	line-height: 120%;
}


/* Custom block */
.block1 {
	padding: 10px;
	color: #FFFFFF;
	border: 3px solid #1E1E1E;
	background-color: #2B2B2B;
}

.block1 h3 {
	margin: 0;
	color: #FF2FAC;
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF2FAC;
	display: block;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

/* Right */
#rightcolumn .blockTitle {
	padding: 4px 0px 4px 20px;
	font-weight: bold;
	background: url(images/r_indent2.gif) no-repeat left center;
	color:#666;
}

#rightcolumn .blockContent {
	padding: 2px 5px 10px;
	line-height: 130%;
}

/* ------------ xoops mainmenu & usermenu ------------ */
#mainmenu a, #usermenu a {
	display: block;
	margin: 0;
	padding: 4px;
	border-bottom: 1px dotted #CCC;
	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;
}

#leftcolumn #mainmenu a, #leftcolumn #usermenu a {
	display: block;
	margin: 0;
	padding: 4px;
	border-bottom: 1px dotted #555;
	text-decoration: none;
	color:#CDCDCD;
}

#leftcolumn #mainmenu a:hover {
	color: #FF9900;
}

#leftcolumn #mainmenu a.menuTop {
}

#leftcolumn #mainmenu a.menuMain {
}

#leftcolumn #mainmenu a.menuSub {
	margin-left:10px;
	font-size:90%;
}

#leftcolumn #usermenu a:hover {
	color: #FF9900;
}

#leftcolumn #usermenu a.menuTop {
}

#leftcolumn #usermenu a.menuMain {
}

#leftcolumn #usermenu a.highlight {
	color: #dd0000;
	background-color: #ffeedd;
}

/* ------------ center content ------------ */
#content {
	clear: both;
	line-height:175%;
}

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

/* Cnter - Cnter */
.centerCcolumn {
	clear:both;
}

.centerCcolumn .blockTitle {
	background:#888 url(images/ccblockTitleBack1.gif) no-repeat 5px center;
	font-weight: bold;
	color:#EFEFEF;
	padding:6px 6px 6px 32px;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
}

.centerCcolumn .blockContent {
	line-height: 150%;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.centerCcolumn .blockContent .box1 {
	background-color: #E3E3E3;
	padding-left: 12px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.centerCcolumn .blockContent .box2 {
	padding-left: 12px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.centerCcolumn .blockContent .lead {
	color: #2B2617;
	font-size: 14px;
	background-color: #F8F4E0;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DBCDAA;
	border-bottom-color: #DBCDAA;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
}

.centerCcolumn .blockContent .head1 {
	color: #000066;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 3px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000066;
	padding-top: 2px;
	padding-bottom: 2px;
}

.centerCcolumn .blockContent .title {
	color: #FF0066;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 7px;
	margin-top: 5px;
	background-color: #FDF0F5;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F2D0E0;
	border-bottom-color: #F2D0E0;
}

.centerCcolumn .blockContent .news_info {
	border: 1px dotted #333333;
	background-color: #EEEEEE;
	color: #000000;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.centerCcolumn .blockContent ul {
	margin: 0px;
}

.centerCcolumn .blockContent ul li {
	list-style-type: none;
	background-image: url(images/arrow3.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 18px;
	display: block;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

/* Center - Left */
.centerLcolumn {
	width: 49%;
	float: left;
}

.centerLcolumn .blockTitle {
	padding: 4px 0 4px 24px;
	font-weight: bold;
	color:#EFEFEF;
	background:#888 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;
}

.centerLcolumn .blockContent .no1 {
	background-image: url(images/red01.gif);
	background-position: 0px;
	background-repeat: no-repeat;
	padding-left: 24px;
	height: 20px;
	display: block;
	padding-top: 2px;
}

.centerLcolumn .blockContent .no2 {
	background-image: url(images/red02.gif);
	background-position: 0px;
	background-repeat: no-repeat;
	padding-left: 24px;
	height: 20px;
	display: block;
	padding-top: 2px;
}

.centerLcolumn .blockContent .no3 {
	background-image: url(images/red03.gif);
	background-position: 0px;
	background-repeat: no-repeat;
	padding-left: 24px;
	height: 20px;
	display: block;
	padding-top: 2px;
}

/* Cnter - Right */
.centerRcolumn {
	width: 49%;
	float: right;
}

.centerRcolumn .blockTitle {
	padding: 4px 0 4px 24px;
	font-weight: bold;
	color:#EFEFEF;
	background:#888 url(images/crblockTitleBack.gif) no-repeat 3px center;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

.centerRcolumn .blockContent {
	line-height: 140%;
	margin-bottom:5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
}

.centerRcolumn .blockContent .no1 {
	background-image: url(images/blue01.gif);
	background-position: 0px;
	background-repeat: no-repeat;
	padding-left: 24px;
	height: 20px;
	display: block;
	padding-top: 2px;
}

.centerRcolumn .blockContent .no2 {
	background-image: url(images/blue02.gif);
	background-position: 0px;
	background-repeat: no-repeat;
	padding-left: 24px;
	height: 20px;
	display: block;
	padding-top: 2px;
}

.centerRcolumn .blockContent .no3 {
	background-image: url(images/blue03.gif);
	background-position: 0px;
	background-repeat: no-repeat;
	padding-left: 24px;
	height: 20px;
	display: block;
	padding-top: 2px;
}

/* ------------ 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: #EEE;
	color:inherit;
	border: 1px inset #CCC;
	padding: 6px;
	overflow: auto;
	width: 95%;
}

div.xoopsQuote {
	background: #EEE;
	color:inherit;
	border: 1px inset #CCC;
	padding: 6px;
	overflow: auto;
	width: 95%;
}

/* ------------ 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 {
	font-weight: bold;
	background-color: #EAEAEA;
	display: block;
	margin-top: 12px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 1em;
}

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

.itemTitle a {
	font-size: 120%;
	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%;
}

