@charset "utf-8";


/* トップページ */


*{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #603813;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img{
	border-style: none;
	vertical-align:bottom;
}


#toplogo_boder_pink{
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #FF7BAC;
	height: 218px;
	margin-bottom: 20px;
}


#header_rogo {
	padding-top: 100px;
	float: left;
}
#mainphoto {
	float: right;
	padding-top: 9px;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#inner001 {
	background-color: #FFDDAC;
	width: 100%;
	padding-top: 15px;
	overflow: hidden;
	margin-bottom: 30px;
}

/*メインナビゲーション指定*/
#mainnav{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF7BAC;
	padding-bottom: 5px;
	height: 97px;
	margin-bottom: 15px;
}
#nav_main li a{
	background-image: url(top_img/nav_img.jpg);
	text-indent: -9999px;
	display: block;
	height: 97px;
	width: 240px;
}
#nav_main li {
	list-style-type: none;
	float: left;
	}

#nav_main:after {
	height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 }
 
 /*メインナビゲーション-中身のナビ指定*/

#nav_main .in_sub_nav{
	display: none;
	position: absolute;
	z-index:100;

}

#nav_main .in_sub_nav li{
	color: #603813;
	list-style-type: none;
	background-color: #FFB3AC;
	height: 40px;
	width: 240px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	clear: both;
}

#nav_main .in_sub_nav li:last-child{
	border-bottom:none;
}

#nav_main .in_sub_nav li a{
	background-image: none;
	text-indent: 30px;
	display: block;
	line-height: 40px;
	text-decoration: none;
}
	

#nav_main .in_sub_nav li a:hover{
	background-color: #FFF;
	width: 100%;
	height: 100%;
	color: #603813;
}
 /*メインナビゲーション-中身のナビ指定終わり*/
 
 
/*メインナビゲーション個別に画像指定*/
#concept {
	background-position: 0 0;
}
#concept:hover{
	background-position: 0px -97px;
}

#flower {
	background-position: -240px 0px;
}
#flower:hover{
	background-position: -240px -97px;
}
#access {
	background-position: -480px 0px;
}
#access:hover{
	background-position: -480px -97px;
}
#contact {
	background-position: -720px 0px;
}
#contact:hover{
	background-position: -720px -97px;
}

/*メインナビゲーション個別に画像指定終わり*/


#sab_nav1 {
	height: 390px;
	width: 472px;
	background-color: #FFB3AC;
	position: relative;
	margin-top: 20px;
}
#sab_nav1 div {
	height: 360px;
	width: 442px;
	border: 2px solid #FFF;
	position: absolute;
	left: 15px;
	top: 15px;
	text-indent: -9999px;
}
#sab_nav1 img {
	position: absolute;
	top: 10px;
	bottom: 0px;
}

#sale h2 {
	position: absolute;
	z-index:1;
}
.sab_nav2 {
	background-color: #FFB3AC;
	height: 193px;
	width: 228px;
	position: relative;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.sab_nav2 div {
	height: 163px;
	width: 198px;
	border: 2px solid #FFF;
	position: absolute;
	left: 15px;
	top: 15px;
	text-indent: -9999px;

}
.sab_nav2 img {
	position: absolute;
	top: -2px;
	bottom: 0px;
	left: 10px;
	z-index: 2;
}
#price h2 {
	position: absolute;
	z-index: 3;
    top: -5px;
}
#intention h2 {
	position: absolute;
	z-index: 3;
	top: -5px;
}
#price {
	position: relative;
	float: left;

}
#intention {
	position: relative;
	float: right;
}
#sab_nav {
	float: left;
}
.news {
	background-color: #FFF;
	height: 350px;
	width: 472px;
	float: right;
	overflow: scroll;
	position: relative;
}
#news {
	background-color: #603813;
	height: 40px;
	width: 472px;
	float: right;
	margin-top: 20px;
}
#news h3 {
	color: #FFF;
	line-height: 45px;
	padding-left: 20px;
	float: left;
	font-size: 26px;
}
#news p {
	color: #FFF;
	float: left;
	padding-left: 20px;
	line-height: 55px;
}
.news dl {
	width: 413px;
	position: absolute;
	margin-left: 25px;
	margin-top: 10px;
}

