@charset "utf-8";

#header{
	margin-bottom:10px;
}

#header .logo {
	width: 900px;
	height:40px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#header .logo .left_logo {
	float: left;
	background-image: url(../images/logo.png);
	text-indent: -9999px;
	width:200px;
	height:38px;
	background-size:100% 100%;
}
#header .logo h1 {
	color:#0E669C; 
	margin-top:10px; 
	font-size:13px; 
	
}
#header .logo .right {
	float: right;
}
#header #header_sns{
	float:right;
}
#header .nav {
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-x;
	height: 45px;
	width: 100%;
}
#header .nav #dropmenu {
	margin: auto;
	width: 937px;
}

#header .nav #dropmenu li {
	background-image: url(../images/nav.png);
	height: 45px;
	float:left;
	text-indent:-9999px;
	cursor: pointer;
	position:relative;
}
#header .nav #dropmenu .nav1 {
	background-position: left top;
	width: 131px;
}
#header .nav #dropmenu .nav2 {
	background-position: -131px top;
	width: 212px;
}
#header .nav #dropmenu .nav3 {
	background-position: -343px top;
	width: 117px;
}
#header .nav #dropmenu .nav4 {
	background-position: -460px top;
	width: 109px;
}
#header .nav #dropmenu .nav5 {
	background-position: -569px top;
	width: 118px;
}
#header .nav #dropmenu .nav6 {
	background-position: -687px top;
	width: 115px;
}
#header .nav #dropmenu .nav7 {
	background-position: -802px top;
	width: 135px;
}
#header .nav #dropmenu .nav1:hover {
	background-position: left bottom;
}
#header .nav #dropmenu .nav2:hover {
	background-position: -131px bottom;
	width: 212px;
}
#header .nav #dropmenu .nav3:hover {
	background-position: -343px bottom;
	width: 117px;
}
#header .nav #dropmenu .nav4:hover {
	background-position: -460px bottom;
	width: 109px;
}
#header .nav #dropmenu .nav5:hover {
	background-position: -569px bottom;
	width: 118px;
}
#header .nav #dropmenu .nav6:hover {
	background-position: -687px bottom;
	width: 115px;
}
#header .nav #dropmenu .nav7:hover {
	background-position: -802px bottom;
	width: 135px;
}
#header .dd {
	background-image: url(../images/nav_bottom.png);
	margin: auto;
	height: 43px;
	width: 937px;
	/* [disabled]padding-top: 5px; */
	display: none;
}
#header .dd ul li {
	display: none;
	height: 36px;
	padding-top:5px;
	padding-left:20px;
	font-size:14px;
}
#header .dd ul li a{
	color: #000;
	text-decoration: underline;
}
#header .dd ul li a:hover{
	color: #9B9B9B;
	text-decoration: none;
}
.news {
	background-color: #F3F3F3;
	width: 100%;
	height: 30px;
	padding-top:2px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size:14px;
}
#main {
	width: 900px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
}
#main .left {
	float: left;
	width: 590px;
}
h2 {
	font-size: 16px;
	background-image: url(../images/icon_title.png);
	font-weight:bold;
	line-height:1.1;
	width: 555px;
	background-repeat: no-repeat;
	padding-left:35px;
	border-bottom:1px solid #000;
}
h2 p {
	float:right;
	font-size:12px;
}
h2 p a{
	color: #1111CC;
	text-decoration: none;
}
h2 p a:hover{
	color: #9696F5;
}
#main .left #pickup {
	margin:3px 0 10px 0;
	padding:3px 8px 3px 8px;
}
#main .left #pickup #post .left {
	float: left;
	width: 402px;
}

#main .left #pickup #post .post_title {
	font-size: 16px;
	background-image: url(../images/pickup_icon.gif);
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	line-height:1.2;
}
#main .left #pickup #post .post_text {
	font-size: 13px;
	line-height:1.4;
	margin-top:5px;
}
#main .left #pickup #post .post_title a {
	color: #000;
	text-decoration: underline;
}
#main .left #pickup #post .post_title a:hover {
	color: #999;
	text-decoration: none;
}
#main .left #pickup .post_title {
	background-image: url(../images/pickup_arrow.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px 7px;
	margin-top:3px;
	font-size:14px;
}
#main .left #pickup .post_title a {
	color: #1111CC;
	text-decoration: underline;
}
#main .left #pickup .post_title a:hover {
	color: #9696F5;
	text-decoration: none;
}
#main .left #pickup #post .post_right {
	width: 150px;
	margin-left: 10px;
	float: right;
}




#main .left #pickup2 {
	margin:3px 0 10px 0;
	padding:3px 8px 3px 8px;
}
#main .left #pickup2 #post.right {
	float: right;
	width: 190px;
	text-align:center;
}

