@charset "UTF-8";
/*--------------------------------------------------------------*/
/* 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-bottom: 5px;
	font-style: normal;
}
#centercolumn {
	float:left;/* <- If you want change column position, rewrite this. */
	width:660px;
	overflow:hidden;
}
#side_area {
	float:right;/* <- If you want change column position, rewrite this. */
	width:210px;
	overflow:hidden;
}
div.page {
	width: 884px;
	margin:0 auto;
	text-align:left;
}


/* ------------ HTML TAG Re-definition ------------ */
body {
	background-color:#FFF;
	color: #666666;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif osaka,Verdana, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0;padding: 0;
	}
table {
	width: 100%;
	margin: 0;
	padding: 8px;
	line-height:1.5em;
	}
table td {
	padding: 0;
	margin: 0;
	vertical-align: top;
	line-height: 130%;
	}
img {
	border:0;
}
/* ------------ Link Color Settings ------------ */
a {color: #477224;text-decoration: none;}
a:hover {color: #FF0000;text-decoration: underline;}
a:visited {color: #6BA358;}
/* ------------ Heading and List tag Settings ------------ */
h1, h2, h3, h4, h5 {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif osaka, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
	color: #988787;
	background:inherit;
	padding: 0;
	margin: 10px 0 5px;
}
h1 {
	color: #333;
/*	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;
	padding: 5px 0 5px 21px;
	font-size: 112%;
}
h3, h4, h5 {
	font-size: 100%;
}
/* update yoshikawa */
ul, ol, li {
	/*margin: 0 0 0 10px;*/
	margin: 0;
	padding: 2px;
	text-align: left;
}
legend {
	padding: 10px 10px;
	color: #666;
	background: inherit;
}
/* ------------ Layout settings ------------ */
.usual {
	margin: 0;
	padding:0;
	text-align: center;
	color: #666;
	/*background:#FFF url(images/head_back.gif) repeat-x top;*/
}

#header {
	margin:5px 0 10px 0;
	position:relative;
	padding-bottom:10px;
	background:url(images/dot_line.gif) repeat-x bottom;
}
#header h1 {
	font-size:10px;
	font-weight: normal;
	background: none;
}
#header a {
	color:#555;
}
/* yoshikawa
#logo {
	display:block;
	width:484px;
	background:url(images/logo_r_line.gif) repeat-y right top;
	margin-bottom:20px;
}
*/
#logo {
	display:block;
	width:484px;
}
.hm_main {
	position:absolute;
	top: 30px;
	right:0;
	text-align:left;
	padding:0 3px 0 0;
	margin:0;
}
.hm_main li {
 	display:inline;
	list-style:none;
 	margin:5px 0 0;
	background:url(images/hm_main_indent.gif) no-repeat left center;
	padding: 0 5px 0 15px;
}
.hm_sub {
	position:absolute;
	top:5px;
	right:0;
	font-size:90%;
	background:url(images/dot_line.gif) repeat-x bottom;
}
.hm_sub li {
 	display:inline;
 	margin:5px 0;
	padding:0px 5px 0px 15px;
	background:url(images/arrow.gif) no-repeat left center;
}
/* del yoshikawa
#main_img {
	display:block;
	background:url(images/main_img.jpg) top no-repeat;
	height:273px;
}
*/
#g-navi {
	display:block;
	height:49px;
}
#main_area {
	clear:both;
}
#cc_base {
	width:630px;
	text-align:left;
	overflow:hidden;
	margin:0 auto;
}
#afooter{
	margin:0 auto;
	height:81px;
	text-align:center;
	background:url(images/afooter.gif) bottom no-repeat;
}
/* update yoshikawa
#bfooter{
	margin-bottom:16px;
    text-align:center;
	height:109px;
	background:url(images/bfooter.gif) bottom no-repeat;
}
*/
#bfooter{
	margin-bottom:16px;
    text-align:center;
	height:109px;
	background:url(images/footer.jpg) bottom no-repeat;
}
#footer {
	clear:both;
	padding-bottom:16px;
	text-align:center;
	font-size:10px;
}
/* ------------ centercolumn ------------ */
.centerCcolumn {
	clear:both;
}
/* update yoshikawa
.centerCcolumn .blockTitle {
	clear:both;
	color: #555;
	background:url(images/blockTitleBack_c_bar.gif) no-repeat left center;
	padding: 8px 20px;
	line-height:normal;
	font: bold 110%/normal 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
}*/
.centerCcolumn .blockTitle {
	clear:both;
	color: #ffffff;
	background:url(images/c_bar.gif) no-repeat left center;
	padding: 8px 20px;
	line-height:normal;
	font: bold 110%/normal 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
}
.centerCcolumn .blockContent {
	line-height: 150%;
	margin-bottom:10px;
}
/* add yoshikawa start*/
.centerCcolumn .blockContent ul {
	margin-left: 5px;
}
.centerCcolumn .blockContent li {
 list-style-type: none;
 padding: 4px 10px 4px 55px;
 background-image: url(images/update_list.jpg);
 background-repeat: no-repeat;
 background-position: left center;
}
/* add yoshikawa end*/
.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 100%/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 100%/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 {
	margin-bottom:15px;
}
.leftcolumn .blockTitle {
	font: bold 100%/normal 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
	text-align:center;
	display:block;
	height:26px;
	width:170px;
	padding:15px 20px 0 20px;
	overflow:hidden;
	background:url(images/blockTitleBack_l.gif) no-repeat;
}
.leftcolumn .blockContent {
	padding: 5px 10px;
	line-height:150%;
	background:url(images/left_back.gif);
}
/* update yoshikawa */
.rightcolumn .blockTitle {
	color:#ffffff;
	font: bold 100%/normal 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
	padding:5px 3px 5px 25px;
	background:url(images/ivent_title.gif) no-repeat left center;
}
/*
 .rightcolumn .blockTitle {
	font: bold 100%/normal 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
	padding:5px 3px 5px 25px;
	background:url(images/blockTitleBack_r.gif) no-repeat left center;
}
*/
.rightcolumn .blockContent {
	padding: 5px 10px;
	line-height:150%;
	margin-bottom:10px;
}
/* add yoshikawa */
.rightcolumn .blockContent ul li {
	list-style: none;
}
/* ------------ 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;
}
/* ------------ for table ------------ */
.outer {
	border: 1px solid #DDD;
}
th {
	padding: 3px;
	vertical-align: middle;
	font-weight: normal;
	color: #666;
	border-bottom: 1px solid #CCC;
	background: #E8F4E2;
}
.head {
	padding: 5px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #EDF8E8;
}
.even {
	padding: 2px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #F6FBF4;
}
.odd {
	padding: 2px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #F6F9F5;
}
.foot {
	padding: 5px;
	font-weight: bold;
	color: inherit;
	background: #EDF8E8;
}
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: #F6FBF4;
}
tr.odd {
	color: inherit;
	background: #F6F9F5;
}
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 {
	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%;
}
/* ------------ for ajax none ﾈｽｼｨ ------------ */
.blockContent_none {
padding: 0px;
line-height: 0%;
margin-bottom:0px;
}

