@charset "utf-8";
/* CSS Document */

body {
	background-color: #FBFBF4;
	font-size: 11px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 17px;
	margin: auto;
	color: #D2BA65;
	font-size: 11px;
}

html,body{
	height: 100%;
}

* {
	padding:0;
	margin:0;
}

img {
	border: 0px;
}

a {
	text-decoration:none;
	color:#D2BA65;
}
a:hover {
	text-decoration:none;
	color:#D2BA65;
}

h1 , h2 , h3 {
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h3.boldFont {
	font-weight: bold;
	margin: 10px 0px 2px 0px;
}

p {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	line-height: 17px;
}

.clear {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.cellphone_font {
	font-size: 12px;
}

