@charset "utf-8";

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

/* body START */
body {
	background:url(images/bg.jpg);
	color:#333;
	font-size:13px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif, Arial, Verdana, sans-serif;
	/*Firefox、Safari、Opera等モダンブラウザやMac IE5に適用*/
	*font-size: small;
	/*Win IE7およびWin IE6標準準拠モードに適用*/
	*font: x-small;
	/*Win IE 5-5.5､6(後方互換モード)に適用*/
}
#container {
	margin:0 auto;
	width:874px;
}
/* body END */

/* base START */
* {
	margin:0;
	padding:0;
}
small, .small {
	font-size:11px;
}
img {
	border:none;
}
a {
	color:#045D8E;
	text-decoration:none;
}
a:hover {
	color:#32A2CA;
	text-decoration:underline;
}
.clear, .fixed {
	clear:both;
}
ul, ol, li {
	margin: 0 0 0 10px;
	padding: 2px;
	text-align: left;
}
.red {
	color: #ff0000;
	font-size: 90%;
}

/* base END */

/* header START */
#header {
	background:#fff;
	height: 81px;
	margin-bottom:0px;
}

#header .meta {
	clear: both;
	font-size:12px;
}

#hnav { width:874px; margin:0 auto; margin-top: 0px; }
#hnav .currenthome { height: 81px; background-image:url(images/hm_02_off.jpg); background-repeat:no-repeat; }
#hnav .menuhome { height: 81px; background-image:url(images/hm_02_off.jpg); background-repeat:no-repeat; }
#hnav .onhome { height: 81px; background-image:url(images/hm_02_on.jpg); background-repeat:no-repeat; }
#hnav .currentkagura { height: 81px; background-image:url(images/hm_03_off.jpg); background-repeat:no-repeat; }
#hnav .menukagura { height: 81px; background-image:url(images/hm_03_off.jpg); background-repeat:no-repeat; }
#hnav .onkagura { height: 81px; background-image:url(images/hm_03_on.jpg); background-repeat:no-repeat; }
#hnav .currentiwami { height: 81px; background-image:url(images/hm_04_off.jpg); background-repeat:no-repeat; }
#hnav .menuiwami { height: 81px; background-image:url(images/hm_04_off.jpg); background-repeat:no-repeat; }
#hnav .oniwami { height: 81px; background-image:url(images/hm_04_on.jpg); background-repeat:no-repeat; }
#hnav .currentblog { height: 81px; background-image:url(images/hm_05_off.jpg); background-repeat:no-repeat; }
#hnav .menublog  { height: 81px; background-image:url(images/hm_05_off.jpg); background-repeat:no-repeat; }
#hnav .onblog  { height: 81px; background-image:url(images/hm_05_on.jpg); background-repeat:no-repeat; }
#hnav .current04 { height: 81px; background-image:url(images/hm_06_off.jpg); background-repeat:no-repeat; }
#hnav .menu04 { height: 81px; background-image:url(images/hm_06_off.jpg); background-repeat:no-repeat; }
#hnav .on04 { height: 81px; background-image:url(images/hm_06_on.jpg); background-repeat:no-repeat; }
#hnav .current05 { height: 81px; background-image:url(images/hm_07_off.jpg); background-repeat:no-repeat; }
#hnav .menu05 { height: 81px; background-image:url(images/hm_07_off.jpg); background-repeat:no-repeat; }
#hnav .on05 { height: 81px; background-image:url(images/hm_07_on.jpg); background-repeat:no-repeat; }

/* header END */


/* main START */
#main {
	width:874px;
	float: left;/* <- If you want change column position, rewrite this. */
}
		#cc_base {
			width:546px;
			text-align:left;
			margin:0 auto;
			padding: 0 auto;
		}

