@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	text-align:center;
	color:#666666;
	font-size:12px;
	line-height:18px;
}

h1{
	height:31px;
	background:url(../img/common/bg_header_txt.jpg);
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	padding:0px;
	margin:0px;
}

.clear{clear:both;}

#header{}

#header_txt{
	height:31px;
	background-image:url(../img/common/bg_header_txt.jpg);
	font-size:12px;
	font-weight:bold;
	line-height:30px;
}

#shadow{
	width:900px;
	margin:auto;
	height:auto;
	padding:0px 10px 0px 10px;
	background-image:url(../img/common/bg_shadow.jpg);
}

#main_img{background-color:#FFFFFF;}

.main{
	width:900px;
	background:#FFFFFF;
}

.main:after{
	content: "";
	color:#FFFFFF;
	display: block;
	clear: both;
}

.main_left{
	float:left;
	width:200px;
	padding:8px 0px 0px 2px;
	clear:both;
}

.main_l_first{padding:0px 5px 5px 1px;}

.menu_bg_top{
	background-image:url(../img/common/bg_menubox_top.jpg);
	height:25px;
}

.menu_bg{
	background-image:url(../img/common/bg_menubox.jpg);
	text-align:left;
	padding-left:20px;
}

.menu_bg_bottom{
	background-image:url(../img/common/bg_menubox_bottom.jpg);
	height:40px;
}

.menu_bg img{
	vertical-align:middle;
}

.menu_bg .categori{
	color:#FF6600;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}

.menu_bg ul{
	padding:0px 0px 0px 5px;;
	margin:0px;
}

.menu_bg li{
	list-style:none;
	border-bottom:1px dotted #666666;
	width:150px;
	padding:5px 0px 1px 5px;;
}

.menu_bg li a{
	color:#666666;
}

.menu_bg li a:hover{
	color:#666666;
	text-decoration:underline;
}

.menu_bg a{
	text-decoration:none;
}

.menu_bg a:hover{
	text-decoration:underline;
	color:#FF6600
}


.main_right{
	padding:8px 0px 5px 2px;
	float:right;
	width:690px;
	text-align:left;
}
/*IE6*/
*html .main_right{
	padding:8px 0px 5px 2px;
	float:right;
	width:686px;
	text-align:left;
}

/*footer*/
#footer{
	clear:both;
	background-image:url(../img/common/bg_footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:50px;
	width:920px;
	margin:auto;
}

.footer_cp{
	width:500px;
	float:left;
	text-align:left;
	padding:20px 0px 0px 10px;
}

.footer_cp img{
	vertical-align:middle;
}

.footer_menu{
	width:400px;
	float:right;
	text-align:right;
	padding:20px 10px 0px 0px;
}

.footer_menu a{
	color:#006699;
	text-decoration:none;
}

.footer_menu a{
	color:#FF9900;
	text-decoration:underline
}
