/*
すぐ使えるCGI brown 系ページスタイル
*/

.menu_title{
	background: #999966;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	height: 4em;
}
.menu_item {
	border-bottom: 2px dotted #666633;
	background: #e6e6b5;
	color: #666633;
}
.menu_item_last {
	background: #e6e6b5;
	color: #666633;
}

.menutitle {
	background: #999966;
}
.menuitem {
	background: #e6e6b5 url(/img/menu_item_brown.gif) no-repeat 3px 50%;
	border-bottom: 2px dotted #666633;
	color: #666633;
}
.article h2 { 
	background: #787833;
}
.article h3 { 
	border-bottom-color: #666633;
	border-left-color: #666633;
}
.article h4 { 
	border-bottom-color: #666633;
}

.tabmenu li#menu_how2  span.here 
, .tabmenu li#menu_reg  span.here 
, .tabmenu li#menu_about  span.here 
, .tabmenu li#menu_case  span.here 
, .tabmenu li#menu_faq  span.here 
, .tabmenu li#menu_down span.here
{
	display: none;
}