@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;
}
h1 {
	font-size: 110%;
	font-weight: bold;
}
em {
	font-size: 110%;
	font-weight: bold;
}



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

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

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

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

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

#wrapper {
	width: 816px;
	background-color: #FFFFFF;
	margin: 30px auto;
	background-image: url(../img/backShadow.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
}
#gNavi {
	height: 35px;
	margin-bottom: 15px;
}


#gNavi ul {
	width: 776px;
	position: relative;
	left: 20px;
	height: 35px;
}
#gNavi ul li {
	list-style: none;
	float: left;
}
#gNavi ul li a {
	background-image: url(../img/gNaviButtonUp.jpg);
	background-repeat: no-repeat;
	width: 97px;
	text-align: center;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 3.2em;
	height: 35px;
}
#gNavi ul li a:hover {
	background-image: url(../img/gNaviButtonOn2.jpg);
	background-repeat: no-repeat;
}
#header2 {
	background-image: url(../img/header2Back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 166px;
	padding-left: 600px;
	padding-top: 300px;
}
#contents {
	padding: 10px 20px;
}
#infomation {
	width: 436px;
	float: left;
	line-height: 1.8em;
}
#infomation img {
	margin-top: 12px;
}

#bizInfo {
	background-image: url(../img/bizTitleBack.jpg);
	background-repeat: no-repeat;
	width: 297px;
	float: right;
	height: 336px;
	padding-top: 80px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.8em;
}
#infomation .root {
	margin-left: 205px;
	margin-bottom: 10px;
}
#sNavi {
	clear: both;
	position: relative;
	width: 220px;
	left: 560px;
	top: -35px;
}
#sNavi ul {
	background-position: right;
}
#sNavi ul li {
	float: left;
	list-style: none;
}
.aroow {
	margin-right: 5px;
}
.glade {
	height: 26px;
	margin-right: 10px;
	float: left;
	margin-top: -5px;
}
#add {
	clear: both;
}

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

