@charset "utf-8";
/*--------------------------------------------------------------*/
/* Copyright (C) 2011, Masanao Takahashi @ BCOOL Inc.           */
/* http://2bcool.net/                                           */
/*--------------------------------------------------------------*/

@import url("css/ex.css");
@import url("css/nav.css");

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

/* HTML TAG Re-definition */

body {
	background-color: #FFF;
	color: #666666;
	font:13px/1 "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	margin: 0;padding: 0;
	}
table {
	width: 100%;
	margin: 0;
	padding: 0;
	}
table td {
	padding: 0;
	margin: 0;
	vertical-align: central;
	line-height: 130%;
	}
img {
	border:0;
}
/* ------------ Link Color Settings ------------ */
a {}
a:hover {}
a:visited {color: #924D4D;}

/* ------------ Heading and List tag Settings ------------ */
h1, h2, h3, h4, h5 {
	color: #000;
	background:inherit;
	padding: 0;
	margin: 10px 0 5px;
}
h1 {
	font-weight: bold;
	padding:10px 10px 10px 35px;
	background:url(images/h1back.gif) no-repeat left center;
	border:1px solid #CCC;
	color:white;
	text-shadow:0px -1px 0 #000;
	font-size:1.25em;
}
h2 {
	font-weight: bold;
	padding:8px 8px 8px 35px;
	background:url(images/h2back.gif) no-repeat left center;
	border:1px solid #CCC;
	text-shadow:0px -1px 0 #FFF;
	font-size:1.12em
}

* html h1, *html h2 {	height:1px;}

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: #333;
	background:#FFF;
	background:url(images/page_back.gif) repeat-x;
}
.page {	width:990px;margin:0 auto;text-align:left;}
#header {overflow:hidden;height:67px;position:relative;}
.logolink {position:absolute;top:14px;left:0;}
#fontsize {position:absolute;top:10px;right:0;}
#hm_main { height:39px;}


#main_area {
	background:#FFF;
	overflow:hidden;
}
#footer {
	background:#fafafa url(images/footerBack.gif) repeat-x top;
	color:#999;
	clear:both;
	padding:16px 0 70px;
	text-align:center;
	font-size:90%;
	line-height:150%;
}
#footer a {
	color:#999;
}
/* ------------ 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:10px;
	float:left;
	position: relative;
	overflow:hidden;
	width: 17%;
}
#col2 .leftcolumn {
	width:24.9%;
}
.rightcolumn {
	margin-top:10px;
	float:left;
	position: relative;
	overflow:hidden;
	width: 22.9%;
}
.rightPad {padding:10px 10px 0 10px;}
#col2 .rightcolumn {
	width:24.9%;
}
/* ------------ centercolumn ------------ */
.centercolumn {padding:10px;}
.centerCcolumn {
	clear:both;
}
.centerCcolumn .blockTitle {
	font-weight: bold;
	padding:10px 10px 10px 20px;
	background:url(images/blockTitleBack.gif) no-repeat left center;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	color:white;
	text-shadow:0px -1px 0 #000;
}
* html .centerCcolumn .blockTitle {	height:1px;}
.centerCcolumn .blockContent {
	padding: 5px 10px;
	line-height:130%;
	border:1px solid #CCC;
	margin-bottom:10px;
}
.centerLcolumn {
	width: 49%;
	padding: 0 3px 0 0;
	float: left;
	overflow:hidden;
}
.centerLcolumn .blockTitle {
	font-weight: bold;
	padding:5px 5px 5px 20px;
	background:url(images/blockTitleBack2.gif) repeat-x left center;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}
* html .centerLcolumn .blockTitle {	height:1px;}
.centerLcolumn .blockContent {
	padding: 5px 10px;
	line-height:130%;
	border:1px solid #CCC;
	margin-bottom:10px;
}
.centerRcolumn {
	width: 48%;
	padding: 0 0 0 3px;
	float: right;
	overflow:hidden;
}
.centerRcolumn .blockTitle {
	font-weight: bold;
	padding:5px 5px 5px 20px;
	background:url(images/blockTitleBack2.gif) repeat-x left center;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}
