@charset "Shift_JIS";
/*___________ 基本設定 ___________ */
body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	background-image: url(../img-layout/bg_back.jpg);
	color: #525252;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center top;
}
#WRAP {
	width:760px;
	margin:0 auto;
	color:  #333333;
	background-color: #FFFFFF;
}
div {
	margin: 0;
	padding: 0;
	text-align:left;
}
p,pre {
	font:12px/150% 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
}
li {
	margin: 0;
	list-style-type: none;
}
ol, ul {
	margin: 0;
	padding: 0;
}
/* ____ リンクテキスト用 ____ */
a {
	color: #0066CC;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #CC0000;
	text-decoration: none;
}
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト用 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f11 {
	font-size: 11px;
	line-height:110%;
}
.f12 {
	font-size: 12px;
	line-height:150%;
}
.f14 {
	font-size: 14px;
	line-height:120%;
}
.f16 {
	font-size: 16px;
	line-height:120%;
}
.f18 {
	font-size: 18px;
	line-height:120%;
}
.text-right {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ テキスト・色 ____ */
.red {
	color: #CC0000;
	font-weight: bold;
}
.ora {
	color: #FF9900;
	font-weight: bold;
}
.blue {
	color: #0066CC;
	font-weight: bold;
}
.gry {
	color: #999999;
}
/* ____ マージン用 ____ */
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
/* ____ 画像用 ____ */
img {
	border:0;
}
.float-left {
	float: left;
	margin-right: 6px;
}
.float-right {
	float: right;
	margin-left: 6px;
}
.img-middle {
	vertical-align: middle;
}
/*___________ レイアウト設計【HEADER】 ___________ */
h1 {
	font-size:12px;
	color:  #996600;
	font-weight: normal;
	margin:0;
	padding: 2px 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #ded8c8;
}
#TOP {
	width: 760px;
	height: 65px;
	position: relative;
	background-image: url(../img-layout/bg_top.png);
}
#LOGO {
	position: absolute;
	left: 0px;
	top: 0px;
}
#MENU-HOME {
	width: 760px;
	height: 234px;
	float:left;
	background-color: #FFFFFF;
	background-image: url(../img-layout/main_img.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#MENU {
	width: 760px;
	height: 34px;
	float:left;
	background-color: #FFFFFF;
}
#MENU-STUDIO {
	width: 760px;
	float:left;
	background-color: #b4984f;
}
.menu {
	float: left;
	margin: 0;
}
/*___________ レイアウト設計【MAIN】 ___________ */
#MAIN {
	width:760px;
	float:left;
	padding-top: 10px;
}
#MAIN-PAD {
	margin: 0;
	padding: 0px 10px 20px;
}
/*___________ レイアウト設計【CONTENTS】 ___________ */
#CONTENTS {
	width:540px;
	float:right;
}
.pan {
	font-size:11px;
	background-color: #e7e3d8;
	color: #666666;
}

.ba_index02{
	margin: 5px 0 0 0;
}

#CONTENTS h2 {
	font-size:14px;
	color: #996600;
	line-height: 30px;
	text-indent: 20px;
	background-image: url(../img-layout/bg_h2.jpg);
	background-repeat: no-repeat;
	margin: 20px 0 10px;
	padding: 0;
	clear: both;
}

#CONTENTS h2.index01{
	margin: 5px 0 10px;
}

