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

@import 'reset.css';
@import 'default.css';


/* YAZI */
h1{
    display:none;
}
h2{
	color:#990000;
	font-size:18px;
	padding:5px;
}
h3{
color:#003366;
font-size:16px;
padding:5px;
}
h4{
color:#000;
font-size:12px;
padding:5px;
}
p{
line-height:1.4;
font-family:Arial, Helvetica, sans-serif;
}
a{
line-height:1.4;
color:#3F73FF;
text-decoration:none;
}
body{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
background:#d6d6d6 url(../images/bg.png) repeat-x;
}
#header{
    width:891px;
    margin:0 auto;
}
#homepage{
    width:891px;
    margin:0 auto;
    padding:10px;
}
.page #homepage #homepage-left{
    width:170px;
    float:left;
    display:inline;
}
.page #homepage #homepage-right{
    width:690px;
    margin:10px;
    float:left;
    display:inline;
    min-height:300px;
    height:auto !important;
    height:300px;
    
}
.page #main{
    min-height:300px;
    height:auto !important;
    height:300px;
    
}
.home #homepage #homepage-left{
    float:left;
    display:inline;
    width:570px;
}
.home #homepage #homepage-left #ref h2{
    border-bottom:1px solid #75767a;
}
.home #homepage #homepage-left #ref .czg{
    border-top:1px solid #b8b8ba;
}
.home #homepage #homepage-left #ref p span{
    color:#900;
}
.home #homepage #homepage-left #ref #left{
    width:250px;
    float:left;
    margin:15px;
    display:inline;
}
.home #homepage #homepage-left #ref #right{
    width:250px;
    float:left;
    display:inline;
    margin-top:16px;
}
.home #homepage #homepage-left #welcome img{
    float:left;
    display:inline;
    border:3px solid #9b988c;
    margin:10px;
}
.home #homepage #homepage-left #welcome h2{
    text-align:right;
    color:#1A4F6f;
    border-bottom:1px solid #75767a;
}
.home #homepage #homepage-left #welcome p{
    padding:10px 0 0 0;
    border-top:1px solid #b8b8ba;
    text-align:justify;
}

.home #homepage #homepage-right{
    float:left;
    display:inline;
    width:320px;
}
.home #homepage #homepage-right img{
    margin:10px 0 10px 29px;
}
#footer{
background:url(../images/footer-bg.png) repeat-x;
height:64px;
margin-top:10px;
text-align:center;
color:#FFFFFF;
}
#footer-in{
width:930px;
margin:0 auto;
padding:5px;
font-size:12px;
}
#footer-in a{
color:#FFFFFF;
text-decoration:none;
font-size:12px;
}
#footer-in p{
font-size:12px;
}
#footer-in a:hover{
color:#FFFFFF;
text-decoration:underline;
}
.left{
float:left;
display:inline;
}
.clear{
clear:both;
}
#nav{
	float:left;
	display:inline;
	width:20%;
	padding-right:30px;	
}

#section{
	float:left;
	display:inline;
	width:75%;
}

#section ul{
	list-style-type:disc;
	padding-left:25px;
}
#section ul li{
	
}
#section ol{
	list-style-type:decimal;
	padding-left:25px;
}
#section ul li{
	
}



#footer{
	
	
}