* html .centerRcolumn .blockTitle {	height:1px;}
.centerRcolumn .blockContent {
	padding: 5px 10px;
	line-height:130%;
	border:1px solid #CCC;
	margin-bottom:10px;
}
#content {
	clear: both;
	line-height:175%;
	margin-bottom:10px;
}
#page_top {
	clear: both;
	text-align: right;
}
#page_top a {
	margin-left:auto;
	display:block;
	width:105px;
	height:22px;
	text-decoration:none;
	background:url(images/page_top.gif) no-repeat;
}
#xoops_banner {
	clear:both;
	text-align: center;
	padding: 15px 0;
}
/* ------------ left column ------------ */
.leftcolumn {background:#0e4a83;}
.leftcolumn .blockTitle {
	font-weight:bold;
	color:white;
	text-shadow:0px -1px 0 #000;
	padding:10px 5px 10px 20px;
	background:url(images/blockTitleBack.gif) repeat-x left center;
	border-top:1px solid #133977;
}
* html .leftcolumn .blockTitle {height:1px;}
.leftcolumn .blockContent {
	padding: 8px;
	line-height:130%;
	margin-bottom:10px;
	color:white;
}
.leftcolumn .blockContent a { color:white;}
/* ------------ right column ------------ */
.rightcolumn{background:url(images/rightBack.gif);}
.rightcolumn .blockTitle {
	color:#27325b;
	font-weight:bold;
	text-shadow:0px 1px 0 #FFF;
	padding:10px 5px 10px 20px;
	background:url(images/blockTitleBack2.gif) repeat-x left center;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}
* html .rightcolumn .blockTitle {	height:1px;}
.rightcolumn .blockContent {
	padding: 8px;
	line-height:130%;
	border:1px solid #CCC;
	margin-bottom:10px;
	background:white;
}

/* ------------ 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;
	line-height: 30px;
}
.head {
	padding: 5px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #F2F2F2;
}
.even {
	padding: 5px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #F7F7F7;
}
.odd {
	padding: 5px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #FAFAFA;
}
.foot {
	padding: 5px;
	font-weight: bold;
	background: #EEE;
}
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;
}
.explain-header {
	padding-top: 10px;
	vertical-align: central;
}
.explain-operation {
	padding-top: 10px;
	padding-bottom:10px;
	vertical-align: central;
	font-weight: bold;
}
.many-items {
	padding: 5px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #FAFAFA;
	line-height:30px;
}
.td-align-top-left0 {
	padding-left: 0px;
	margin: 0;
	vertical-align: top;
	line-height: 130%;
}
.td-align-top-left10 {
	padding-left: 10px;
	margin: 0;
	vertical-align: top;
	line-height: 130%;
}
.faq-q{
	padding: 0px 0px 0px 5px;
	vertical-align: top;
	color:#F76B1F;
	font-weight: bold;
	line-height:30px;
	isplay: inline-block;
	display: inline;
}
.faq-a{
	padding: 0px 0px 0px 5px;
	vertical-align: top;
	line-height:30px;
	isplay: inline-block;
	display: inline;
}
.faq-a-detail{
	text-indent: 30px;
	vertical-align: top;
}
.faq-a-detail2{
	text-indent: 45px;
	vertical-align: top;
}
.faq-a-pair1{
	padding: 0px 0px 0px 5px;
	vertical-align: top;
	line-height:30px;
	isplay: inline-block;
	display: inline;
}
.faq-a-pair2{
	text-indent: 25px;
	vertical-align: top;
}
.environment-faq-q{
	vertical-align: top;
	font-weight: bold;
	line-height:20px;
	isplay: inline-block;
	display: inline;
}
.environment-faq-a-detail{
	text-indent: 20px;
	padding-bottom: 10px;
}
.environment-faq-a-detail2{
	text-indent: 25px;
}
.environment-faq-a-detail3{
	text-indent: 20px;
}


/* ------------ 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:#F2F9F0 url(images/xoopsQuote_01.gif) no-repeat left top;
	color:inherit;
	border:1px solid #DEDEDE;
	padding:10px;
	overflow: auto;
	width:80%;
	margin-left:15px;
}
blockquote {
	background: url(images/xoopsQuote_02.gif)no-repeat right bottom;
}
/* ------------ 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 0;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
}
.itemInfo {
	text-align: right;
	padding: 3px 0;
}
.itemTitle a {
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}
.itemPoster {
	font-size: 90%;
}
.itemPostDate {
	font-size: 90%;
}
.itemStats {
	font-size: 90%;
}
.itemBody {
	padding:0;
	overflow: hidden;
}
.itemText {
	margin: 5px 0;
	line-height: 1.5em;
}
.itemFoot {
	text-align: right;
	padding: 2px 0;
	border-top:1px dotted #CCC;
}
.itemAdminLink {
	font-size: 90%;
}
.itemPermaLink {
	font-size: 90%;
}
.itemOsirase {
	padding:5px;
	background:#FFC4B5;
	border-color:#FF3300;
	border-width:0 0 0 8px;
	border-style:solid;
}
.itemHoukoku {
	padding:5px;
	background:#E0FFA2;
	border-color:#669900;
	border-width:0 0 0 8px;
	border-style:solid;
}
.itemBosyu {
	padding:5px;
	background:#FFD697;
	border-color:#FF6600;
	border-width:0 0 0 8px;
	border-style:solid;
}
.itemOwabi {
	padding:5px;
	background:#C4D2F0;
	border-color:#3366CC;
	border-width:0 0 0 8px;
	border-style:solid;
}
.itemSonota {
	padding:5px;
	background:#cccccc;
	border-color:#333333;
	border-width:0 0 0 8px;
	border-style:solid;
}




/* ------------ xoops mainmenu & usermenu ------------ */

#mainmenu, #usermenu { list-style:none;
	border-top:1px solid #CCC;
}
#mainmenu a, #mainmenu a.menuTop, #mainmenu a.menuMain, #mainmenu a.menuSub, #usermenu a {
	display: block;
	padding:5px 3px 5px 20px;
	text-decoration: none;
	color:#666;
	background:#FFF url(images/indent.gif) no-repeat 8px center;
	border-bottom:1px solid #CCC;
}
#mainmenu a.menuSub {margin-left:10px; font-size:90%;}
#mainmenu a:hover {background:#e8e8e8 url(images/indent2.gif) no-repeat 8px center;}

