@charset "UTF-8";
/* -------- Common Layout Setting -------- */


/* redefinition */
body {
margin: 0;
padding: 0;
background: #FFFFFF;
font-family: verdana, arial, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック";
font-size: 88%;
*font-size: 74%;
}

h1,h2,h3,h4,h5,h6,div,p,ol,ul,li,dl,dt,dd,address,table,tr,td,th,form,input {
margin: 0;
padding: 0;
font-weight: normal;
font-style: normal;
font-size:1em;
}

table {
	border-collapse:collapse;
}

em {font-style: normal; font-weight: normal;}
ol, ul {list-style-type: none;}
img {border: none;}
a {text-decoration: underline; color: #748800;}
a:hover, a:focus, a:active {text-decoration: none;}

/* clearfix */
.clearfix:after{content:"."; height: 0px; clear: both; display: block; visibility: hidden;}
/* macIE5_winIE7 \*/
.clearfix {display:inline-block;}
/* winIE5x \*/
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* */

