@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/                                           */
/*--------------------------------------------------------------*/


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

/* ------------ HTML TAG Re-definition ------------ */
body {
	font-family: Verdana, Helvetica, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', osaka, sans-serif;
	font-size: 85%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#000;
	color:#fff;
}

table {
	margin: 0;
	padding: 0;
}

table td,
table th{
	padding: 0;
	margin: 0;
	text-align:left;
}
td{
}

img {
	border:0;
}

/* ------------ Link Color Settings ------------ */
a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #ececec;
}

/* ------------ 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: #fff;
	background:inherit;
	padding: 0;
	margin:0;	
	font-size: 100%;
}
img{
	vertical-align:bottom;
}

h1 {
}

h2 {
}

h3, h4, h5 {
}

ul, ol, li {
	text-align:left;
	list-style:none;
}
dl, dt, dd{
	margin:0;
	padding:0;
	line-height:1;
}
form{
	margin:0;
	padding:0;
}


fieldset{
	background-color:#04112F;
	border:none;
	margin:20px 30px;
	padding:10px;
}
fieldset form,
fieldset p{
	color:#fff;
}

legend {
	padding:0;
	margin-bottom:15px;
	color: #F60;
	background:#061840;
}

/* ------------ Layout settings ------------ */
#container{
	margin:0 auto;
	width:780px;
	overflow:hidden;
	text-align:left;
	background-color:#061840;
}

#header {
}

.xoops_banner {
}

#header_discription {
}

/*
navi
ヘッダーナビゲーション
*/
#navi {
	background:url(images/shared/nav_bg.jpg) top left repeat-x;
	height:28px;
}
#navi li{
	float:left;
}


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


#footer {
	background:url(images/shared/foot_bg.jpg) repeat-x top left #061840;
	clear:both!important;
	padding:25px 0 40px;
	text-align:center;
	width:780px;
	display:block;
}
#footer img{
	display:inline;
}
#footer a {
	color:#fff;
}

/**
 * コンテンツ領域ラップ
 */
.blockContent{
}
#topContent{
	margin-top:10px;
	margin-left:10px;
	padding-bottom:30px;
}
/**
 * contenthead
 */
#contenthead{
	width:758px;
	display:inline;
}
#mainImage{
	float:left;
	width:480px;
}
#hBannerArea{
	margin-left:480px;
}
#hBannerArea li{
	line-height:0;
}
/*スポンサー*/
#sponsor{
	margin-top:4px;
}
/*
 * ニュース
 */
#headline{
	border-bottom:solid 1px #fff;
	padding-bottom:5px;
	margin-bottom:20px;
	margin-right:10px;
}
#headline h3{
	border-bottom:1px solid #fff;
	padding-bottom:3px;
	margin-top:10px;
}
#headline ul{
	margin:10px;
}
#headline ul li{
	color:#fff;
	padding-left:22px;
	background:url(images/top/newsArrow.gif) left center no-repeat;
	margin-bottom:2px;
}
 
/**
 * contentfoot
 */
#contentfoot{
	width:758px;
	display:inline;
}
#galleryArea{
	width:450px;
	float:left;
}
#sBannerArea{
	margin-left:455px;
}
#sBannerArea ul li{
	margin:1px 0 0 0;
	padding:0;
	line-height:0;
	width:300px;
	font-size:1px;
}
#sBannerArea ul #memorial{
	margin-top:15px;
}
#sBannerArea ul #memorial dl,
#sBannerArea ul #memorial dt,
#sBannerArea ul #memorial dd{
	margin:0;
	padding:0;
	line-height:0;
}

#sBannerArea ul #memorial dt{
	margin-bottom:3px;
}
#sBannerArea ul #memorial dd{
	width:300px;
	vertical-align:top;
	font-size:1px;
}
#sBannerArea ul li img{
	display:inline;
}

/**
 * member page
 */
#memberList{
	background:url(images/shared/memberBg.jpg) top left repeat-y;
	padding-top:25px;
	padding-bottom:30px;
	position:relative;
}
#memberList{
	zoom:1;
}
#memberList:after{
	content:url(images/shared/spacer.gif);
    display:block; 
    height:0; 
    clear:both; 
    visibility: hidden;
}
* html #memberList{
	display:inline-block;
	min-height:1%;
}
/* no ie mac \*/
* html #memberList{
	height:1%;
}
#memberList{
	display:block;
}
/* */


#memberNavi{
	width:200px;
	float:left;
}
#memberNavi dl{
	margin-left:20px;
}
#memberNavi dl dt#staff{
	margin-top:30px;
}
#memberNavi dl dd{
	margin-top:10px;
}

#memberContents{
	width:572px;
	float:right;
}
#memberContents h3{
	margin-bottom:10px;
	margin-left:25px;
}
#memberContents h4{
	border-bottom:1px #fff solid;
	padding-bottom:2px;
}
#memberContents p{
	line-height:1.3;
	
}

#memberContents th,
#memberContents td{
	background-color:#061840;
	color:#fff;
	vertical-align:top;
	overflow:hidden;
}