#main .left #pickup2 #post .post_title {
	font-size: 15px;
	background-image: url(../images/pickup_icon.gif);
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	line-height:1.2;
	width:150px;
	text-align:left;
}
#main .left #pickup2 #post .post_text {
	font-size: 13px;
	line-height:1.4;
	margin-top:5px;
}
#main .left #pickup2 #post .post_title a {
	color: #1111CC;
	text-decoration: underline;
}
#main .left #pickup2 #post .post_title a:hover {
	color: #9696F5;
	text-decoration: none;
}
#main .left #pickup2 .post_title {
	background-image: url(../images/arrow3.gif);
	padding-left: 12px;
	background-position:left 8px;
	background-repeat: no-repeat;
	margin-top:3px;
	font-size:13px;
	width:362px;
}
#main .left #pickup2 .post_title a {
	color: #1111CC;
	text-decoration: none;
}
#main .left #pickup2 .post_title a:hover {
	color: #9696F5;
	text-decoration: none;
}
#main .left #pickup2 #post .post_right {
	width: 150px;
	margin-left: 10px;
	float: right;
}


#main .left #pickup3 {
	margin:10px 0 10px 0;
	padding:3px 8px 3px 0;
}
#main .left #pickup3 #post .right{
	float: right;
	width: 450px;
}
#main .left #pickup3 #post .right .post_title {
	font-size: 15px;
	background-image: none;
	padding-left: 10px;
	line-height:1.2;
	text-align:left;
}
#main .left #pickup3 #post .right .post_title2 {
	background-image: url(../images/arrow3.gif);
	padding-left: 12px;
	background-position:left 8px;
	background-repeat: no-repeat;
	margin:3px 0 0 10px;
	font-size:13px;
}
#main .left #pickup3 #post .right .post_title a{
	color: #000;
	text-decoration: none;
}
#main .left #pickup3 #post .right .post_title a:hover{
	color: #000;
	opacity: 0.5;
	text-decoration: none;
}
#main .left #pickup3 #post .right .post_title2 a{
	color: #1111CC;
	text-decoration: none;
}
#main .left #pickup3 #post .right .post_title2 a:hover{
	color: #9696F5;
	text-decoration: none;
}



#main .left #rank {
	margin:3px 0 10px 0;
	padding:3px 8px 3px 8px;
}
#main .left #rank #post{
	position:relative;
	margin-bottom:15px;
}
#main .left #rank #post .num{
	position:absolute;
}
#main .left #rank #post .thumbnail {
	float:left;
	width:99px;
	height:66px;
}
#main .left #rank #post .left {
	float:left;
	width:464px;
	margin-left:10px;
}
#main .left #rank #post .post_title {
	margin-top:5px;
	font-size: 16px;
	line-height:1.2;
	text-align:left;
	height:45px;
}
#main .left #rank #post .post_title a {
	color:#000;
	text-decoration: none;
}
#main .left #rank #post .post_title a:hover {
	color: #999;
	text-decoration: none;
}
#main .left #rank #post .post_rank {
	color: #6C6C6C;
	text-decoration: none;
}



#main .left #recommend {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 310px;
}

#main .left #recommend .left {
	float: left;
	width: 168px;
}
#main .left #recommend .left ul li {
	background-image: url(../images/recommend_btn.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 142px;
	font-size: 14px;
	font-weight: bold;
	color: #0E669C;
	padding-left: 26px;
	padding-top: 14px;
	text-decoration: underline;
}
#main .left #recommend .left ul li.on {
	color: #000000;
	text-decoration: none;
	font-weight:normal;
}
#main .left #recommend .left ul .btn1 {
	background-position: left top;
}
#main .left #recommend .left ul .btn2 {
	background-position: left -51px;
}
#main .left #recommend .left ul .btn3 {
	background-position: left -102px;
}
#main .left #recommend .left ul .btn4 {
	background-position: left -153px;
}
#main .left #recommend .left ul .btn5 {
	background-position: left -204px;
}
#main .left #recommend .left ul .btn6 {
	background-position: left -255px;
}
#main .left #recommend .left ul .btn1.on {
	background-position: -168px top;
}
#main .left #recommend .left ul .btn2.on {
	background-position: -168px -51px;
}
#main .left #recommend .left ul .btn3.on {
	background-position: -168px -102px;
}
#main .left #recommend .left ul .btn4.on {
	background-position: -168px -153px;
}
#main .left #recommend .left ul .btn5.on {
	background-position: -168px -204px;
}
#main .left #recommend .left ul .btn6.on {
	background-position: -168px -255px;
}
#main .left #recommend .right {
	float: right;
	width: 405px;
	font-size: 14px;
}
#main .left #recommend .right a:hover{
	text-decoration:none;
	opacity:0.5;
}
#main .left #recommend .right ul .title {
	background-image: url(../images/recommned_bg.png);
	height: 30px;
	width: 399px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	margin-top: 5px;
	line-height: 24px;
}







