﻿@charset "UTF-8";

/* ********** sidebar ********** */

#sidebar, #cmenu ,#menu {
	background-color: #fff;
}
#sidebar {
	height: 470px;

	opacity: .8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
}
#menu {
	background-image: url(./_img/menu_bg_w.gif);
}
#sidebar:hover {
	opacity: .95;
	filter: alpha(opacity=95);
	-moz-opacity:0.95;
}
#menu .main_menu a:hover {
	color: #bbb;
	text-decoration: none;
}
/* ********** bunner ********** */
#top_bunner {
	position: absolute;
	top: -185px;
	right: 0;
	width: 330px;
	z-index: 255;
}
#top_bunner:hover {
	top: 0;
}
#top_bunner:hover img {
	opacity: .95;
	filter: alpha(opacity=95);
	-moz-opacity:0.95;
}
/* ********** information ********** */
#top_info {
	position: absolute;
	top: 582px;
	width: 220px;
}
#top_info dd {
	margin: 0 0 10px;	
}

/* ********** contents ********** */

#contents {
	overflow: visible;
}
#contents h4 {
	margin: 0 -5px 2px;
	padding: 0 5px;
/*	border-bottom: solid 1px #CFB286;
*/}
.main_sec {
	float: left;

	width: 219px; height: 220px;
	padding: 0 10px 0 10px;
	margin: 0 0 30px -1px;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
#order_menu {
	margin-left:-10px;
}
#information {
}
#contents_menu {
	border-right: none;
	padding-right:0;
}
#top_info h4 {
	height: 28px;

	color: #734324;
	font-size: 16px;
}
#order_menu h4, #information h4 {
	height: 30px;
	background-image: url(./_img/menu_bg_w.gif);
	background-repeat: no-repeat;

	color: #734324;
/*	color: #cfb286;*/
	font-size: 16px;
}
#order_menu h4 {
	background-position: -7px 1px;
}
#information h4 {
	background-position: -7px -29px;
}
#order_menu ul {
	margin-top: 10px;
	background-image: url(./_img/o_menu_bg.gif);
}
#order_menu li {
	margin: 4px 0 0 2px;
}
#order_menu li a {
	display: block;
	padding: 3px;
	height: 25px;	
}
#order_menu li a:hover {
/*	background-color: #cfb286;
	color: #fed;
*/
	color: #734324;
	text-decoration: none;
}
#order_menu #omenu1 a:hover {
	background-image: url(./_img/o_menu_bg.gif);
	background-position: -222px 0;
}
#order_menu #omenu2 a:hover {
	background-image: url(./_img/o_menu_bg.gif);
	background-position: -222px -35px;
}
#order_menu #omenu3 a:hover {
	background-image: url(./_img/o_menu_bg.gif);
	background-position: -222px -70px;
}
#order_menu #omenu4 a:hover {
	background-image: url(./_img/o_menu_bg.gif);
	background-position: -222px -105px;
}
#order_menu #omenu5 a:hover {
	background-image: url(./_img/o_menu_bg.gif);
	background-position: -222px -140px;
}
#information dl {
	overflow: auto;

	height: 185px;
	margin: 5px 0;
	
	font-size: 11px;
}
#information dt {
	color: #cfb286;
}
#information dd {
	padding: 0 3px 0 0.5em;
}
#information dd.wow {
	color: #f60;
	font-size: 1.25em;
}
#contents_menu ul {
	height: 220px;
	margin: 0 5px;

	background-image: url(./_img/c_menu_bg.gif);
}
#contents_menu li {
	height: 40px;
	margin-bottom: 5px;
}
#contents_menu li a {
	display: block;
	height: 40px;
}
#contents_menu li a:hover {
	text-decoration: none;
}
#contents_menu #cmenu1 a:hover {
	background-image: url(./_img/c_menu_bg.gif);
	background-position: 210px 0;
}
#contents_menu #cmenu2 a:hover {
	background-image: url(./_img/c_menu_bg.gif);
	background-position: 210px -45px;
}
#contents_menu #cmenu3 a:hover {
	background-image: url(./_img/c_menu_bg.gif);
	background-position: 210px -90px;
}
#contents_menu #cmenu4 a:hover {
	background-image: url(./_img/c_menu_bg.gif);
	background-position: 210px -135px;
}
#contents_menu #cmenu5 a:hover {
	background-image: url(./_img/c_menu_bg.gif);
	background-position: 210px -180px;
}

#aboutas {
	clear: both;
	
	margin: 20px 0 10px -10px;
	padding: 5px 10px 15px;
	
	background-color: #cfb286;
}
#aboutas h4 {
	color: #734324;
}
#aboutas p.introduction {
	color: #333;
	font-size: 11px;
	line-height: 1.33em;
}


/* ********** Portfolio Image Rotator by Soh Tanaka ********** */

/*--Window/Masking Styles--*/
.main_view {
	clear: both;
	width: 940px;
	height: 500px;
	
	margin: auto;
	margin-left: -240px;
}

.window {
	width: 940px;
	height:470px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	height:470px;
	overflow: hidden;
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	float: right;
	padding-right: 10px;
}
.paging a {
	padding: 2px;
	text-decoration: none;
	color: #734324;
	font-size: 24px;
}
.paging a.active,
.paging a:hover {
	color: #cfb286;
}

