@charset "UTF-8";

/* basic elements
======================================*/
html {
	font-size: 100%;
}
body {
	margin: 0;
	padding: 0;
	width: auto !important;
	font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','MS UI Gothic','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	*font-size: 75%;
	line-height: 1.5;
	color: #4d3b17;
	background-color: #f0ebdf;
}
p {
	margin: 0;
	padding: 0;
}
img {
	border: 0 none;
	vertical-align: bottom;
}
em {
	font-style: normal;
	font-weight: bold;
}
strong {
	color: #cc3300;
}
sup {
	vertical-align: 0.333em;
	font-size: 75%;
	*font-size: 100%;
}
sub {
	vertical-align: baseline;
	font-size: 75%;
	*font-size: 100%;
}
hr {
	width: 100%;
	height: 1px;
	margin: 1.95em 0 0;
	*margin-top: 1.4em;
	padding: 0;
	border: 0 none;
	color: #e2dbbf;
	background-color: #e2dbbf;
}

/* link
======================================*/
a:link {
	color: #806A00;
	text-decoration: underline;
}
a:visited {
	color: #80774c;
	text-decoration: underline;
}
a:focus {
	color: #e6bf00;
	text-decoration: none;
}
a:link:hover,
a:visited:hover,
a:link:active,
a:visited:active {
	color: #e6bf00;
	text-decoration: none;
}
a.url:link,
a.url:visited {
	text-decoration: none;
}
a.url:focus {
	text-decoration: none;
}
a.url:link:hover,
a.url:visited:hover,
a.url:link:active,
a.url:visited:active {
	text-decoration: none;
}

/* class
======================================*/
.center {
	text-align: center;
	zoom: 1;
}
.right {
	text-align: right;
	zoom: 1;
}
.none {
	display: none;
}