.news dt {
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
.news dd {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	line-height: 25px;
	padding-bottom: 10px;
	color: #603813;
	border-bottom-color: #FFB3AC;
}

.news dt a {
	text-decoration: none;
}

#blog {
	margin-left: 20px;
}
#info {
	padding-top: 10px;
	float: right;
}
#message {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#message p {
	height: 94px;
	width: 588px;
	padding-top: 23px;
	padding-right: 300px;
	padding-bottom: 23px;
	padding-left: 60px;
	border: 5px solid #FF7BAC;
	position: relative;
	line-height: 32px;
	font-size: 20px;
	margin-bottom: 30px;
}
#message img {
	margin-right: 200px;
	position: absolute;
	left: 650px;
	top: -60px;
}
#type {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#type ul li {
	float: left;
	margin-bottom: 10px;
	list-style-type: none;
}
#f_Preserved {
	background-image: url(top_img/nav_pre.jpg);
	text-indent: -99999px;
	display: block;
	height: 101px;
	width: 316px;
	margin-right: 6px;
}
#f_Preserved:hover{
	background-position: 0px -101px;
}
#f_Bouquet {
	background-image: url(top_img/nav_Bouquet_01.jpg);
	text-indent: -9999px;
	display: block;
	height: 101px;
	width: 316px;
	margin-right: 6px;
}
#f_Bouquet:hover{
	background-position: 0px -101px;
}
#f_Arrangement {
	background-image: url(top_img/nav_Arrangement.jpg);
	text-indent: -9999px;
	display: block;
	height: 101px;
	width: 316px;
}
#f_Arrangement:hover{
	background-position: 0px -101px;
}
#f_Bridal {
	background-image: url(top_img/nav_Bridal.jpg);
	text-indent: -9999px;
	display: block;
	height: 101px;
	width: 316px;
	margin-right: 6px;
}
#f_Bridal:hover{
	background-position: 0px -101px;
}
#f_open {
	background-image: url(top_img/nav_open.jpg);
	text-indent: -9999px;
	display: block;
	height: 101px;
	width: 316px;
	margin-right: 6px;
}
#f_open:hover{
	background-position: 0px -101px;
}
#f_goods {
	background-image: url(top_img/nav_goods_01.jpg);
	text-indent: -9999px;
	display: block;
	height: 101px;
	width: 316px;
}
#f_goods:hover{
	background-position: 0px -101px;
}
#link {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#link li{
	float: left;
	list-style-type: none;
	margin-right: 40px;
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: 40px;
}
#link li a:link{
	text-decoration:none;
	color: #603813;

}

#link li a{
	text-decoration: none;
}


#link li a:visited{
	color:#603813;
}
#top_nav {
	margin-left: 380px;
}
#footer p{
	width: 960px;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 50px;
}

#footer{
	background-color: #FFDDAC;
	height: 100px;
	width: 100%;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FF7BAC;
	clear: both;
}
#pankuzu li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
}

/* トップページ終わり */

/* コンセプトページ */

#concept_p1 {
	padding-top: 30px;

}
#concept_p2 img{
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
#concept_p2 {
	position: relative;
}

#concept_p2 dl{
	float: left;
	position: absolute;
	top:60px;
	left: 22px;
}
#concept_p2 dl dt {
	font-weight: bold;
	font-size: 19px;
	padding-bottom: 5px;
}
#concept_p2 dl dd {
	width: 283px;
	font-size: 14px;
	color: #603813;
}
/* コンセプトページ終わり */

/* アクセスページ */

#map_address {
	background-color: #FFB3AC;
	height: 598px;
	width: 472px;
	float: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 30px;
}

.map_bar h3 {
	color: #FFF;
	font-size: 26px;
	float: left;
	padding-left: 20px;
}
.map_bar{
	background-color: #603813;
	height: 40px;
	width: 472px;
}
.map_bar p {
	color: #FFF;
	float: left;
	padding-left: 20px;
	padding-top: 10px;
}
map_address dl {
	width: 413px;
	position: absolute;
}

