/*-------------------------------------------------------------------------
	LEXUES Inc.
	cascading Style Sheets for Amebee Information Site.
	[ base css :base.css ]	
	Copyright(C)2008 LEXUES Inc.All Rights Reserved.
------------------------------------------------------------------------- */
/* ====================================================================== */
/* reset*/
/* ====================================================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
fieldset,img {
	border:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
a img { 
	border: 0;
}
ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}
.clear {
	clear: both;	
}
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/* ====================================================================== */
/* common */
/* ====================================================================== */
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	color: #1d1d1d;
	background: url(../img/body_bg.jpg) repeat-x;
}
#wrapper {
	width: 960px;
	margin: 0px auto;
	background: url(../img/honeycomb.jpg) no-repeat right 27px;
}
#wrapper_inner {
	width: 902px;
	margin: 0px auto;
}
/* ====================================================================== */
/* link */
/* ====================================================================== */
body a:link {
	color: #003f98;
}
body a:visited {
	color: #666666;
}
body a:active {
	text-decoration: none;
	color: #D39119;
}
body a:hover {
	text-decoration: underline;
	color: #FF6633;
}
/* ====================================================================== */
/* header */
/* ====================================================================== */
#wrapper_inner #header {
	margin-top: 10px;
	position: relative;
}
#wrapper_inner #header #utility {
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 0.8em;
}
#wrapper_inner #header #utility li {
	display: inline;
	background: url(../img/arrow_brown.gif) no-repeat left center;
	padding-right: 5px;
	padding-left: 8px;
}
#glov_nav {
	margin: 8px auto 0px 10px;
	padding: 5px 5px 0px;
}
#glov_nav .nav li {
	list-style-type: none;
	display: inline;
	font-size: 0.9em;
}
#glov_nav .nav li a{
	float: left;
	display: block;
	text-decoration: none;
	background: #736b46;
	color: #FFFFFF;
	padding: 5px 15px;
	margin: 0px 3px 0px 0px;
}
#glov_nav .nav li a:visited{
	color: #FFFFFF;
}
#glov_nav .nav li a:hover, #glov_nav .nav li.current a{
	background: #383524;
}
/* ====================================================================== */
/* footer*/
/* ====================================================================== */
#footer {
	clear: both;
	font-size: 0.75em;
	color: #666666;
	background-color: #1a1a1a;
}
#footer #footer_innner {
	width: 860px;
	margin: 0px auto;
	padding: 10px 20px 90px;
}
#footer #footer_innner #subnav {
	margin-top: 5px;
}
#footer #footer_innner #subnav li {
	float: left;
	border-right: 1px solid #999;
	padding: 0px 10px;
}
#footer #footer_innner #subnav li a {
	text-decoration: none;
	color: #666;
}
#footer #footer_innner #subnav li a:hover {
	color: #FFF;
}
#footer #footer_innner #subnav .bordernon {
	border: none;
}


