@charset "utf-8";

@import "/css/common/default.css";		/* Browser Reset, Common Setting css */
@import "/css/common/layout.css";		/* Layout, Frame Setting css */
@import "/css/common/header.css";		/* Header Setting css */
@import "/css/common/sidebar.css";		/* Sidebar Setting css */
@import "/css/common/footer.css";		/* Footer Setting css */
@import "/css/common/enhance.css";		/* Enhance Setting css */


/*
		TOP
 -------------------------------------------------- */

/* トップ枠 */
#content .top{
	width: 760px;
	background: url(../img/top-bg.jpg) no-repeat;
}


/* 見出し画像 */
#content .top img{ margin: 0px 0px 0px 0px }


/*
		service
 -------------------------------------------------- */

/* 枠 */
#content .service{
	width: 730px;
	margin: 20px 15px 0px 15px;
	background: url(../img/bg.jpg) 296px 0px no-repeat;
}


/* タイトル1 */
#content .service h2 img{
	margin: 65px 0px 0px 4px;
}

/* テキスト */
#content .service p{
	text-align: center;
	margin: 25px 0px 0px 0px;
}

/* タイトル2 */
#content .service h3{
	margin: 15px 0px 0px 178px;
}

/*
		special-service
 -------------------------------------------------- */

/* 枠 */
#content .special-service{
	width: 730px;
	margin: 60px 15px 0px 15px;
}


/* タイトル */
#content .special-service h2{
	margin: 0px 0px 0px 4px;
}

/* テキスト */
#content .special-service p{
	text-align: center;
	margin: 15px 0px 0px 0px;	
}

/* 各サービス */
#content .special-service ul{
	margin: 15px 0px 0px 0px;	
}

#content .special-service ul li{
	margin: 0px 0px 15px 60px;	
}


/*
		special-present
 -------------------------------------------------- */

/* 枠 */
#content .special-present{
	width: 730px;
	margin: 60px 0px 0px 15px;
}

/* 枠 */
#content .special-present h2{
	margin: 0px 15px 0px 4px;
}

/* テキスト */
#content .special-present p{
	text-align: center;
	margin: 15px 0px 0px 0px;	
}


/* プレゼント画像 */
#content .special-present ul li{
	margin: 15px 0px 0px 0px;			
}


/* オーダーシステム */
#content .special-present dl{
	margin: 45px 0px 0px 0px;	
}

#content .special-present dl dt{
	margin: 0px 0px 0px 15px;	
}

#content .special-present dl dd{
	margin: 25px 0px 0px 88px;	
}

/*
		Information
 -------------------------------------------------- */

/* 全体枠 */
#content .information{
	margin: 60px 15px 0px 15px;
}


/* 画像 */
#content .information img.pic{
	float: left;
	margin: 15px 20px 0px;
	border: 1px #dedede solid;
}


/* テキスト-タイトル */
#content .information h3{
	margin: 0px 30px 0px 335px;
	padding: 15px 0px 3px 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	border-bottom: 1px solid #593900;
}

/* テキスト-タイトル 色指定 金色 */
#content .information h3.gold{
	color: #593900;
}

/* テキスト-タイトル 色指定 ピンク */
#content .information h3.pink{
	color: #f58cc5;
}

/* テキスト-リード リストタイプ */
#content .information ul.lead {
	margin: 15px 35px 0px 340px;
}

#content .information ul.lead li{
	line-height: 150%;
	list-style-type: none;
}

#content .information ul.lead li.bold{
	font-weight: bold;
}

/* テキスト-リード 文章タイプ */
#content .information p.lead {
	margin: 15px 35px 0px 340px;
	line-height: 160%;
}

/* テキスト 太字 */
#content .information p.bold{
	margin: 20px 35px 0px 340px;
	font-weight: bolder;
}	

/* ------------------------------ Link */

/* 全体枠 */
#content .information ul.link{
	margin: 10px 35px 0px 320px;
}

/* リンク-共通 */
#content .information ul.link li{
	margin: 0px 10px 0px 20px;
	padding: 7px 7px 7px 25px;
	background: #e3e3e3 url(http://www.kekkon-j.com/esthetics/edit/img/new/link-back-01.gif) 15px 11px no-repeat;
}

/* リンク-2段上の背景指定 */
#content .information ul.link li.list-gray{ background-color: #f5f5f5;}
#content .information ul.link li.list-pink{ background-color: #ffeaf1;}


#content .information ul.link li a{ color: #000000; text-decoration: none; }
#content .information ul.link li a:hover{ color: #f9396f; }