map_address dl dt {
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
}
map_address dl dd {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFB3AC;
	color: #603813;
	line-height: 25px;
	padding-bottom: 10px;
}


#map_address iframe {
	margin-left: 21px;
	margin-bottom: 12px;
	margin-top: 15px;
}
#address_tel {
	line-height: 20px;
	margin-left: 20px;
}
#map_address img {
	margin-top: 5px;
	margin-left: 10px;
}

#access_info {
	background-color: #FFF;
	height: 390px;
	width: 472px;
	float: right;
	margin-top: 10px;
	position: relative;
}
#access_info dl {
	position: absolute;
	top: 55px;
	padding-left: 25px;
}
#access_info dt {
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
}
#access_info dd {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFB3AC;
	line-height: 25px;
	padding-bottom: 10px;
	width: 425px;
	color:#603813;
}
#access_info dd:last-child{
	border-bottom:none;
}

/* アクセスページ終わり */

/* お問い合わせページ */

#contact_base {
	background-color: #FFF;
	height: 780px;
	width: 100%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
#contact_base dl {
	position: absolute;
	top: 30px;
	left: 30px;
	margin-left: 53px;
}
#contact_base dl dt {
	float: left;
	font-weight: bold;
	font-size: 18px;
	padding-top: 33px;
}
#contact_base dl dd {
	width: 610px;
	float: left;
	padding-left: 30px;
	font-size: 14px;
	color:#603813;
}
#flow {
	margin-top: 110px;
	text-align: center;
}
#Required p + p{
	float: left;
}
#required {
	margin-left: 88px;
}

#contact_text table {
	border-collapse: collapse;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #603813;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #603813;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}
#required p {
	float: left;
	line-height: 40px;
	padding-left: 5px;
}
#required {
	padding-top: 20px;
	padding-bottom: 50px;
}

#required img {
	float: left;
	margin-top:5px;
}

#contact_text tr,td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #603813;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #603813;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 35px;
}

form input {
	width: 455px;
	border: 2px solid #603813;
}
#contact_text th img {
	float: right;
	padding-right: 20px;
}
#contact_text th p {
	float: left;
	padding-left: 20px;
}

td textarea {
	width: 455px;
	border: 2px solid #603813;
}
#contact_text th {
	width: 263px;
	font-style: normal;
	font-weight: normal;
}
#contact_text td p{
	padding-top:10px;
}

#contact_button input{
	height: 50px;
	width: 160px;
	background-color: #FFB3AC;
	border: 2px solid #FFF;
	margin: 30px;
	cursor: pointer;
}

/* お問い合わせページ終わり */

/* 商品一覧ページ */

#flower_base {
	background-color: #603813;
	height: 780px;
	width: 960px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}

#flower_base h2 {
	color: #FFDDAC;
	font-size: 34px;
	margin-bottom: 20px;
	padding-top: 65px;
	padding-left: 87px;
}
/* 商品一覧ページの中身左側 */
#flower_left dl {
	height: 132px;
	width: 380px;
	border: 1px solid #FFDDAC;
	margin-bottom: 20px;
}
#flower_1 {
	background-image: url(flower_img/fl_Preserved.png);
	background-repeat: no-repeat;
	background-position: 250px 0px;
}
#flower_2 {
	background-image: url(flower_img/fl_Arrange.png);
	background-repeat: no-repeat;
	background-position: 250px 0px;
}
#flower_3 {
	background-image: url(flower_img/fl_open.png);
	background-position: 250px 0px;
	background-repeat: no-repeat;
}
#flower_left {
	float: left;
	margin-left: 87px;
}


#flower_left dt, dd {
	color: #FFDDAC;
}
#flower_left dd {
	font-size: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
#flower_left dt {
	font-size: 21px;
	padding-top: 15px;
	padding-left: 15px;
}
#flower_left_bottom {
	height: 100px;
	width: 380px;
	border: 1px solid #FFDDAC;
	position: relative;
}
#lbottom_left li {
	font-size: 10px;
	color: #FFDDAC;
	list-style-type: square;
	position: relative;
	top: 30px;
	left: 40px;
}
#lbottom_right {
	float: right;
	position: absolute;
	top: 15px;
	left: 210px;
}
#lbottom_left img {
	position: absolute;
	top: -15px;
}

