﻿@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,table,pre,address,ul,ol,dl {
	font-size: 100%; 
}
option { margin: 0 0 0 10px; }

/* Header内で設定 */

#index #header h2 {
	margin: 0 ;
	padding: 186px 0 0 494px;
	font-size: 1%;
	line-height: 1%;
	height: 90px;
	display: block;
	float: left;
	}
	
#floor #header h2, #flow #header h2, #menu #header h2, #low #header h2, #reason #header h2, #staff #header h2, #fmail #header h2 {
	margin: 0 ;
	padding: 0 ;
	font-size: 1%;
	line-height: 1%;
	height:261px;
	}

#header h2 {
	margin: 0 ;
	padding: 0 ;
	font-size: 1%;
	line-height: 1%;
}
	
#index #content h3 {
	margin: 0 0 17px 0;
	padding: 0 ;
	font-size: 1%;
	line-height: 1%; 
	height: 20px;
	}
	
#content h3 {
	margin: 9px 0 20px 0;
	height: 67px;
	}
		
#index #content h4 {
	margin: 0 ;
	height: 94px;
	width: 320px;
	}
	
#content h4 {	
	clear: both;
	margin: 0 0 13px 0 ;
	font-size:1%; line-height:1%;
}	
		
#content h5 {	
	clear: both;
	margin: 0 0 10px 0 ;
	}	
		
.title {
	margin: 0 0 10px 0;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: normal;
	background:url(../images/icon_01.jpg) 0 3px no-repeat;
	text-indent: 22px;
	font-weight: bold;
	color:#e696b0;
	}
.sub_title {
	margin: 0 0 5px 0;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: normal;
	background:url(../images/icon_03.jpg) 0 6px no-repeat;
	text-indent: 15px;
	font-weight: bold;
	color:#9b6734;
	}

a { color: #d5446e; outline: none; text-decoration: underline; cursor: pointer; }
a:hover { color: #ffbf1f; text-decoration: underline; cursor: pointer; }

#content ul.ul01 { margin: 0 0 0 10px ; padding: 0; list-style: none; }
#content ul.ul01 li { margin: 0; padding: 0 0 0 20px; list-style: none; line-height: 1.7em; background:url(../images/icon_01.jpg) 0 5px no-repeat; }

#content ul.ul_index { margin: 0 0 10px 0 ; padding: 0; list-style: none; }
#content ul.ul_index li { margin: 0; padding: 0 0 0 12px; list-style: none; line-height: 1.5em; background:url(../images/icon_02.jpg) 0 5px no-repeat; color:#e04280; }

#content ul.ul_index02 { margin: 0 0 10px 0 ; padding: 0; list-style: none; }
#content ul.ul_index02 li { margin: 0; padding: 0 0 0 12px; list-style: none; line-height: 1.5em; background:url(../images/icon_02.jpg) 0 5px no-repeat; color:#3C1F19; font-weight: bold; }

dl { margin: 0; }
dt { margin: 0; }
dd { margin: 0; }

#content table {
	margin: 0 ;
	border-collapse: collapse;
	border: 1px solid #b0867c;
	font-size: 100%;
	line-height: 1.5em;
	width: 100%;
	color: #000;
	}

div.staff {
	width: 650px;
	clear: both;
}

#content .staff_inner {
	margin: 0 0 0 20px;
	border-collapse: collapse;
	border: none;
	font-size: 100%;
	line-height: 1.5em;
	width: 430px;
	color: #DD435F;
	font-weight: bold;
	float: right;
}

#content table.staff th,
#content table.staff td {
	border: 1px solid #b0867c;
	padding: 8px;
}
#content .staff_inner p.staff_caption{
	width: 430px;
	height: 30px;
	background: #DD435F;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	padding-top: 5px;
	font-size: 140%;
}
#content table.staff th {
	background:#f5f1ef;
	color:#b0867c;
	font-weight: normal;
	text-align: left;
	width: 35%;
}

#content table th,
#content table td {
	padding: 8px;
	border: 1px solid #b0867c;
	}
#content table th {
	background:#f5f1ef;
	color:#b0867c;
	font-weight: normal;
	text-align: left;
	}
	
