@charset "utf-8";
html { background: #F8F4E8 url(img/html_bg.jpg) 50% 0px repeat-x;  text-align: center; }
body { text-align: left;  font: 13px/18px 'helvetica neue',helvetica,arial,sans-serif;  color: #575656;  padding: 0 0px 0 20px;  margin: 0 auto;  width: 950px; }
hr { display: none;  height: 0;  padding: 0;  margin: 0; }
.clear { clear: both;  height: 0;  width: 0;  line-height: 0;  font-size: .1px; }
img { border: none; }

/* Logo部分 */			
h1 { padding: 0;  margin: 0;  width: 200px;  height: 33px;   float: left; font-size:12px; color:#FFFFFF; padding-top:8px; font-weight:normal;}

/* Header */
.header { height: 33px; overflow:hidden;}
.header p { font: 12px/33px georgia, palatino,'times new roman',serif;  color: #8DC5C7;  float: left;  margin: 0;  padding: 0 0 0 25px; }

/* Nav */
.header ul { padding: 0;  margin: 0;  float: right;  height: 33px;  width: 320px;  list-style: none;  color: #fff; }

.header li { float: left;  width: 80px;  height: 33px; }
.header li a { display: block; padding-top:6px; padding-left:10px; overflow: hidden;   border-bottom:none; font-size:12px; font-weight:500;}

#home a {color:#FFFFFF;background: transparent url(img/nav_bg_active.gif) top left no-repeat;border-bottom:none; text-decoration:none;}
.index a{ color:#FFFFFF;background: transparent url(img/nav_bg.gif) top left no-repeat;border-bottom:none; text-decoration:none;}
.index a:link,.index a:visited,.index a:active { color:#acbbba;background: transparent url(img/nav_bg.gif) top left no-repeat;border-bottom:none;}
.index a:hover {color:#FFFFFF;background: transparent url(img/nav_bg_active.gif) top left no-repeat;border-bottom:none;}

/* Footer */

p.footer { font: normal 11px/16px helvetica, arial, sans-serif;  color: #A3A2A0;  padding: 10px 0 10px 0;  border-bottom: 5px solid #DFDBD0;  margin: 0; clear: both; }

p.footer a:link,p.footer a:visited,p.footer a:active {
	color: #3a5e8c;
	text-decoration: none;
	border-bottom: 1px solid #cbd2d8; 
}

p.footer a:hover {
	color: #203651;
	text-decoration: none;
	border-bottom: 1px solid	#8CA4B8; 
} 