#lbottom_right li {
	font-size: 10px;
	color: #FFDDAC;
	list-style-type: square;
}

/* 商品一覧ページの中身左側終わり */

/* 商品一覧ページの中身右側 */

#flower_right dl {
	height: 132px;
	width: 380px;
	border: 1px solid #FFDDAC;
	margin-bottom: 20px;
}
#flower_4 {
	background-image: url(flower_img/fl_Bouquet.png);
	background-repeat: no-repeat;
	background-position: 250px 0px;
}
#flower_5 {
	background-image: url(flower_img/fl_Bridal.png);
	background-repeat: no-repeat;
	background-position: 250px 0px;
}
#flower_6 {
	background-image: url(flower_img/fl_goods.png);
	background-position: 250px 70px;
	background-repeat: no-repeat;
}
#flower_6 dd {
	line-height: 14px;
}

#flower_right {
	float: right;
	margin-right: 87px;
}


#flower_right dt, dd {
	color: #FFDDAC;
}
#flower_right dd {
	font-size: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
#flower_right dt {
	font-size: 21px;
	padding-top: 15px;
	padding-left: 15px;
}

#flower_right_bottom {
	height: 100px;
	width: 380px;
	border: 1px solid #FFDDAC;
	position: relative;
	float: right;
}
#flower_right_bottom h6 {
	font-size: 12px;
	color: #FFDDAC;
}
#flower_right_bottom li {
	font-size: 10px;
	list-style-type: square;
	color: #FFDDAC;
}
#flower_right_bottom img {
	position: absolute;
	top: -15px;
}

#rbottom1_left {
	position: absolute;
	float: left;
	color: #FFDDAC;
}
#rbottom1_left {
	position: absolute;
	left: 30px;
	top: 40px;
}
#rbottom1_right {
	position: absolute;
	left: 130px;
	top: 60px;
}
#rbottom1_left ul li {
	margin-left: 10px;
}

#rbottom2_left {
	position: absolute;
	left: 200px;
	top: 10px;
}


#rbottom2_right {
	position: absolute;
	left: 300px;
	top: 30px;
}
#rbottom2_left ul li {
	margin-left: 10px;
}
/* 商品一覧ページの中身右側終わり */

/*予算に応じてページ */

.base {
	background-color: #603813;
	margin-right: auto;
	margin-left: auto;
	float: left;
	margin-bottom: 20px;
	position: relative;
	height: 780px;
	width: 960px;
	margin-top: 20px;
}
.price_container {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}
.price_container h2 {
	font-size: 34px;
	color: #FFDDAC;
	margin-top: 50px;
	margin-bottom: 20px;
}
#price_high {
	height: 319px;
	width: 786px;
	border: 2px solid #FFDDAC;
	margin-bottom: 30px;
}
#price_high h3 {
	color: #FFDDAC;
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	padding-top: 25px;
}
#price_high p {
	color: #FFDDAC;
	width: 712px;
	margin-right: auto;
	margin-left: auto;
}


#price_low {
	height: 238px;
	width: 786px;
	border: 2px solid #FFDDAC;
}
.price_bar {
	text-align: center;
	height: 4px;
	width: 786px;
	margin-bottom: 30px;
}
.price_price li {
	background-color: #FFDDAC;
	height: 40px;
	width: 170px;
	list-style-type: none;
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 42px;
	font-size: 18px;
}
.price_price li a {
	display: block;
	text-decoration: none;
}

.price_price {
	padding-left: 40px;
	padding-top: 25px;
}
#price_low h3 {
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	color: #FFDDAC;
	padding-top: 20px;
}
#price_low p {
	color: #FFDDAC;
	width: 712px;
	margin-right: auto;
	margin-left: auto;
}

/*予算に応じてページ終わり */

/*セールページ */