#col3, #col2 {
	padding:0 0 15px 0;
}
#col1 {
	padding:0;
}
#col3 .cc_base {
	text-align: left;
	line-height: 140%;
	float:left;
	position: relative;
	width:480px;
	overflow:hidden;
	padding: 0 10px;
}
#col2 .cc_base {
	text-align: left;
	line-height: 140%;
	float:left;
	position: relative;
	width:546px;
	overflow:hidden;
}
#col1 .cc_base {
	line-height: 140%;
	margin:0 auto;
	width:874px;
	overflow:hidden;
}
.leftcolumn {
	background-color: #fff;
	background:url(images/left_bg.jpg) repeat-y center bottom;
	padding: 0px;
	float:right;
	position: relative;
	overflow:hidden;
	width: 310px;
}
#col2 .leftcolumn {
	width:310px;
}
.rightcolumn {
	padding-top:0px;
	float:right;
	position: relative;
	overflow:hidden;
	width: 310px;
}
#col2 .rightcolumn {
	width:310px;
}

h2 {
	margin-bottom: 10px;
}
h3 {
	font-size: 16px;
	color: #333;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 16px;
	border-left: 3px solid #7e1f9a;
	color: #7e1f9a;
	margin: 20px 0 10px 0;
	padding-left: 5px;
	line-height: 110%;
}
h5 {
	font-size: 14px;
	color: #ff0000;
	margin: 15px 0 5px 0;
}
h5.club {
	font-size: 14px;
	color: #ff0000;
	margin: 0 0 5px 0;
}


.basetbl {
	width: 100%;
	background-color: transparent; 
	border: solid 1px #999; 
	border-collapse: collapse;
	margin-left: 0px;
}
.basetbl td {
	background-color: #fff; 
	font-size: 12px;
	line-height: 140%;
	text-align: left; 
	vertical-align: top; 
	border: solid 1px #999; 
	border-collapse: collapse;
	padding: 5px;
}


/* ------------ centercolumn ------------ */
.centerCcolumn {
	clear:both;
}
.centerCcolumn .blockTitle {
	clear:both;
	color: #555;
	padding: 0px;
	line-height:normal;
	font: bold 110%/normal;
}
.centerCcolumn .blockContent {
	line-height: 150%;
	margin-bottom:10px;
}
.centerLcolumn {
	width: 266px;
	padding: 0;
	float: left;
	overflow:hidden;
	margin-top: 15px;
}
.centerLcolumn .blockTitle {
	color: #555;
	background:url(images/blockTitleBack_c2.gif) no-repeat left center;
	padding: 0px;
	font: bold 100%/normal;
}
.centerLcolumn .blockContent {
	padding: 0px;
	line-height: 140%;
	margin-bottom:5px;
}
.centerRcolumn {
	width: 266px;
	padding: 0;
	float: right;
	overflow:hidden;
	margin-top: 15px;
}
.centerRcolumn .blockTitle {
	color: #555;
	background:url(images/blockTitleBack_c2.gif) no-repeat left center;
	padding: 0px;
	font: bold 100%/normal;
}
.centerRcolumn .blockContent {
	padding: 0px;
	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;
}

#gotop {
	float:right;
	font-weight:bolder;
	margin: 10px 0px 0 0;
}

.cl { clear: both; }

/* main END */

/* left column & right column */
.leftcolumn .blockTitle {
	font: bold 100%/normal;
	text-align:center;
	padding:15px 0px 0 0px;
}
.leftcolumn .blockContent {
	padding: 0 18px 10px 12px;
	line-height:150%;
}
.rightcolumn .blockTitle {
	font: bold 100%/normal;
	padding:5px 0px 5px 0px;
}
.rightcolumn .blockContent {
	padding: 0;
	line-height:150%;
	margin-bottom:10px;
}

/* sidebar END */

/* footer START */
#footer {
	text-transform:uppercase;
	font-size:11px;
	margin:50px 0;
}
#footer .content {
	padding:6px 0px;
}
#footer .footbl {
	width: 100%;
	background-color: transparent; 
	margin-left: 0px;
}
#footer .footbl td {
	width: 25%;
	vertical-align: top;
	background-color: transparent; 
	padding: 10px;
	line-height: 160%;
}
#footer .footbl td .footlinkttl {
	font-weight: bold;
	color: #235ab7;
}