#CONTENTS h3 {
	font-size:14px;
	color: #ea4376;
	line-height: 180%;
	text-indent: 10px;
	margin: 5px;
	padding: 0;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #634242;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d2c9c9;
	clear: both;
}
#CONTENTS p {
	padding: 4px 10px;
	margin: 0px;
}
.pagetop {
	text-align: right;
	font-size: 11px;
}
/*___________ フォーム設計【CONTENTS】 ___________ */
#CONTACT {
	margin: 10px 10px 10px 10px;
	padding: 0 0 20px 0;
}
#CONTACT dl {
	font-size: 12px;
}
#CONTACT dt {
	float: left;
	width: 140px;
	text-align: right;
	margin: 0;
	padding: 13px 6px 0 0;
}
#CONTACT dd {
	width: auto;
	margin: 0 0 2px 0;
	padding: 8px 0 8px 146px;
	background-color: #f7f6f2;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #996f0b;
}
#CONTACT textarea {
	font-size: 12px;
	width:300px;
	height:60px;
}
#CONFIRM {
	margin: 10px 10px 40px 10px;
	padding: 0 0 20px 0;
}
#CONFIRM dl {
	font-size: 12px;
}
#CONFIRM dt {
	float: left;
	width: 140px;
	text-align: right;
	margin: 0 0 2px 0;
	padding: 8px 6px 8px 0;
}
#CONFIRM dd {
	width: auto;
	margin: 0 0 2px 0;
	padding: 8px 0 8px 146px;
	background-color: #f7f6f2;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #996f0b;
}
.price {
	margin: 10px;
	padding: 0 0 20px;
}
.price dl {
	font-size: 12px;
}
.price dt {
	float: left;
	width: 140px;
	text-align: center;
	margin: 0 0 2px 0;
	padding: 8px 6px 8px 0;
	line-height: 150%;
}
.price dd {
	width: auto;
	margin: 0 0 2px 0;
	padding: 8px 0 8px 146px;
	background-color: #f7f6f2;
	line-height: 150%;
}
/*___________ 追加設計【CONTENTS】 ___________ */
.bg-yell {
	background-color: #FFFFE8;
	border: 2px solid #FFCC00;
	margin: 10px;
	padding: 10px;
}
.check {
	font-size: 14px;
	line-height: 140%;
	padding: 0 10px 0 10px;
}
.check li {
	background-image: url(../img-layout/ico_check01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0 4px 0;
	text-indent: 22px;
}
.profile {
	padding: 10px 0 10px 0;
}
.profile-l {
	width:160px;
	float:left;
}
.profile-r {
	width: 380px;
	float:right;
	background-color: #F7F7F7;
}
/*___________ レイアウト設計【SIDE】 ___________ */
#SIDE {
	width:180px;
	float:left;
}
#SIDE h2 {
	font-size:14px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	background-image: url(../img-layout/side-h.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
.side {
	background-image: url(../img-layout/side-f.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
	padding: 8px 0 10px 0;
}
.side p {
	margin: 0;
	padding: 0 10px 8px 10px;
	color: #663300;
}
.side li {
	padding: 0 10px;
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
}
.side li a {
	color: #663300;
	text-decoration: none;
	background-image: url(../img-layout/side-li.jpg);
	background-repeat: no-repeat;
	display: block;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
.side li a:hover,
.side li a:active, 		/* for IE (Keyboard) */
.side li a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	background-image: url(../img-layout/side-li_o.jpg);
	background-repeat: no-repeat;
}
.side-btm10 {
	margin: 0 0 10px;
	padding: 0px;
}

/*___________ レイアウト設計【FOOTER】 ___________ */
#F-MENU {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
#F-MENU p {
	margin: 0;
	padding: 10px;
	text-align: center;
}
#FOOTER {
	margin: 0;
	padding: 10px;
	color: #663300;
	background-image: url(../img-layout/bg_foot.jpg);
	background-repeat: no-repeat;
}
#FOOTER p {
	margin: 0;
	padding: 0;
	text-align: center;
}
#FOOTER a {
	color: #0066cc;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #CC0000;
	text-decoration: underline;
}
.top20 {
	margin-top: 20px;
}
#QA {
	margin: 10px;
	padding: 0 0 20px;
}
#QA dl {
	font-size: 12px;
}
#QA dt {
	margin: 10px 0 2px 5px;
	padding: 10px 10px 8px 35px;
	background-image: url(../img-layout/ob_qa_q.gif);
	background-repeat: no-repeat;
	color: #E82862;
	line-height: 150%;
	font-size: 14px;
}
#QA dd {
	margin: 0 0 2px 5px;
	padding: 8px 20px 10px 35px;
	line-height: 150%;
	background-image: url(../img-layout/ob_qa_a.gif);
	background-repeat: no-repeat;
}
.qa_01 {
	background-color: #ffffeb;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#COMPANY {
	margin: 10px 10px 40px 10px;
	padding: 0 0 20px 0;
}
#COMPANY dl {
	font-size: 12px;
}
#COMPANY dt {
	float: left;
	width: 140px;
	text-align: right;
	margin: 0 0 2px 0;
	padding: 8px 6px 8px 0;
	background-color: #f2f2f2;
}
#COMPANY dd {
	width: auto;
	margin: 0 0 2px 0;
	padding: 8px 0 8px 146px;
	line-height: 130%;
}
/*___________ process ___________ */

