*{ 
    margin:0;padding:0; 
} 

html{ 
    height:100%; 
} 

body{ 
	font-size:11px;
    height:100%; 
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#222222;
	background:url(../Image/bg.gif) repeat-y left #FAFAFA;
	-webkit-text-size-adjust: none;
}
#Container{ 
}

p {
	margin-bottom:1.5em;
}
h2 {
	margin:24px 0 23px 25px;
}

.main {
	width:660px;
	margin-left:186px;
	margin-bottom:25px;
	padding-bottom:5px;
}
.main h3 {
	font-size:13px;
	color:#2ea338;
	margin-bottom:22px;
}
.main h5 {
	font-size:11px;
	color:#2ea338;
	font-weight:normal;
}
.main .cont {
	position:relative;
	background:url(../Image/bg_main.gif) no-repeat top;
	padding-top:25px;
	margin-bottom:25px;
}
.main .cont .summary {
	padding:0px 25px;
}
.main .cont .info {
	padding-top:13px;
	padding-bottom:25px;
	margin-left:25px;
	margin-right:25px;
}
.main .cont .contL {
	width:340px;
	float:left;
}
.main .cont p {
	line-height:17px;
	font-size:11px;
}
.main .cont .contL p.bdr_t {
	border-top:solid 1px #CCC;
	padding-top:13px;
}
.main .cont strong {
	color:#2ea338;
	display:block;
	margin-bottom:3px;
}
.main .bgbottom{
	height:25px;
	background:url(../Image/bg_main_bottom.gif) no-repeat bottom;
}
.main .cont .contR {
	width:240px;
	position:relative;
	/*top:25px;
	left:395px;*/
	float:right;
	margin-bottom:25px;
}
.main .cont .contR span {
	position:absolute;
	top:408px;
	left:120px;
	font-size:9px;
	line-height:11px;
}
.main .cont #inq {
	margin-bottom:0;
}
.main .cont #inq a {
	text-decoration:underline;
}
.main .cont #inq_note {
	display:none;
}



.evr {
	position:relative;
	margin-bottom:0 !important;
	border-top:solid 1px #CCC;}
.evr .contL {
	width:300px !important;
}
.evr .contR {
	padding-right:29px;
	padding-top:40px;
}
.evp {
	clear:both;
	margin:10px 29px 0 29px;}
	
.evp img{
margin:0 50px 0 0;
}
	
.evp .pl {
	float:left;}
.evp .pr {
	float:right;}
.evpa {
	width:560px;
	padding-top:30px;}


.s_title{
color: #2EA338;
font-weight:bolder;
}

a{
color:#3a98cd;
text-decoration:none;
}
a.out {
	color:#008000;
}a.out:hover {
	color:#008000;
}

body > #Container{ 
    height:auto; 
}

.finished{
	color: red;
	font-style:normal;
	font-weight:normal;
}

/* clearfix */  
.clear:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
}  

#archive_ph{
width:510px;
float:left;
margin:20px 0 20px 0;
font-size:11px;
}


.archive_ph{
width:510px;
float:left;
margin:20px 0 20px 0;
font-size:11px;
}

.archive_ph span{
width:242px;
float:left;
margin:0;
padding:0 10px 8px 0;
}

.archive_ph img{
padding:0 0 -2px 0;
}


* html .clear { zoom: 1; } /* IE6 */  
*:first-child+html .clear { zoom: 1; } /* IE7 */  
