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

* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
}
.attention {
	font-size: 10px;
	color: #FF0000;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.both {
	clear: both;
}

body {
	background-color: #EFEFFE;
}
.header {
	background-color: #FFFFFF;
}

.header .header_center {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
}
.header .header_center .logo {
	float: left;
	height: 67px;
	width: 335px;
	padding-top: 5px;
}
.header .header_center .freedial {
	float: left;
	padding-top: 5px;
	padding-left: 40px;
	width: 250px;
}
.header .header_center .menu {
	float: left;
	padding-top: 5px;
	padding-left: 30px;
	width: 80px;
}
.header .header_center .menu ul {

}
.header .header_center .menu li {
	list-style-type: none;
	height: 25px;
}
.header .header_center .language {
	float: left;
	padding-top: 20px;
	padding-left: 10px;
	width: 36px;
}

.header .header_navi {
	clear: both;
	background-image: url(images/header/header_line.gif);
	height: 30px;
}
.header .header_navi .header_vavi_c {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
.header .header_navi .header_vavi_c .navi_b {
	float: left;
	margin-left: 20px;
}
.header .header_navi .header_vavi_c .navi_s {
	float: left;
	margin-left: 20px;
}

.header .header_navi a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.header .header_navi a:hover {
	color: #FFCC99;
}
.header .header_navi #search {
	float: left;
	margin-left: 250px;
	_margin-left: 150px;
	_margin-top:-2px;
}

.main {
	width: 800px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D7D7D7;
	border-left-color: #D7D7D7;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.main .navi {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	height: 12px;
}
.main .navi li {
	float: left;
	list-style-type: none;
}
.main .menu {
	width: 180px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	float: left;
	padding-right: 5px;
	padding-top: 5px;
	clear: both;
}
#myajaxmenu {
	margin-bottom: 10px;
}

#myajaxmenu .category {
	list-style-type: none;
}
#myajaxmenu .category a {
	display: block;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-decoration: none;
	background-image: url(images/index/li_mark.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #E1F0FF;
	color: #000;
}
#myajaxmenu .category a:hover {
	background-color: #FEE;
}
#myajaxmenu .category.home_btn a {
	border: 1px solid #CCC;
}

.main .menu .menu_header {
	padding-top: 5px;
}
.main .menu .menu_price table {
	margin-top: 5px;
	width: 180px;
}
.main .menu .menu_price td {
	padding: 3px;
}

.main  .menu_list {
	background-color: #FFE8E8;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 10px;
	height: 12px;
}
.main  .menu_list:hover {
	color: #FFFFFF;
	background-color: #FF8E8E;
}
.main .menu .banner {
}
.main .menu .banner li {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.main .menu .banner li a {
	margin: 0px;
	padding: 0px;
}

.blog_title {
	margin: 5px;
}
.blog_title dd {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}


.main .contents {
	float: left;
	width: 585px;
	padding-top: 5px;
	padding-left: 10px;
	_padding-left: 1px;
}

.footer {
	width: 800px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 20px;
	margin-bottom: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.footer ul {
	height: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 20px;
}
.footer li {
	float: right;
	padding-left: 20px;
	list-style-type: none;
}

