@charset "utf-8";

/* 共通設定 */

*{margin:0; padding:0;}

html {
background:url(../images/common_images/bg_bottom.jpg) repeat-x left bottom;
}

body {
	background: url(../images/common_images/bg_top.jpg) repeat-x left top;
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height:16px;
}

#wrapper {
	height: auto;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
}
a:link { color:#663300; text-decoration:underline; }
a:visited { color:#663300; text-decoration:underline; }
a:hover { color:#e5bd82; text-decoration:none; }
a:active { color:#e5bd82; text-decoration:none; }


h1 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	background: url(../images/common_images/bg_top.jpg) no-repeat;
	padding: 5px 10px;
}

h2 {
	float: right;
	padding-top: 30px;
	padding-right: 50px;
	line-height: 1em;
	font-size: 12px;
	font-weight: normal;
	color: #330000;
}

h3 {
margin-bottom:10px;
}

img { border:0; }

/* 汎用クラス */
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}
.floatR {
	float: right;
}

.floatL {
	float: left;
}

.btn {
	text-align: center;
}

.txt_right {
	text-align: right;
}

.txt_center {
text-align:center;
}

.txt_big {
font-size:110%;
}

.txt_small {
font-size:80%;
}

.margin_T30 {
margin-top:30px;
}

.margin_T20 {
margin-top:20px;
}

.margin_T15 {
margin-top:15px;
}

.margin_B30 {
margin-bottom:30px;
}

.margin_B20 {
margin-bottom:20px;
}

.margin_B15 {
margin-bottom:15px;
}

.margin_R10 {
margin-right:10px;
}

.margin_R20 {
margin-right:20px;
}

.margin_l5 {
margin-left:5px;
}

.margin_l10 {
margin-left:10px;
}

.margin_l20 {
margin-left:20px;
}

.padding_l10 {
	padding-left:10px;
}

.txt_orenge {
color:#ff6600;
}

.txt_red {
color:#CC3300;
}

.txt_green {
color:#009966;
}

.txt_blue {
color:#0066FF;
}


/* コンテンツ内部 */
#contents {
	margin-top: 10px;
}
/* clearfix */
#contents:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


#menu {
	float: left;
	height: 100%;
	width: 205px;
}
#menu ul {
	list-style: none;
}
#menu li {
	display: block;
}
#menu li a {
	border-style: none;
	display: block;
}
#main {
	float: right;
	height: auto;
	width: 660px;
	margin-bottom:20px;
}

#l_bnr {
	height: auto;
	width: auto;
	padding-left: 5px;
}
.top_leftbn {
	margin-bottom: 15px;
}


/* footer関係 */
#footer {
	clear: both;
	width: auto;
	height:70px;
}

.foot_link {
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.1em;
	padding-top: 10px;
}
.foot_link a:link {
color:#FFFFFF;
text-decoration:underline;
}
.foot_link a:visited {
color:#FFFFFF;
text-decoration:underline;
}
.foot_link a:hover {
color:#FFFFFF;
text-decoration:none;
}
.foot_link a:active {
color:#FFFFFF;
text-decoration:none;
}
.copyright {
	color: #FFFFFF;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 15px;
}


/* section関係 */

.section {
	width:630px;
	margin-left:15px;
	margin-top:20px;
	margin-bottom:15px;
}
/* clearfix */
.section:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.section table {
	width:630px;
}

.section table.mail {
	width:600px;
}
.section table.mail th {
	width:150px;
	padding:5px;
	text-align:left;
	background-color:#e5bd82;
	color:#663300;
	border-bottom:1px dotted #663300;
}
.section table.mail td {
	width:430px;
	padding:5px;
	text-align:left;
	border-bottom:1px dotted #663300;
}
.comment {
	padding:5px 10px;
	line-height:18px;
}
.comment span {
	color:#CC9933;
}

.pagetop {
	text-align:right;
	padding-right:20px;
}
.pagetop a:link { color:#6a3906; text-decoration:none; }
.pagetop a:visited { color:#6a3906; text-decoration:none; }
.pagetop a:hover { color:#e5bd82; text-decoration:underline; }
.pagetop a:active { color:#e5bd82; text-decoration:underline; }

/* photo border関係 */

.staff_photo {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:4px;
}
.p_border { border:1px solid #999999; }

/* 背景枠関係 */

.memobg {
	background-image:url(../images/common_images/memobg_01.gif);
	background-repeat:repeat-y;
}
.memobg .atte {
padding:10px 0 5px 20px;
}
.memobg .txt_box {
padding:25px 10px 10px 20px;
}
.memobg img {
vertical-align:bottom;
}

.anchorbg {
	background-image:url(../images/common_images/anchor_bg01.gif);
	background-repeat:repeat-y;
	background-position:top;
	padding-top:10px;
	margin:0 auto 15px auto;
	width:630px;
}
.anchorbg img {
vertical-align:bottom;
}
.limitedbg {
    width:400px;
	background-image:url(../price/images/limited_bg01.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.limitedbg table {
    width:400px;
}
.limitedbg img {
vertical-align:bottom;
}

.section_bg01 {
	background-image:url(../price/images/price_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

/* 線関係 */

.dot {
	background-image:url(../images/common_images/dot.gif);
	background-repeat:repeat-y;
	width:1px;
}

/* テキスト関係 */

.text_box01 {
	width:630px;
	margin:0 auto 15px auto;
}	
.text_box02 {
	width:620px;
	margin:0 auto 15px auto;
}	

/* clearfix */
.text_box01:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.text_box02:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.text_box01 img {
	vertical-align:bottom;
	margin-bottom:-2px;
}
