@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

li,ul,ol {
	list-style-type: none;
}

div, ul, li {
	margin:0px;
	padding:0px;
}

h1,h2,h3,h4,h5,h6,p,ol,li {
	text-align: left;
}

img {
	margin:0px;
	padding:0px;
}

body {
	text-align: center;
	background-image: url(../img2/bg_body.gif);
	background-repeat: repeat;
	background-position: left top;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	color: #3F3F3F;
}

#header {
	margin-bottom: 32px;
}

#sitemane h1 {
	margin-bottom: 19px;
}

#sitemane p {
	margin-bottom: 25px;
	text-indent: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.ttl {
	margin-bottom: 20px;
}

.btn {
	margin-bottom: 50px;
	display: block;
	height: 55px;
	width: 364px;
	margin-right: auto;
	margin-left: auto;
}

#ad1 p {
	width: 745px;
	line-height: 140%;
	margin-bottom: 2em;
	margin-right: auto;
	margin-left: auto;
}

#ad1 .img {
	margin-bottom: 20px;
}

#ad2 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 10px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;

}

#ad2 h3 {
	margin-bottom: 20px;
	width: 762px;
	margin-right: auto;
	margin-left: auto;
}

#ad2 .box {
	width: 700px;
	line-height: 140%;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}

#ad2 .box span {
	color: #808080;
	font-size: 13px;
}

#price {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	background-image: url(../img2/bg_price.jpg);
	background-repeat: no-repeat;
	background-position: left 25px;
	padding-top: 25px;
	margin-bottom: 35px;
}

#ad3 p {
	width: 745px;
	line-height: 140%;
	margin-bottom: 2em;
	margin-right: auto;
	margin-left: auto;
}

#ad3 .box {
	margin-bottom: 25px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFFF;
	padding-right: 1px;
	padding-left: 1px;
	background-image: url(../img2/bg_container.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
