/* CSS Document */

@charset "utf-8";

/*----------------------------------------------------------------------------
	reset用CSS
----------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	text-align: left;
	background-image:url(../image/common/bg/bg_body.gif);
	background-repeat: repeat;
	color:#5B3E00;
}

body {

*font-size: small;
*font: x-small;
	font-family: "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
	font-size: 13px;
	line-height: 120%;
}

table {
font-size: 100%;
line-height: 1.7;
}


h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,form,pre,input,textarea {
margin: 0px;
padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

address {font-style: normal;}

table,img {border: 0;}
table td,table th {
	text-align: left;
	line-height: 120%;
}

img {vertical-align: bottom; margin: 0; padding: 0; border: 0;}
hr {display: none;}
fieldset {margin: 0; padding: 0; border: 0;}
a { color:#A08B25;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}
a:focus {outline: none;}

  

/*----------------------------------------------------------------------------
	clearfix
----------------------------------------------------------------------------*/

.clear:after {
display: block;
clear: both;
height: 0;
visibility: hidden;
content: ".";
line-height: 0;
}
.clear {
display: inline-table;
min-height: 1%;
}
/* for macIE \*/
* html .clear {
height: 1%;
}
.clear {
display: block;
}
/* end of for macIE */
