@charset "utf-8";

/* ------------- base ------------- */

body{
	color: #481f01;
	background: #be8f68 url(../img/bg_body.gif) repeat-x top;
}

a:link,
a:visited{
	color: #481f01;
	background-color: transparent;
	text-decoration: underline;
}

a:hover,
a:active{
	color: #cc3300;
	background-color: transparent;
	text-decoration: underline;
}

.clear{   
    clear:both;   
}

div.parent {
  overflow: hidden;
}

/* ------------ Font Style ------------- */

body{
	font-family: verdana,"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","HIragino Kaku Gothic Pro W3","HIragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック", "MS P Gothic",sans-serif;
	font-size: 80%;
	line-height:1.6;
}

html>/**/body {
	font-size: 13px;
}

* html body { /* for IE6 */
	font-size: small;
}
  
*:first-child+html body { /* for IE7 */
	font-size: small;
}

/* ------------ Font Size ------------- 

Font Size

20px : 154%
18px : 139%
16px : 124%
15px : 116%  125%
14px : 108%  117%
13px : 100%  108%
12px :  93%  100%
11px :  85%   92%
-------------------------------------- */

/* ------------ clearfix ------------- */

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
