@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 */
	background: white;
	max-width: 1200px;

	min-width:940px;
	width:95%;
	position:relative;
/* variable style end */

/* fixed width style start
	width:1090px;
*/
	border-left:1px solid #555;
	border-right:1px solid #555;
/* fixed style end */
	margin:0 auto;
	overflow:hidden;
	text-align:left;
	/* background:#FFF url(images/page_back.gif); */
	}
div.page{
	padding-bottom: 23px;
}
.wrap {
	position:relative; top:23px;
}
.clearfix:after{
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix{ display: inline-block;}
/* exlude MacIE5 \*/
* html .clearfix{height:1%}
.clearfix{display:block;}
/* end MacIE5 */


/* ------------ HTML TAG Re-definition ------------ */
body {
	background-color: #FFF;
	color: #666666;
	color: #000000;
	font-family: Verdana, Helvetica, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', osaka, sans-serif;
	font-size: 75%;
	font-size: 90%;
	margin: 0;padding: 0;
	}
table {
	width: 100%;
	margin: 0;
	padding: 0;

	word-wrap: break-word;
	word-break: break-all;
	}
table td {
	padding: 0;
	margin: 0;
	vertical-align: top;
	line-height: 130%;
	}
img {
	border:0;
}
/* ------------ Link Color Settings ------------ */
/*
a {color: #78111A;text-decoration: none;}
a:hover {color: #F33;text-decoration: underline;}
a:visited {color: #924D4D;}
*/
a {
	color: #0000ff;

	color: #1111cc;

	text-decoration: underline;
}
a:hover {color: #F33;text-decoration: underline;}
a:visited {color: #990000;}
/* ------------ 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: #333;
	width:100%;
/*
	background:url(images/blockTitleBack_c.gif) no-repeat left center;
	padding: 5px 0 5px 28px;
*/
	padding: 5px 0 5px 5px;
	font-size: 125%;
}
h2 {
	color: #333;
	width:100%;
/*
	background:url(images/blockTitleBack_c2.gif) no-repeat left center;
	padding: 5px 0 5px 21px;
*/
	padding: 5px 0 5px 5px;
	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: 0 10px;
	color: #666;
	background: inherit;
}
/* ------------ Layout settings ------------ */
.usual {
	text-align: center;
	color: #666;
	color: #000;
	background:#E8E8E5;
}
#header {
/*
	background:url(images/head_back.gif) repeat-x top left;
	overflow:hidden;
	height:250px;

	height:40px;
*/
}
.logolink {
	float:left;
}
.xoops_banner {
	float:right;
	padding-top:8px;
	padding-right:8px;
}
	# _discription {
		clear:both;
		font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial,'Hiragino Kaku Gothic Pro', osaka, sans-serif;
		display:block;
		height:120px;
		color:#FFF;
		font-weight:bold;
		background: url(images/main_img.jpg) no-repeat right top;
	}

#main_area {
	background:#FFF;
	overflow:hidden;
}

		#cc_base {
			width:530px;
			text-align:left;
			overflow:hidden;
			margin:0 auto;
			padding:15px 0;
		}
		#side_base {
			/*width:190px;*/
			overflow:hidden;
			margin:0 auto;
			padding:0 0 10px 0;
		}

#footer {
/*
	background:#3C4632 url(images/ex_back.gif) repeat-x top;
	color:#999;
	border-top:1px solid #999;
	clear:both;
	padding:16px 0;
	text-align:center;
	font-size:90%;
*/
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-family: arial;
	font-size: 11px;
	color: #fff;
	border-top: 2px solid #960;
	background: #060;
	background-image: url(footer_top.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#footer a {
	color:#BBB;

	color: #9f9;
}
#footer a:hover {
	color: #9f9;
}

/* ------------ main area ------------ */
#col3, #col2, #col1 {
	padding:0 0 15px 0;
	height:auto;
	overflow:hidden;
}
#col3 .cc_base {
	text-align: left;
	line-height: 140%;
	float:left;
	position: relative;
