@charset "utf-8";
/*
 Share Style [
----------------------------------------------------------- */
#main{
	background:#fff url(../../image/top_bg.gif) repeat-y;
	overflow: hidden;
	padding:0;
	}
#main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #main {
    height: 1em;
    overflow: visible;
}
/**/

#left{
	float:left;
	width:530px;
	padding:20px;
	}
#right{
	float:right;
	width:140px;
	padding:10px 20px 20px 20px;
	}
img.top_bt{
	padding-bottom:7px;
	}
h2{
	font-weight:bold;
	padding-bottom:10px;
	line-height:1.5em;
	color:#333;
	}
* html h2{
	padding-bottom:15px;
	}
#top_feature ul{
	float:left;
	width:255px;
	}
#top_feature li img{
	position:absolute;
	top:0;
	left:0;
	}
#top_feature li{
	border-bottom: 1px dotted #666;
	position: relative;
	padding: 2px 0 8px 60px;
	font-size:10px;
	margin-bottom:10px;
	min-height: 80px;
	_height: 80px;
}
#right ul li{
	padding-bottom:15px;
	}

#talk_lounge{
	clear:both;
	width:498px;
	padding:15px;
	border:#002a6b 1px solid;
	}
#talk_lounge h3{
	color:#0068B7;
	font-weight:bold;
	padding:15px 0 5px 0;
	}
hr{
	margin:20px 0;
	}

	
/* for IE7 */  
*:first-child+html #fontsize{
	top: 6px;
	}


.black a {color:#333; text-decoration:none;}
.black a:link{color:#333;}
.black a:hover{color:#00f; text-decoration:underline;}
.black a:active{color:#333;}