#usermenu a:hover {background:#e8e8e8 url(images/indent2.gif) no-repeat 8px center;}
#usermenu a.menuTop {}
#usermenu a.menuMain {}
#usermenu a.highlight {color: #dd0000; background-color: #ffeedd;}
* html #mainmenu, * html #usermenu  {	height:1px;}

/* ------------ xoops mainmenu & usermenu for left column------------ */

.leftcolumn #mainmenu, .leftcolumn #usermenu { list-style:none;
	margin:0; padding:0;
	border-top:1px solid #326595;
}
.leftcolumn #mainmenu a, .leftcolumn #mainmenu a.menuTop, .leftcolumn #mainmenu a.menuMain, .leftcolumn #mainmenu a.menuSub, .leftcolumn #usermenu a {
	display: block;
	padding:5px 3px 5px 20px;
	text-decoration: none;
	color:#FFF;
	background:#0e4a83 url(images/indent3.gif) no-repeat 8px center;
	border-bottom:1px solid #326595;
}
.leftcolumn #mainmenu a.menuSub {margin-left:10px; font-size:90%;}
.leftcolumn #mainmenu a:hover {background:#273158 url(images/indent4.gif) no-repeat 8px center;}

.leftcolumn #usermenu a:hover {background:#273158 url(images/indent4.gif) no-repeat 8px center;}
.leftcolumn #usermenu a.menuTop {}
.leftcolumn #usermenu a.menuMain {}
.leftcolumn #usermenu a.highlight {color: #ffe8e8; background-color: #9d0d0d;}
* html #mainmenu, * html #usermenu  {	height:1px;}


.leftcolumn #mainmenu ul, .leftcolumn .mainmenu li{
	margin:0; padding:0;}


#breadcrumbs { background:#FEFEFE;}

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

/* toppage slideshow */
#slideshow {
	width: 990px; height: 284px; padding: 0;
	margin-top:10px;
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */ 
	position: relative; z-index: 5;
}
#slideshow ul#nav {
	display: none;
	list-style: none;
	margin:0; padding:0;
	position: absolute; width:990px; top:120px; z-index: 15;
}
	#slideshow ul#nav li#prev {
		float: left; margin: 0 0 0 20px;
	}
	#slideshow ul#nav li#next {
		float: right; margin: 0 20px 0 0;
	}
	#slideshow ul#nav li a {
		display: block; width: 37px; height: 37px; text-indent: -9999px;
	}
		#slideshow ul#nav li#prev a {
			background: url(images/prev.png);
		}
		#slideshow ul#nav li#next a {
			background: url(images/next.png);
		}
#slideshow ul#slides {
	list-style: none;
	margin:0;
	padding:0;
}

	#slideshow ul#slides li {
		margin: 0 0 20px 0;
		padding:0;
	}

span.hissu{
	padding:0 0 0 20px;
	color:red;
}