#memberContents th,
#memberContents td{
	padding:3px 0;
}
#memberContents th{
	width:115px;
}
#memberContents p{
	margin:20px 25px;
}

/*===== Float Clearing =====*/
#memberContents .memberData{
	margin-left:25px;
	margin-bottom:30px;
	position:relative;
	/*height:145px;*/
}
#memberContents .memberData{
	zoom:1;
}
#memberContents .memberData:after{
	content:url(images/shared/spacer.gif);
    display:block; 
    height:0; 
    clear:both; 
    visibility: hidden;
}
* html #memberContents .memberData{
	display:inline-block;
	min-height:1%;
}
/* no ie mac \*/
* html #memberContents .memberData{
	height:1%;
}
#memberContents .memberData{
	display:block;
}
/* */



#memberContents .memberData p{
	margin:0;
	width:130px;
	float:left;
}
#memberContents .memberData p img{
	border:solid 5px #04112F;
}
#memberContents .memberData .data{
	width:390px;
	margin-left:140px;
}
#memberContents .memberData .data table{
	margin-bottom:10px;
}
#memberContents .archiveLink{
	margin-top:0px!important;
}

/**
 * about page
 */
#aboutWrap{
	background:url(images/shared/memberBg.jpg) top left repeat-y;
	padding-top:25px;
	padding-bottom:30px;
	position:relative;
	float:left;
}
#aboutNavi{
	width:200px;
	float:left;
}
#aboutNavi ul{
	margin-left:20px;
}
#aboutNavi ul li{
	margin-bottom:10px;
}

#aboutContents{
	width:575px;
	margin-left:200px;
}
#aboutContents h3{
	margin-bottom:5px;
	margin-left:25px;
}
#aboutContents h4{
	border-bottom:1px #fff solid;
	padding-bottom:2px;
}
#aboutContents table,
#aboutContents th,
#aboutContents td{
	border:none;
	background-color:#061840;
	color:#fff;
	vertical-align:bottom;
}

#aboutContents th,
#aboutContents td{
	padding:3px;
}
#aboutContents th{
	width:115px;
}
#aboutContents ul{
	margin:0px 25px 20px 25px;
	background-color:#04112F;
	padding:10px 20px;
}
#aboutContents ul li{
	margin:5px 0;
}
#aboutContents div.explain ul{
	margin:0 20px 10px 0;
	padding:0;
}
#aboutContents div.explain ul li{
	text-align:center;
	line-height:1.5;
	width:210px;
	float:left;
	margin:0 0 30px 15px;
}

#aboutContents p{
	margin:10px 0;
	line-height:1.5;
}
#aboutContents div.explain{
	background-color:#04112F;
	padding:10px 20px;
	margin:0px 25px 20px 25px;
}
/*===== Float Clearing =====*/
#aboutContents div.explain ul{
	position:relative;
}
#aboutContents div.explain ul:after{
	content:url(images/shared/spacer.gif);
    display:block; 
    height:0; 
    clear:both; 
    visibility: hidden;
}
* html #aboutContents div.explain ul{
	display:inline-block;
	min-height:1%;
}
/* no ie mac \*/
* html #aboutContents div.explain ul{
	height:1%;
}
#aboutContents div.explain ul{
	display:block;
}
/* */
/*===== Float Clearing =====*/ 


/*
	二次階層2段組レイアウト
*/
/**
 * member page
 */
.secondContents {
	background:url(images/shared/memberBg.jpg) top left repeat-y;
	padding-top:25px;
	padding-bottom:30px;
	position:relative;
}
.secondContents {
	zoom:1;
}
.secondContents:after {
	content:url(images/shared/spacer.gif);
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}
* html .secondContents {
	display:inline-block;
	min-height:1%;
}
/* no ie mac \*/
* html .secondContents {
	height:1%;
}
.secondContents {
	display:block;
}
/* */

.secondNavi {
	width:200px;
	float:left;
}
.secondNavi dl {
	margin-left:20px;
}
.secondNavi dl dt#staff {
	margin-top:30px;
}
.secondNavi dl dd {
	margin-top:10px;
}
.secondNavi ul {
	margin:0 20px;
}
.secondNavi ul li{
	margin:0 0 8px;
}

.secondMain {
	width:572px;
	float:right;
}
.secondMain-Inner{
	padding:0 25px;
}
.secondMain h2{
	margin-bottom:15px;
}
.secondMain h3 {
	margin-bottom:10px;
	padding-left:10px;
	color:#FFFF01;
	border-left:4px solid #FFFF01;
}
.secondMain h4 {
	border-bottom:1px #fff solid;
	padding-bottom:2px;
}
.secondMain h5{
	padding-bottom:3px;
	border-bottom:1px solid #04112F;
}
.secondMain p {
	line-height:1.3;
}
.secondMain th, .secondMain td {
	background-color:#061840;
	color:#fff;
	vertical-align:top;
}
.secondMain th, .secondMain td {
	padding:3px 0;
}
.secondMain th {
}