#main ul.right {
	float: right;
	width: 300px;
}
#main ul.right li{
	border-radius:5px;
	border:1px solid #CCC;
	margin-bottom:10px;
}
#main ul.right li h3 {
	font-size: 17px;
	color: #FFF;
	font-weight:bold;
	height: 30px;
	padding-top: 2px;
	padding-left: 35px;
}
#main ul.right li.loan h3{
	background: url(../images/icon_loan.png);
	background-color:#2996E2;
	background-position: 3px center;
	background-repeat:no-repeat;
}
#main ul.right li.card h3{
	background: url(../images/icon_card.png);
	background-color:#2996E2;
	background-position: left center;
	background-repeat:no-repeat;
}
#main ul.right li.stock h3{
	background: url(../images/icon_stock.png);
	background-color:#2996E2;
	background-position: 3px center;
	background-repeat:no-repeat;
}
#main ul.right li.fx h3{
	background: url(../images/icon_fx.png);
	background-color:#2996E2;
	background-position: 3px center;
	background-repeat:no-repeat;
}
#main ul.right li.deposit h3{
	background: url(../images/icon_deposit.png);
	background-color:#2996E2;
	background-position: 3px center;
	background-repeat:no-repeat;
}
#main ul.right li div{
	padding:5px 5px 5px 26px;
	font-size:14px;
	line-height:1.4;
}
#main ul.right li div span a{
	font-size:17px;
	font-weight:bold;
	color:#1111CC;
	text-decoration:underline;
}
#main ul.right li div span a:hover{
	color: #9696F5;
}
#main ul.right li.loan div{
	background: url(../images/icon_loan2.png);
	background-position:3px 6px;
	background-repeat:no-repeat;
}
#main ul.right li.card div{
	background: url(../images/icon_card2.png);
	background-position:3px 7px;
	background-repeat:no-repeat;
}
#main ul.right li.stock div{
	background: url(../images/icon_stock2.png);
	background-position:3px 3px;
	background-repeat:no-repeat;
}
#main ul.right li.fx div{
	background: url(../images/icon_fx2.png);
	background-position:3px 3px;
	background-repeat:no-repeat;
}
#main ul.right li.deposit div{
	background: url(../images/icon_deposit2.png);
	background-position:3px 3px;
	background-repeat:no-repeat;
}

#main ul.right li ul li{
	background: url(../images/arrow4.png);
	background-position:3px center;
	background-repeat:no-repeat;
	border:none;
	background-color:#FBEBE6;
	padding:5px 3px 3px 23px;
	font-size:14px;
	line-height:1.1;
}

#main ul.right li ul li a{
	color:#1111CC;
	text-decoration:underline;
}
#main ul.right li ul li a:hover{
	color: #9696F5;
}

#main .right .ranking .box.clearfix div .rank {
	color:#FF7896;
	font-size:25px;
	font-weight:bold;
	float:left;
	line-height:25px;
}


#main .right .ranking .box.clearfix .post_view {
	line-height: 25px;
	float: left;
}
#main .right .ranking .link {
	background-image: url(../images/rank_link.png);
	height: 35px;
	width: 282px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	cursor:pointer;
	text-indent: -9999px;
}
#main .right .ranking .link:hover {
	background-image: url(../images/rank_link_on.png);
}
#main .right .new #post .clearfix .left {
	float: left;
	width: 80px;
	margin-right: 5px;
}
#main .right .new #post .clearfix .post_right .post_title {
	font-size: 14px;
}
#main .right .new #post {
	margin-top: 10px;
	line-height: 1.4;
}


#footer {
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 129px;
	color: #FFF;
}
#footer .inner {
	width: 900px;
	margin: auto;
}
#footer .inner a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer .inner .left {
	width: 360px;
	float: left;
	margin-top: 15px;
	height: 77px;
}
#footer .inner .center {
	float: left;
	width: 250px;
	margin-left: 30px;
	margin-top: 15px;
	height: 77px;
}
#footer .inner .right {
	float: right;
	width: 230px;
	margin-top: 15px;
	height: 77px;
	margin-left: 20px;
}
#footer .inner .bottom {
	font-size: 12px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
}
#company {
	text-align:center;
}
#company table {
	width:60%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:80px;
	margin-top:5px;
	font-size: 14px;
	border: 1px solid #999999;
}
#company table th{
	padding:5px;
	border: 1px solid #999999;
}
#company table td{
	padding:5px;
	text-align: left;
	border: 1px solid #999999;
}
