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


/* redefinition */
body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka-等幅, Osaka, 平成角ゴシック;
background: #FFFFFF;
}

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;
}
table {
	border-collapse:collapse;
}
th {
	vertical-align:top;
	text-align:left;
}

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;}
/* */


