@charset "UTF-8";
/* CSS Document */

img{border:none;}
p{margin:0; padding:0;}
a:link{color:#09f; text-decoration:underline;}
a:visited{color:#09f; text-decoration:underline;}
a:hover{color:#f00; text-decoration:none;}
a:active{color:#fff; text-decoration:none;}
a:hover img{filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80;}

body{
	margin:0;
	padding:0;
	background:url(../img/bg-ground.png) repeat-x center top #fff;
	text-align:center;
	color:#333;
}

#wrap{
	width:930px;
	margin:0 auto 0 auto;
	text-align:left;
	background:url(../img/bg-storage.png) no-repeat top center;
	position: relative;
}


#header{height:105px; margin-bottom:5px;}
#header h1{
	margin:0;
	padding:0;
	width:550px;
	height:100px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/bg-h1.png) no-repeat left top;
	float:left;
}

#header ul{
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	font:1px/1px Helvetica, Arial, sans-serif !important;
}

#header ul li{display:inline; margin-left:-3px;}

#visual{
	clear:both;
	width:930px;
	height:220px;
	line-height:0;
	text-align:center;
	margin-bottom:15px;
}

#side{
	width:200px;
	float:right;
	margin-top:-11px;
}

.menu{
	padding-top:25px;
	padding-bottom:1.5em;
	margin-bottom:2em;
	background:url(../img/bg-menu.png) no-repeat center bottom #000;
}
.menu ul{
	list-style:none;
	margin:0 0 1.5em 10px;
	padding:0;
}
.menu li{
	margin-bottom:5px;
	background:url(../img/bt-menu.png) no-repeat bottom left;
	height:50px;
}
.menu li a{
	width:190px;
	height:50px;
	overflow:hidden;
	text-decoration:none;
	text-indent:-9999px;
	display:block;
	background-repeat:no-repeat;
}

.menu li a.this{background-position:top !important; cursor:default !important;}

.menu li a:link{background-position:bottom;}
.menu li a:visited{background-position:bottom;}
.menu li a:hover{background-position:center;}
.menu li a:active{background-position:bottom;}

.menu .address{text-align:center; margin-top:250px;}
.menu .address img{margin-bottom:1em;}
.menu address{font-style:normal; color:#fff; font-size:11px; line-height:12px; font-family:Helvetica, Arial, sans-serif;}
.menu address strong{font-size:12px; line-height:16px;}



#main{width:700px; height: auto; padding:30px 0 30px; float:left;}
#main p{margin-bottom:3em;}
#main h2{
	margin:0 0 1em 0;
	padding:0.5em 0 0.5em 5px;
}
#main h3.style1{
	border-bottom:1px solid #ccc;
	background:url(../img/bg-ber.png) left center;
	margin:0 0 1em 0;
	padding:2px 5px;
}

#main .submenu{background-color:#ededed; padding:3px 5px; border-bottom:1px solid #ccc; font-weight:bold;}
#main .submenu ul{text-align:right; list-style:none; margin:0; padding:0;}
#main .submenu li{display:inline; background:url(../img/li-arrow1.png) no-repeat left center; margin-left:0.5em; padding-left:7px;}
#main .submenu a:link{text-decoration:none;}
#main .submenu a:visited{text-decoration:none;}
#main .submenu a:hover{text-decoration:none;}
#main .submenu a:active{text-decoration:none;}

#footer{
	background-color:#000;
	color:#fff;
	height:100px;
	margin-top:1em;
	padding-top:0.5em;
	clear:both;
}
#footer span{display:block; width:930px; margin:0 auto 0 auto; text-align:left;}

span.pagetop{display:block; text-align:right; margin:0; padding:0; margin-bottom:2em; clear:both;}

.column1{
	border-left:1px solid #ccc;
	min-height:1px;
}
.column1:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.column1{display:inline-table;}
/* This website is not compatible with Mac/IE browsers \*/
* html .column1 { height:1px; }
.column1 { display:block; }
/* */

.column2{
	border-left:1px solid #ccc;
	min-height:1px;
	width:49%;
}

.wrap{margin:0 0 2em 1em; clear:both;}
.thumb{background-color:#000; color:#fff;}
.alignC{text-align:center;}
.alignL{text-align:left;}
.alignR{text-align:right;}
.alignJ{text-align:justify;}
.floatL{float:left;}
.floatR{float:right;}
.listtypeN{list-style-type:none;}

.zoom{}
.zoom a{position:relative; display:block;}
.icon{position:absolute; width:15px; height:15px; top:0; left:0}
.hidden{display:none !important;}
.inline{display:inline;}
.block{display:block;}
.both{clear:both;}
.space{margin-bottom:2em;}

