@charset "utf-8";

html{
width: 100%;
}

#header{
border-bottom: 3px solid #666;
padding-bottom: 10px;
min-width: 1050px;
}

#header #header-main{
margin: 0 auto;
width: 990px;
padding: 0 30px;
}

#header hgroup{
margin-top: 22px;
width: 350px;
float: left;
}

#header hgroup h1{
width: 240px;
}

#header hgroup h2{
width: 350px;
font-weight: normal;
margin-top: 10px;
}

#header #header-right{
float: right;
width: 600px;
}

#header #global-navigation{
display: inline-block;
float: right;
margin-top: 15px;
}
#header #global-navigation li{
display: inline-block;
margin-left: 40px;
}

#header #social-navigation{
display: inline-block;
float: right;
margin-top: 7px;
}

#header #social-navigation li{
float: left;
margin-left: 20px;
}

#header #social-navigation li.greeting{
line-height: 20px;
font-size: 11px;
color: #333;
}

#header #social-navigation li.greeting a{
color: #eda13f;
}

#header #social-navigation li.greeting a:hover{
text-decoration: underline;
}


#header .header-banner{
display:inline-block;
float: right;
margin-top: 12px;
}

#main #news{
border-bottom: 1px solid #666;
height: 28px;
overflow: hidden;
min-width: 1050px;
}

#main #news-main{
width: 990px;
margin: 1px auto;
}

#news-main h2{
width: 97px;
float: left;
}

#news-main ul{
width: 750px;
float: left;
margin-left: 10px;
}

#news-main li{
line-height: 28px;
}

#news-main li a{
display: block;
}

#news-main li.enph time{
color: #f00;
}

#news-main li.enph a{
color: #f00;
}


#news-main li a,
#news-main li a time,
#news-main li a span{
color: #333;
}
#news-main li a time{
margin-right: 15px;
font-weight: bold;
}

#news-main li a:hover span,
#news-main li a:hover time{
color: #94d38e;
}

#news-main #news-see-list{
float: right;
width: 107px;
}

#main #content{
border-top: 1px solid #ccc;
border-bottom: 3px solid #666;
background: url(../images/main-bg.png) -7px -11px;
min-width: 1050px;
}

#content #content-main{
min-height: 479px;
padding-left: 30px;
padding-right: 30px;
}

.content-list-wrapper{
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: #f8f8f8;
}

.content-list{
border-top: 1px solid #fff;
padding: 10px;
width: 990px;
margin: 0 auto;
}

.content-list h3{
display: inline-block;
float: left;
}

.content-list .content-list-main{
width: 754px;
float: left;
margin-left: 20px;
line-height: 23px;
}

.content-list-main span{
display: inline-block;
padding-left: 25px;
background: url(../images/icon-arrow-green.png) no-repeat left;
margin-right: 20px;
}

.content-list-main span.enph{
color: #ff4c4c;
background: url(../images/icon-arrow-pink.png) no-repeat left;
}

.official-banner-wrapper{
background: #f3f3f3;
border-top: 1px dotted #fff;
padding-top: 0px;
padding-bottom: 20px;
}

#main #content.top{
background: none;
}

#footer{
width: 990px;
padding: 0 30px;
margin: 0 auto;
}

#footer nav{
text-align: center;
margin-top: 15px;
height: 19px;
>padding-top:10px;
padding-bottom: 10px;
}

#footer .footer-banner{
text-align: center;
margin-top: 15px;
}

#footer nav a{
display: inline-block;
margin: 0 20px;
font-size: 12px;
line-height: 19px;
height: 17px;
height: 19px\9;
padding-left: 23px;
background-position:  left center;
background-repeat: no-repeat;
}

#footer nav a:hover{
text-decoration: underline;
}

#footer nav .fnav-or{
background-image: url(../images/icon-arrow-orange.png);
}

#footer nav .fnav-pp{
background-image: url(../images/icon-arrow-purple.png);
}

#footer nav .fnav-bl{
background-image: url(../images/icon-arrow-blue.png);
}

#footer #copyright{
text-align: center;
color: #555;
font-size: 10px;
margin-top: 15px;
padding-bottom: 15px;
}