@charset "utf-8";

/* formating style
------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #663300;
	font-size: 12px;
	line-height: 1.4;
	font-family: sans-serif;
	background-image: url(../img/back1.jpg);
	background-repeat: repeat;
}


/* link styles
------------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #663300;
	text-decoration: underline;
}
a:visited {
	color: #663300;
	text-decoration: underline;
}
a:hover {
	color: #339900;
	text-decoration: none;
}

#sidemenu ol li a {
	text-decoration: none;
}

/* backGround
------------------------------*/

#backGround {
	background-image: url(../img/back2.jpg);
	background-repeat: repeat-x;
	height: 380px;
}

/* wrapper
------------------------------*/

#wrapper {
	background-image: url(../img/backShadow2.jpg);
	background-repeat: repeat-y;
	width: 816px;
	background-color: #FFFFFF;
	background-position: center;
	margin: 30px auto;
}

/* gNavi
------------------------------*/

#gNavi {
	height: 35px;
}

#gNavi ul {
	width: 776px;
	position: relative;
	left: 20px;
}
#gNavi ul li {
	list-style: none;
	float: left;
}
#gNavi ul li a {
	background-image: url(../img/gNaviButtonUp.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 97px;
	text-align: center;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 3.2em;
}
#gNavi ul li a:hover {
	background-image: url(../img/gNaviButtonOn2.jpg);
	background-repeat: no-repeat;
}
#biz #backGround #wrapper #gNavi #nBiz a,
#price #backGround #wrapper #gNavi #nPrice a{
	background-image: url(../img/gNaviButtonOn.jpg);
}



/* Header
------------------------------*/

#header {
	height: 70px;
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header img {
	margin-top: 6px;
	margin-left: 20px;
}

/* sidemenu
------------------------------*/

#sidemenu {
	width: 190px;
	margin-left: 10px;
	float: left;
}
#sidemenu p {
	margin-left:15px;
}
#sidemenu h3 {
	font-size: small;
	margin-top: 13px;
	margin-bottom: 10px;
}
#sidemenu ul {
	padding-top: 10px;
	padding-bottom: 10px;
}
#sidemenu ul li {
	list-style: url(../img/arrow.jpg) inside;
	margin-left: 10px;
	margin-bottom: 5px;
}
#sidemenu ol {
	margin-left: 10px;
	list-style: none;
}
#sidemenu ol li {
	background-image: url(../img/sideMenuBack.jpg);
	height: 21px;
	text-align: right;
	padding-right: 8px;
	padding-top: 10px;
	width: 172px;
}
#sidemenu h2 {
	text-align: center;
	font-size: small;
	color: #FFFFFF;
	background-color: #663300;
	height: 25px;
	width: 180px;
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 10px;
}


.glade {
	height: 26px;
	margin-left: 5px;
	margin-right: 10px;
	float: left;
	margin-top: 10px;
}


/* main
------------------------------*/

#main {
	width: 576px;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
}
#main   h2 {
	margin-bottom: 10px;
}
#main h3 {
	font-size: small;
	color: #336600;
	margin-top: 3px;
	margin-bottom: 3px;
}

#main p {
	padding-right: 15px;
	padding-left: 10px;
	line-height: 1.8em;
	padding-bottom: 10px;
}
#main a {
	color: #336600;
	text-decoration: underline;
}
#main em {
	color: #DD0000;
	font-weight: normal;
}
#site {
	margin-left: 50px;
	margin-bottom: 10px;
}
#main hr {
	width: 550px;
	color: #CCCCCC;
	margin-bottom: 10px;
}
.title11 {
	clear: both;
	font-size: 12px;
	color: #663300;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fdf5e6;
	width: 554px;
	padding-left: 10px;
	border-right: 2px solid #663300;
	border-bottom: 2px solid #663300;
	height: 30px;
	padding-top: 5px;
}
.style1 {
	font-weight: bold;
	color: #336600;
}
.style2 {
	color: #CC0033;
}


/* footer
------------------------------*/

#footer {
	clear: both;
	background-color: #330000;
	text-align: center;
	color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}

