@charset "utf-8";
/*--------------------------------------------------------------*/
/*                                                              */
/*--------------------------------------------------------------*/

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

* {
	margin: 0;
	padding: 0;
	font-style: normal;
}
.page {
/* for variable width style
	min-width:750px;
	width:100%;
variable style end */

/* fixed width style start */
	width:750px;
/* fixed style end */
	margin:0 auto;
	overflow:hidden;
	text-align:left;
}


/* ------------ HTML TAG Re-definition ------------ */
body {
	background-color: #232323;
	color: #666666;
	font-family: Verdana, Helvetica, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', osaka, sans-serif;
	font-size: 75%;
	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: #FFE8D0;text-decoration: none;}
a:visited {color: #FFE8D0;}
a:hover {color: #FF8000;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: #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;
	font-size: 125%;
}
h2 {
	color: #333;
	width:100%;
	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: 0 10px;
	color: #666;
	background: inherit;
}
/* ------------ Layout settings ------------ */
.usual {
	text-align: center;
	color: #ffffff;
	background:#000000 url(images/background.jpg) repeat-y top center;
}
#header {
	overflow:hidden;
	height:290px;
	background: #000000 url(images/header.jpg) no-repeat top left;
}
#header h1 {
	display:none;
}

.xoops_banner {
	float:right;
	padding-top:8px;
	padding-right:8px;
}
	#header_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;
	}
	#header_menu {
		display: block;
		height:30px;
		padding:0;
		margin:0;
		background: #000000 url(images/headermenu_spacer.jpg) repeat-x top left;
	}
/* ヘッダーメニューボタン　ホーム */
	h2#home {
		float:left;
	 	margin:0 0 0 25px;
		padding:0;
		width:100px;
		height:30px;
	}
	h2#home a {
		float:left;
		width:100px;
		height:30px;
		background: url(images/home_buttom_h.jpg) no-repeat top left;
	}
	h2#home a:hover {
		float:left;
		width:100px;
		height:30px;
		background: url(images/home_buttom_h_over.jpg) no-repeat top left;
	}
	h2#home span {
		display:none;
	}
/* ヘッダーメニューボタン　プロフィール */
	h2#profile {
		float:left;
	 	margin:0;
		padding:0;
		width:100px;
		height:30px;
	}
	h2#profile a {
		float:left;
		width:100px;
		height:30px;
		background: url(images/profile_button_h.jpg) no-repeat top left;
	}
	h2#profile a:hover {
		float:left;
		width:100px;
		height:30px;
		background: url(images/profile_button_h_over.jpg) no-repeat top left;
	}
	h2#profile span {
		display:none;
	}
/* ヘッダーメニューボタン　お知らせ*/
	h2#news {
		float:left;
	 	margin:0;
		padding:0;
		width:100px;
		height:30px;
	}
	h2#news a {
		float:left;
		width:100px;
		height:30px;
		background: url(images/news_button_h.jpg) no-repeat top left;
	}
	h2#news a:hover {
		float:left;
		width:100px;
		height:30px;
		background: url(images/news_button_h_over.jpg) no-repeat top left;
	}
	h2#news span {
		display:none;
	}
/* ヘッダーメニューボタン　イベント案内*/
	h2#event {
		float:left;
	 	margin:0;
		padding:0;
		width:100px;
		height:30px;
	}
	h2#event a {
		float:left;
		width:100px;
		height:30px;
		background: url(images/event_button_h.jpg) no-repeat top left;
	}
	h2#event a:hover {
		float:left;
		width:100px;
		height:30px;
		background: url(images/event_button_h_over.jpg) no-repeat top left;
	}
	h2#event span {
		display:none;
	}
/* ヘッダーメニューボタン　フォト*/
	h2#photo {
		float:left;
	 	margin:0;
		padding:0;
		width:100px;
		height:30px;
	}
	h2#photo a {
		float:left;
		width:100px;
		height:30px;
		background: url(images/photo_button_h.jpg) no-repeat top left;
	}
	h2#photo a:hover {
		float:left;
		width:100px;
		height:30px;
		background: url(images/photo_button_h_over.jpg) no-repeat top left;
	}
	h2#photo span {
		display:none;
	}