#sale_base {
	position: relative;
	width: 900px;
	height: 640px;
	margin-left: 30px;
	margin-top: 50px;
}
#sale_base h1 {
	float: left;
	margin-right: 20px;
	position: absolute;
}
#sale_base h3 {
	color: #FFDDAC;
	float: right;
	margin-top: 20px;
	font-size: 23px;
	margin-right: 80px;
}

#sale_base h3 strong {
	color: #FF0;
	font-size: 20px;
}
#sale_01 img {
	float: left;
}
#sale_01 p {
	color: #FFDDAC;
	float: left;
	margin-left: 100px;
	position: absolute;
	left: -10px;
	top: 430px;
}
#sale_01 p s {
	color: #FFDDAC;
}
#sale_02 img {
	position: absolute;
	left: 450px;
	top: 170px;
}
#sale_02 p {
	color: #FFDDAC;
	position: absolute;
	left: 450px;
	top: 520px;
}

#sale_02 p s {
	color: #FFDDAC;
}

#sale_02 p+p {
	color: #FFDDAC;
	position: absolute;
	left: 90px;
	top: 600px;
}
/*セールページ終わり */

/*目的に応じてのページ */
/*目的に応じての部分 */
.ware_container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.ware_container h2 {
	font-size: 34px;
	color: #FFDDAC;
	margin-top: 50px;
	margin-left: 5px;
}

.intention_frame01 {
	background-color: #FFDDAC;
	height: 230px;
	width: 190px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.intention_frame01 ul li {
	text-align: center;
	list-style-type: none;
	padding-top: 13px;
	font-size: 20px;
}

.intention_frame01 a{
	text-decoration: none;
}

.intention_frame02 a{
	text-decoration: none;
}

#intent_f01{
	height: 196px;
	width: 156px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 15px;
	background-image: url(intention_img/intention_flower01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 118px;
}
#intent_f01 li, #intent_f05 li {
	margin-top: 20px;
}


#intent_f02{
	height: 196px;
	width: 156px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 15px;
	background-image: url(intention_img/intention_flower02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 118px;
}
#intent_f03{
	height: 196px;
	width: 156px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 15px;
	background-image: url(intention_img/intention_flower03.jpg);
	background-repeat: no-repeat;
	background-position: 0px 118px;
}
#intent_f04{
	height: 196px;
	width: 156px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 15px;
	background-image: url(intention_img/intention_flower04.jpg);
	background-repeat: no-repeat;
	background-position: 0px 118px;
}
#intent_f05{
	height: 196px;
	width: 156px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 15px;
	background-image: url(intention_img/intention_flower05.jpg);
	background-repeat: no-repeat;
	background-position: 0px 118px;
}
#intent_f06{
	height: 196px;
	width: 156px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 15px;
	background-image: url(intention_img/intention_flower06.jpg);
	background-repeat: no-repeat;
	background-position: 0px 118px;
}
#intent_f07{
	height: 196px;
	width: 156px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 15px;
	background-image: url(intention_img/intention_flower07.jpg);
	background-repeat: no-repeat;
	background-position: 0px 118px;
}
#intent_f08{
	height: 196px;
	width: 156px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 15px;
	background-image: url(intention_img/intention_flower08.jpg);
	background-repeat: no-repeat;
	background-position: 0px 118px;
}

/*花で選ぶの部分 */

.intention_frame02 {
	background-color: #FFDDAC;
	height: 78px;
	width: 190px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.intention_frame02 li {
	list-style-type: none;
	margin-top: 5px;
	margin-left: 10px;
}

#intent_f09 {
	height: 44px;
	width: 156px;
	margin-top: 15px;
	margin-left: 15px;
	border: 2px solid #FFF;
	background-image: url(intention_img/intention_flower09.png);
}
#intent_f10 {
	height: 44px;
	width: 156px;
	margin-top: 15px;
	margin-left: 15px;
	border: 2px solid #FFF;
	background-image: url(intention_img/intention_flower10.png);
}
#intent_f11 {
	height: 44px;
	width: 156px;
	margin-top: 15px;
	margin-left: 15px;
	border: 2px solid #FFF;
	background-image: url(intention_img/intention_flower11.png);
}
#intent_f12 {
	height: 44px;
	width: 156px;
	margin-top: 15px;
	margin-left: 15px;
	border: 2px solid #FFF;
	background-image: url(intention_img/intention_flower12.png);
}
.ware_container a:hover{
	opacity:0.5;
}
/*目的に応じてのページ終わり */