/* pico page */
.inner-page {
	width:630px;
}
.inner-page p{
	padding-left:5px;
}
.inner-page table td {
	vertical-align:middle;
	padding-left:5px;
}
.inner-cont-top {
	margin-top:10px;
	padding-top:10px;
}
.inner-cont-bottom {
	margin-bottom:10px;
	padding-bottom:10px;
}
.inner-cont {
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
}

.inner-cont:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.pack_sec {
	float: left;
}

.inner-float-left {
	float: left;
}
.inner-clear-left {
	clear: left;
}
.inner-float-right {
	float: right;
}
.inner-clear-right {
	clear: right;
}
#inner-right {
	padding-top:5px;
	text-align:right;
}
#inner-center {
	padding-top:5px;
	text-align:center;
}
#inner-center #btn1 a{
	width: 476px;
	height: 47px;
	display:block;
	background-repeat: no-repeat;
	margin-left:60px;
	background-image: url(../../modules/pico/images/remodel/remodel_btn_01.gif);
}
#inner-center #btn1 a:hover{
	background-image: url(../../modules/pico/images/remodel/remodel_btn_03.gif);
}
#inner-center #btn2 a{
	width: 240px;
	height: 47px;
	display:block;
	background-repeat: no-repeat;
	margin-left:170px;
	background-image: url(../../modules/pico/images/remodel/remodel_btn_02.gif);
}
#inner-center #btn2 a:hover{
	background-image: url(../../modules/pico/images/remodel/remodel_btn_04.gif);
}
#inner-bottom {
	padding-bottom:10px;
}
