@charset "utf-8";



body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,table,th,td {
	margin:0;
	padding:0;
}

body {
	font:13px/1 "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;

}

img {
	border:0;
	vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	clear:none;
	line-height: 1.5em;
}

p,pre,blockquote,address,ul,dl,ol,th,strong,em {
	font-size: 100%;
	font-weight: inherit;
	font-style: normal;
	line-height: 1.54em;
}

ul,dl,ol {
	list-style-type:none;
	list-style-position:outside;
	text-indent:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}

th,td {
	text-align:left;
}

input,select,textarea {
	font-size:100%;
}

pre,code,kbd,samp,tt {
	font-family:monospace;
}

.clear {
	clear:both;
}

a {
	color: #b97b00;
	text-decoration:underline;
}

a:hover {
	color:#;
	text-decoration:none;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