/*
	width: 60%;
*/
	width: 66%;
	overflow:hidden;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
	background:url(images/cc_base_back.gif);
}
#col2 .cc_base {
	text-align: left;
	line-height: 140%;
	float:left;
	position: relative;
	width:75%;
	overflow:hidden;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
	background:url(images/cc_base_back.gif);
}
#col1 .cc_base {
	line-height: 140%;
	margin:0 auto;
	width:100%;
	overflow:hidden;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
	background:url(images/cc_base_back.gif);
}
.leftcolumn {
	padding-top:10px;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
	float:left;
	position: relative;
	overflow:hidden;
/*
	width: 20%;
*/
	width: 17%;
	height:100%;
	background:url(images/left_back.gif);
}
#col2 .leftcolumn {
	width:24.9%;
}
.rightcolumn {
	padding-top:15px;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
	float:left;
	position: relative;
	overflow:hidden;
/*
	width: 20%;
*/
	width: 17%;
	background:url(images/right_back.gif);
}
#col2 .rightcolumn {
	width:24.9%;
}
/* ------------ centercolumn ------------ */
.centerCcolumn {
	clear:both;
}
.centerCcolumn .blockTitle {
	clear:both;
	width:100%;
	color:#333;
/*
	background:url(images/blockTitleBack_c_bar.gif) no-repeat left center;
	padding: 8px 0 8px 28px;
*/
	padding: 8px 0 8px 8px;
	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 {
	color: #555;
/*
	background:url(images/blockTitleBack_c2.gif) no-repeat left center;
	padding: 3px 0 3px 22px;
*/
	padding: 3px 0 3px 3px;
	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;
*/
	padding: 3px 0 3px 3px;
	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%;
	font-weight: bold;
	padding:4px 4px 4px 25px;
/*
	background:url(images/blockTitleBack_l.gif) no-repeat 10px center;
*/
	border-bottom:1px dotted #CCC;
}
.rightcolumn .blockTitle {
	width:100%;
	font-weight: bold;
	padding:4px 4px 4px 25px;
/*
	background:url(images/blockTitleBack_r.gif) no-repeat 5px center;
*/
	border-bottom:1px dotted #CCC;
}
.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;
	text-decoration: underline;
	margin-bottom: 4px;
	padding: 3px;
	color:#666;
	color:#0000ff;
	border-bottom:1px dotted #CCC;
}
#mainmenu a:hover, #usermenu a:hover {
	color: #f90;
	color: #F33;
	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 #EEE;
	background:#FFF;

	word-wrap: break-word;
}
th {
	padding: 3px;
	vertical-align: middle;
	font-weight: normal;
	color: #666;
	color: #000000;
	border-bottom: 1px solid #CCC;
	background: #E1DFD4;
}
.head {
	padding: 5px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #EBE9DF;
}
.even {
	padding: 2px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #F2F2F2;
}
.odd {
	padding: 2px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #F0F0ED;
}
.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: #E1DFD4;
}
tr.odd {
	color: inherit;
	background: #F0F0ED;
}
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;
	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;
}
.itemPoster {
	font-size: 90%;
}
.itemPostDate {
	font-size: 90%;
}
.itemStats {
	font-size: 90%;
}
.itemBody {
	clear: both;
	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%;
}


/* 070925 */
/*-----------------------------------------------
[ ヘッダ部定義 ] #container
-----------------------------------------------*/
#header {
	height: 110px;
	clear: both;
	overflow: hidden;
	color: #fff;
	border-bottom: 1px solid #ff9900;
	background-image: url(header_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 5px;
}

#header h1 {
	background-image: url(head_title.png);
	width: 403px;
	height: 45px;
	margin: 0;
	padding: 0;
}
#header h1 a {
	width: 403px;
	height: 45px;
	display: block;
	text-indent: -9999px;
	}	
#header h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 1px 0;
	padding: 0;
	background-image: none;
	color: #fff;
}

#header .login {
	font-family: arial;
	font-size: 10px;
	color: #333;
	border: 1px solid #666;
	background: #ccc;
}

#header .input {
	width: 60px;
	height: 15px;
	color: #333;
	border: 1px solid #666;
	background: #ccc;
}

#header .searchinput {
	width: 160px;
	height: 15px;
	color: #333;
	border: 1px solid #666;
	background: #ccc;
}

#head_left {
	float: left;
	width:45%;
	padding: 10px;
}
#head_right {
	float: right;
	width:45%;
	text-align: right;
	padding-top: 10px;
}
#head_right a,
#head_right a:hover {
	color: #fff;
	text-decoration:none;
	padding-left:9px;
	margin-right:5px;
	background: url(pointer.gif) no-repeat left center;
}

#register {
	padding-top: 30px;
	padding-top: 0px;
/*
	background-image: url(register.gif);
	background-position: top;
	background-repeat: no-repeat;
*/
}
#lost_pass {
	padding-top: 27px;
	padding-top: 0px;
/*
	background-image: url(lost_pass.gif);
	background-position: top;
	background-repeat: no-repeat;
*/
}
/*ヘッダメニュー-------------------------*/
#main_menu {
	position:absolute;
	left:0px;
	top:-23px;
	width:100%;
