@charset "UTF-8";
/* ----- CSSリセット ----- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:bottom;
	background:transparent;
	font-weight:normal;
}
body {
	line-height:1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:none
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
del {
	text-decoration:line-through
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help
}
table {
	border-collapse:collapse;
	border-spacing:0
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0
}
input, select {
	vertical-align:middle
}
/* ------ CSSリセット -----  */

/* ----- 一般・共通設定 ------ */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
a {
	color: #555;
	text-decoration: underline;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 15px;
	line-height: 24px;
	height: 108px;
}
.wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#side {
	width: 245px;
	float: left;
	margin-top: 20px;
}
.contents {
	float: left;
	width: 715px;
	margin-top: 20px;
	background-image: url(images/top/line_side.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
/* ----- 一般・共通設定 ------ */

/* ----- header ------ */
#topLine {
	background-image: url(images/top/top_line.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 4px;
	margin: 0px;
	padding: 0px;
}
#header {
	position: relative;
}
h1 {
	margin-left: 10px;
	padding-top: 30px;
}
#headerContact {
	position: absolute;
	top: 40px;
	left: 288px;
}
#headerLink {
	position: absolute;
	left: 755px;
	top: 57px;
}
/* ----- header ------ */

/* ----- global navi ------ */
#globalNav {
	background-image: url(images/top/global_nav_bg.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 37px;
	margin-top: 15px;
}
#globalNav ul {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
}
#globalNav ul li {
	display: inline;
	margin-left: 22px;
}
/* ----- global navi ------ */

/* ----- side ------ */
.sideContact {
	background-image: url(images/top/side_contact_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 148px;
	width: 230px;
	margin-bottom: 20px;
}
.sideContact ul {
	padding-top: 10px;
	padding-left: 9px;
}
.sideLink {
	margin-bottom: 20px;
}
#sideMap {
	margin-bottom: 20px;
}
/* ----- side ------ */

/* ----- contents ------ */
#slider {
	margin-left: 14px;
}
#message {
	margin-left: 14px;
	margin-top: 20px;
}
#information {
	margin-left: 14px;
	margin-top: 20px;
}
#information dl dd {
	height: 180px;
	width: 698px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: -2px;
}
#information dl dd #image {
	margin-top: 12px;
	float: left;
	margin-left: 20px;
	border: 1px solid #CCC;
}
#information dl dd #info {
	float: left;
	margin-top: 12px;
	margin-left: 10px;
}
#service {
	margin-left: 14px;
	margin-top: 20px;
}
#service dl dd {
	height: 126px;
	width: 698px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: -2px;
}
#service dl dd ul {
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}
#service dl dd p {
	margin-top: 5px;
	margin-left: 30px;
}
#service dl dd ul li {
	background-image: url(images/top/icon_service.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#linkReturn {
	margin-top: 20px;
}
#linkReturn dl dt {
	margin-left: 13px;
}
#linkReturn dl dd {
	margin-left: 10px;
}
#linkReturn dl dd img {
	float: left;
	margin-right: 3px;
	margin-top: 8px;
	margin-left: 2px;
}
#linkWedding {
	margin-top: 20px;
}
#linkWedding dl dt {
	margin-left: 13px;
}
#linkWedding dl dd {
	margin-left: 10px;
}
#linkWedding dl dd img {
	float: left;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 8px;
}
#linkCelebration {
	margin-top: 20px;
}
#linkCelebration dl dt {
	margin-left: 13px;
}
#linkCelebration dl dd {
	margin-left: 10px;
}
#linkCelebration dl dd img {
	float: left;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 8px;
}
#linkBuddhism {
	margin-top: 20px;
	margin-left: 12px;
}
#tenmaya {
	margin-left: 14px;
	margin-top: 20px;
}
#tenmaya dl dd {
	height: 100px;
	width: 698px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: -2px;
}
#tenmaya dl dd ul {
	margin-left: 40px;
	padding-top: 20px;
}
#tenmaya dl dd ul li {
	background-image: url(images/top/icon_tenmaya.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-left: 20px;
	padding-top: 2px;
	margin-right: 10px;
}
#tenmaya dl dd p {
	margin-top: 5px;
	margin-left: 40px;
}
.goToTop {
	background-image: url(images/top/icon_gototop.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: 620px;
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 50px;
}
#footerLine {
	background-image: url(images/top/footer_line.png);
	background-repeat: repeat-x;
	height: 1px;
	margin-top: 50px;
}
#footerLogo {
	padding-top: 20px;
	padding-left: 30px;
}
#footer {
	position: relative;
}
#footerContact {
	position: absolute;
	top: 20px;
	left: 300px;
}
#footerNavi {
	font-size: 12px;
	margin-top: 40px;
	text-align: center;
}
address {
	font-size: 11px;
	font-style: normal;
	background-color: #CCC;
	height: 20px;
	text-align: center;
	margin-top: 35px;
}
/* ----- contents ------ */

/* ----- return,celebration ------ */
#banner {
	margin-left: 13px;
}
.recommended {
	margin-top: 10px;
}
.recommended dt {
	margin-left: 13px;
}
.recommended dd {
	width: 698px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: -2px;
	margin-left:13px;
	padding-bottom: 10px;
}
.item {
	width: 160px;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
}
.item img {
	border: 1px dotted #CCC;
	margin-bottom: 5px;
}
.item p {
	font-size: 12px;
	text-align: center;
	line-height: 18px;
}
.item p.price {
	color: #F00;
}
.recommended dd #textToContact {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 13px;
	margin-left: 30px;
}
.recommended dd #textToContact a {
	color: #F00;
}
.goToTopRecommended {
	background-image: url(images/top/icon_gototop.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: 620px;
	font-size: 13px;
	margin-bottom: 20px;
	margin-top: 20px;
}
/* ----- return,celebration ------ */

/* ----- wedding ------ */
#ttlWedding {
	margin-left: 13px;
}
#ttlWedding dd img {
	margin-top: 20px;
}
#ttlWedding dd p {
	font-size: 12px;
	margin-top: 20px;
	margin-left: 10px;
	line-height: 16px;
}
.recommended dd .text {
	margin-left: 10px;
	padding-top: 15px;
	margin-bottom: 10px;
}
#hagoita {
	margin-top: 20px;
}
#textHagoita {
	width: 330px;
	margin-left: 10px;
	float: left;
}
#textHagoita p {
	font-size: 13px;
	line-height: 18px;
	margin-top: 10px;
}
/* ----- wedding ------ */

/* ----- about ------ */
table, td, th {
	border: 1px #ccc solid;
	font-size:13px;
}
#ttlAbout {
	margin-left: 13px;
}
.about {
	margin-top: 20px;
}
.about dt {
	margin-left: 13px;
}
.about dd {
	margin-top: 20px;
	margin-left: 13px;
}
.imageAbout {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}
#noMargin {
	float: left;
	margin-top: 20px;
}
.about dd p {
	margin-top: 20px;
	margin-left: 10px
}
/* ----- about ------ */

/* ----- contact ------ */
#side2 {
	width: 245px;
	float: left;
	margin-top: 20px;
	background-image: url(images/top/line_side.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.contents2 {
	float: left;
	width: 715px;
	margin-top: 20px;
}
#contact {
	margin-left: 13px;
}
#textContact {
	font-size: 13px;
	margin-top: 40px;
	margin-left: 80px;
}
#red {
	color: #F00;
}
form {
	font-size: 13px;
	margin-left: 160px;
	margin-top: 40px;
}
/* ----- contact ------ */
#ttlBtsugu {
	margin-left: 13px;
}
#ttlBtsugu dd {
	margin-top: 10px;
}