/*プリザーブドフラワーのページ */
.ware_frame01 {
	background-color: #FFF;
	height: 230px;
	width: 190px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
}

.ware_frame01 a{
	text-decoration: none;
	}

.ware_frame01 .number_price1{
	position: absolute;
	top: 195px;
	list-style-type: none;
	position: absolute;
	top: 175px;
	left: 70px;
}

.ware_frame01 .number_price2{
	position: absolute;
	top: 195px;
	list-style-type: none;
	left: 20px;
}

.number_price2 span {
	font-size: 12px;
}

.preserved_f01{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(Preserved_img/P-001.jpg);
	background-repeat: no-repeat;
}

.preserved_f02{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(Preserved_img/p-002.jpg);
	background-repeat: no-repeat;
}

.preserved_f03{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(Preserved_img/p-003.jpg);
	background-repeat: no-repeat;
}

.preserved_f04{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(Preserved_img/p-004.jpg);
	background-repeat: no-repeat;
}

.preserved_f05{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(Preserved_img/p-005.jpg);
	background-repeat: no-repeat;
}

.preserved_f06{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(Preserved_img/p-006.jpg);
	background-repeat: no-repeat;
}

.preserved_f07{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(Preserved_img/p-007.jpg);
	background-repeat: no-repeat;
}

.preserved_f08{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(Preserved_img/p-008.jpg);
	background-repeat: no-repeat;
}