/*-----ヘッダメニューの位置調整-----*/
	text-align: left;
/*-----ヘッダメニューの位置調整-----*/
}
#main_menu a,
#main_menu a:hover,
#sub_menu a,
#sub_menu a:hover {
	color: #fff;
	text-decoration:none;
	padding-left:9px;
	white-space:nowrap;
}
#main_menu a,
#main_menu a:hover {
	background: url(main_pointer.gif) no-repeat left center;
}
#sub_menu a,
#sub_menu a:hover {
	background: url(pointer.gif) no-repeat left center;
}
#sub_menu.links_submenu a,
#sub_menu.links_submenu a:hover {
	white-space:nowrap;
}

#theme_breadcrumb a,
#theme_breadcrumb a:hover {
	color: #fff;
	text-decoration:none;
}

.menu_left {
	float: right;
	width: 510px;
	width: 710px;
	width: 100%;
	padding-left: 5px;
	background-image: url(menu_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.menu_right {
	float: right;
	width: 505px;
	width: 705px;
	width: 100%;
	padding-right: 5px;
	background-image: url(menu_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#main_menu {
	width: 100%;
	height:23px;
	line-height:23px;
	background: #060;
	background-image: url(header_menu.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 0px 5px 0px 5px;
	color: #fff;
	overflow:hidden;
}

#main_menu .selected {
	background: #066;
}
#main_menu .ul,
#sub_menu .ul {
	margin: 0 0 0 10px!important;
	padding: 0px!important;
}
#main_menu .li,
#sub_menu .li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0px 15px 0px 0px;
/*
	margin-left: 3px;
*/
	color: #fff;
}

#sub_menu {
	background:url(header_submenu.gif) repeat-x scroll left top;
	height:23px;
	line-height:23px;
	padding:0 5px;
	width:100%;

/*
	background-image: url(header_menu.gif);
	background-position: left top;
	background-repeat: repeat-x;

	padding: 3px;
*/

	color: #fff;
}
#sub_menu.links_submenu{
	background:url(header_linksub.gif) repeat-x scroll left top;
	height:40px;
	line-height:18px;
	padding:0 5px;
	width:100%;
/*
	background-image: url(header_menu.gif);
	background-position: left top;
	background-repeat: repeat-x;

	padding: 3px;
*/

	color: #fff;
}
#sub_menu .selected {
	background: #066;
}

#theme_breadcrumb {
	background:url(header_breadcrumb.gif) repeat-x scroll left top;
	height:23px;
	line-height:23px;
	padding:0 15px;
	width:100%;
}

/*ボトムメニュー-------------------------*/
#main_menu_bottom {
	position:relative;
	left:0px;
/*
	top:-23px;
*/
	width:100%;
/*-----ヘッダメニューの位置調整-----*/
	text-align: left;
/*-----ヘッダメニューの位置調整-----*/
}
#main_menu_bottom a,
#main_menu_bottom a:hover {
	color: #fff;
	text-decoration:none;
	padding-left:9px;
	white-space:nowrap;
}

#main_menu_bottom a,
#main_menu_bottom a:hover {
	background: url(main_pointer.gif) no-repeat left center;
}

#main_menu_bottom {
	width: 100%;
	height:23px;
	line-height:23px;
	background: #060;
	background-image: url(header_menu_bottom.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 0px 5px 0px 5px;
	color: #fff;
	overflow:hidden;
}

#main_menu_bottom .selected {
	background: #066;
}
#main_menu_bottom .ul {
	margin: 0 0 0 10px!important;
	padding: 0px!important;
}
#main_menu_bottom .li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0px 15px 0px 0px;
/*
	margin-left: 3px;
*/
	color: #fff;
}



/*-----------------------------------------------
#height_space
-----------------------------------------------*/
.height_space {
	clear: both;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
/*-----------------------------------------------
フッタブロック上部バナー表示用CSS
-----------------------------------------------*/
.height_space_cm2 {
	clear: both;
	height: 10px;	/*ここの数字でバナーの高さ調整・・・background-color: #f7f7f7;です*/
	width: 100%;
	overflow: hidden;
	position: relative;
	left: 50%;
	margin-left: -234px;
	text-align: left;
}
/*-----------------------------------------------
[ フッタブロックの定義 ] #container
-----------------------------------------------*/
.footerbar {
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-family: arial;
	font-size: 11px;
	color: #fff;
	border-top: 2px solid #960;
	background: #060;
	background-image: url(footer_top.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
.footerbar a {
	color: #9f9;
}
.footerbar a:hover {
	color: #9f9;
}
