@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;
}
.page {
/* for variable width style　*/
	min-width:900px;
	width:95%;
/*variable style end */
/* fixed width style start 
	width:940px;*/
/* fixed style end */
	margin:0 auto;
	text-align:left;
	background:#ffffff;	/* 背景色 */
}

/* ------------ HTML TAG Re-definition ------------ */
body {
	background-color: #FFF;
	color: #666666;
	font-family: "メイリオ", Verdana, Helvetica, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', osaka, sans-serif;
	font-size: 80%;
	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: #006699; text-decoration: none;}
a:visited {color: #0099cc;}
a:hover {color: #ff9900;text-decoration: underline;}


/* ------------ 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: #FF3366;
	font-weight:bold;
	padding:0;
	margin: 10px 0 5px 0;
}
h1 {
/*
	color: #188EC0;
	width:100%;
	background:url(images/blockTitleBack_c.gif) no-repeat left center;
	padding: 5px 0 5px 28px;
	font-size: 125%;
*/

	color: #188EC0;
	width:100%;
	padding:3px 5px;
	border-color:#FFD446;
	border-width:0 0 1px 7px;
	border-style:solid;
	background:#F8F8F8;
	font-size: 125%;

}
h2 {
	color: #333;
	width:100%;
	background:url(images/camera.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;
}

legend {padding: 0px 10px;color: #DDD;}
form textarea, select, input {
	color: #33333; 		/* 選択BOX、SUBMITボタンなどの文字の色 */
	background-color: #ffffff;	/* 文字入力する部分の背景 */
	border: 1px solid #333333;
}
/* ------------ Layout settings 画面レイアウト ------------ */
.clearman {
clear: both;
}

.usual {
	text-align: center;
	color: #333;
/*	background:#272727 url(images/head_back_l.gif) repeat-x top left; */
	background:#ffffff;	/* 背景色 */
}
#header {	/* トップページ トップ画像の幅を変える場合は、ここのGIFと、heightの２か所を変更するだけ */
	background:url(images/head_back_b400.gif) repeat-x top left;
	overflow:hidden;
	height:540px;	/* ヘッダの模様背景の縦長さ */
	color: #ddd;
}
#header2 {	/* その他ページ */
	background:url(images/head_back_bs.gif) repeat-x top left;
	overflow:hidden;
	height:140px;	/* ヘッダの模様背景の縦長さ */
	color: #fff;
}
.logolink {
	float:left;
}
	#header_discription {
		clear:both;
		font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial,'Hiragino Kaku Gothic Pro', osaka, sans-serif;
		display:block;
		height:14px;	
		color:#FFF;
		font-weight:bold;
/*
		background: url(images/main_img.jpg) no-repeat right top;
*/
	}
	#header_menu {
		display: block;
		height: 24px;
		padding:30px 15px 0 15px;	/* メニュー文字の上下位置調整 １つめの値 */
	}
	#header_menu a{
		color: #FDFDFD;
	}
	#header_menu ul {
		text-align:left;
		list-style:none;
		margin:0;
		padding:0 3px 0 0;
		background:url(images/header_menu_spl.gif) repeat-y right;
	}
	#header_menu li {
	 	display:inline;
	 	margin:5px 0;
		padding:0px 5px 0px 10px;
		background:url(images/header_menu_spl.gif) repeat-y left;
	}
	#header_menu .hm_main {
		float:left;
		font-size:110%;
	}
	#header_menu .hm_sub {
		float:right;
		font-size:85%;
	}
#footer {
	background:#343434 url(images/ex_back.gif) repeat-x top center;
	border-top:1px solid #999;
	clear:both;
	padding:16px 0;
	text-align:center;
	font-size:90%;
	color: #ddd;
}
#footer a {
	color:#BBB;
}

