@charset "UTF-8";

@import url("setting.css");

/* ----------------------------------------
	description
---------------------------------------- */

h1 {
	width: 100%;
	min-width: 850px;
	height: 25px;
	background-color:#2F1203;
	text-align: center;
	line-height: 25px;
	color: #CCC;
	font-size: 10px;
}


/* ----------------------------------------
	container
---------------------------------------- */

#container {
	width: 100%;
	min-width: 850px;
	background: url(../img/bg_container.png) repeat-x center top;
}


/* ----------------------------------------
	header
---------------------------------------- */

#header {
	width: 850px;
	margin: auto;
	padding: 20px 0;
}

#header img {
	width: 220px;
	display: block;
	float: left;
}

#nav {
	float: right;
	margin-right: 20px;
}

#nav li {
	width: 119px;
	height: 28px;
	margin-left: 1px;
	float: left;
	position: relative;
}

.category {
	display: block;
	background: #E1E1E1;
	text-align: center;
	line-height: 28px;
	color: #333;
}

.category:hover {
	background: #CCC;
	color: #FFF;
}

#nav ul {
	display: none;
	position: absolute;
	top: 28px;
	left: -1px;
	z-index: 500;
}

#nav ul li a{
	display: block;
	padding: 0 5px;
	background: #E0CEC7;
	text-align: left;
	line-height: 28px;
	color: #333;
}

#nav ul li a:hover{
	display: block;
	padding: 0 5px;
	background: #B49D95;
	text-align: left;
	line-height: 28px;
	color: #FFF;
}


/* ----------------------------------------
	inquiry
---------------------------------------- */

#inquiry  {
	width: 215px;
	margin-right: 20px;
	float: right;
}

#form {
	display: block;
	width: 215px;
	height: 40px;
	margin: 10px 0;
	background: url(../img/inquiry_bg.png);
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
}

#tel {
	padding-left: 15px;
	background: url(../img/tel_arrow.gif) no-repeat left center;
	font-size: 18px;
	color: #230802;
	float: right;
}


/* ----------------------------------------
	main
---------------------------------------- */

#main {
	width: 840px;
	height: 430px;
	margin: auto;
	border: 5px solid #CCC;
}


/* ----------------------------------------
	contents
---------------------------------------- */

#contents_wrap {
	width: 850px;
	margin: 15px auto 20px;
}

#contents {
	width: 660px;
	float: right;
}

#info {
	width: 628px;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #CCC;
	background: #FFFFFF;
}

#info h2 {
	width: 150px;
	height: 63px;
	margin: 15px 0 10px;
	background: url(../img/info_title.gif);
	text-indent: -9999px;
}

#info dt {
	font-size: 12px;
	font-weight: bold;
	color: #4C4C4C;
}

#info dd {
	margin: 5px 0 10px;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 10px;
	font-size: 14px;
}

#info dd a {
	color: #8D8279;
	font-weight: bold;
}

#info_list {
	display: block;
	padding-left: 15px;
	background: url(../img/info_arrow.gif) no-repeat left center;
	color: #4C4C4C;
	float: right;
}

#info_list:hover {
	text-decoration: underline;
}

#intro {
	width: 628px;
	padding: 15px;
	border: 1px solid #CCC;
	background: #FFFFFF;
	line-height: 22px;
}

#intro img {
	float: right;
	margin: 0 0 20px 20px;
}

#intro p {
	margin-bottom: 12px;
}

#name{
	font-weight: bold;
}


/* ----------------------------------------
	banner
---------------------------------------- */

#banner {
	width: 180px;
	float: left
}

#banner_3 {
	width: 180px;
	height: 50px;
	margin-bottom: 8px;
}

#banner_blog,
#banner_ig_wedding,
#banner_ig_kaorimakinose,
#banner_fb_flower,
#banner_fb_makinose,
#banner_instagram,
#banner_fb_wedding {
	width: 180px;
	height: 40px;
	margin-bottom: 8px;
}

