@charset "utf-8";

/*
html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }
*/

*   {margin:0px;padding:0px;}
ul  {list-style:none;}
img {border:0px;}
body{
	margin:0px;
	background:#fff;
	color:#555;
	font-size:12px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	line-height:160%;
}


#main{width:778px;margin:0 auto;}

/* common header */
#header{text-align:left;}
#header a{color:#555;text-decoration:none;}
#header a:hover{text-decoration:underline;}
#header h1{float:left;width:200px;height:80px;background:url(/template/images/logo.gif) 0 8px no-repeat;}
#header h1 a{display:block;width:200px;height:80px;}
#header #guide{color:#929191;width:570px;float:right;text-align:right;padding-top:13px;}
#header #guide span{color:#ff4800;}
#header #guide h2{margin:0;padding:0;font-size:12px;display:inline;}
#header #guide h2 a{color:#929191;}
#header #nav{clear:both;width:778px;height:33px;background:url(/template/images/navbg.gif) center center no-repeat;line-height:33px;text-align:right;color:#fff;}
#header #nav a{color:#414040;margin:auto 15px;font-weight:700;}

/* common footer */
#footer{clear:both;border-top:1px #cfe2ef solid;background:#f3f9ff;padding-bottom:10px;}
#footer a{color:#555;text-decoration:none;}
#footer a:hover{text-decoration:underline;}
#footer #footNav{margin:8px auto;color:#cccccc;}
#footer #footNav a{color:#2e5f99;margin:auto 18px;}
#footer #copyright{margin:5px auto;font-size:10px;}