.secondMain table{
	margin-bottom:20px;
	width:100%;
}

.secondMain table tr.r02 td,
.secondMain table tr.r02 th{
	background-color:#04112F!important;
}
.secondMain .metaModule ul,
.secondMain .metaModule p {
	margin:15px;
}
.secondMain .metaModule p {
	background-color:#04112F!important;
	padding:10px;
	line-height:1.8!important;
}


/*
 * xoops
 */
#xpsWrapper{
	position:relative;
	background:url(images/shared/memberBg.jpg) top left repeat-y;
}
#xpsWrapper #content{
	padding:15px 0 30px;
}
#content th,
#content td{
	padding:5px;
}
#content h3	{
	padding:0 0 15px 0;
	font-size:16px;
	font-weight:bold;
}
/*
 * pical
 */
h3.monthtitle{
	margin:0;
}
h3.monthtitle span{
	padding:0 5px;
	color:#fff;
}


/* ------------ main area ------------ */
.leftcolumn {
	padding-top:10px;
	float:left;
	overflow:hidden;
	width: 200px;
	color:#fff;
}

.rightcolumn {
	padding-top:15px;
	float:left;
	position: relative;
	overflow:hidden;
	width: 19.9%;
}
.centercolumn{
	margin-left:210px;
	width:560px;
}


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

.centerCcolumn .blockTitle {
	width:100%;
	clear:both;
	color:#fff;
	background:url(images/blockTitleBack_c_bar.gif) no-repeat left center;
	padding: 8px 0 8px 28px;
	line-height:normal;
}

.centerCcolumn .blockContent {
	line-height: 150%;
	margin-bottom:10px;
}

.centerLcolumn {
	width: 49%;
	padding: 0 3px 0 0;
	float: left;
	overflow:hidden;
}

.centerLcolumn .blockTitle {
	color: #fff;
	background:url(images/blockTitleBack_c2.gif) no-repeat left center;
	padding: 3px 0 3px 22px;
}

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

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

#content {
	line-height:150%;
}

#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%;
	padding:4px 4px 4px 25px;
	background:url(images/blockTitleBack_l.gif) no-repeat 10px center;
}

.rightcolumn .blockTitle {
	width:100%;
	padding:4px 4px 4px 25px;
	background:url(images/blockTitleBack_r.gif) no-repeat 5px center;
}

.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-bottom: 4px;
	padding: 3px;
	color:#fff;
	border-bottom:1px dotted #CCC;
}

#mainmenu a:hover, #usermenu a:hover {
	color: #fff;
	text-decoration:underline;
}

#mainmenu a.menuSub, #mainmenu a.menuSub:hover {
	padding-left: 25px;
}

#usermenu a.highlight {
	color: #FFF;
	padding: 3px;
}

#sideLogin dt,
#sideLogin dd{
	margin-bottom:5px;
	line-height:1.3;
}

/* ------------ for table ------------ */
.outer {
	border-collapse:collapse;
}
.outer th{
	border:solid 1px #04112F;
	background-color:#000;
	font-weight:normal;
	color:#fff;
}
.outer td{
	border:solid 1px #04112F;
	word-break:break-all; 
}
.outer th a{
	color:#fff;
}
.outer td a{
	color:#333;
}

th {
}

.head {
	padding: 5px;
	color:#333;
	background-color:#fff;
}

.even {
	padding: 2px;
	color:#333;
	background-color:#fff;
}

.odd {
	padding: 2px;
	color:#333;
	background-color:#fff;
}

.odd a,
.odd a:hover{
	color:#333;
}
.foot {
	padding: 5px;
	color:#333;
	background-color:#fff;
}

tr.even td {
	padding: 2px;
}

tr.odd td {
	padding: 2px;
}

tr.even {
}

tr.odd {
}


/* ------------ error message & quote and code ------------ */
div.errorMsg {
	background: #F5E8E8;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #CCC;
}

div.confirmMsg {
	background: #EFF4DF;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #CCC;
}

div.resultMsg {
	background-color: #FFF;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #CCC;
}

div.xoopsCode {
	background: #EFEFEF;
	border: 1px inset #CCC;
	padding: 6px;
	overflow: auto;
	width: 450px;
}

div.xoopsQuote {
	background: #EFEFEF;
	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 {
	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%;
}


/* static Downloads */
#downloadContents{
	margin:15px 30px;
    padding-bottom:100px;
}
#downloadContents ul{
	margin-top:20px;
}
#downloadContents ul li{
	color:#fff;
	padding-left:22px;
	background:url(/images/top/newsArrow.gif) left center no-repeat;
	margin-bottom:10px;
}

/*===== Float Clearing =====*/
.clr{
	zoom:1;
}
.clr:after{
	content:url(images/shared/spacer.gif);
    display:block; 
    height:0; 
    clear:both; 
    visibility: hidden;
}
* html .clr{
	display:inline-block;
	min-height:1%;
}
/* no ie mac \*/
* html .clr{
	height:1%;
}
.clr{
	display:block;
}
/* */
/*===== Float Clearing =====*/ 