/* ---------------------------------- */
/* リンク */
/* ---------------------------------- */

/* 基本色 */
a:link { color:#000099; text-decoration:none; }
a:visited { color:#000099; text-decoration:none; }
a:hover { color: #FF0000; text-decoration:underline; }
a:active { color: #0099FF;}

/* 特別色 */
a:link.gray { color:#222222; text-decoration:none; }
a:visited.gray { color:#222222; text-decoration:none; }
a:hover.gray { color:#666666; text-decoration:none; }
a:active.gray { color:#222222;}

/* ---------------------------------- */
/* 基本要素 */
/* ---------------------------------- */

body{margin:0px;}

h1{	font-size:10px;	font-weight:normal; margin:0px;	padding:2px 8px 0px 8px; line-height:18px; }
div,tr,td{ font-size:13px; line-height:21px; }

/* 文字色 */
.red {
	font-size:10px;
	color:#FF0000;
}

/* 影部分 */
.back_l{
	background-image:url(../img/back_l.gif);
	background-repeat:repeat-y;
	width:25px;
}
.back_r{
	background-image:url(../img/back_r.gif);
	background-repeat:repeat-y;
	width:25px;
}
.back_corner_l{
	background-image:url(../img/back_corner_l.gif);
	background-repeat:no-repeat;
	width:25px;
}
.back_corner_r{
	background-image:url(../img/back_corner_r.gif);
	background-repeat:no-repeat;
	width:25px;
}

/* ヘッダ部分 */
.h1_back{
	background-image:url(../img/h1_back.gif);
	background-repeat:no-repeat;
	height:20px;
}
.menu_back1{
	background-image:url(../img/menu_back1.gif);
	background-repeat:repeat-x;
	width:205px;
	border-bottom:solid #A5A070 1px;
}
.menu_back2{
	height:23px;
	background-image:url(../img/menu_back2.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	vertical-align:bottom;
	width:495px;
}
.menu_back3{
	background-image:url(../img/menu_back3.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:495px;
	border-bottom:solid #A5A070 1px;
}
.cart{
	color:#CC0000;
	font-size:10px;
	margin:0px 8px 0px 0px;
}
.menu{
	margin:12px 5px 3px 0px;
}
.menu2{
	color:#F2718B;
}
.ico_img{
	margin:0px 2px 0px 10px;
	vertical-align:middle;
}
.logo_img{
	margin:0px 0px 3px 7px;
}
/* メニュータイトル表示部分 */
.menu_title{
	background-color:#EEEEEE;
	padding: 0px 0px 6px 0px;
}


/* ページ内容部分 */
.main{
	padding:20px 43px 20px 43px;
}
.main2{
	padding:20px 0px 20px 0px;
}

/* 商品ページ */
.syouhin{
	border:solid #A5A070 1px;
	background-color:#EDECE2;
	padding:20px 25px 20px 30px;
	margin:0px 0px 20px 0px;
	line-height:20px;
}
.img_border{
	border:solid #A5A070 1px;
	vertical-align:text-top;
	margin:0px 25px 10px 0px;
	float:left;	
}
.syo_name{
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 0px -10px;
}
.syo_text{
	margin:0px 0px 20px 20px;
	padding:0px 0px 20px 25px;
}
.syo_btn{
	vertical-align:middle;
	margin:0px 0px 8px 0px;
}

/* フッタ */
.futta{
	border-top:solid  #A5A070 3px;
	background-color:#EDECE2;
	padding:5px 5px 45px 0px;
	font-size:10px;
	color:#333333;
}
.futta_back{
	background-image:url(../img/back_bo.gif);
	background-repeat:repeat-x;
}	

/* 店舗紹介 */
.koumoku{
	background-color:#A5A070;
	color:#FFFFFF;
	padding:7px 12px 5px;
	margin:2px 0px 2px 0px;
	width:100px;
}
.naiyou{
	border:solid #E0DFD3 1px;
	border-bottom:solid #A5A070 1px;
	padding:7px 12px 5px;
	margin:2px 0px 2px 0px;
	width:500px;
	
}
.abo_photo{
	border:solid #E0DFD3 1px;
	border-bottom:solid #A5A070 1px;
}
/* ご利用方法 */
.guide_table{
	margin:7px 0px 10px 20px;
	width:550px;
}
.guide_td1{
	padding:3px 6px;
	background-color:#F7EBEA;
	border-bottom:solid #E0DFD3 1px;
	font-weight:bold;
	color:#575757;
	letter-spacing:1px;
}
.guide_td2{
	padding:3px 6px;
	border-bottom:solid #E0DFD3 1px;
}
.guide_td3{
	padding:3px 6px;
	border-bottom:solid #E0DFD3 1px;
	text-align:right;
}
.guide_title{
	background-color:#A5A070;
	border-bottom:solid #CCCCCC 2px;
	color:#FFFFFF;
	padding:2px 8px 1px 8px;
	margin:0px 0px 3px 0px;
}
.guide_text{
	padding:3px 8px;
	line-height:14px;
	margin:0px 0px 15px 0px;
}	
.guide_text2{
	color:#6C673A;
}	

/* お問合せ */
.inq_td1{
	width:500px;
	padding:3px 8px 1px 8px;
	background-color:#A5A070;
	background-position:right;
	text-align:left;
	color:#FFFFFF;
	border-top:solid #A5A070 1px;
	border-right:solid #A5A070 1px;
	border-left:solid #A5A070 1px;
}
.inq_td2{
	width:500px;
	padding:5px 10px 5px 10px;
	background-color:#F7EBEA;
	text-align:left;
	border:solid #A5A070 1px;
}
.inq_box{
	padding:15px 10px 80px 10px;
	background-image:url(../img/inq_img4.gif);
	background-repeat:no-repeat;
	background-color:#F4F3ED;
	border:solid #CCCCCC 2px;

}
.inq_text{
	padding:15px 10px 5px 10px;
	text-align:left;
}
.inq_btn{
	padding:10px 10px 5px 0px;
	text-align:right;
}

/* カート */
.s_top2 {
	background-color:#E6E6E6;
	text-align:center;
	padding:3px 0 0 0;
}
.comment_2 {
	padding:15px 0 5px 0px;
}
.btn {
	text-align:right;
	padding:15px 0px 15px 0px;
}
.s_price1 {
	background-color:#FFFFFF;
	text-align:center;
	padding:5px 0 2px 0px;
}
.s_price2 { 
	background-color:#FFFFFF;
	padding:5px 0px 2px 2px;
}
.s_price3 { 
	background-color:#FFFFFF;
	text-align:right;
	padding:5px 2px 2px 0px;
}
.s_price4 { 
	background-color:#FFFFFF;
	text-align:right;
	padding:5px 64px 2px 0px;
}
.s_price5 { 
	background-color:#FFFFFF;
	text-align:right;
	padding:5px 2px 2px 0px;
}
.gokei { 
	background-color:#F6F6F6;
	padding:5px 0px 2px 0px;
	text-align:right;
}
.co_title {
	padding: 10px 0px 2px 0px;
	background-image: url(img/contents/title_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.caption_2 {
	text-align:right;
	color:#FF0000;
	padding:10px 0px 0px 0px;
}
.caption_3 {
	text-align:right;
	vertical-align:bottom;
	font-size:10px;
	padding:0px 0px 3px 0px;
}
.caption_4 {
	color:#FF0000;
	padding:3px 0px 3px 0px;
	background-color:#FFFFFF;
	line-height:18px;
}
.caption_5 {
	color:#FF0000;
	padding:3px 0px 3px 0px;
	margin:3px 0px 3px 15px;
	background-color:#FFFFFF;
	line-height:18px;
	width:520px;
}
.title_4 { 
	padding:0 0 2px 0px;
	font-size:85%;
	font-weight:bold;
	color:#444444;
}
.form_1 {
	width:26%;
	background-color:#E6E6E6;
	padding:2px 0 0px 10px;
	vertical-align:top;
}
.form_2 { 
	width:74%;
	background-color:#FFFFFF;
	padding:2px 0 2px 10px;
	vertical-align:top;
}
.btn150 { 
	width:135px;
	padding:2px 0 0 0;
}
.btn180 { 
	width:180px;
	padding:2px 0 0 0;
}
.send_right { 
	padding:0 0px 3px 0;
	text-align:right;
}
.btn_put { 
	text-align:right;
	padding:10px 0px 15px 0;
}
.numred {
	font-size:115%;
	font-weight:bold;
}
.con_4 cat_title {
	font-size:12px;
	padding:0px 0px 5px 0px;
}
.con_5 cat_title {
	font-size:12px;
	margin:50px 0px 50px 0px;
}
.cat_img {
	vertical-align:middle;
	height:19px;
}
.cat_img2 {
	padding:20px 0px 0px 0px;
	height:19px;
}
.cat_td {
	width:12px;
	height:19px;
}

/* ご利用方法 */
.info_menu {
	margin:5px 0px 10px 0px;
	font-size:10px;
}
.shop_now {
	padding:4px 0px 2px 1px;
	border:1px #222222 solid;
}
.info_title {
	background-image:url(img/cts/con_info.gif);
}
.green {
	color:#006600;
	font-weight:bold;
}
.orange {
	color:#FF6600;
	font-weight:bold;
}
.info_num {
	padding:3px 0px 5px 10px;
	font-weight:bold;
	font-size:88%;
	color:#663300;
}
.info_num2 {
	padding:13px 0px 5px 10px;
	font-weight:bold;
	color:#CC3333;
}
.info_num3 {
	padding:0px 0px 5px 10px;
	font-weight:bold;
	color:#CC3333;
	vertical-align:bottom;
}
.info_txt {
	padding:0px 0px 20px 12px;
}
.info_kessai {
	padding:5px 0px 2px 10px;
	border:1px #888888 solid;
}
.info_soryo {
	padding:5px 0px 3px 4px;
	font-size:68%;
	border:1px #888888 solid;
}
.info_soryo2 {
	padding:3px 0px 1px 0px;
	text-align:center;
	border:1px #888888 solid;
	background-color:#FFFAF0;
}
.brown {
	color:#C1B3AA;
}
.info_henpin {
	padding:0px 0px 6px 10px;
}

/* 櫻もち */
.img_float{
	float:right;
	margin-left:10px;
}

#sakura_div{
	float:left;
	margin:0px 15px;
}
.saku_text1{
	line-height:22px;
	background-image:url(../img/sakura/sakura_back.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-bottom:80px;
}
.saku_text2{
	margin:0px 0px 0px 80px;
	text-align:left;
}
.saku_div01{
	width:600px;
	border:solid #E0DFD3 1px;
	border-bottom:solid #A5A070 1px;
	padding:12px 8px 15px;
	margin:2px 0px 2px 0px;
	text-align:center;
}
/*トップページ*/
.top_td01{
	border-bottom:8px solid #E3E2D8;
}
.top_td02{
	background-image:url(../img/index/mochi.jpg);
	background-repeat:no-repeat;
	background-position:right;
	border-bottom:4px solid #E3E2D8;
	width:348px;
}
.top_td03{
	border-bottom:4px solid #E3E2D8;
	background-image:url(../img/index/top_back01.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.top_td04{
	border-left:4px solid #E3E2D8;
	border-bottom:4px solid #E3E2D8;
	width:348px;
	background-image:url(../img/index/sakura01.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.top_div01{
	padding:0px 20px 18px 20px;
}
.top_div02{
	padding:5px 0px 6px 20px;
}
.top_img01{
	margin:0px;
	padding:0px;
}
.top_img02{
	margin:20px 0px 13px 18px;
}
.top_div03{
	padding:15px 18px 19px 18px;
}