﻿@charset "utf-8";

/* CSS Document */

#investor .article_block {
	width:743px;
	/*margin: 5px 0px 30px 0px;*/
	}
	
.use { padding-bottom:30px;
margin-bottom:30px;
border-bottom:1px #ddd dotted;}

.raw {}

.raw .sb { margin-bottom:10px;}

.investor_img {
	float:left;}

.brief {
	width:300px;
	float:left;
	margin-left:20px;}
	
.brief .article_title { color:#f39800;}

.article_menu {
	width:743px;
	padding:20px 0px 0px 0px;
	height:30px;
	float:right;
	font-family:'Merriweather Sans', sans-serif;
	color:#000;
	background:url(../images/block_bgdown.gif) repeat-x bottom center;
	border:1px #FFF solid;
	background-color:#FFF;
	
	-webkit-box-shadow: #888 0px 0px 1px;
	-moz-box-shadow: #888 0px 0px 1px;
	box-shadow: #888 0px 0px 1px;
	behavior: url(css3pie/PIE.htc);
	position: relative;
	right:0px;
	top:0px;
	}
.article_menu ul { padding-left:65px;}	

.article_menu .pp1 { padding-left:155px;}	

.article_menu ul li a {
	color:#666; 
	float:left;
	display:block;
	height:28px;
	margin:0px 15px;
	}
	
.article_menu ul li a:hover {
	color:#000;
	border-bottom:3px #f39800 solid;}
	
.article_menu .pp-on a {
	color:#000;
	border-bottom:3px #f39800 solid;
	}	
	
.tag { 
	position:relative;
	top:7px;
	right:-1px;
	height:42px;
	float:right;
	margin-top:3px;
	z-index:20;
	}
.tag a { color:#333;}
.tag a:hover { color:#f39800;}
	
.tag1 {
	line-height:42px;
	text-align:center;
	width:242px;
	height:42px;
	background:url(../images/tag1.png) top no-repeat;
	float:left;
	}
.tag2 {
	margin-left:-34px;
	line-height:42px;
	text-align:center;
	width:221px;
	height:42px;
	background:url(../images/tag2.png) top no-repeat;
	float:left;
	}
.tag3 {
	margin-left:-34px;
	line-height:42px;
	text-align:center;
	width:200px;
	height:42px;
	background:url(../images/tag3.png) top no-repeat;
	float:left;
	}	
.tag4 {
	margin-left:-34px;
	line-height:42px;
	text-align:center;
	width:177px;
	height:42px;
	background:url(../images/tag4.png) top no-repeat;
	float:left;
	}		
.tag-on {background-position:bottom;}
.tag-on a { color:#fff;}
.tag-on a:hover { color:#fff;}