#content table td.top { vertical-align: top; }
#content table td.bottom { vertical-align: bottom; }
#content table td.right { text-align: right; }
#content table.table_01 { margin: 0 0 20px 0; }

p { margin: 0 0 1em; }

dt img, dd img, li img { vertical-align: bottom; }

.section { padding: 0 ; }
.section .section { margin-right: 0; padding: 0 0 ; }
.section .section .section { margin-left: 0; margin-right: 0; padding: 0 10px; }

.image_l { margin: 0; float: left; line-height: 1%; display: block; }
.image_r { margin: 0; float: right; line-height: 1%; display: block; }

.image_l1 { margin: 3px 15px 0 0; padding: 0 ; float: left; line-height: 1%; display: block; }
* html body .image_l1 { margin: 3px 12px 0 0 ; } /*  for IE6 only */

.image_r1 { margin: 3px 0 0 15px; padding: 0 ; float: right; line-height: 1%; display: block; }
* html body .image_r1 { margin: 3px 0 0 12px ; } /*  for IE6 only */


.case {
	margin: 0 ;
	background: url(../images/arrow_h.jpg) center 52px no-repeat;
	}

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
}
.case-noimg { margin: 10px 20px; }

.caption {
	margin: 0;
	color:#aa3c66;
	text-align: center;
	}

#content ul.totop {
	margin: 0 10px 30px 0 ;
	padding: 0;
	height: 33px;
	list-style: none;
	display: inline;
	float: right;
	}
#content ul.totop li {
	margin: 0;
	padding: 0;	
	width: 100px;
	height: 33px;
	list-style: none;
	font-size: 1%;
	line-height: 1%;
	}
#content ul.totop li a {
	text-indent: -9999px;
	display: block;
	height: 33px;
	font-size: 1%;
	line-height: 1%;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	}
	
.mt10 { margin-top: 10px; }
.mtl10 { margin-left: 10px; }
#content table.font_s td { font-size: 90%; }
	
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
	background: none;
}

body#index { margin: 0 ; text-align: center; background:url(../images/index_body_bg.jpg) center top no-repeat #fff; }
body { margin: 0 ; text-align: center; background:url(../images/body_bg.jpg) center top no-repeat #fff; }

#container01 { background:url(../images/body_bg_b.jpg) center bottom repeat-x; }

#wrapper {
	width: 954px;
	margin: 0 auto; 
	padding: 0;
	text-align: left;
}

#main {
	clear: both;
	margin: 0;
	padding: 0;
}

#index #content {
	margin: 0 22px 0 0 ;
	padding: 0;
	width: 650px;
	font-size: 130%;
	line-height: 1.5em;
	letter-spacing: 0;
	color:#3f3f3f;
	float: right;
	display: inline;
	}	

#content {
	margin: 0 5px 0 0 ;
	padding: 0;
	width: 650px;
	font-size: 140%;
	line-height: 1.5em;
	letter-spacing: 0;
	color:#3f3f3f;
	float: right;
	display: inline;
	}	
	
/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

#floor #header, #flow #header, #menu #header, #reason #header, #low #header, #staff #header, #fmail #header {
	width: 954px;
	height: 417px;
	margin: 0 ; 
	padding: 0 ;
	background:url(../images/contents_header_bg.jpg) 0 0 no-repeat;
}

#header {
	width: 954px;
	height: 417px;
	margin: 0 ; 
	padding: 0 ;
	background:url(../images/second_bg.jpg) 0 0 no-repeat;
}

#index #header {
	width: 954px;
	height: 520px;
	margin: 0 ; 
	padding: 0 ;
	background:url(../images/index_header_bg.jpg) 0 0 no-repeat;
}
#oneandhalf_campaign #header, #oneandhalf_plan #header, #oneandhalf_voice #header, #oneandhalf_faq #header, #oneandhalf_fmail #header, #wedding_campaign #header, #wedding_plan #header, #wedding_voice #header, #wedding_faq #header, #wedding_fmail #header, #second_fmail #header, #second_campaign #header, #second_plan #header, #second_voice #header, #second_faq #header {
	width: 954px;
	height: 416px;
	margin: 0 ; 
	padding: 0 ;
	background:url(../images/inner_bg.jpg) 0 0 no-repeat;
}
#header h1 { margin: 5px 0 0 0; padding: 0; font-size: 110%; float:right; text-align: right; position: absolute; line-height: 1em; color:#897A45; width: 920px; }

