﻿@charset "utf-8";
/* CSS Document */
/* powered by chris Email:chris@lput.net */

body{ 
	background: #f1f9fe url(images/sungirl_bg.jpg) repeat-x;
	color:#666;
	font: Verdana, Geneva, sans-serif, "宋体" ;
	font-size:12px;
	line-height:1.5em;
	width:100%;
	padding: 0;
	margin: 0;
	}
a {
	color:#666;
	text-decoration:none;
	}
a:hover {
	color:#999;
	}
#top{
	width:auto;
	height:70px;
	padding-top:2px;
	}
#banner{
	background:#7BDEFD url(images/sungirl_banner.png) no-repeat;
	width:100%;
	height:208px;
	margin-top:0;
	}
#menu{
	background:url(images/sungirl_nv_bg.jpg) repeat-x;
	color:#fff;
	height:27px;
	width:98%;
	padding:1px 0 0 20px;
	margin-top:2px;
	font-size:14.7px;
	font-weight:bold;
	}
#menu ul {
	color:#fff;
	padding:0;
	margin:0;
	float:left
　　}
#menu ul li {
	padding:0;
	margin: 0 2px 0 0;
	height:25px;
	width:95px;
	list-style:none;
	display:block;
	float:left;
	cursor:pointer;
　　}

#menu ul li a {
	color:#FAFAFA;
	padding:0;
	margin: 0;
	width:95px;
	letter-spacing:0.2em;
	text-align:center;
	text-decoration:none;
	margin-top:4px;
	list-style:none;
	display:block;
	float:left;
	cursor:pointer;
　　}
#menu ul li a:hover {
	color:#f5f5f5;
	background-image:url(images/btn_nv.gif);
	background-repeat:no-repeat;
	width:95px;
	height:24px;
	letter-spacing:0.2em;
	padding-top:3px;
	margin-top: 0px;;
	list-style:none;
	display:block;
	float:left;
	cursor:pointer;
　　}




#footer{
	background-color:#c4e4ee;
	border-top:#fff solid 3px;
	width:auto;
	height:40px;
	padding:10px;
	margin-top:10px;
	}