#footer #about {
	float:left;
}
#footer a:hover {;text-decoration: underline; position: relative; top: 1px; left: 1px;}
/* footer END */

/* ------------ xoops mainmenu & usermenu ------------ */
#mainmenu a, #usermenu a {
	display: block;
	text-decoration: none;
	color: #555;
	background-color:inherit;
	margin-bottom: 4px;
	padding: 3px;
	border-bottom:1px dotted #AAA;
}
#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;
}

td.mainmenu1 a.menuMain {
	background:url(images/main1_bg.jpg) no-repeat left top;
	font-size: 90%;
	/*color: #333;*/
	text-align:left;
	display:block;
	width:150px;
	padding:8px 1px 5px 35px;
	background-color: #fff;
}
td.mainmenu1 a.menuMain:hover {
	background:url(images/main1on_bg.jpg) no-repeat left top;
	color: #FF6600;
	background-color: #fff;
}
td.mainmenu1 a.menuSub {
	background-color: #efefef;
	font-size: 85%;
	color: #f60;
	text-align:left;
	display:block;
	width:140px;
	padding: 6px 1px 5px 45px;
	border-bottom: 1px solid #ddd;
	overflow:hidden;
}
td.mainmenu1 a.menuSub:hover {
		background-color: #efefef;
}

td.mainmenu2 a.menuMain {
	background:url(images/main2_bg.jpg) no-repeat left top;
	font-size: 90%;
	/*color: #333;*/
	text-align:left;
	display:block;
	width:150px;
	padding:8px 1px 5px 35px;
	background-color: #fff;
}
td.mainmenu2 a.menuMain:hover {
	background:url(images/main2on_bg.jpg) no-repeat left top;
	color: #FF6600;
	background-color: #fff;
}
td.mainmenu2 a.menuSub {
	background-color: #efefef;
	font-size: 85%;
	color: #f60;
	text-align:left;
	display:block;
	width:140px;
	padding: 6px 1px 5px 45px;
	overflow:hidden;
}
td.mainmenu2 a.menuSub:hover {
		background-color: #efefef;
}

/* ------------ for table ------------ */
.outer {
	border: 1px solid #EEE;
}
th {
	padding: 3px;
	vertical-align: middle;
	font-weight: normal;
	color: #666;
	border-bottom: 1px solid #CCC;
	background: #E2E9F7;
}
.head {
	padding: 5px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #EAEFF9;
}
.even {
	padding: 2px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #F3F5FA;
}
.odd {
	padding: 2px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #F7F8FD;
}
.foot {
	padding: 5px;
	font-weight: bold;
	color: inherit;
	background: #EAEFF9;
}
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: #F3F5FA;
}
tr.odd {
	color: inherit;
	background: #F7F8FD;
}
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 ------------ */
.newsArea {
	background-color: #fff;
	padding: 5px;
}
.newsline {
	border-bottom: 1px dotted #999;
	padding: 5px 3px;
}
	.newslinedate {
		font-size: 90%;
		color: #819237;
	}
.itemHead {
	padding: 15px 5px 5px 5px;
	font-weight: bold;
	background: #FFFFFF;
	border-bottom: 2px dotted #666;
}
.itemInfo {
	text-align: right;
	background: #FFFFFF;
	padding: 3px 8px;
}

.itemTitle {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
}

.itemTitle a {
	font-size: 16px;
	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 20px 13px;
	overflow: hidden;
	background: #FFFFFF;
}
.itemText {
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.5em;
}
.itemText:first-letter {
}
.itemFoot {
	text-align: right;
	margin-bottom: 0px;
	padding: 2px;
}
.itemAdminLink {
	font-size: 90%;
}
.itemPermaLink {
	font-size: 90%;
}

#topheadsp {
	width: 960px;
	padding: 0;
	margin: 0;
}
.topheadLeft {
	float: left;
	width: 510px;
}
.topheadRight {
	float: right;
	width: 430px;
}


.side_banar a:hover {;text-decoration: underline; position: relative; top: 1px; left: 1px;}
