﻿/************************************************
　　　　　CSS Document Template (main.css)
　　　　　　　　　　　　　　 基本レイアウトセット
*************************************************/

/*-----------------------------------------------
　FairyButterflies 初期設定
------------------------------------------------*/
/*■基本レイアウト*/
html {
	background-color: #99b298;			
}
body {
	color: #333333;									/*テキストカラー*/
}
a {
	color: #333333;									/*リンクテキストカラー*/
	outline-style: none;						/*リンクテキストクリック時の線*/
}
a:hover {
	color: #7CFC00;									/*リンクテキストカラー(オンマウス)*/
	text-decoration: underline;
	}
a img {
	border: none;
}


h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

.hr {
	clear: both;
	width: 100%;
	height: 1px;
	background: url("../images/hr.gif") repeat-x 0 0;
	margin: 10px 0;
}



.bace_center {
	width: 1000px;
	margin: 0 auto;
}

/*ヘッダー*/
#header {
	height: 80px;
	margin: 0;
	background: #FFFFFF url(../images/bg_header.jpg) no-repeat center 0;
}
#header h1 {
	float: right;
	font-size: 85%;
	font-weight: normal;
	color: #FFFFFF;
	margin-right: 12px;
	height: 20px;
}
#header img {
	position: relative;
	top: 6px;
	left: 4px;
}
#header img#catalogButton {
	clear: both;
	float: right;
	margin-top: 20px;
	margin-right: 12px;
}

/*menu*/
#menu {
	height: 62px;
	margin: 0;
	background: url("../images/bg_menu.gif") repeat-x 0 0;
}
#menu div.bace_center {
	height: 62px;
}	

#menu ul {
	list-style: none;
	padding-left: 24px;
}
#menu ul li {
	float: left;
	margin: 0;
}
#menu a img {
	border: none;
}





/*メインコンテンツ*/
#main {
	background: #FFFFFF url("../images/bg_main.jpg") no-repeat center top;
	overflow: auto;
}

#top_image {
	margin-top: 10px;
	width: 1000px;
	height: 400px;
}


#contents {
	width: 1000px;
	margin-top: 10px;
	float: left;
}

#news {
	width: 580px;
	float: left;
	margin-bottom: 20px;
/*	margin-right: 10px; */
}

.news_list {
	clear: both;
	margin-top: 8px;
	margin-bottom: 4px;
}

#news div.date {
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.6em;
	float: left;
	font-size: 85%;
	color: #666666;
}
#news p {
	background: url("../images/firstmark.gif") no-repeat 0 0.4em;
	padding-left: 20px;
	margin-left: 80px;
	font-size: 93%;
	color: #666666;
}

#mobile {
	margin-left: 590px;
	margin-top: 10px;
}
#mobile p {
	background: url("../images/firstmark.gif") no-repeat 0 0.4em;
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 20px;
	width: 240px;
	float: left;
}
#mobile img#qr {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

/*ページトップスクロール*/
.pagetop_scroll {
	clear: both;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}


/*フッター*/
#footer {
	clear: both;
	padding-top: 10px;
	background: #99b298;
	color: #FFFFFF;
}

#footer_navi ul {
	clear: both;
	list-style: none;
	padding-left: 0;
/*	list-style: square url("../images/footer_navi_mark.gif") inside;*/
}
#footer_navi li {
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	font-size: 77%;
	background: url("../images/footer_navi_mark.gif") no-repeat 0 center;
	color: #FFFFFF;
}
#footer_navi li a {
	color: #FFFFFF;
}
#copyright {
	clear: both;
	font-size: 85%;
	text-align: right;
	padding: 15px 0 40px;
}

/*リングページ用*/
#ringLbox {
	float: left;
	width: 480px;
}
#ringLbox img {
	display: block;
	margin: 0 auto;
}
.ring-hr {
	display: block;
}
.ringtxt_01 {
	text-align: center;
}
.ringtxt_02 {
	text-align: center;
	font-size : 108%;
}
.ringtxt_03 {
	margin-top: 24px;
	margin-bottom: 24px;
	margin-left: 48px;
}


#ringRbox {
	float: right;
	width: 500px;
}
#arrangement {
	width: 480px;
	border: 1px solid #999999;
	margin-bottom: 10px;
	overflow: auto;
}
#arrangement p {
	padding: 5px;
	font-weight: bold;
}
#arrangement .arselect {
	float: left;
	margin-left: 10px;
	padding-bottom: 5px;

}

#collection_box {
	clear: both;
}
#collection_box a img {
	border: 1px solid #FFFFFF;
	margin-left: 26px;
	margin-right: 6px;
	margin-bottom: 8px;
}
#collection_box a:hover img {
	border: 1px solid #7CFC00;
}


/*ショップページ用*/
#shopLbox {
	float: left;
	width: 950px;
	margin-left: 30px;
}
.shopInfo {
	width: 950px;
	overflow: auto;
}
.shopInfo p {
	margin: 25px 5px 25px 10px;
}
.shopName {
	float: left;
	width: 180px;
	border-right: 1px dotted #999999;
}
.shopAddress {
	float: left;
	width: 270px;
	border-right: 1px dotted #999999;
}
.shopTel {
	float: left;
	width: 95px;
	border-right: 1px dotted #999999;
}
.shopTxt {
	float: left;
	width: 200px;
	border-right: 1px dotted #999999;
}
.shopabout {
	float: left;
}

div#shopInfoTitle p {
	font-weight: bold;
	margin: 10px 5px 0 10px;
}



/****** 6/10追加 ******/

.campname{
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin:6px 0 0 0;
	line-height:16px;
	}
