﻿@charset "UTF-8";


/*___________ 基本設定 ___________ */


body {
	text-align: center;
	margin: 5px 0px;
	padding: 0px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #000000;
	background-color: #F0FEDF;
}

a:hover {
        color: #33CC33;}

img {
	border-style: none;}


/*floatをクリアする<br class="clear" />*/
.clear {
	clear:both;}


/*___________ レイアウト設定 ___________ */

/*大外の枠*/
#container {
	width: 866px;}

/*ヘッダー（ロゴ、サイトマップ）*/
#header {
	width: 100%;}

/*ヘッダーメニュー*/
#head_menu {
	width: 100%;}

/*メインleft とメインright の外枠*/
#container_main {
	width: 850px;
	margin: 8px;
}

/*メインleft*/
#container_left {
	float: left;
	width: 610px;
	line-height: 1.6;
}

/*メインright*/
#container_right {
	float: right;
	width: 224px;
	padding: 6px;
}

/*ブログleft とブログright の外枠*/
#blog_main {
	width: 850px;
	margin: 8px;
}

/*ブログleft*/
#blog_left {
	float: left;
	width: 610px;
}

/*ブログright*/
#blog_right {
	float: right;
	width: 224px;
	padding: 6px;
}

/*フッター（ショップinfo、フッター）*/
#footer {
	clear: both;
	width: 100%;
}



/*___________ デザイン設定 ___________ */


/*______大外の枠の設定______*/

#container {
	text-align: left;
	margin: 0px auto;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
}
h1 {
	float: left;
        letter-spacing: 2px;
	font-size: 11px;
	font-weight: normal;
	position: relative;
	top: 8px;
	left: 250px;
	color: #006600;
}
.sitemap {
	float: right;
        letter-spacing: 2px;
	font-size: 11px;
	position: relative;
	top: 10px;
	right: 10px;
	color: #006600;
}



/*______ヘッダーの設定______*/

#header {
	height: 55px;
	background-color: #FFFFFF;
}
.position40 {
	float: left;
	position: relative;
	top: 3px;
	left: 40px;
}
#header h2 {
        text-align: right;
        letter-spacing: 2px;
	font-size: 11px;
	font-weight: normal;
	position: relative;
	top: 15px;
	right: 0px;
	color: #006600;
}
.head_hr {
	color: #589800;
}


/*______ヘッダーメニューの設定______*/

#head_menu {
        text-align:center;
	height: 25px;
	background-color: #78AF2C;
	margin-bottom: 12px;
}
#head_menu p {
	padding-top: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}
#head_menu a {
	text-decoration: none;
	color: #FFFFFF;
}
#head_menu a:hover {
	color: #FFFF33;
}



/*______TOPページのメインleft の設定______*/

.index_r430 {
	width: 430px;
	float: right;
}
/*border有り*/
.index_r430_in {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 3px;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #888888;
}
.index_r430_in img {
	margin-top: 2px;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 2px;
}

.index_l180 {
	width: 180px;
	float:left;
}

/*メイン下の枠(プリザーブドフラワーを知ろう）*/
#main_foot {
	clear:left;
	width:600px;
	margin: 5px;
	padding: 1px;
}
#main_foot h2 {
	background-color: #589800;
        text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	padding: 5px;
}
#main_foot h3 {
	background-color: #CCFF99;
        text-align: center;
	color: #589800;
	font-size: 14px;
	padding: 5px;
}
.mf_out {
	float:left;
	width:595px;
	text-align: left;
}

.mf_inl {
	float:left;
	width:280px;
}
.mf_inr {
	float: right;
	width:280px;
}
.yajirusi_g_m120 {
	margin-left: 120px;
}



/*______メインright の設定______*/

#container_right {
	background-image: url(http://www.flower-office.co.jp/image/bgdad_green.gif);
}

/*border無し*/
.container_right_in1 {
	border: 0px;
	text-align: center;
}
/*border有り*/
.container_right_in2 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 3px;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #888888;
}
/*border無し*/
.container_right_in3 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 3px;
	font-size: 11px;
	text-align: center;
}

