﻿@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

body {
	background: none #FFFBFA;

}


div#wrap {
	background: url(../image/glo-bg01.jpg) repeat-x #FFFFFF;
	width: 100%;
}

div#WrapIn {
	width: 840px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}



/*==================================================
	HEADER
==================================================*/

h4 {
	width: 600px;
	height: 25px;
	line-height: 25px;
	font-size: 1.5em; /* 18px */
	background: url(../image/glo-title-bg01.gif) no-repeat left top;
	text-indent: 25px;
}
h5 {
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Verdana,"MS P Gothic",Arial,Helvetica,sans-serif;
	font-size: 1.167em; /* 14px */
	font-weight: bold;
}


/*==================================================
	CONTETNTS
==================================================*/

/* 心に残る結婚式をプロデュース！
------------------------------------------------- */
.index01 { clear: both; }
.index01 div {
	margin-top: 20px;
	background: url(../image/index-img01.jpg) no-repeat right top;
	padding-right: 200px;
	min-height: 150px;
}
* html .index01 div { height: 150px; } /* IE6用 */


/* あなたはどんな風にカスタマイズしますか?
------------------------------------------------- */
.index02 { clear: both; margin-top: 40px; }
.index02 div {
	margin-top: 20px;
	background: url(../image/index-img02.jpg) no-repeat right top;
	padding-right: 225px;
	min-height: 150px;
}
* html .index02 div { height: 150px; } /* IE6用 */


/* ブライダルプラン紹介
------------------------------------------------- */
.index03 { clear: both; margin-top: 40px; }
.index03 div {
	margin-top: 5px;
	padding: 14px 0;
	border: 1px solid #EDC7C7;
	background: #F8ECEC;
	overflow: hidden;
	clear: both;
}
.index03 div ul {
	width: 570px;
	margin-left: 14px;
}

.index03 div ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .index03 div ul { margin-left: 7px; } /* IE6用 */

.index03 div ul li {
	width: 274px;
	background: url(../image/glo-icon01.gif) no-repeat left center;
	padding-left: 11px;
	float: left;
}
.index03 p {
 text-align: right;
	margin-top: 15px;
}


/* 新着情報
------------------------------------------------- */
.index04 { clear: both; margin-top: 40px; }
.index04 div {
	margin-top: 19px;
	border: 1px solid #EDC7C7;
	height: 120px;
	overflow-y: auto;
}
* html .index04 div { width: 582px; } /* IE6用 */
.index04 div table {	width: 100%; }
.index04 div table tr th,
.index04 div table tr td {
	font-size: 1em;
	line-height: 1.6em;
	padding: 3px 0 3px 16px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.index04 div table tr th { width: 102px; /* 118px */ }
.index04 div table tr.even th,
.index04 div table tr.even td {
 background: #F8ECEC;
	border-top: 1px solid #FBF3F3;
	border-bottom: 1px solid #FBF3F3;
}
.index04 p {
 text-align: right;
	margin-top: 15px;
}