/*+++++++++++++++++++++++++++++container*/
#container{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	margin-top:0;
	width:850px;
	background-color:#FFF;
}
/*+++++++++++++++++++++++++++++header*/
#header{
	width:850px;
	height:115px;
}
/*+++++++++++++++++++++++++++++navigation*/
#navigation{
	background-image:url(../images/bg_naviline.jpg);
	background-repeat:no-repeat;
	margin-top:0px;
	width:850px;
}
#navigation ul{
	list-style-type:none;
	margin:0px auto 0px auto;
	padding: 12px 0px 15px 0px;
}
#navigation li{
	display:inline;
	margin:0px;
	padding:0 1px;
}
.list{
	margin:0px 0px 0px 20px;
}
.list ul{
	list-style-type:none;
}
.list li{
	display:inline;
	font-size:10px;
}
/*+++++++++++++++++++++++++++++contents*/
#contents{
	width:850px;
	clear:both;
}
/*+++++++++++++++++++++++++++++leftbox*/
#leftbox{
	float:left;
	width:220px;
}
.bg_pagetit{
	width: 200px;
	margin:15px 10px 0px 10px;
	padding-bottom:10px;
	border-bottom: 1px dotted #ccc;
}
.lnavi{
	width:220px;
	height:39px;
	margin:0px;
	padding:0px;
}
.lnavisub{
	width:220px;
	height:18px;
	margin:0px;
	padding:0px;
}
.btn_conversation{
	margin-top:10px;
	margin-left:10px;
}
.dot{
	border-bottom:1px dotted #ccc;
	width:200px;
	padding:0;
	margin:0 10px 0 10px;
	height:1px;
}
/* \*/ 
* html .dot{
	display:block;
	vertical-align:bottom;
	border-bottom:1px dotted #ccc;
	width:200px;
	padding:0;
	margin:-13px 10px 0 10px;
	height:1px;
}
/* */
/*+++++++++++++++++++++++++++++j[*/
.menu_bgcolor{
	background-color:#EEE;
}
.menu_bgcolor ul{
	list-style-type:none;
	padding-bottom:8px;
	width:220px;
	margin:0;
	padding-left:0;
}
.menu_bgcolor li{
	color:#000;
	width:220px;
	padding:0;
	margin:0;
	height:18px;
}
/*+++++++++++++++++++++++++++++rightbox*/
#rightbox{
	float:right;
	width:620px;
}
#rightbox a{
	color:#0033FF;
}
/*+++++++++++++++++++++++++++++footer*/
#footer{
	clear:both;
	width:850px;
	height:67px;
	background-color:#626262;
	color:#fff;
	padding-top:5px;
}
#footer ul{
	list-style-type:none;
	margin-left:15px;
}
#footer li{
	font-size:10px;
	display:inline;
}
#footer a{
	color:#fff;
}
address{
	margin-left:15px;
	font-style:normal;
	font-size:10px;
}
#footer p{
	margin-left:15px;
	margin-top:10px;
}
.clear{
	clear:both;
}

.f-red{
	color:#FF0000;
}
.f-blue{
	color:#0033FF;
}

.left{
	float:left;
	margin:4px;
}
.right{
	float:right;
	margin:4px;
}