.ware_Comment {
	color: #FFDDAC;
	width: 787px;
	font-size: 15px;
	float: left;
	margin-bottom: 20px;
	margin-left: 5px;
}
.ware_info {
	height: 160px;
	width: 790px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.page_next1 p {
	color: #FFDDAC;
	float: left;
}


.page_next1 li {
	background-color: #FFDDAC;
	float: left;
	height: 23px;
	list-style-type: none;
	margin-left: 10px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 14px;
	line-height: 25px;
}
.page_next1  {
	position: absolute;
	top: 130px;
	left: 592px;
	width: 260px;
}

.page_next1 a{
	text-decoration: none;
	display: block;
}

.page_next2 a{
	text-decoration: none;
		display: block;

}

.page_next2 p {
	color: #FFDDAC;
	float: left;
}


.page_next2 li {
	background-color: #FFDDAC;
	float: left;
	height: 23px;
	list-style-type: none;
	margin-left: 10px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 14px;
	line-height: 25px;
}
.page_next2  {
	width: 208px;
	float: right;
	margin-top: 10px;
	margin-right: -6px;
}
/*プリザーブドフラワーのページ終わり */


/*花束のページ */


.bouquet_f01{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(bouquet_img/t-001.jpg);
	background-repeat: no-repeat;
}

.bouquet_f02{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(bouquet_img/t-002.jpg);
	background-repeat: no-repeat;
}

.bouquet_f03{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(bouquet_img/t-003.jpg);
	background-repeat: no-repeat;
}

.bouquet_f04{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(bouquet_img/t-004.jpg);
	background-repeat: no-repeat;
}

.bouquet_f05{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(bouquet_img/t-005.jpg);
	background-repeat: no-repeat;
}

.bouquet_f06{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(bouquet_img/t-006.jpg);
	background-repeat: no-repeat;
}

.bouquet_f07{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(bouquet_img/t-007.jpg);
	background-repeat: no-repeat;
}

.bouquet_f08{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(bouquet_img/t-008.jpg);
	background-repeat: no-repeat;
}

/*花束のページ終わり */

/*アレンジメントのページ */

.arrangement_f01{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(Arrangement_img/a-001.jpg);
	background-repeat: no-repeat;
}

.arrangement_f02{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(Arrangement_img/a-002.jpg);
	background-repeat: no-repeat;
}

.arrangement_f03{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(Arrangement_img/a-003.jpg);
	background-repeat: no-repeat;
}

.arrangement_f04{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(Arrangement_img/a-004.jpg);
	background-repeat: no-repeat;
}

.arrangement_f05{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(Arrangement_img/a-005.jpg);
	background-repeat: no-repeat;
}

.arrangement_f06{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(Arrangement_img/a-006.jpg);
	background-repeat: no-repeat;
}

.arrangement_f07{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(Arrangement_img/a-007.jpg);
	background-repeat: no-repeat;
}

.arrangement_f08{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(Arrangement_img/a-008.jpg);
	background-repeat: no-repeat;
}

/*アレンジメントのページ終わり*/

/*ブライダルのページ*/

.bridal_f01{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(bridal_img/bridal_01.jpg);
	background-repeat: no-repeat;
}

.bridal_f02{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(bridal_img/bridal_02.jpg);
	background-repeat: no-repeat;
}

.bridal_f03{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(bridal_img/bridal_03.jpg);
	background-repeat: no-repeat;
}

.bridal_f04{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(bridal_img/bridal_04.jpg);
	background-repeat: no-repeat;
}

.bridal_f05{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(bridal_img/bridal_05.jpg);
	background-repeat: no-repeat;
}

.bridal_f06{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(bridal_img/bridal_06.jpg);
	background-repeat: no-repeat;
}

.bridal_f07{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(bridal_img/bridal_07.jpg);
	background-repeat: no-repeat;
}

.bridal_f08{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(bridal_img/bridal_08.jpg);
	background-repeat: no-repeat;
}

/*ブライダルのページ終わり*/

/*雑貨のページ*/

.goods_f01{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(goods_img/goods_01.jpg);
	background-repeat: no-repeat;
}

.goods_f02{
	height: 150px;
	width: 189px;
	margin-top: 15px;
	background-image: url(goods_img/goods_02.jpg);
	background-repeat: no-repeat;
}

.goods_f03{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(goods_img/goods_03.jpg);
	background-repeat: no-repeat;
}

.goods_f04{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(goods_img/goods_04.jpg);
	background-repeat: no-repeat;
}

.goods_f05{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(goods_img/goods_05.jpg);
	background-repeat: no-repeat;
}

.goods_f06{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(goods_img/goods_06.jpg);
	background-repeat: no-repeat;
}

.goods_f07{
	height: 168px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 5px;
	margin-left: 18px;
	background-image: url(goods_img/goods_07.jpg);
	background-repeat: no-repeat;
}

.goods_f08{
	height: 150px;
	width: 170px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 7px;
	background-image: url(goods_img/goods_08.jpg);
	background-repeat: no-repeat;
}
/*雑貨のページ終わり*/

/*開店祝いのページ*/


.ware_frame02 {
	background-color: #FFF;
	height: 230px;
	width: 390px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
}

.ware_frame02 a{
	text-decoration: none;
}

.ware_frame02 .number_price1{
	position: absolute;
	top: 195px;
	list-style-type: none;
	position: absolute;
	top: 175px;
	left: 175px;
}

.ware_frame02 .number_price2{
	position: absolute;
	top: 195px;
	list-style-type: none;
	left: 130px;
}

.open_f01{
	height: 150px;
	width: 350px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 20px;
	background-image: url(open_img/open_01.jpg);
	background-repeat: no-repeat;
}

.open_f02{
	height: 150px;
	width: 350px;
	margin-top: 15px;
	background-image: url(open_img/open_02.jpg);
	background-repeat: no-repeat;
	margin-left: 20px;
}

.open_f03{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(open_img/open_03.jpg);
	background-repeat: no-repeat;
}

.open_f04{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(open_img/open_04.jpg);
	background-repeat: no-repeat;
}

.open_f05{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(open_img/open_05.jpg);
	background-repeat: no-repeat;
}

.open_f06{
	height: 150px;
	width: 150px;
	border: 2px solid #FFF;
	margin-top: 15px;
	margin-left: 18px;
	background-image: url(open_img/open_06.jpg);
	background-repeat: no-repeat;
}

/*開店祝いのページ終わり*/
