@charset "utf-8";
body {
	margin:0;
	border:0;
	padding:0;
	font-size:100%;
	font-family:'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color:#333;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, div, form, address {
	margin:0;
	border:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
 	list-style-type: none;
	letter-spacing:0.2em;
	line-height:1.5em;
}

img {border:none;}
img a{border:none;}
a:hover img{
filter: alpha(opacity=80);
opacity:0.8;
}
.mb20 { margin-bottom:20px;}
.mb50 { margin-bottom:50px;}

/* ------------------------------------------------------
font size
------------------------------------------------------ */
body {
  font-size: 75%; /* IE6以下用 */
}
html>/**/body {
  font-size: 12px; /* Except IE */
  }

.current a {
	background-position: 0px -51px !important ;
	cursor:default;
} 

/*	Base Link Color Setting
----------------------------------------------------*/
a:link {
	color:#9a9744;
	}
a:visited {
	color:#9a9744;
	}
a:hover {
	text-decoration:none;
	}
a:active {
	text-decoration:none;
	}


/* ------------------------------------------------------
clearfix
------------------------------------------------------ */
.clearfix:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}
.clearfix {   
    display: inline-block; 
}