@charset "UTF-8";

/*-------------------------------------------------------------
 header
-------------------------------------------------------------*/
#header{
	margin:0;
	padding-bottom:10px;
	color:#666;
	font-size:10px;
	overflow:hidden;
	background:#F8F8F8;
}
/* ### IE6 ### */
*html #header {
	height:88px;
	margin:0;
	padding-bottom:10px;
	color:#666;
	font-size:10px;
}
#header .innerWrap{
	margin:0;
	padding-top:8px;
	background:url(../images/common/header_line.gif) repeat-x top;
}
#header .inner{
	width:900px;
	margin:0 auto 0;
	padding:0;
}
#header .header_top{
	margin:0;
	padding:0;
	color:#666;
	text-align:left;
}
#header h1 {
	float:left;
	margin-top:5px;
	padding:0;
	width:266px;
	height:56px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/common/logo.gif) 0 0 no-repeat;
}
#header h1 a{
	display:block;
	width:266px;
	height:56px;
}
#header .header_inq{
	float:right;
	background:#FFFFFF;
	border:1px solid #D7D7D7;
	margin-top:8px;
	padding:5px 10px;
	font-size:10px;
	color:#666666;
	text-align:center;
}
#header:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*-------------------------------------------------------------
 global menu
-------------------------------------------------------------*/
#gvmenu_all {
	margin:0;
	padding:0;
	width:100%;
	height:55px;
	background:url(../images/common/header_bg.jpg) 0 0 repeat-x;
}
#gvmenu{
	clear:both;
	margin:0 auto;
	padding:0;
	width:901px;
	height:55px;
	text-align:center;
}
#gvmenu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#gvmenu ul li{
	float:left;
	height:55px;
	margin:0;
	padding:0;
}
#gvmenu ul a{
	display:block;
	width:150px;
	height:55px;
	overflow:hidden;
	outline:none;
	text-indent:-9999px;
	border:0;
}
#gvmenu ul li.home{
	width:150px;
	height:53px;
	background:url(../images/common/gv_home.jpg) 0 0 no-repeat;
}
#gvmenu ul li.home a:hover, #gvmenu ul li.home_a{
	width:150px;
	height:53px;
	background:url(../images/common/gv_home_a.jpg) 0 0 no-repeat;
}
#gvmenu ul li.marketing{
	width:150px;
	height:53px;
	background:url(../images/common/gv_tele.jpg) 0 0 no-repeat;
}
#gvmenu ul li.marketing a:hover, #gvmenu ul li.marketing_a{
	width:150px;
	height:53px;
	background:url(../images/common/gv_tele_a.jpg) 0 0 no-repeat;
}
#gvmenu ul li.data{
	width:151px;
	height:53px;
	background:url(../images/common/gv_data.jpg) 0 0 no-repeat;
}
#gvmenu ul li.data a:hover, #gvmenu ul li.data_a{
	width:151px;
	height:53px;
	background:url(../images/common/gv_data_a.jpg) 0 0 no-repeat;
}
#gvmenu ul li.news{
	width:150px;
	height:53px;
	background:url(../images/common/gv_news.jpg) 0 0 no-repeat;
}
#gvmenu ul li.news a:hover, #gvmenu ul li.news_a{
	width:150px;
	height:53px;
	background:url(../images/common/gv_news_a.jpg) 0 0 no-repeat;
}
#gvmenu ul li.question{
	width:150px;
	height:53px;
	background:url(../images/common/gv_q.jpg) 0 0 no-repeat;
}
#gvmenu ul li.question a:hover, #gvmenu ul li.question_a{
	width:150px;
	height:53px;
	background:url(../images/common/gv_q_a.jpg) 0 0 no-repeat;
}
#gvmenu ul li.company{
	width:149px;
	height:53px;
	background:url(../images/common/gv_company.jpg) 0 0 no-repeat;
}
#gvmenu ul li.company a:hover, #gvmenu ul li.company_a{
	width:149px;
	height:53px;
	background:url(../images/common/gv_company_a.jpg) 0 0 no-repeat;
}
#gvmenu:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*-------------------------------------------------------------
 contents box
-------------------------------------------------------------*/
#main {
	clear:both;
	width:902px;
	margin:0 auto;
	padding-bottom:82px;
	text-align:center;
	background:url(../images/common/main_bg.gif) 0 0 repeat-y;
}
#content{
	float:left;
	width:652px;
	margin:10px 0 0 15px;
	padding:0;
	text-align:left;
}
.ttl{
	clear:both;
	margin:0;
	padding:0;
	width:652px;
	height:28px;
	text-indent:-9999px;
	background:url(../images/top/h2_ttl.gif) 0 0 no-repeat;
}

