@charset "shift_jis";

/*----------------------------------------------------
		Reset
----------------------------------------------------*/
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,pre,dl,dt,dd,div,table,th,td,noscript,blockquote,form,hr,fieldset,address {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
img {
	border-style: none;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,td {
	vertical-align: top;
}
em,address {
	font-style:normal;
}
ul,dl,ol {
	list-style:none;
}
sup {
	vertical-align: 0.4em;
	line-height:1;
}
sub {
	vertical-align: -0.1em;
	line-height:1;
}


/*----------------------------------------------------
		Base
----------------------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size:12px;
	line-height:22px;
	color:#48382f;
}

p,h1,h2,h3,h4,h5,h6,ul,ol,dl {
	font-size:12px;
	line-height:22px;
	text-align:left;
}

table {
	font-size:12px;
	line-height:18px;
	text-align:left;
}

.table_8{
	font-size:13px;
	line-height:22px;
	text-align:left;
	padding-top:30px;
}

.table_10{
	font-size:13px;
	line-height:22px;
	text-align:left;
}


/*----------------------------------------------------
		Link
----------------------------------------------------*/
a:link, a:visited {
	color: #606529;
	text-decoration: underline;
}
a:hover, a:active {
	color: #ffffff;
	text-decoration: none;
	/*background:#7b8049;*/
}


/*----------------------------------------------------
		Clear
----------------------------------------------------*/
.cl { clear:both; }

/*---------- clearfix ----------*/
.clearfix{
	min-height:1%;
	position:relative;
}
.clearfix:after{
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
* html .clearfix{
	/*\*/height:1%;/*for WinIE*/
	display:inline-table;/*for MacIE*/
}