#header #header01 {
	width: 954px;
	height: 91px;
	margin: 0 ; 
	padding: 0 ;
	text-align: right;
}
#header #header01 .header_logo {
	margin:0 ;
	padding: 0 ;
	float: left;
	position: relative;
}
#header #header01 .header_tel {
	margin: 21px 0 0 0 ;
	padding: 0 ;
	float: right;
	position: relative;
}

#index #header #header02 {
	clear: both;
	width: 954px;
	height: 429px;
	margin: 0 ; 
	padding: 0 ;
}

/*#index #header_nav {
	margin: 0;
	width: 954px;
	height: 307px;
	}*/
	
#index #header_nav {
	margin: 0;
	width: 954px;
	height: 210px;
	}


#index #header_nav #header_nav_01 {
	clear: both;
	margin: 0 18px 16px;
	height: 178px;
	width: 918px;
	}

#index .header_nav_01 { margin: 0 22px 0 0 ;background: url(../images/header_nav_01_off.jpg) 0 0 no-repeat; width: 290px; height: 178px; cursor:pointer; color:#000; float: left; }
#index .header_nav_01 a { color:#000; text-decoration: none; }

#index .header_nav_01_hover { margin: 0 22px 0 0; background: url(../images/header_nav_01_on.jpg) 0 0 no-repeat; width: 290px; height: 178px;  cursor: pointer; color:#000; }
#index .header_nav_01_hover a { color:#000; text-decoration: none; }
#index .header_nav_01_hover a:hover { color:#000; text-decoration: none; }

#index .header_nav_02 { margin: 0 21px 0 0 ; background: url(../images/header_nav_02_off.jpg) 0 0 no-repeat; width: 295px; height: 178px; cursor:pointer; color:#000; float: left; }
#index .header_nav_02 a { color:#000; text-decoration: none; }

#index .header_nav_02_hover { margin: 0 21px 0 0  ; background: url(../images/header_nav_02_on.jpg) 0 0 no-repeat; width: 295px; height: 178px; cursor: pointer; color:#000; }
#index .header_nav_02_hover a { color:#000; text-decoration: none; }
#index .header_nav_02_hover a:hover { color:#000; text-decoration: none; }

#index .header_nav_03 { margin: 0 ; background: url(../images/header_nav_03_off.jpg) 0 0 no-repeat; width: 290px; height: 178px; cursor:pointer; color:#000; float: right; }
#index .header_nav_03 a { color:#000; text-decoration: none; }

#index .header_nav_03_hover { margin: 0 ; background: url(../images/header_nav_03_on.jpg) 0 0 no-repeat; width: 290px; height: 178px; cursor: pointer; color:#000; }
#index .header_nav_03_hover a { color:#000; text-decoration: none; }
#index .header_nav_03_hover a:hover { color:#000; text-decoration: none; }

#index .header_nav_text { margin: 0 ; font-size:120%; line-height:1.25em; padding: 93px 185px 15px 18px; }

#index #header_nav #header_nav_02 {
	clear: both;
	margin: 0 0 0 21px;
	background:url(../images/header01.jpg) 0 0 no-repeat;
	height:69px
	}

#index #header_nav #header_nav_02 p.info {
	margin: 0 76px 0 31px;
	padding-top: 10px;
	float: left;
	display: inline;
	}
#index #header_nav #header_nav_02 ul#info_header_nav {
	margin: 0 ;
	padding-top: 16px;
	width: 480px;
	float: left;
	display: inline;
	}

#index #header_nav #header_nav_02 ul#info_header_nav li {
	margin: 0 4px 0 0 ;
	padding: 0;
	float: left;
	display: inline;
	list-style: none;
	}
	
#floor #header #header02, #flow #header #header02, #menu #header #header02, #reason #header #header02, #low #header #header02, #staff #header #header02, #fmail #header #header02 {
	clear: both;
	width: 954px;
	height: 326px;
	margin: 0 ; 
	padding: 0 ;
}