#STEP {
	margin: 10px 0 0 10px;
}
#STEP h4 {
	color: #AE2D32;
	padding: 19px 0 10px 200px;
	margin: 0;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#STEP p {
	padding: 2px 10px 46px 110px;
	background-image: url(../img-layout/obj_step-f1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.step1 {
	width: 520px;
	background-image: url(../img-layout/obj_step1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.step2 {
	width: 520px;
	background-image: url(../img-layout/obj_step2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.step3 {
	width: 520px;
	background-image: url(../img-layout/obj_step3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.step3 {
	width: 520px;
	background-image: url(../img-layout/obj_step3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.step4 {
	width: 520px;
	background-image: url(../img-layout/obj_step4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.step5 {
	width: 520px;
	background-image: url(../img-layout/obj_step5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.step6 {
	width: 520px;
	background-image: url(../img-layout/obj_step6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.step7 {
	width: 520px;
	background-image: url(../img-layout/obj_step7.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#STEP-F {
	margin: 0 0 10px 10px;
}
#STEP-F h4 {
	color: #AE2D32;
	padding: 19px 0 10px 200px;
	margin: 0;
	font-size: 14px;
}
#STEP-F p {
	padding: 2px 10px 14px 110px;
	background-image: url(../img-layout/obj_step-f2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.step-f {
	width: 520px;
	background-image: url(../img-layout/obj_step8.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/*___________ voice ___________ */
.voice_l {
	float: left;
	width: 150px;
}
.voice_r {
	float: left;
	width: 390px;
}
.t_voice {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d2c9c9;
	color: #ea4376;
	font-size: 14px;
	font-weight: bold;
	display: block;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #663300;
}
/*___________ company ___________ */
.tbl {
	border-collapse: collapse;
	width: 95%;
	margin: 0 auto 0 10px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 10px;
}
.tbl th {
	background: #f2f2f2;
	font-size: 12px;
	text-align: left;
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 20%;
	line-height: 130%;
	font-weight: lighter;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.tbl td {
	background: #fff;
	font-size: 12px;
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 80%;
	line-height: 130%;
}
.float-left-galley {
	float: left;
	padding: 0px;
	margin: 0px 8px 0px 0px;
	width: 125px;
}
h4 {
	color: #634242;
	margin-left: 10px;
	font-size: 14px;
	line-height: 130%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #330000;
	clear: both;
}
.fra-l {
	float: left;
	width: 260px;
	background-image: url(../img-layout/bg_point4.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.fra-r {
	float: right;
	width: 260px;
	background-image: url(../img-layout/bg_point4.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.fra2-l {
	float: left;
	width: 260px;
}
.fra2-r {
	float: right;
	width: 260px;
}

.mt_d20 {
	margin-bottom: 20px;
}
.concept-read {
	background-image: url(../img-layout/bg_concept_msg.jpg);
	background-repeat: no-repeat;
	padding-top: 70px;
	padding-bottom: 20px;
}
.price_tbl {
	font-size: 12px;
	line-height: 150%;
	margin-left: 10px;
	width: 360px;
	margin-top: 20px;
}
.price_tbl th {
	background-color: #f7f6f2;
	padding: 8px 30px 8px 8px;
	font-weight: normal;
	width: 52px;
	text-align: right;
}
.price_tbl td {
	background-color: #f7f6f2;
	padding: 8px;
	width: 254px;
}
.price_tbl_b {
	font-size: 12px;
	line-height: 150%;
	margin-left: 10px;
	width: 520px;
	margin-top: 20px;
}
.price_tbl_b th {
	background-color: #f7f6f2;
	margin: 1px;
	padding: 8px;
	font-weight: normal;
	width: 120px;
	text-align: right;
}
.price_tbl_b td {
	background-color: #f7f6f2;
	padding: 8px;
}
.tbl_service {
	width: 96%;
	margin-left: 8px;
	padding: 0px;
}
#CONTENTS .dot {
	border-top: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	width: 490px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-color: #E1C4A6;
}

#henshin {
	text-decoration: none;
}
#omiai {
	text-decoration: none;
}
#prof {
	text-decoration: none;
}
#memory {
	text-decoration: none;
}
#pro {
	text-decoration: none;
}
#wedding {
	text-decoration: none;
}
.senzai {
	background-image: url(../img-layout/bg_senzai.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 570px;
}
.senzai_high {
	margin-top: 40px;
	height: 270px;
}
.senzai_high2 {
	margin-top: 20px;
	height: 520px;
}