/* ------------ main area ------------ */
#col3, #col2 {
	padding:0 0 15px 0;
}
#col1 {
	padding:0;
}
#col3 .cc_base {
	text-align: left;
	line-height: 140%;
	float:left;
	position: relative;
	width:60%;
	overflow:hidden;
}
#col2 .cc_base {
	text-align: left;
	line-height: 140%;
	float:left;
	position: relative;
	width:75%;
	overflow:hidden;
}
#col1 .cc_base {
	line-height: 140%;
	margin:0 auto;
	width:100%;
	overflow:hidden;
}
.leftcolumn {
	margin-top:15px;
	padding-top:10px;
	float:left;
	position: relative;
	overflow:hidden;
	width: 20%;
/*      background:url(images/left_back.gif); */
	background:#ffffff;
}
#col2 .leftcolumn {
	width:24.9%;
}
.rightcolumn {
	margin-top:15px;
	padding-top:10px;
	float:left;
	position: relative;
	overflow:hidden;
	width: 19.9%;
	background:#3399ff;
}
#col2 .rightcolumn {
	width:24.9%;
}
/* ------------ centercolumn ------------ */
.centerCcolumn {
	clear:both;

}
.centerCcolumn .blockTitle {
	color:#fff;
	width:100%;
	background:url(images/blockTitleBack_c_bar_l.gif) 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: 150%;
	margin-bottom:10px;
}
.centerLcolumn {
	width: 49%;
	padding: 0 3px 0 0;
	float: left;
	overflow:hidden;
}
.centerLcolumn .blockTitle {
	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 {
	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: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;
}
#xoops_banner {
	clear:both;
	text-align: center;
	padding: 15px 0;
}
/* ------------ left column & right column ------------ */

.leftcolumn .blockTitle {
	width:100%;
	color:#000;
	font-weight: bold;
	padding:4px 4px 4px 30px;
/*	background:url(images/blockTitleBack_l.gif) no-repeat 5px center; */
	background:url(images/camera.gif) no-repeat 5px center;
	border-bottom:1px dotted #333;
}
.rightcolumn .blockTitle {
	width:100%;
	color:#000;
	font-weight: bold;
	padding:4px 4px 4px 25px;
	background:url(images/blockTitleBack_r.gif) no-repeat 5px center;
	border-bottom:1px dotted #333;
}
.leftcolumn .blockContent, .rightcolumn .blockContent {
	padding: 5px 10px;
	line-height:130%;
	margin-bottom:10px;
}


/* ------------ xoops mainmenu & usermenu ------------ */
#mainmenu a, #usermenu a {
	display: block;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 4px;
	padding: 3px;
	color:#333;
	border-bottom:1px dotted #222;
}
#mainmenu a:hover, #usermenu a:hover {
	color: #f90;
	background-color:inherit;
}
#mainmenu a.menuSub, #mainmenu a.menuSub:hover {
	padding-left: 25px;
}
#usermenu a.highlight {
	color: #FFF;
	padding: 3px;
	background: #333;
}
/* ------------ for table ------------ */
.outer {border: 1px solid #333; background:#424242;}
th {
	padding: 3px;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	background-color: #ff9900;	/* テーブルのヘッダ色 */
	}
.head {
	padding: 6px;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	background-color: #ffcc33;	/* 表項目の色 */
}
.even {
	padding: 5px;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	background-color: #efefef;	/* 背景の色 */
}
.odd {
	padding: 5px;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	background-color: #e6e6e6;	/* 選択項目内の色 */
}
.foot {padding: 5px;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	background-color: #c2cdd6;
}

tr.even td, tr.odd td {
	padding: 5px;
	border-bottom: 1px solid #333333;}
tr.even {
	background-color: #efefef;
}
tr.odd {
	background-color: #e6e6e6;
}

tr.even td {
	padding: 5px;
	border-bottom: 1px solid #333333;
	padding: 5px;
}
tr.odd td {
	padding: 5px;
	border-bottom: 1px solid #333333;
	padding: 5px;
}

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

/* ------------ 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:url(images/box1_back.gif);
	color:inherit;
	border: 1px inset #CCC;
	padding: 6px;
	overflow: auto;
	width: 95%;
}
div.xoopsQuote { 
	background:url(images/box2_back.gif);
	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 {
	width:100%;
	padding: 2px 5px;
	font-weight: bold;
	border-bottom: 1px dotted #444;
}
.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 {
	clear:both;
	text-align: right;
	padding: 2px;
	border-top: 1px dotted #444;
}
.itemAdminLink {
	font-size: 90%;
}
.itemPermaLink {
	font-size: 90%;
}