#header #header02 {
	clear: both;
	width: 954px;
	height: 296px;
	margin: 0 ; 
	padding: 0 ;
}

#header #header02 ul#content_header_nav {
	margin: 0 2px ;
	padding: 0;
	list-style: none
}
#header #header02 ul#content_header_nav li {
	margin: 0 ;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;
}

/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#company_info {
	clear: both;
	padding: 0;
	margin: 0 2px 26px ;
	width: 950px;
	height: 227px;
	text-align: left;
	background: url(../images/index_footer_bg.jpg) center bottom no-repeat;
	}
	
#company_info #company_addess {
	margin: 0 0 0 34px ;
	padding-top: 57px;
	width: 380px;
	float: left;
	display: inline;
	}

#company_info #company_addess dl.dl02 { margin: 0; padding: 0; width: 380px; font-size: 120%;	}
#company_info #company_addess dl.dl02 dt { margin: 0; padding: 0 0 13px 0; width: 80px; float: left; display: inline; color:#5A3D1C; font-weight: bold;	}
#company_info #company_addess dl.dl02 dd { margin: 0;padding: 0 0 13px 0; width: 300px; float: left; display: inline;	 color:
#3f3f3f;}
	
#company_info .googlemaps {
	margin: 27px 10px 0 0 ;
	width: 480px;
	height: 190px;
	float: right;
	display: inline;
	}
	
#content #map {
	margin: 0 0 20px 0 ;
	width: 650px;
	height: 450px;
	border: 1px solid #c5a341;
	}

.gmap_bubble { font-size: 13px; width: 320px; height: 45px; }

#footer {
	clear: both;
	padding: 0 ;
	margin: 0 ;
	width: 954px;
	height: 332px;
	text-align: left;
	background: url(../images/footer_bg.jpg) center bottom no-repeat;
	}
#footer #footer01 {
	clear: both;
	padding: 0 ;
	margin: 0 0 0 68px ;
	height: 302px;
	}

#footer #footer01 dl { margin:0 ; padding: 28px 0 0 0; width: 190px; font-size: 120%; line-height: 1.8em; color:#666; float: left; display: inline;	}
#footer #footer01 dl dt { margin: 0 0 7px 0; padding: 0; line-height: 1%; }
#footer #footer01 dl dd { margin: 0 0 0 25px; padding: 0 0 4px 0; }
#footer #footer01 dl dd a { color:#666; text-decoration: none; }
#footer #footer01 dl dd a:hover { color:#cf4370; text-decoration: underline; }

#footer #footer01 dl.last { margin:0 ; padding: 28px 0 0 0; width: 270px; font-size: 120%; line-height: 1.8em; color:#666; float: left; display: inline;	}
#footer #footer01 dl.last dt { margin: 0 0 7px 0; padding: 0; line-height: 1%; }
#footer #footer01 dl.last dd { margin: 0 0 0 25px; padding: 0 0 4px 0; }

#footer address {
	clear: both;
	margin: 0 ;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 120%;
	color:#666;
	}
		
/*==========================================================================*/
/*                            Navigation                                    */
/*==========================================================================*/

#navi {
	margin: 0 0 0 12px ;
	padding: 0 0 20px 0 ;
	width: 251px ;
	float: left ;
	display: inline ;
}
#index #navi {
	margin: 0 0 0 21px ;
	padding: 0 0 20px 0 ;
	width: 251px ;
	float: left ;
	display: inline ;
}
#index .navi_bg { background:url(../images/index_nav_bg.jpg) 0 0 repeat-y; }
#index .navi_bg_b { background:url(../images/index_nav_bg_b.jpg) 0 bottom no-repeat; padding-bottom: 20px; }

.navi_bg { background:url(../images/nav_bg.jpg) 0 0 repeat-y; }
.navi_bg_b { background:url(../images/nav_bg_b.jpg) 0 bottom no-repeat; padding-bottom: 20px; }

.navi_bg_second { background:url(../images/nav_second_bg.jpg) 0 0 repeat-y; }
.navi_bg_b_second { background:url(../images/nav_second_bg_b.jpg) 0 bottom no-repeat; padding-bottom: 20px; }


