
@charset "EUC-JP";

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #C0C5A1;
	color: #47330B;
	font-size: 13px;
        line-height: 17px;
        width: 100%;
        margin: 0;
	}

table,td,tr{
	font-size: 100%;
	}

th{
	background-color: #592222;
	color: #efe7c6;
	padding:5px;
	}

th a:link, th a:hover, th a:visited, th a:active{
	color: #efe7c6;
	}

ul {
	margin: 2px; padding: 2px;
	list-style: decimal inside;
	text-align: left;
	}

li {
	margin-left: 2px;
	list-style: square inside;
	}


/* Link Style ------------------------------------------ */

a{
	color: #47330B;
	text-decoration: none;
	}

a:hover{
	}


/* General text ---------------------------------------- */

.genmed {
	font-size : 10px;
	}

.gensmall {
	font-size : 11px;
	}


/* Site Wrap Style ------------------------------------- */

.top_left{
	background: #efe7c6 url(images/top_left02.gif) no-repeat;
	width: 12px;
	height: 12px;
	}

.top_bg{
	background-image : url(images/top_bg02.gif);
	background-repeat : repeat-x;
	}

.top_right{
	background: #efe7c6 url(images/top_right02.gif) no-repeat;
	width: 12px;
	height: 12px;
	}

.left_bg{
	background-image : url(images/left_bg02.gif);
	background-repeat : repeat-y;
	width: 8px;
	}

.right_bg{
	background-image : url(images/right_bg02.gif);
	background-repeat : repeat-y;
	width: 12px;
	}

.bottom_left{
	background: #efe7c6 url(images/bottom_left02.gif) no-repeat;
	width: 12px;
	height: 12px;
	}

.bottom_bg{
	background-image : url(images/bottom_bg02.gif);
	background-repeat : repeat-x;
	}

.bottom_right{
	background: #efe7c6 url(images/bottom_right02.gif) no-repeat;
	width: 12px;
	height: 12px;
	}


/* logo Outline ---------------------------------------- */

.logo_bgcolor{
	background: #EFE7C6;
	}

.logo_top_left{
	background: #592222 url(images/logo_top_left.gif) no-repeat;
	width: 7px;
	height: 7px;
	}

.logo_left_bg{
	background: #592222 url(images/logo_left_bg.gif) repeat-y;
	width: 7px;
	}

.logo_top_right{
	background: #592222 url(images/logo_top_right.gif) no-repeat;
	width: 7px;
	height: 7px;
	}

.logo_right_bg{
	background: #592222 url(images/logo_right_bg.gif) repeat-y;
	width: 7px;
	}

.logo_bottom_left{
	background: #592222 url(images/logo_bottom_left.gif) no-repeat;
	width: 7px;
	height: 7px;
	}

.logo_bottom_right{
	background: #592222 url(images/logo_bottom_right.gif) no-repeat;
	width: 7px;
	height: 7px;
	}

.logo_bottom_bg{
	background: #EFE7C6;
	}

.logo_space{
        background: #948014 url(images/logo_space.gif) repeat-x;
}

/* Copyright Style ------------------------------------- */

.copyright{
	font-size: 9px;
        color: #ffffff;
	}


/* MENU Content Style ---------------------------------- */

.in_top_left{
	background: #f9f5e8 url(images/in_top_left.gif) no-repeat;
	width: 6px;
	height: 6px;
	}

.in_top_right{
	background: #f9f5e8 url(images/in_top_right.gif) no-repeat;
	width: 6px;
	height: 6px;
	}

.in_bottom_left{
	background: #f9f5e8 url(images/in_bottom_left.gif) no-repeat;
	width: 6px;
	height: 6px;
	}

.in_bottom_right{
	background: #f9f5e8 url(images/in_bottom_right.gif) no-repeat;
	width: 6px;
	height: 6px;
	}

.in_left_bg{
	background: #f7f5ee;
	}

.in_right_bg{
	background: #f7f5ee;
	}

.in_bottom_bg{
	background-image : url(images/in_bottom_bg.gif);
	background-repeat : repeat-x;
	}

.in_bgcolor{
	background: #f7f5ee;
	}

.menuHeader{
	padding:2px;
	}

/*.titlebar{
	background: #592222;
	font-weight: bold;
	color: #efe7c6;
	height: 20px;
	line-height: 20px;
	}

.titlebarleft{
	float: left;
	background: #592222 url(images/title_bg_left02.gif) center no-repeat;
	width: 20px;
	height: 19px;
	}*/

.titlebarright{
	}

.menuContent{
	color: #706736;
	line-height:145%;
	padding: 0px 0px 0.8em 0px;
	}

.menuContent table{
	width: 100%;
	}

#contentleft{
	vertical-align: top;
	width: 50%;
	padding-right: 3px;
	}

#contentright{
	vertical-align: top;
	width: 50%;
	padding-left: 3px;
	}

/* XOOPS Menu Style ------------------------------------ */

td#mainmenu {
	line-height: 0.9em;
	}

td#mainmenu a.menuTop {
        margin-left:5px;
	text-decoration: none;
	}

td#mainmenu a.menuMain {
        margin-left:5px;
	text-decoration: none;
	}
td#mainmenu a.menuSub {
	line-height: 0.6em;
	font-size: 80%;
	padding-left: 20px;
	}

td#usermenu {
	line-height: 0.9em;
	}

td#usermenu a {
	background: url(images/menuDot.gif) no-repeat left;
	text-decoration: none;
	padding-left: 20px;
	}

td#usermenu a:hover {
	background: url(images/menuHover.gif) no-repeat left;
	color: #a53f3f;
	}

