﻿@charset "utf-8";


/*topのスタイルシート*/

/*グローバル上書き*/
div#global ul li#gmbtn03 a{
	background-position: left bottom;
}

/*contentsのページ*/
div#contents {
	margin: -25px auto 0 auto;
}

div#contents h3 {
	height: 300px;
	width: 900px;
	background: url(../images/special/h_special.jpg) no-repeat;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

/*main全体のページ*/
div#main {
	width: 900px;
	margin: 30px 0;
}

div#main div.list {
	padding: 20px 0;
	overflow: hidden
}
div#main div.list div#arrangement {
	height: 250px;
	width: 400px;
	background: url(../images/special/arrangement.jpg) no-repeat;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
	float: left;
}
div#main div.list div#wedding {
	height: 250px;
	width: 400px;
	background: url(../images/special/wedding.jpg) no-repeat;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
	float: left;
}
div#main div.list div#preserved {
	height: 250px;
	width: 400px;
	background: url(../images/special/preserved.jpg) no-repeat;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
	float: left;
}
div#main div.list div.text {
	width: 430px;
	margin-left: 70px;
	float: right;
}
div#main div.list div.text h4{
	font-size: 18px;
	font-weight: bold;
}
div#main div.list div.text p{
	margin:5px 0;
}