/*商品メニュー枠（濃い緑）*/
.waku_a_out {
	text-align: left;
	background-color: #78AF2C;
	border: 1px solid #589800;
	margin: 20px 0px;
	padding-top: 4px;
}
.waku_a_in {
	height: 120px;
	margin: 5px;
	line-height: 150%;
	text-align: left;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #006600;
	padding: 3px;
}
.waku_a_in img {
	padding: 10px 5px 0px 0px;
	float:left;
}
.waku_a_in2 {
	margin: 5px;
	line-height: 150%;
	text-align: left;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #006600;
	padding: 3px;
}

/*ご利用ガイドメニュー枠（薄い緑）*/
.waku_g_out {
	text-align: left;
	background-color: #CCFF99;
	border: 1px solid #99CC00;
	margin: 20px 0px;
	padding-top: 4px;
}
.waku_g_in {
	margin: 5px;
	line-height: 150%;
	text-align: left;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #006600;
	padding: 3px;
}


/*カレンダーのtable設定*/

.calender_table {
	background-color: #FF8888;
	font-size: 100%;
	line-height: 1.2;
	margin-left: 30px;
}
.calender_month {
	text-align: center;
	background-color: #FFCC66;
	color: #FFFFFF;
}
.calender_wb {
	text-align: center;
	background-color: #FFFFFF;
	color: #666666;
	padding:3px
}
.calender_wr {
	text-align: center;
	background-color: #FFFFFF;
	color: #CC0000;
	padding:3px
}
.calender_bb {
	text-align: center;
	background-color: #CCFFCC;
	color: #666666;
	padding:3px
}
.calender_rw {
	text-align: center;
	background-color: #FF9999;
	color: #FFFFFF;
	padding:3px
}



/*______フッターの設定______*/

#footer {
	text-align: center;
}
.footer_line {
	width: 100%;
	height: 15px;
	color: #FFFFFF;
	background-color: #78AF2C;
}

