@charset "utf-8";

/*2009/02/13作成*/

/* ------------------------------------------------------
base setting
------------------------------------------------------ */
body {
	margin:0;
	border:0;
	padding:0;
	font-size:100%;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

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

img {border:none;}

/* ------------------------------------------------------
font size
------------------------------------------------------ */
body {
  font-size: 72%; /* IE6以下用 */
}
html>/**/body {
  font-size: 12px; /* Except IE */
  }
  
a {
	color: #271F10;
	text-decoration: none;
}
a:link {
	color: #271F10;
	text-decoration: none;
}
a:visited {
	color: #696969;
	text-decoration: none;
}
a:hover {
	color: #9a9a9a;
	text-decoration: underline;
}


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

