@charset "utf-8";

body {
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
	color:#000;
	font-size:75%;
	letter-spacing:0.1em;
}

/*============================================================

	for all base

============================================================*/
img {
	vertical-align:top;
	border:none;
}
body, p, ul, ol, li, form, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, address {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, input, textarea, table {
	font-size:100%;
}
ul, ol {
	list-style:none;
}
em, cite{
	font-style:normal;
}
a {
	outline:none;
	overflow:hidden
}
br {
	letter-spacing:normal;
}

/*------------------------------
	font
------------------------------*/
body,input,select,textarea {
	font-family:"ヒラギノ角ゴ Pro W3", sans-serif;
	/*\*/
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	_font-family:"ＭＳ Ｐゴシック", sans-serif;
	/**/
}

/*------------------------------
	link color
------------------------------*/
a:link {
	color:#6a5b28;
	text-decoration:underline;
}
a:visited {
	color:#6a5b28;
	text-decoration:underline;
}
a:active {
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
}

/*------------------------------
	page top
------------------------------*/
.pagetop {
	clear:both;
	margin:0 0 20px;
	text-align:right;
}

/*------------------------------
	rollover
------------------------------*/
a:hover img.over {
	opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
}

/*------------------------------
	clearfix
------------------------------*/
.cf:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	line-height:0;
	visibility:hidden;
}
.cf	{
	display:inline-table;
	min-height:1%;
}
* html .cf {
	height:1%;
}
.cf {
	display:block;
}