.navi_bg_wedding { background:url(../images/nav_wedding_bg.jpg) 0 0 repeat-y; }
.navi_bg_b_wedding { background:url(../images/nav_wedding_bg_b.jpg) 0 bottom no-repeat; padding-bottom: 20px; }


.navi_bg_oneandharf { background:url(../images/nav_oneandharf_bg.jpg) 0 0 repeat-y; }
.navi_bg_b_oneandharf { background:url(../images/nav_oneandharf_bg_b.jpg) 0 bottom no-repeat; padding-bottom: 20px; }


#index #navi ul {
	margin: 0 0 7px 28px ;
	padding: 0 ;
	list-style: none ;
}

#index #navi ul li {
	margin: 0 0 5px 0;
	padding: 0 ;
	list-style: none ;
}

#navi ul {
	margin: 0 0 0 22px ;
	padding: 0 0 2px 0 ;
	list-style: none ;
}

#navi ul li {
	margin: 0 0 5px 0;
	padding: 0 ;
	list-style: none ;
}

#navi ul.ul01 {
	margin: 0 0 0 22px ;
	padding: 14px 0 4px 6px ;
	list-style: none ;
	background:url(../images/nav_bg_02.jpg) 0 0 no-repeat;
}


#navi ul.second_ul01 {
	margin: 0 0 0 22px ;
	padding: 14px 0 4px 6px ;
	list-style: none ;
	background:url(../images/nav_bg_second_02.jpg) 0 0 no-repeat;
}

#navi ul.wedding_ul01 {
	margin: 0 0 0 22px ;
	padding: 14px 0 4px 6px ;
	list-style: none ;
	background:url(../images/nav_bg_wedding_02.jpg) 0 0 no-repeat;
}

#navi ul.oneandharf_ul01 {
	margin: 0 0 0 22px ;
	padding: 14px 0 4px 6px ;
	list-style: none ;
	background:url(../images/nav_bg_oneandharf_02.jpg) 0 0 no-repeat;
}


#navi ul.ul01 li {
	margin: 0 0 1px 0;
	padding: 0 ;
	list-style: none ;
}


#navi ul.second_ul01 li {
	margin: 0 0 1px 0;
	padding: 0 ;
	list-style: none ;
}

#navi ul.wedding_ul01 li {
	margin: 0 0 1px 0;
	padding: 0 ;
	list-style: none ;
}

#navi ul.oneandharf_ul01 li {
	margin: 0 0 1px 0;
	padding: 0 ;
	list-style: none ;
}


#navi ul.ul02 {
	margin: 0 0 0 18px ;
	padding: 10px 0 4px 6px ;
	list-style: none ;
	background:url(../images/nav_bg_03.jpg) 0 0 no-repeat;
}

#navi ul.ul02 li {
	margin: 0 0 1px 0;
	padding: 0 ;
	list-style: none ;
}

/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

/*----------  Index  ----------*/