td#usermenu a.menuTop {
	}

td#usermenu a.highlight {
	background: url(images/menuHover.gif) no-repeat left;
	color: #a53f3f;
	font-weight: bold;
	}


/* XOOPS News Style ------------------------------------ */

.item {
	border: 1px solid #b6aa69;
	}

.itemHead {
	background: #592222;
	padding: 4px 8px 4px 4px;
	margin: 1px;
	color: #ffffff;
	font-weight: bold;
	}

.itemTitle a:link, .itemTitle a:hover, .itemTitle a:visited, .itemTitle a:active {
	color: #efe7c6;
	}

.itemInfo {
	background: #744b2e;
	color: #efe7c6;
	padding: 3px 5px 3px 5px;
	margin: 1px;
	text-align: right;
	}

.itemInfo a:link, .itemInfo a:hover, .itemInfo a:visited, .itemInfo a:active {
	color: #efe7c6;
	}

.itemPoster {	}

.itemPostDate {	}

.itemStats {	}

.itemBody {
	background: #f7f2e1;
	padding: 2px 5px 2px 5px;
	margin: 1px;
	line-height: 1.5em;
	}

.itemText {
	}

.itemText:first-letter {
	font-size: 133%;
	font-weight: bold;
	}

.itemFoot {
	background: #744b2e;
	color: #efe7c6;
	padding: 3px 5px 3px 5px;
	margin: 1px;
	text-align: right;
	}

.itemFoot a:link, .itemFoot a:hover, .itemFoot a:visited, .itemFoot a:active {
	color: #efe7c6;
	}

.itemAdminLink {	}

.itemPermaLink {	}


/* Newbb Style ----------------------------------------- */

.outer{
	width:100%;
	border: 1px solid #b6aa69;
	}

.head, tr.head td{
	background-color: #744b2e;
	font-weight: bold;
	color: #efe7c6;
	padding: 3px 5px;
	}

.head a:link, .head a:hover, .head a:visited, .head a:active{
	font-weight: bold;
	color: #efe7c6;
	}

.even, tr.even td{
	background-color: #f1e9cd;
	vertical-align: top;
	padding: 5px 3px;
	}

.odd,tr.odd td{
	background-color: #f7f2e1;
	vertical-align: top;
	padding: 5px 3px;
	}

.foot, tr.foot td{
	background-color: #744b2e;
	color: #efe7c6;
	padding: 3px 5px;
	}

.foot a:link, .foot a:hover, .foot a:visited, .foot a:active{
	color: #efe7c6;
	}

.comTitle {
	border-bottom: 1px solid #592222;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 3px;
	}
.comText {
	line-height: 1.5em;
	padding: 2px;
	padding-bottom: 1.0em;
	}

.comUserStat {
	font-size: 10px;
	font-weight:bold;
	border: 1px solid #d0c99f;
	background-color: #f7f5ee;
	margin: 2px; padding: 2px;
	}

.comUserStatCaption {
	font-weight: normal;
	}

.comUserStatus {
	margin-left: 2px;
	margin-top: 10px;
	color: #2F5376;
	font-weight:bold;
	font-size: 10px;
	}

.comUserRank {
	margin: 2px;
	}
.comUserRankText {
	font-size: 10px;
	font-weight:bold;
	}

.comUserRankImg {
	border: 0;
	}

.comUserName {
	}

.comUserImg {
	margin: 2px;
	}

.comDate {
	font-weight: normal;
	font-style: italic;
	font-size: smaller
	}

.comDateCaption {
	font-weight: bold;
	font-style: normal;
	}


/* XOOPS Quote & Code Style ---------------------------- */

div.xoopsCode {
	background: #FFFFFF url(images/code_bg.gif) top right no-repeat;
	border: solid #592222;
	border-width: 1px 1px 1px 5px;
	font-family: "Courier New", Courier, monospace;
	padding: 0px 1.0em;
	}

div.xoopsQuote {
	background: #FFFFFF url(images/quote_bg.gif) top right no-repeat;
	border: solid #592222;
	border-width: 1px 1px 1px 5px;
	padding: 0px;
	}


/* XOOPS Error Msg Style ------------------------------- */

div.errorMsg {
	background-color: #FFCCCC;
	text-align: center;
	border-top: 1px solid #DDDDFF;
	border-left: 1px solid #DDDDFF;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	font-weight: bold; padding: 10px;
	}

div.confirmMsg {
	background-color: #DDFFDF;
	color: #136C99; text-align: center;
	border-top: 1px solid #DDDDFF;
	border-left: 1px solid #DDDDFF;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	font-weight: bold; padding: 10px;
	}

div.resultMsg {
	background-color : #CCCCCC;
	color: #333333; text-align: center;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	font-weight: bold;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 10px;
	}
.inside{
	background-image : url(images/inside.gif);
	background-repeat : repeat-x;
}

/* XOOPS Store Style ------------------------------- */

.position01{
        margin-top:-491px;
}
.position02{
        margin-top:129px;
}
.position03{
        margin-top:235px;
}
.position05{
        margin-top:-597px;
}

/* cal new Style ------------------------------- */

.calhead{
        font-size: 13px;
}
.calbody{
        font-size: 13px;
}
.calweekname{
        font-size: 13px;
}
.calfoot{
        font-size: 13px;
}

.c_top{
	background:url(images/c_top.gif) repeat-x;
}

/* contents waku Style ------------------------------- */

.c_left{
	background:url(images/c_left.gif) repeat-y;
}

.c_right{
	background:url(images/c_right.gif) repeat-y right;
}

.c_bottom{
	background:url(images/c_bottom.gif) repeat-x;
}