#banner a {
	display: block;
	border: 1px solid #999;
}

#banner_3 a {
	width: 178px;
	height: 48px;
}

#banner_blog a,
#banner_ig_wedding a,
#banner_ig_kaorimakinose a,
#banner_fb_flower a,
#banner_fb_makinose a,
#banner_instagram a,
#banner_fb_wedding a {
	width: 178px;
	height: 38px;
}

#banner a:hover {
	border: 1px solid #793F30;
}

#banner_3 img {
	display: block;
	width: 178px;
	height: 48px;
}

#banner_blog img,
#banner_ig_wedding img,
#banner_ig_kaorimakinose img,
#banner_fb_flower img,
#banner_fb_makinose img,
#banner_instagram img,
#banner_fb_wedding img {
	display: block;
	width: 178px;
	height: 38px;
}


/* ----------------------------------------
	footer
---------------------------------------- */

#footer {
	width: 850px;
	margin: auto;
}

#footer h2 {
	padding: 5px;
	background: #989898;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	color: #FFF;
	margin-bottom: 1px;
}

#footer_nav {
	width: 770px;
	margin: auto;
	padding: 5px 0 0 80px;
	background: #858585;
}

#footer_nav li {
	padding: 0 10px;
	border-right: 1px solid #FFFFFF;
	float: left;
}

#footer_nav li a {
	color: #FFF;
}

#footer_nav li a:hover {
	text-decoration: underline;
}

#footer_nav li#law {
	border-right: none;
}

#browser {
	width: 850px;
	margin: auto;
	padding-bottom: 5px;
	background: #858585;
	text-align: center;
	color: #FFF;
}

#browser a {
	color: #FFF;
}

#browser a:hover {
	text-decoration: underline;
}

#copyright {
	width: 100%;
	min-width: 850px;
	background-color:#2F1203;
}

#copyright p {
	width: 850px;
	height: 22px;
	margin: 20px auto 0;
	text-align: right;
	line-height: 22px;
	color: #FFF;
}

#copyright p a {
	color: inherit;
	font-size: inherit;
}

/*花嫁様からのお手紙*/
#h-slide-wrap {
	margin-bottom:20px;
	padding:15px;
	border:1px solid #ccc;
	background:linear-gradient(#fff,#f9f9f9);
}
#h-slide-wrap h2 {
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
}
#h-slide-wrap .h-slide {
	width: 156px;
	height: 200px;
	position: relative;
	float:left;
	margin-right: 13px;
	overflow: hidden;
}
#h-slide-wrap .h-slide li {
	position: absolute;
	top: 0;
	left: 0;
}
#h-slide-wrap .h-photo img {
	width: 156px;
}
#h-slide-wrap .h-nav {
	height: 22px;
	width: 156px;
	background-image: url('../img/bg-clear.png');
	position: absolute;
	bottom: 0;
	left: 0;
}
#h-slide-wrap .h-nav li {
	position: static;
	text-align: center;
	float: left;
	line-height: 22px;
	width: 33.3333333333333333333333333%;
}
#h-slide-wrap .h-nav a {
	color: #333;
	text-decoration: none;
}
#h-slide-wrap .h-nav a:hover {
	cursor: pointer;
}
#h-slide-wrap .h-msg {
	min-height: 200px;
	width: 459px;
	float: right;
	line-height:22px;
	background:url(../img/text-border.png) repeat left bottom;
	font-size: 11px;
	color: #666;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
#h-slide-wrap .next-link {
	display: block;
	padding-left: 15px;
	margin-top: 4px;
	background: url(../img/info_arrow.gif) no-repeat left center;
	color: #4C4C4C;
	font-size: 11px;
	float: right;
	margin-left: 4px;
}
#h-slide-wrap .next-link:hover {
	cursor: pointer;
	text-decoration: underline;
}
#h-slide-wrap .h-nav .hidden {
	display: none;
}
