@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(../img/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(../common/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;
}
#subcol h2 {
	font-size:100%;
	color:#000000;
	text-align:left;
	display:block;
	background:url(../img/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(../common/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(../common/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(../common/ss1.gif) no-repeat;}

#bnr li#s2 a {width:270px;
background:url(../common/ss2.gif) no-repeat;}

#bnr li#s3 a {width:270px;
background:url(../common/ss3.gif) no-repeat;}

#bnr li#s4 a {width:270px;
background:url(../common/ss4.gif) no-repeat;}

#bnr li#s5 a {width:270px;
background:url(../common/ss5.gif) no-repeat;}

#bnr li#s6 a {width:270px;
background:url(../common/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 {width:850px; height:100px; padding:3px; margin:15px 0; clear:both;}

#copyright {
width:885px;
height:10px;
margin:15px 0 10px 0;
padding:3px;
background-color:#725c4e;
color:#fff;
text-align:left;
font-size:11px;
clear:both;
}

#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;
}