@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 12px;
	color: #170900;
	background-color: #170900;
	background-image: url(images/body.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	letter-spacing: 1.5pt;
	text-align: left;
}
#wapper {
	width: 910px;
}
#home {
	float: right;
	height: 40px;
	width: 155px;
	margin-left: 0px;
}
#home a {
	height: 40px;
	width: 155px;
	display: block;
}
#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 125px;
	width: 910px;
	clear: none;
	background-position: bottom;
}
#navi {
	background-image: url(images/navi_back.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 910px;
}
#navi ul {
	margin-left: 10px;
	list-style-image: none;
	list-style-type: none;

}
#navi li.line {
	background-image: url(images/navi_line.gif);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 3px;
	list-style-image: none;
	list-style-type: none;
	position: relative;
}


#navi ul li.na1 {
	background-image: url(images/menu_bt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 40px;
	width: 170px;

}
#navi ul li.na1 a {
	background-image: url(images/menu_bt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 40px;
	width: 170px;
	position: relative;
	text-decoration: none;
}
#navi ul li.na1 a:hover {
	background-image: url(images/menu_bt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: left;
	height: 40px;
	width: 170px;
	position: relative;
	text-decoration: none;
}
#navi ul li.na2 {
	background-image: url(images/patry_bt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 40px;
	width: 170px;
	
}
#navi ul li.na2 a {
	background-image: url(images/patry_bt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 40px;
	width: 170px;
	position: relative;
	text-decoration: none;
}
#navi ul li.na2 a:hover {
	background-image: url(images/patry_bt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: left;
	height: 40px;
	width: 170px;
	position: relative;
	text-decoration: none;
}
#navi ul li.na3 {
	background-image: url(images/wedding_bt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 40px;
	width: 170px;
	position: relative;
}
#navi ul li.na3 a {
	background-image: url(images/wedding_bt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 40px;
	width: 170px;
	position: relative;
	text-decoration: none;
}
#navi ul li.na3 a:hover {
	background-image: url(images/wedding_bt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: left;
	height: 40px;
	width: 170px;
	position: relative;
	text-decoration: none;
}
#navi ul li.na4 {
	background-image: url(images/blog_bt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 40px;
	width: 170px;
	position: relative;
}
#navi ul li.na4 a {
	background-image: url(images/blog_bt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 40px;
	width: 170px;
	position: relative;
	text-decoration: none;
}
#navi ul li.na4 a:hover {
	background-image: url(images/blog_bt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: left;
	height: 40px;
	width: 170px;
	position: relative;
	text-decoration: none;
}
#navi ul li.na5 {
	background-image: url(images/mail_bt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 40px;
	width: 170px;
	position: relative;
}
#navi ul li.na5 a {
	background-image: url(images/mail_bt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 40px;
	width: 170px;
	position: relative;
	text-decoration: none;
}
#navi ul li.na5 a:hover {
	background-image: url(images/mail_bt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: left;
	height: 40px;
	width: 170px;
	position: relative;
	text-decoration: none;
}
#contents {
	background-color: #eeeae1;
	background-image: url(images/contents_back.gif);
	background-repeat: repeat-y;
	padding: 10px;
	width: 890px;
	margin-top:-5px;
}
#contents2 {
	background-color: #eeeae1;
	background-image: url(images/contents_back.gif);
	background-repeat: repeat-y;
	padding: 10px;
	width: 890px;
	clear: both;
	
}
#contentsend {
	background-image: url(images/contents_end.gif);
	background-repeat: no-repeat;
	height: 48px;
	width: 910px;
	background-position: left bottom;
}

#left {
	float: left;
	width: 580px;
}
#footer {
	clear: both;
	height: 50px;
	width: 910px;
}
#primary {
	width: 890px;
}


.line2 {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #170900;
	border-bottom-color: #170900;
}
.line1 {
    padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: #170900;

}

#right {
	float: right;
	width: 300px;
	padding-top: 10px;
	padding-left: 10px;
}
#new {
	float: left;
	width: 445px;
}
#whatsnew  {
	text-align: left;
	height: 270px;
	width: 425px;
	overflow: scroll;
	font-family: "小塚明朝 Pro B";
	font-size: 12px;
	line-height: 1.5em;
	color: #25180F;
	border: 1px solid #25180F;
	scrollbar-3dlight-color:#eeeae1;
	scrollbar-arrow-color:#006600;
	scrollbar-darkshadow-color:#eeeae1;
	scrollbar-face-color:#eeeae1;
	scrollbar-highlight-color:#eeeae1;
	scrollbar-shadow-color: #eeeae1;
	padding-left: 5px;
}

#cam {
	float: right;
	width: 435px;
	padding-left: 10px;
}
#cam .box1 {
	width: 430px;
}

h2 {
	background-image: url(images/h2_back.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 430px;
	font-size: 14px;
	line-height: 35px;
	color: #f7edb0;
	text-align: left;
	text-indent: 70px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
}
h2.new {
	background-image: url(images/h2_back.gif);
	background-repeat: no-repeat;
	height: 46px;
	width: 429px;
	margin-bottom: 15px;
}

h3 {
	font-size: 13px;
	line-height: 36px;
	background-image: url(images/h3_back.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 427px;
	text-align: left;
	text-indent: 70px;
	font-weight: bold;
	color: #25180f;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 1px;
}

.cam2 {
    background-image: url(images/h2_back2.gif);
	background-repeat: no-repeat;
	height: 56px;
	width: 430px;
	font-size: 14px;
	line-height: 35px;
	color: #f7edb0;
	text-align: left;
	text-indent: 70px;
}
.long {
	background-image: url(images/h2_back3.gif);
	background-repeat: no-repeat;
	height: 56px;
	width: 860px;
	font-size: 14px;
	line-height: 35px;
	color: #f7edb0;
	text-align: left;
	text-indent: 70px;
}

hr {
	clear: both;
	color: #b2997d;
}


.y10 {
	padding: 5px;
}

.clear {
	clear: both;
}

.or24 {
	font-family: "小塚明朝 Pro B";
	font-size: 24px;
	color: #6a3906;
	font-weight: bold;
}
.or14 {
	font-family: "小塚明朝 Pro B";
	font-size: 14px;
	color: #6a3906;
}
.br12 {
	color: #25180F;
	padding-left: 40px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