/*フッター　ショップインフォの設定*/
/*shopinfoの枠*/
#shopinfo_waku {
        text-align:left;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.shopinfo1 {
	background-color: #FFCC66;
        text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	padding: 5px;
}
.shopinfo2 {
	background-color: #FFFF99;
        text-align: center;
	color: #990000;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}
.fmi_out {
	float:left;
	width:800px;
	text-align: left;
}

.fmi_inl {
	float:left;
	width:380px;
}
.fmi_inr {
	float: right;
	width:380px;
}
.ol_disc {
	list-style-type: disc;
}
.shopinfo_table {
	border: solid 1px #BEC8D1;
	border-collapse: collapse;
}
.shopinfo_td {
	border: solid 1px #BEC8D1;
	padding: 2px 8px;
}

/*TOP相互リンク*/
.toplink {
	color: #999999;
	font-size: 11px;
}
.toplink a {
	text-decoration: none;
	color: #999999;
}
.toplink a:hover {
	color: #999999;
}



/*______ブログの個別デザイン設定______*/

.blogcontainer_left_waku {
        text-align:left;
	width: 590px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.blog_tdwidth440 {
	width: 440px;
	vertical-align: top;
}
.blog_tdwidth160 {
	width: 160px;
	vertical-align: top;
}

h2.blogwaku {
	color:#900;
	font-size: 14px;
	text-align:left;
	border-color:#900;
	border-style:solid;
	border-width:1px;
	margin:0;
	padding:3px 3px 3px 20px;
}
p.blogwaku {
	color:#900;
	font-size: 14px;
	text-align:left;
	border-color:#900;
	border-style:solid;
	border-width:1px;
	margin:0;
	padding:3px 3px 3px 20px;
}

.blogwakutxt_11 {
	font-size: 11px;
}


/*______文字・段落の設定______*/

h1,h2,h3,p {
	margin: 0px;
	padding: 0px;
}
.redtext_h2 {
	color: #CC0000;
	font-size: 18px;
	margin: 20px 0px;
}
.normal12_h2 {
	font-size: 12px;
	color: #CC0000;
}
.normal13_h2 {
	font-size: 13px;
	color: #FFFFFF;
}
.float_right {
	float: right;}
.float_left {
	float: left;}

.yajirusi {
	padding-left: 10px;
	background-position: left;
	background-image: url(http://www.flower-office.co.jp/image/yajirusi_r.gif);
	background-repeat: no-repeat;
}
.sp_dashed {
	border-bottom:1px dashed #CCCCCC;
	line-height: 180%;
}
.p_pg {
	width: 250px;
	background-color: #CCFF99;
	padding: 1px 5px;
	margin-right: 10px;
}

.txt_red {
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
}
.txt_red12 {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
}
.txt_maroon12 {
	color: #800000;
	font-size: 12px;
	font-weight: bold;
}
.txt_center {
	text-align:center;
}
.txt_right {
	text-align:right;
}


/*____ぱんくず____*/

.p_pankuzu {
	padding: 10px 0px;
}
.p_pankuzu a {
	text-decoration: none;
	color: #800000;
}
.p_pankuzu a:hover {
	color: #33CC33;
}



/*______商品ページの個別デザイン設定______*/

.pduct_w {
	width: 590px;
	padding: 5px;
}
.pduct_r {
	float: right;
        text-align: center;
	width: 260px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.pduct_l {
	float: left;
        text-align: center;
	width: 260px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.pduct_d {
	float: right;
        text-align: left;
	width: 260px;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(http://www.flower-office.co.jp/image/bgdad_g.gif);
}
.pduct_bg {
	padding: 5px;
	background-color: #ffffcc;
}
.pduct_w550c {
	width: 550px;
        text-align: center;
	margin-left: 20px;
}
.pduct_w550 {
	width: 550px;
	margin-left: 20px;
	border: 1px solid #BEC8D1;
}
.pduct_w550in {
	padding: 10px;
}
.pduct_bgb {
        text-align: center;
	padding: 5px;
	background-color: #BEC8D1;
}
.pduct_tx16 {
	color: #FF8040;
	font-size: 16px;
	font-weight: bold;
}
.pduct_tx14 {
	color: #FF8040;
	font-size: 14px;
	font-weight: bold;
}
.p_pa {
	background-color: #FFFFFF;
	padding: 3px 0px;
}

.pduct_w table {
	width: 550px;
	border: solid 1px #BEC8D1;
	border-collapse: collapse;
	margin-left: 20px;
}
.pduct_w tr {
	border: solid 1px #BEC8D1;
}
.pduct_w td {
	border: solid 1px #BEC8D1;
	padding: 10px;
}
.td190 {
	width: 190px;
	padding: 5px;
}
.p_input {
	padding-left: 100px;
}
.p_input400 {
	padding-left: 400px;
}




/*______商品一覧ページの設定______*/

.container_left_waku1 {
        text-align: center;
	width: 590px;
	border: 1px solid #CCCCCC;
	background-image: url(http://www.flower-office.co.jp/image/bgdad_g.gif);
}
.container_left_waku2 {
       text-align: left;
	margin: 6px;
	padding: 5px;
	background-color: #FFFFFF;
}
.itiran_l {
	float: left;
        text-align: center;
	width: 260px;
}
.itiran_r {
	float: right;
        text-align: left;
	width: 290px;
}
/*一覧商品名リンク*/
.syouhinlink {
	color: #CC0000;
	font-size: 16px;
}
.syouhinlink a {
	text-decoration: none;
	color: #CC0000;
}
.syouhinlink a:hover {
	color: #33CC33;
}


/*______ガイドページのデザイン設定______*/

.guide_w {
	width: 550px;
	padding: 10px;
	margin-left: 20px;
}
.guide_info {
	margin-left: 20px;
}
.guide_link {
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}


/*______a-wballetページの個別デザイン設定______*/

.a-wballet_w {
	width: 590px;
	padding: 5px;
}

/*______contents_indexページの個別デザイン設定______*/

.float_left_mr {
	float: left;
	margin-right: 40px;
}