/* ヘッダーメニューボタン　掲示板*/
	h2#bbs {
		float:left;
	 	margin:0;
		padding:0;
		width:100px;
		height:30px;
	}
	h2#bbs a {
		float:left;
		width:100px;
		height:30px;
		background: url(images/bbs_button_h.jpg) no-repeat top left;
	}
	h2#bbs a:hover {
		float:left;
		width:100px;
		height:30px;
		background: url(images/bbs_button_h_over.jpg) no-repeat top left;
	}
	h2#bbs span {
		display:none;
	}
/* ヘッダーメニューボタン　リンク*/
	h2#link {
		float:left;
	 	margin:0;
		padding:0;
		width:100px;
		height:30px;
	}
	h2#link a {
		float:left;
		width:100px;
		height:30px;
		background: url(images/link_button_h.jpg) no-repeat top left;
	}
	h2#link a:hover {
		float:left;
		width:100px;
		height:30px;
		background: url(images/link_button_h_over.jpg) no-repeat top left;
	}
	h2#link span {
		display:none;
	}
	#header_menu a{
		color: #ffffff;
	}
#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 {
	width: 750px;
	height:59px;
	color:#ffffff;
	clear:both;
	padding-top:0;
	text-align:center;
	font-size:100%;
	background: url(images/footer_bg.jpg) no-repeat bottom left;
}
#footer p {
	padding-top:3px;
}
/* ------------ 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:550px;
	overflow:hidden;
}
#col1 .cc_base {
	line-height: 140%;
	margin:0 auto;
	width:100%;
	overflow:hidden;
}
.leftcolumn {
	padding:10px;
	float:left;
	position: relative;
	overflow:hidden;
	width: 180px;
	background:#000000;
}
#col2 .leftcolumn {
	width:180px;
}
.rightcolumn {
	padding-top:15px;
	float:left;
	position: relative;
	overflow:hidden;
	width: 19.9%;
}
#col2 .rightcolumn {
	width:24.9%;
}
/* ------------ centercolumn ------------ */
.centerCcolumn {
	clear:both;
}
.centerCcolumn .blockTitle {
	clear:both;
	width:530px;
	height:18px;
	color:#ffffff;
	background:url(images/contents_title.jpg) no-repeat top left;
	padding: 2px 0 0 0; 
	line-height:normal;
	font: bold 100%/normal 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
	text-align:center;
}
.centerCcolumn .blockContent {
	line-height: 150%;
	margin-bottom:10px;
	padding: 10px;
	background: #232323 url(images/contents_bg.jpg) no-repeat top left;
	border-bottom: #3B3C3E 4px solid;
}
.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;
	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;
	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 {
	text-align: right;
	padding-right: 1em;
}
#page_top a {
	margin-left:auto;
	display:block;
	text-decoration:none;
	font-size: 75%;
	color: #ffffff;
}
#xoops_banner {
	clear:both;
	text-align: center;
	padding: 15px 0;
}
/* ------------ left column & right column ------------ */

.leftcolumn .blockTitle {
	width:180px;
	height:17px;
	font-weight: bold;
	padding:3px 0 0 0;
	background:url(images/menu_title_bg.jpg) no-repeat top left;
	color:#ffffff;
	text-align:center;
	font-size:90%;
}
.leftcolumn .blockContent {
	padding: 5px 10px;
	margin-bottom: 10px;
	line-height:150%;
	background: #232323 url(images/menu_bg.jpg) no-repeat top left;
	border-bottom: #3B3C3E 4px solid;
}


/* ------------ xoops mainmenu & usermenu ------------ */
#mainmenu a, #usermenu a {
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 8px 5px;
	color:#ffffff;
	border-bottom:1px dotted #CCC;
}
#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 #EEE;
	background:#FFF;
}
th {
	padding: 3px;
	vertical-align: middle;
	font-weight: normal;
	color: #666;
	border-bottom: 1px solid #CCC;
	background: #E1DFD4;
}
.head {
	padding: 5px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #EBE9DF;
}
.even {
	padding: 2px;
	color: inherit;
	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;
}

/* ------------ 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 {
	padding: 5px 8px 10px 15px;
	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%;
}
#footer a {
	padding-top:5px;
	display:block;
	color:#ffffff;
}
#footer a:hover {
	color:#ff8000;
	text-decoration:none;
}





