@charset "utf-8";
/* CSS Document */

/*-------------link color--------------*/
#wrapper a:link {color:#000099;}
#wrapper a:visited {color:#660099;}
#wrapper a:hover ,
#wrapper a:active {
    color:#d1111c;
	text-decoration:underline;
}
/*---------------index-----------------*/
#company_profile {
    position:relative;
    float:left;
	clear:both;
	width:640px;
}
	#company_profile h2 {
	    padding-left:0;
	    background:none;
	}
	#company_profile .table_base {
	    float:left;
	    clear:both;
	    width:640px;
		padding-bottom:1px;
		margin-top:5px;
		background:url(../../common/img/dot_line.gif) repeat-x left bottom;
	}
	    #company_profile .table_base table{width:640px;}
	    #company_profile table th,
		#company_profile table td {
		    padding:5px 5px 5px 12px;
		    background:url(../../common/img/dot_line.gif) repeat-x left top;
		}
		#company_profile table .even th,
		#company_profile table .even td {
		    background:url(../../common/img/dot_line.gif) repeat-x left top #f3f3f3;
		}
		#company_profile table th {
		    width:250px;
			font-weight:normal;
		}
		    #company_profile table th span{
			    display:block;
			    padding-left:15px;
			    background:url(../../common/img/icon_circle.gif) no-repeat 0.0em 0.5em;
			}
/*--------------------------------------*/
/*--------------standard----------------*/
#company_standard {
    position:relative;
    float:left;
	clear:both;
	width:640px;
}
	#company_standard h2,
	#company_standard h3 {
			padding-left:0;
			background:none;
		}
	#company_standard h3 {
			margin-top:20px;
			margin-bottom:50px;
		}
	.in_contents {
		float:left;
		clear:both;
		width:620px;
		padding-left:20px;
		margin-bottom:30px;
		background:url(../images/dot.gif) no-repeat 0.0em 0.5em;
	}
/*--------------------------------------*/
