@charset "utf-8";
/* CSS Document */

/* css hack ie6
------------------------------------------------------------------------------------*/
* html #subcol {
	width: 270px;
	float: left;
	margin: 10px 0 0 10px;
}

* html #maincol {
	width: 560px;
	float: right;
	margin: 10px 10px 0;
	text-align: left;
}

/* main
-------------------------------------------------------------------------------------*/
#main {
	width: 891px;
	margin-bottom: 15px;
}

#menu-inner {
	width: 250px;
	height: 250px;
	margin-top: 5px;
	padding: 10px 10px 5px 10px;
	background: url(../../shared/image/main-nav-bg.gif) no-repeat;
}

ul#sideNav:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

ul#sideNav {
	font-size: 80%;
	margin: 0;
	padding: 0 0 0 20px;
}

ul#sideNav li {
	list-style: url(../../shared/image/icon1.gif);
	text-align: left;
	line-height: 1.6em;
}

ul#sideNav li a {
	text-decoration: none;
	color: #666666;
}

ul#sideNav li a:hover {
	text-decoration: underline;
	color: #006699;
}

ul#sideNav li a:visited {
	text-decoration: none;
	color: #666666;
}

#subcol {
	width: 270px;
	float: left;
	margin: 10px 0 0 20px;
	color:#666666;
}

#subcol h2 {
	font-size: 100%;
	color: #666;
	text-align: left;
	display: block;
	background: url(../../shared/image/snav-title1.gif) no-repeat top left;
	height: 30px;
	padding: 10px 0 0 10px;
}

#maincol {
	width: 560px;
	float: right;
	margin: 10px 20px 0;
	text-align: left;
}

#maincol p {
	padding: 0 10px;
}

#maincol img {
	margin: 5px 0 5px 10px;
}

#maincol h2 {
	display: block;
	width: 540px;
	height: 40px;
	font-size: 16px;
	color: #339999;
	background: url(../../shared/image/midashi-bg.gif) no-repeat top left;
	padding: 50px 0 0 20px;
}

#maincol h3 {
	display: block;
	width: 540px;
	height: 15px;
	font-size: 12px;
	margin: 10px 0 0 10px;
	padding: 5px;
	background: url(../../shared/image/s-midashi-bg.gif) no-repeat top left;
}

#bnr {
	width: 270px;
	float: right;
	margin-top: 10px;
}

#bnr li {
	list-style: none;
	width: 270px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#bnr li a {
	display: block;
	width: 270px;
	height: 43px;
}

#bnr li#s1 a {
	width: 270px;
	background: url(../../shared/image/ss1.gif) no-repeat;
}

#bnr li#s2 a {
	width: 270px;
	background: url(../../shared/image/ss2.gif) no-repeat;
}

#bnr li#s3 a {
	width: 270px;
	background: url(../../shared/image/ss3.gif) no-repeat;
}

#bnr li#s4 a {
	width: 270px;
	background: url(../../shared/image/ss4.gif) no-repeat;
}

#bnr li#s5 a {
	width: 270px;
	background: url(../../shared/image/ss5.gif) no-repeat;
}

#bnr li#s6 a {
	width: 270px;
	background: url(../../shared/image/ss6.gif) no-repeat;
}

p:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#space {
	width: 885px;
	height: 1px;
	padding: 0px;
	margin-top: 15px;
	background-color: #725c4e;
	clear: both;
}

/* footer
-------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 850px;
	height: 100px;
	padding: 3px;
	margin: 15px 0;
}

#address {
	width: 200px;
	height: 80px;
	background-color: #f4ecdf;
	border: #725c4e solid 1px;
	float: right;
	text-align: left;
	line-height: 1.3em;
	font-size: 11px;
	padding: 10px;
}