/*-------------------------------------------------------------
 topimage
-------------------------------------------------------------*/
#topimg{
	width:902px;
	height:284px;
	padding-top:3px;
	overflow:hidden;
	background:url(../images/top/topimg.jpg) 0 0 no-repeat;
}
#topimg p{
	display:block;
	margin:23px 20px 0 635px;
	width:231px;
	height:55px;
	outline:none;
}

/* service list
-------------------------------------------*/
#svlist{
	margin:10px 0;
	padding-bottom:10px;
	height:100%;
	overflow:hidden;
	border-bottom:1px solid #CCCCCC;
}
#svlist ul {
	list-style:none;
}
#svlist ul li{
	float:left;
	margin:0;
	padding:0;
	width:312px;
}
#svlist ul li img{
	margin-bottom:5px;
	padding:0;
}
#svlist ul li.dataimg{
	float:right;
	margin:0;
	padding-left:12px;
	width:312px;
	border-left:1px dotted #ccc;
}

/* campain banner
-------------------------------------------*/
#bannerArea{
	width:652px;
	margin:5px 0;
}
#bannerArea img{
	margin-bottom:5px;
}

/* news
-------------------------------------------*/
#newsbox{
	clear:both;
	margin:20px 0;
	padding:10px;
	height:210px;
	background:#FFFFFF;
	border:2px solid #EFEDE0;
}
#n_ttl{
	float:left;
	margin-bottom:10px;
	padding-left:12px;
	font-weight:bold;
	background:url(../images/top/news_ttl.jpg) 0 1px no-repeat;
}
#n_ttl_r{
	float:right;
	margin:0;
	padding:0;
	font-size:10px;
	text-align:right;
}
#n_contents{
	clear:both;
	margin:0;
	padding:0;
	height:170px;
}
#n_contents dl{
	clear:both;
	margin:0 10px;
	padding:8px 0;
	overflow:hidden;
	border-bottom:1px dotted #7a7a7a;
}
#n_contents dt{
	float:left;
	margin-right:20px;
	padding:0;
	color:#5D5D5D;
	font-weight:bold;
}

/*-------------------------------------------------------------
 right menu
-------------------------------------------------------------*/
#rightmenu {
	float:right;
	width:200px;
	margin:10px 15px 0 0;
	padding-bottom:20px;
	text-align:left;
}
#rightmenu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#rightmenu ul li{
	clear:both;
	margin:10px 0;
	padding:0;
	width:200px;
	font-size:10px;
	color:#666;
}
#rightmenu li.bnleft{
	padding-top:10px;
	height:78px;
	border-top:1px dotted #ccc;
}
#rightmenu li.bnleft img{
	float:left;
	margin-right:15px;
	padding:0;
}

*html #content{
	margin:10px 0 0 8px;
}
*html #rightmenu{
	margin:10px 8px 0 0;
}

/* after
--------------------------------------------*/
#submenu{
	width:198px;
	border-bottom:1px solid #CACACA;
	border-left:1px solid #CACACA;
	border-right:1px solid #CACACA;
}
#submenu ul{
	list-style:none;
	margin:0;
	padding:0;
	zoom:1;
}
#submenu ul li{
	width:198px;
	overflow:hidden;
	margin:0;
	padding:0;
	font-size:12px;
	border-top:1px dotted #ccc;
	background:url(../images/common/menu_bg_on.gif) 0 0 no-repeat;
}
#submenu ul li a{
	display:block;
	margin:0;
	padding:10px 0 10px 35px;
}
#submenu ul li a:hover{
	background:url(../images/common/menu_bg.gif) 0 0 no-repeat;
}
#submenu ul li.on{
	background:url(../images/common/menu_bg_on.gif) 0 0 no-repeat;
}
#submenu ul li.archive{
	font-size:12px;
	padding:10px 5px;
}
#ttlBn{
	width:200px;
	margin:0;
	padding:0;
}
*html #submenu ul li a{
	display:block;
	margin:0;
	padding:10px 0 5px 35px;
}

/*-------------------------------------------------------------
 footer
-------------------------------------------------------------*/
#footer {
	clear:both;
	position:relative;
	padding:0;
	margin-top:-82px;
	height:82px;
	background:url(../images/common/footter_bg.jpg) 0 0 repeat-x;
}
#footer a{
	color:#fff;
}
#footer a:hover{
	color:#DFDFDF;
}
#footer .map{
	margin:0;
	padding:20px 0 0 20px;
	color:#fff;
	font-size:10px;
	text-align:left;
}
address {
	margin:0;
	padding:0;
	color:#BEBEBE;
	font-size:12px;
	font-style:normal;
}