@charset "UTF-8";

/* -------------------------------------
 reset
------------------------------------- */
html {
	overflow-y: scroll;
}
body, div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code,
form, fieldset, legend, input, textarea,
p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}

li {
	list-style-type: none;
}

fieldset {
	border: 0;
}

legend {
	display: none;
}

hr {
	display: none;
}

img {
	border: 0;
	vertical-align: bottom;
}

object,
embed {
	vertical-align: top;
}

/* -------------------------------------
 clearfix
------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%; /* for IE7 */
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* -------------------------------------
 body
------------------------------------- */
body {
	background: #FFF url(../img/bg01.jpg) top center;
	color: #90886a;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
	line-height: 1.7;
}

/* -------------------------------------
 a
------------------------------------- */
a:link {
	color: #d12e50;
}
a:visited {
	color: #d12e50;
}
a:hover {
	color: #e0899b;
	text-decoration: none;
}
a:active {
	color: #d12e50;
}

/* -------------------------------------
 margin
------------------------------------- */
.btm10 {
	margin-bottom: 10px;
}
.btm15 {
	margin-bottom: 15px;
}
