@import url("../common/common.css");
/*------------------------------------------------------------------------------
メニューアイコン設定
------------------------------------------------------------------------------*/
#left .m_title {
	background:url("img/menu_title.gif") no-repeat;
}

/*------------------------------------------------------------------------------
見出し
------------------------------------------------------------------------------*/
h1 {
	margin:0 0 30px;
	width:700px;
}

/*------------------------------------------------------------------------------
タイトル
------------------------------------------------------------------------------*/
.text p.planner,
.text p.dress,
.text p.hairmake,
.text p.chef,
.text p.patissiere,
.text p.cameraman,
.text p.florist,
.text p.service {
	padding:10px 0 0 100px;
	width:400px;
	height:50px;
	font-size:18px;
	font-weight:bold;
	letter-spacing:2px;
	line-height:24px;
	text-align:justify;
	text-justify:distribute;/* Win IE only */
}

.text p.planner {
	background:#fff url("img/planner.gif") no-repeat 0 0;
	color:#ec5878;
}

.text p.dress {
	background:#fff url("img/dress.gif") no-repeat 10px 0;
	color:#08add6;
}

.text p.hairmake {
	padding-left:60px;
	background:#fff url("img/hairmake.gif") no-repeat 20px 0;
	color:#ac8f13;
}

.text p.chef {
	padding-left:90px;
	background:#fff url("img/chef.gif") no-repeat 20px 0;
	color:#c0b300;
}

.text p.patissiere {
	padding-left:90px;
	background:#fff url("img/patissiere.gif") no-repeat 10px 0;
	color:#c20008;
}

.text p.cameraman {
	padding-left:90px;
	background:#fff url("img/cameraman.gif") no-repeat 10px 0;
	color:#019ab6;
}

.text p.florist {
	padding-left:80px;
	background:#fff url("img/florist.gif") no-repeat 20px 0;
	color:#c74c5c;
}

.text p.service {
	padding-left:120px;
	width:380px;
	background:#fff url("img/service.gif") no-repeat 10px 0;
	color:#26b09f;
}

/*------------------------------------------------------------------------------
本文とイメージ
------------------------------------------------------------------------------*/
.border {
	margin:0 0 25px;
	border-bottom:1px #333 solid;

}

.white {
	padding-top:30px;
	margin:0 20px 20px 20px;
	background:#fff;
}

.box {
	margin:0 20px 0;
	padding:0 20px 20px;
	background:#fff;
	width:620px;
}

.space {
	padding:0 20px 10px;
}

.perple {
	margin-top:70px;
	float:right;
}

.text {
	float:left;
	width:450px;
	text-align:justify;
	text-justify:distribute;/* Win IE only */
}

.text3 {
	float:left;
	width:420px;
	margin-left:10px;
	_margin-left:5px;
	text-align:justify;
	text-justify:distribute;/* Win IE only */
}

.text2 {
	float:right;
	width:420px;
	margin-right:10px;
	_margin-right:5px;
	text-align:justify;
	text-justify:distribute;/* Win IE only */
}

.image {
	float:right;
	margin-right:20px;
	_margin-right:10px;
}

.image2 {
	float:left;
	margin-left:20px;
	_margin-left:10px;
}

#abso,
#abso2,
#abso3 {
	position:relative;
}

.image3 {
	position:absolute;
	top:20px;
	left:30px;
}

.image4 {
	position:absolute;
	top:20px;
	left:490px;
}

h2 {
	float:left;
	margin:0;
	padding:4px 10px 5px 35px;
	height:28px;
	background:#fff url("../common/img/icon_2.gif") no-repeat;
	color:#600;
	font-size:18px;
	line-height:22px;
}

h2.r_ttl {
	float:right;
}

.text p,
.text2 p,
.text3 p {
	line-height:16px;
}

.text p span,
.text3 p span,
.text2 p span {
	display:block;
	padding:5px 0;
	font-size:14px;
	line-height:20px;
}

.text p span strong,
.text3 p span strong,
.text2 p span strong {
	color:#600;
	font-size:14px;
	line-height:18px;
}

.text p strong,
.text3 p strong,
.text2 p strong {
	color:#600;
}

.text .catch,
.text3 .catch,
.text2 .catch {
	margin:20px 0 5px;
	padding-left:5px;
	height:auto;
}

.text .catch a,
.text3 .catch a,
.text2 .catch a {
	display:block;
	padding:10px 60px 0 10px;
	height:34px;
	width:400px;
	background:#fff url("../common/img/line_mark3.gif") no-repeat right bottom;
}

.btm {
	padding-bottom:10px;
}

.btm2 {
	padding-bottom:30px;
}

.link3 {
	width:240px;
	margin:0 auto;
}

.link3 a {
	margin:0;
	display:block;
	width:240px;
	height:25px;
	background: url("../common/img/btn11.gif") no-repeat;
	text-indent:-5000px;
	outline:0;
}

.link3 a:hover {
	background-position:0 -25px;
}