.index01 { margin: 6px 0 21px 0; border: 1px solid #bb9885; background:#fff; padding: 1px }
.index01_01 { background: url(../images/dot.jpg) 0 0 repeat; padding: 6px }
.index01_01_01 { background: url(../images/index_02.jpg) left bottom no-repeat #fff; padding: 7px }

.index02 { margin: 0 0 10px 21px ; background:url(../images/index_03.jpg) right bottom no-repeat; padding-bottom: 10px; }
.index02_text { margin: 0 0 0 5px; font-size: 92.85%; line-height: 1.153em; }
.index02_text_02 { margin: 0 247px 0 5px; line-height: 1.153em; }

.alpha { margin: 0 ; float: left; display: inline; }
.beta { margin: 0 ; float: right; display: inline; }

#index #content dl.dl01 { margin: 0 0 0 6px; padding: 0; width: 608px; line-height: 1.8em; }
#index #content dl.dl01 dt { margin: 0; padding: 0; width: 70px; float: left; display: inline; }
#index #content dl.dl01 dd { margin: 0; padding: 0; width: 530px; float: left; display: inline; }

/*----------  Background  ----------*/

.staff_voice_bg { margin: 0 0 20px 0; background:url(../images/staff_voice_bg.jpg) 0 0 no-repeat; height:220px;  }
.voice_text_01 { padding: 45px 60px 0 172px; }

.box01 { margin: 0 ; background:#fff; border: 1px dotted #7b6122; padding: 1px; }
.box01_01 { margin: 0; background:url(../images/box01_bg.jpg) left bottom repeat-x;padding: 7px 10px 5px; }

.link { font-size: 100%; color:#d5446e; margin: 0; line-height: 1.5em; }
.link a { color:#d5446e; background: url(../images/link_icon_off.jpg) 0 2px no-repeat; padding-left: 15px; }
.link a:hover { background: url(../images/link_icon_on.jpg) 0 2px no-repeat; color:#ffbf1f; text-decoration: none; }

.icon { margin: 0; padding: 0 0 0 12px; list-style: none; line-height: 1.5em; background:url(../images/icon_02.jpg) 0 6px no-repeat; }

/*-------------- Margin - Padding -----------------*/

.m0 { margin: 0; }

.mar_b10 { margin-bottom: 10px; }
.mar_b13 { margin-bottom: 13px; }
.mar_b20 { margin-bottom: 20px; }
.mar_b26 { margin-bottom: 26px; }
.mar_b30 { margin-bottom: 30px; }
.mar_b40 { margin-bottom: 40px; }

.mar_lr10 { margin-left: 10px; margin-right: 10px; }
.mar_lr25 { margin-left: 25px; margin-right: 25px; }
.pad_lr17 { padding-left:17px; padding-right:17px; }

/*-------------- Text -----------------*/

.text_bold { font-weight: bold; }
.text_bold02 { font-weight: bold; color: #DD435F; }
.text_right { text-align: right; }
.text_highlight { margin: 0 0 10px 0; font-weight: bold; color:#fe677a; }
.text_tel { color:#684800; }

/*-------------- Width -----------------*/

.w_20p { width: 20%; }
.w_180 { width: 180px; }
.w_437 { width: 450px; }
.w320 { width:320px; }
.mar_b18 { margin-bottom:18px; }
.second_bg_bottom { background:url(../images/second_index_bg_bottom.jpg) repeat-x 0 bottom; padding-bottom:33px; width:650px; }
.second_index01 { margin:0 21px 0 24px; }
.second_index02 { margin:0 ; }
.second_index_bg01 { background:url(../images/second_bg01.jpg) repeat-y 0 0; margin-bottom:35px; }
.second_index_bg01_top { background:url(../images/second_bg01_top.jpg) no-repeat 0 0; }
.second_index_bg01_bottom { background:url(../images/second_bg01_bottom.jpg) no-repeat 0 bottom; padding:4px 15px 4px 14px; }
.second_index_bg02 { background:url(../images/second_index_bg02.jpg) no-repeat 0 0; padding:31px 35px 36px 39px; margin-bottom:23px; }
.w_264 { width:264px; }
.second_index_mar01 { margin:0 0 0 22px; }
.second_index_bg03 { clear:both; margin:0; padding:30px 48px 54px 158px; background:url(../images/second_index_bg03.jpg) no-repeat 0 0; }
.second_index_bg04 { background:url(../images/second_index_bg04.jpg) repeat-y 0 0; margin-bottom:35px; }
.second_index_bg04_bottom { background:url(../images/second_index_bg03_bottom.jpg) no-repeat 0 bottom; padding:0 0 2px 0; }
.second_index_bg04_01 { background:url(../images/second_index_bg04_01.jpg) no-repeat 15px 0; padding:0 6px 0 15px; }
.second_index_bg04_02 { background:url(../images/second_index_bg04_02.jpg) no-repeat 0 0; padding:6px 6px 0 5px; }
.second_index_text01 { width:190px; margin:0 22px 0 0; display:inline; float:left; }
.mar_b06 { margin-bottom:6px; }
.second_index_text01 p { font-size:93%; line-height:1.67em; }
.pad_l05 { padding-left:5px; }
.second_index_text02 { width:190px; margin:0; float:right; }
.second_index_text02 p { font-size:93%; line-height:1.67em; }
.second_index_text03 { width:190px; margin:0; display:inline; float:left; }
.second_index_text03 p { font-size:93%; line-height:1.67em; }
.mar_b29 { margin-bottom:29px; }
.second_index_link_01 { margin:0 0 17px 435px; clear:both; }
.link01 {
	background:url(../images/second_index_link07_off.jpg) 0 0 no-repeat;
	width:650px;
	height:145px;
	color:#3F3F3F;
	margin:0 0 52px 0; padding:0;
	cursor:pointer;
	}
.link01 a { text-decoration:none; color:#3F3F3F;}
.link01 a:hover { text-decoration:none; color:#3F3F3F;}

.link02{
	background:url(../images/second_index_link07_on.jpg) 0 0 no-repeat;
	width:650px;
	height:145px;
	color:#3F3F3F;
	margin:0 0 52px 0; padding:0;
	cursor:pointer;
	}
.link02 a { text-decoration:none; color:#3F3F3F;}	
.link02 a:hover { text-decoration:none; color:#3F3F3F;}
#content p.link01_text01 { padding:68px 188px 0 204px; font-size:85%; line-height:13px; }
.w_25p { width:25%; }
.w_50p { width:50%; }
.w_200 { width:245px; }
.w_310 { width:310px; }
.w_400 { width:375px; }
.hei100 { height: 100px; }
.plan01 { width:250px; float:left; margin-right:15px; display:inline; }
.answer { padding:0 10px; }
.qa_cursor{ cursor:pointer; }
.qa { padding-bottom:10px; }
#content p.text_font12 { font-size:85%; }

.bg01 { background:url(../images/bg01_bg.jpg) repeat-y 0 0; }
.bg01_top { background:url(../images/bg01_top.jpg) no-repeat 0 0; }
.bg01_bottom { background:url(../images/bg01_bottom.jpg) no-repeat 0 bottom; padding:5px; }
.bg01_bg { background:url(../images/bg01.jpg) no-repeat 0 0; padding:14px 8px 0 8px; }
.bg01_link_01 { margin:0 0 17px 440px; clear:both; }
.campaign_link { padding:4px 0 0 0; margin:0 0 18px 0; }
.oneandhalf_bg01 { background:url(../images/oneandhalf_bg01.jpg) no-repeat 0 0; padding:29px 240px 0 25px; margin-bottom:24px; }
.bg02 { background:url(../images/oneandhalf_bg02.jpg) repeat-y 0 0; }
.bg02_bottom { background:url(../images/oneandhalf_bg02_bottom.jpg) no-repeat 0 bottom; }
.bg03 { background:url(../images/oneandhalf_bg03.jpg) no-repeat right 0 #ffe6e6; padding:6px 8px 0 6px; }
.oneandhalf_index_img01 { float:left; margin:0 3px 5px 0; display:inline; }
.oneandhalf_index_img02 { float:right; margin:0 0 5px 0; }
.oneandhalf_index_img03 { float:right; margin:0 0 5px 0; padding:70px 0 0 7px; }

.wedding_bg01_top { background:url(../images/wedding_bg01_top.jpg) no-repeat 0 0; margin-bottom:28px; }
.wedding_bg01_bottom { background:url(../images/wedding_bg01_bottom.jpg) no-repeat right bottom; padding:29px 20px 24px 26px; }
.pad_lr25{ padding-left:25px; padding-right:20px; }

.td01{ background:#ffeaea; color:#d0446e; font-weight:bold; text-align:center; }
.td02{ background:#ffeaea; color:#d0446e; font-weight:bold; width:220px; text-align:center; }
.fmail_img01 { float:left; margin:0 10px 0 0; display:inline; }
.fmail_img02 { float:right; margin:0; }

.btn_area {	width: 650px; }
.btn_area01 { width: 640px; }
.btn_area p{ float: left; }


body#wedding_plan #content table#wedding_t_plan th {
	background-color: #DFF3FF;
	text-align: center;
	color: #029BC4;
	font-weight: bold;
}

body#wedding_plan #content table#wedding_t_plan td.table_bg {
	background-color: #E8FCFF;
}

#out_link {
	background: url(../images/flow_step_09.jpg) top center no-repeat;
	width: 500px;
	height: 90px;
	margin: 5px auto 10px 70px;
	text-align: center;
	position: relative;
}
#out_link #left {
	position: absolute;
	top: 40px;
	left: 15px;
}
#out_link #right {
	position: absolute;
	top: 40px;
	right: 15px;
}