@charset "shift_jis";

/* ======================================

	0.global

======================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	border: 0;
	outline: 0;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	/*font-size: 12px;*/

	/*font-family: inherit;
	vertical-align: baseline;*/
}


body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #543f32;
	/*background-image:url(../images/main/bg-img.PNG);*/
	background-image:url(../images/body-back.gif);
	background-repeat: repeat-y;
	background-position:center top;
	background-color:#E2DD9E;
}

/*Link Coler*/
a:link {  
	color: #946243;
	text-decoration: none;
}
		
a:visited {  
	color: #9d896c;
	text-decoration: none;
}
		
a:active {  
	color: #9d896c;
	text-decoration	: none;
}
		
a:hover {  
	color: #946243;
	text-decoration:underline;
}

a:hover img{
       filter:alpha(opacity=60);
       -moz-opacity:0.6;
       -khtml-opacity: 0.6;
       opacity: 0.6;
}

.cboth{
	clear:both;
	float:none;
}

.sold {
	color: #901D22;
	}
	
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 950px;
	height: auto;
	background-color:#FFFFFF;
	position:relative;
	z-index:10;
	padding:0px;

}
	
h1 {
	font-size:10px;
	margin: 5px auto 0 auto;
	width: 950px;
	text-align:right;
}

.pankuzu {	
	font-size:95%;
	margin: 5px auto 0 auto;
	width: 950px;
	text-align:right;
}


/* ======================================

	2.Header

======================================= */

#header {
	width: 950px;
	height: 113px;
	margin-bottom: 15px;
	background-image:url(../images/header/header-back.gif);
	background-repeat:no-repeat;
}


.logo {
	width:680px;
	float:left;
	padding-top: 38px;
	padding-right: 0;
}

.img_navi{
	float:right;
	width:300px;
	padding-top:36px;
}

.navi {
	float: left;
	margin-top: 15px;
}

.navi li{
	float:left;
	list-style:none;
	margin-right:0px;
}

.head_info {
	width:214px;
	float:right;
	margin-top:8px;
	margin-right: 18px;
}

/* ======================================

	3.Left Side Navi

======================================= */
#left_navi {
	float: left;
	height: auto;
	width: 157px;
}

#wrapper #left_navi .title-image {
	margin-top: 10px;
}


#left_navi .title-image2 {
	margin-top: 5px;
	margin-bottom: 3px;
}

#left_navi .left-space {
	margin-left: 5px;
}

#left_navi .line_top {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B2A87F;
	margin-left: 2px;
}

#left_navi .list{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B2A87F;
	margin-bottom: 8px;
	margin-top: 12px;
	margin-left: 6px;
	list-style:none;
}

#left_navi .nunonapulist{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B2A87F;
	margin-bottom: 3px;
	margin-top: 12px;
	margin-left: 6px;
	list-style:none;
}


#left_navi .list-left_space {
	margin-left: 4px;
}

#left_navi .leftnavi-space_bottom {
	margin-bottom: 15px;
}

#left_navi .side-banner {
	margin-bottom: 5px;
}

#left_navi .subtitle_space {
	margin-left: 0px;
	margin-bottom: 3px;
	margin-top: 5px;
}

/*choose from shape*/

#left_navi .choose-shape {
	margin-top: 0px;
}


#left_navi .family-site {
	margin-top: 5px;
}

/*roll over*/

ul.menu_bt {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
    width: 100%;
}

ul.menu_bt li {
	width: 141px;
	height: 32px;
	margin-bottom: 5px;
}

ul.menu_bt a{
    display: block;
    width: 141px;
    height: 32px;
    overflow: hidden;
}

.menu_bt .line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D7CEAA;
}


.menu_bt .line_top {
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #D7CEAA;
	border-bottom-color: #D7CEAA;
}



/*roll over images*/

a.j_cover {
	background:url(../images/left_navi/bt20a_jyunyucover.gif) no-repeat;
	
}


a:hover.j_cover {
	background: url(../images/left_navi/bt20b_jyunyucover.gif) no-repeat;
}





/*cuseberry site*/
a.spoon {
	background: url(../images/left_navi/baby_spoon.gif) no-repeat;
}


a:hover.spoon {
	background: url(../images/left_navi/roll_baby_spoon.gif) no-repeat;
}


a.ring {
	background: url(../images/left_navi/baby_ring.gif) no-repeat;
}


a:hover.ring {
	background: url(../images/left_navi/roll_baby_ring.gif) no-repeat;
}


a.pori {
	background: url(../images/left_navi/pori_yutanpo.gif) no-repeat;
}


a:hover.pori {
	background: url(../images/left_navi/roll_pori_yutanpo.gif) no-repeat;
}

a.gom{
	background: url(../images/left_navi/gom_yutanpo.gif) no-repeat;
}


a:hover.gom {
	background: url(../images/left_navi/roll_gom_yutanpo.gif) no-repeat;
}


a.boshitecho {
	background: url(../images/left_navi/img_boshitecho.gif) no-repeat;
}


a:hover.boshitecho{
	background: url(../images/left_navi/img_roll_boshitecho.gif) no-repeat;
}

a.dakko {
	background: url(../images/left_navi/bt9a_dakko.gif) no-repeat;
}


a:hover.dakko{
	background: url(../images/left_navi/bt9b_dakko.gif) no-repeat;
}


a.sling {
	background: url(../images/left_navi/bt8a_sling.gif) no-repeat;
}


a:hover.sling{
	background: url(../images/left_navi/bt8b_sling.gif) no-repeat;
}


a.legwarmer{
	background: url(../images/left_navi/img_babylegwarmer.gif) no-repeat;
}


a:hover.legwarmer{
	background: url(../images/left_navi/img_roll_babylegwarmer.gif) no-repeat;
}


a.motherbag {
	background: url(../images/left_navi/bt15a_mamabag.gif) no-repeat;
}


a:hover.motherbag{
	background: url(../images/left_navi/bt15b_mamabag.gif) no-repeat;
}


a.cushion {
	background: url(../images/left_navi/bt17a_cushion.gif) no-repeat;
}


a:hover.cushion{
	background: url(../images/left_navi/bt17b_cushion.gif) no-repeat;
}


a.zakka {
	background: url(../images/left_navi/bt18a_zakka.gif) no-repeat;
}


a:hover.zakka{
	background: url(../images/left_navi/bt18b_zakka.gif) no-repeat;
}

/*nunonapu list*/

a.ds {
	background: url(../images/left_navi/list-ds.gif) no-repeat;
}


a:hover.ds{
	background: url(../images/left_navi/list-ds-roll.gif) no-repeat;
}

a.ss {
	background: url(../images/left_navi/list-ss.gif) no-repeat;
}


a:hover.ss{
	background: url(../images/left_navi/list-ss-roll.gif) no-repeat;
}

a.db {
	background: url(../images/left_navi/list-db.gif) no-repeat;
}


a:hover.db{
	background: url(../images/left_navi/list-db-roll.gif) no-repeat;
}

a.dh {
	background: url(../images/left_navi/list-dh.gif) no-repeat;
}


a:hover.dh{
	background: url(../images/left_navi/list-dh-roll.gif) no-repeat;
}

a.sb {
	background: url(../images/left_navi/list-sb.gif) no-repeat;
}


a:hover.sb{
	background: url(../images/left_navi/list-sb-roll.gif) no-repeat;
}

a.n {
	background: url(../images/left_navi/list-n.gif) no-repeat;
}


a:hover.n{
	background: url(../images/left_navi/list-n-roll.gif) no-repeat;
}

a.kinchaku {
	background: url(../images/left_navi/list-kinchaku.gif) no-repeat;
}


a:hover.kinchaku{
	background: url(../images/left_navi/list-kinchaku-roll.gif) no-repeat;
}

a.biniru {
	background: url(../images/left_navi/list-biniru.gif) no-repeat;
}


a:hover.biniru{
	background: url(../images/left_navi/list-biniru-roll.gif) no-repeat;
}


a.senjyou {
	background: url(../images/left_navi/list-senjyou.gif) no-repeat;
}

a:hover.senjyou{
	background: url(../images/left_navi/list-senjyou-roll.gif) no-repeat;
}




a.liner {
	background: url(../images/left_navi/list-liner.gif) no-repeat;
}


a:hover.liner{
	background: url(../images/left_navi/list-liner-roll.gif) no-repeat;
}




.menu_bt .line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D7CEAA;
}


.menu_bt .line_top {
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #D7CEAA;
	border-bottom-color: #D7CEAA;
}


.sougo {
	list-style:none;
	border-top:1px solid #D7CEAA;
	padding:8px 0 4px 0;
}

.sougo li {
	background:url(../images/right_navi/list-dot.gif) 3px 5px no-repeat;
	padding-left:20px;
	margin-bottom:4px;
}


#left_navi .t_menu {
	padding-top:5px;
	line-height:1.5em;
	font-size:97%;
	list-style:url(../images/dot_beige.gif) outside;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}

#left_navi .t_menu li {
	margin-bottom:3px;
}

/* 商品一覧バナー小　20101105  */
.bn_ichiran_sml {
	width:157px;
	height:75px;
	display:block;
}

a.bn_ichiran_sml {
	background:url(../images/left_navi/banner_ichiran_sml.jpg) no-repeat;
}
a:hover.bn_ichiran_sml {
	background:url(../images/left_navi/banner_ichiran_sml_hover.jpg) no-repeat;
}



/* お客様の声バナー小　20101104  */

.bn_voice_sml {
	width:157px;
	height:48px;
	display:block;
	margin:5px 0 0 0;
}

a.bn_voice_sml {
	background:url(../images/left_navi/bn_voice_sml.jpg) no-repeat;
}
a:hover.bn_voice_sml {
	background:url(../images/left_navi/bn_voice_sml_hover.jpg) no-repeat;
}

/* ======================================

	3.Main

======================================= */

#wrapper #main {
	float: left;
	width: 562px;
	margin-left: 37px;
	margin-bottom: 30px;
}
#main_info  {
	float: left;
	width: 595px;
	margin-left: 20px;
	margin-bottom: 30px;
}


/* ======================================

	4.Right Side Navi

======================================= */

#right_navi {
	float: right;
	width: 157px;
	
}

#right_navi ul {
	list-style-image: url(../images/right_navi/list-dot.gif);
	list-style-position: inside;
}

#right_navi .arrow {
	margin-left: 30px;
}

#right_navi .right-title_space {
	margin-top: 5px;
	margin-bottom: 5px;
}

#right_navi .title-image2 {
	margin-top: 5px;
}


/*2010.06.21より、ファミリーサイト画像バナーの設定  */

.fs_banner img{
	margin-bottom:10px;
}

.fs_banner div {
	width:150px;
	height:61px;
}

.fs_banner a{
	display:block;
	width:150px;
	height:51px;
	overflow:hidden;
}


a.dakkohimo { background:url(../images/right_navi/fs_dakkohimo.jpg) no-repeat;
}

a:hover.dakkohimo {
	background:url(../images/right_navi/fs_dakkohimo_hover.jpg) no-repeat;
}


a.boshitecho {
	background:url(../images/right_navi/fs_boshitecho.jpg) no-repeat;
}

a:hover.boshitecho {
	background:url(../images/right_navi/fs_boshitecho_hover.jpg) no-repeat;
}


a.m-bag {
	background:url(../images/right_navi/fs_m-bag.jpg) no-repeat;
}

a:hover.m-bag {
	background:url(../images/right_navi/fs_m-bag_hover.jpg) no-repeat;
}


a.j-cover {
	background:url(../images/right_navi/fs_j-cover.jpg) no-repeat;
}

a:hover.j-cover {
	background:url(../images/right_navi/fs_j-cover_hover.jpg) no-repeat;
}


a.leg {
	background:url(../images/right_navi/fs_leg.jpg) no-repeat;
}

a:hover.leg {
	background:url(../images/right_navi/fs_leg_hover.jpg) no-repeat;
}


a.babyring {
	background:url(../images/right_navi/fs_babyring.jpg) no-repeat;
}

a:hover.babyring {
	background:url(../images/right_navi/fs_babyring_hover.jpg) no-repeat;
}

a.music {
	background:url(../images/right_navi/fs_music.jpg) no-repeat;
}

a:hover.music {
	background:url(../images/right_navi/fs_music_hover.jpg) no-repeat;
}


a.cushion {
	background:url(../images/right_navi/fs_j-cushion.jpg) no-repeat;
}

a:hover.cushion {
	background:url(../images/right_navi/fs_j-cushion_hover.jpg) no-repeat;
}


a.sling {
	background:url(../images/right_navi/fs_sling.jpg) no-repeat;
}

a:hover.sling {
	background:url(../images/right_navi/fs_sling_hover.jpg) no-repeat;
}


a.galapago {
	background:url(../images/right_navi/fs_galapago.jpg) no-repeat;
}

a:hover.galapago {
	background:url(../images/right_navi/fs_galapago_hover.jpg) no-repeat;
}


a.nunonapu {
	background:url(../images/right_navi/fs_nunonapu.jpg) no-repeat;
}

a:hover.nunonapu {
	background:url(../images/right_navi/fs_nunonapu_hover.jpg) no-repeat;
}

a.yutanpo {
	background:url(../images/right_navi/fs_yutanpo.jpg) no-repeat;
}

a:hover.yutanpo {
	background:url(../images/right_navi/fs_yutanpo_hover.jpg) no-repeat;
}



.kaiin_merit {
	font-size: 10px;
	text-align: center;
	margin-bottom: 5px;
}
#right_navi .calender {
	margin-bottom: 8px;
}
/*-------------------------------------------

	セミナーバナー

------------------------------------------*/

.semi{
	margin-top:3px;
	margin-bottom: 8px;
}

.shop{	
	height:195px;
	margin-bottom: 8px;
}
/* ショップバナー・セミナーバナー */

.shop_banner a {
	width:157px;
	height:87px;
	display:block;
	overflow:hidden;
	margin-top:3px;
}

.shop_banner p {
	font-size:10px;
	text-align:center;
}

a.link_shop {
	background:url(http://cuseberry-shop.com/images/cbs_bn_157.jpg) no-repeat;
}

a:hover.link_shop {
	background:url(http://cuseberry-shop.com/images/cbs_bn_157_hover.jpg) no-repeat;
}

a.link_seminar {
	background:url(http://www.cuseberry-shop.com/seminar/images/banner.jpg) no-repeat;
}

a:hover.link_seminar {
	background:url(http://www.cuseberry-shop.com/seminar/images/banner_hover.jpg) no-repeat;
}

/* あったかグッズバナー  */

.bn_winter {
	width:137px;
	background:url(../images/right_navi/bn_bg_winter.gif) no-repeat;	
	height:107px;
	padding:40px 10px 10px 10px;
	margin-bottom:10px;
}

.bn_yutanpo,.bn_socks {
	width:137px;
	height:50px;
	display:block;
}
.bn_yutanpo {
	margin-bottom:7px;
}
	
a.bn_yutanpo {
	background:url(../images/right_navi/bn_yutanpo.jpg) no-repeat;
}
a:hover.bn_yutanpo{	
	background:url(../images/right_navi/bn_yutanpo_hover.jpg) no-repeat;
}


a.bn_socks {
	background:url(../images/right_navi/bn_socks.jpg) no-repeat;
}
a:hover.bn_socks{	
	background:url(../images/right_navi/bn_socks_hover.jpg) no-repeat;
}


/* ↓ギフト券　20110527  */

.gift {
	width:157px;
	height:70px;
	display:block;
	margin:0 0 8px 0;
}

a.gift {
	background:url(http://www.cuseberry.com/images/base/sidemenu/banner_gift.jpg) no-repeat;
}
a:hover.gift {
	background:url(http://www.cuseberry.com/images/base/sidemenu/banner_gift_hover.jpg) no-repeat;
}

/* ↓出産祝いアンケートバナー　*/

.bn_shussan-enq {
	width:157px;
	height:51px;
	display:block;
	margin-bottom:10px;
}

a.bn_shussan-enq {
	background:url(http://www.cuseberry.com/images/base/sidemenu/bn_shussan-enq.gif) no-repeat;
}
a:hover.bn_shussan-enq {
	background:url(http://www.cuseberry.com/images/base/sidemenu/bn_shussan-enq_hover.gif) no-repeat;
}

/* ↑出産祝いアンケートバナー　*/

/* ↓GWお休みについてバナー　*/
.gw_info {
	width:152px;
	height:67px;
	display:block;
	margin:0 auto 8px auto;

}

a.gw_info {
	background:url(http://www.dakkohimo-cuseberry.com/information/about_haisou/images/banner.jpg) no-repeat;
}
a:hover.gw_info {
	background:url(http://www.dakkohimo-cuseberry.com/information/about_haisou/images/banner_hover.jpg) no-repeat;
}
/* ↑GWお休みについてバナー　*/

/* ======================================

	5.Hooter

======================================= */

#copy_right {
	font-size:95%;
	width: 950px;
	text-align:right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
}

#right_navi .image {
	margin-top: 5px;
}

#wrapper .footer {
	width: 600px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 5px;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	height:auto;
}

#wrapper .footer ul {
	text-align: center;
	width: auto;
	list-style-type: none;
	font-size: 10px;
}

#wrapper .footer li {
	display: inline;
}
.footer .copyright {
	text-align: center;
}


.cal_shop {
	padding:5px 0;
	margin-top:10px;
	border-top:1px dashed #cccccc;
	border-bottom:1px dashed #cccccc;
}

.cal_shop .come {
	color:#990000;
}

/* ======================================

	6.General information

======================================= */

#wrapper #general_main {
	width: 693px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: right;
	margin-right: 50px;
}



/* ======================================

	7.Voice

======================================= */
.voice_category,.voice_category_sec {
	float:left; 
	display:block; 
	width:230px; 
	list-style:none;
}
.voice_category {
	padding-left:70px;
}

.voice_category li {
	 background:url(../voice/images/dot.gif) no-repeat 0 5px; 
	 padding-left:12px;
}
.voice_category_sec li {
	 background:url(../voice/images/dot.gif) no-repeat 0 5px; 
	 padding-left:12px;
}


/* ======================================

	7.Main

======================================= */
.type{
	float:left;
	padding-right:4px;
}
.type2{
	float:right;

}
.type_p{
	font-size:10px;
	margin-top:3px;
}

#main .topimg {
	margin-bottom: 10px;
}

#main .entrance2 {
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
	
}

#main .entrance1 {
	float: right;
	margin-bottom:10px;
	margin-top: 0px;

}

#main .entrance3 {
	float: right;
}

#main .otameshi {
	float: left;
	margin-bottom: 10px;
}

#main .news {
	float: right;
	margin-bottom: 10px;
}
#main .oneday {
	margin-bottom: 10px;
}
#main .twobanners {
	float: left;
	width: 276px;
}
#main .questions {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;

}
.voice {
	height:110px;
	width:566px;
	overflow:auto;
	overflow-x:hidden
}
.voice table {
 border-collapse: collapse;
 width: 566px;
 margin:5px 0 5px 0;
}
.voice table tr th {
 width: 100px;

}

.voice table tr td .date {
 font-size: 100%;
 font-weight: bold;
 color:#a8372e;
 margin-top:8px;
}
.voice table tr td .bun {
 line-height: 1.7em;
 margin-top:5px;
}
/*インフォメーション*/

.info_bottom {
	background-image:url(../images/information/bg_line_both.jpg);
	background-repeat:repeat-y;
	width:278px;
	padding:0 2px;
	float:left;
	height:460px;
	>height:475px;
}

.info_bottom_right {
	background-image:url(../images/information/bg_line_right.jpg);
	background-repeat:repeat-y;
	width:278px;
	padding-right:2px;
	float:right;
	height:460px;
	>height:475px;
}
.info_font { 
	font-size			: 95%;
	letter-spacing		: 1px;
	line-height			: 170%;

}


.info_table {
	letter-spacing		: 1px;
	margin-bottom		: 10px;
}

.info_table2 {
	letter-spacing		: 1px;
	margin-bottom		: 20px;
}

.info_bg {
	width				: 85%;
	letter-spacing		: 1px;
	margin-bottom		: 30px;
	padding				: 7px;
	background-color	: #f5f5dc;
	border				: 1px solid #bdb76b;
}

table td.sale {
	font-size			: 90%;
	margin-bottom		: 5px;
	padding				: 5px;
	border				: 1px #eae5e3 solid;
}

/*=================================

	qr_link
http://www.dakkohimo-cuseberry.com/m/qr_link.html
===================================*/

.qr_box, .qr_box_left {
	width:245px;
	float:left;
	padding-left:35px;
	margin:20px 0;

}

.qr_box_left {
	border-right:1px solid #cccccc;	
}

.qr_img_left {
	margin-right:10px;
}
.pankuzu {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.pagename {
	font-size:95%;
	margin: 5px auto 0 auto;
	width: 950px;
	text-align:right;
}

/*  guide  */

.setumei {
	border-bottom:1px solid #cccccc;
	padding-bottom:10px;
	margin-bottom:15px;
}

/*familysite*/
.f_link {
	clear: left;
	height: 60px;
	width: 157px;
}

.f_link img{
	margin-right:10px;
	float:left;
}

.f_link p{
	font-size:10px;
	padding-top:20px;
}
.f_link a:link, .f_link a:visited, .f_link a:active, .f_link a:hover{
	line-height:100%;
}
#wrapper #left_navi .customers-voice {
	margin-top: 5px;
	margin-bottom: 0px;
}

/*Recomendation*/

.recommend {
	margin-top: 15px;
	margin-bottom: 10px;
}
#iframe {
	background-color: #FFFFFF;
}

/*-------------------------------------

	雑貨

-------------------------------------*/
.zakka_menu {
	list-style:none;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 5px;
	line-height:150%;
}

.keisen {
	color: #CC4200;
	line-height:150%;
}

#left_navi h3{
	padding:2px 0 2px 5px;
	border-bottom:1px solid #D7CEAA;
	border-top:double 3px #D7CEAA;
	font-weight:bolder;
	font-size:12px;


}
/*----------------------------------------

 送料

-----------------------------------------*/
#main_info .shippingfee {
	background-image: url(../information/images/shippingfee/bg.gif);
	height: 1589px;
	width: 594px;
	position: relative;
}


.menu1 ul {
	list-style-position: inside;
	list-style-image: url(../information/images/shippingfee/list_btn.gif);
}

.menu2 ul {
	list-style-position: inside;
	list-style-image: url(../information/images/shippingfee/list_btn2.gif);
	height: 60px;
	width: 500px;
	margin-top:15px;
}

.menu2 ul li {
	display:inline;
	list-style-position: inside;
	list-style-image: url(../information/images/shippingfee/list_btn2.gif);
	padding-right:10px;

}


.menu1{

	position: absolute;
	top: 104px;
	left: 28px;
	line-height:200%;
}

.menu2{
	position: absolute;
	top: 1501px;
	left: 14px;
	line-height:200%;
	width: 569px;
	height: 60px;
}

.shippingfee .pagetop1 {
	position: absolute;
	top: 484px;
	left: 500px;
}


.shippingfee .pagetop2 {
	position: absolute;
	top: 864px;
	left: 500px;
}


.shippingfee .pagetop3 {
	position: absolute;
	top: 1464px;
	left: 502px;
}


.shippingfee .txt1 {
	position: absolute;
	top: 308px;
	left: 37px;
}



.shippingfee .txt2 {
	position: absolute;
	top: 534px;
	left: 39px;
}



.shippingfee .txt3 {
	position: absolute;
	top: 918px;
	left: 42px;
}
.statement_banner {
	text-align:center;
	margin-top:15px;
}

/*----------------------------------------

ご注文ガイド

-----------------------------------------*/
#main_info .shoppingguide {
	background-image:url(../information/images/shopping_guide/bg.gif);
	height: 1899px;
	width: 594px;
	position: relative;
} 

.shoppingguide .pagetop1 {
	position: absolute;
	top: 1748px;
	left: 500px;
}


.shoppingguide .img1 {
	position: absolute;
	top: 389px;
	left: 41px;
}

.shoppingguide .txt1 {
	position: absolute;
	top: 304px;
	left: 37px;
}



.shoppingguide .txt2 {
	position: absolute;
	top: 910px;
	left: 40px;
}



.shoppingguide .txt3 {
	position: absolute;
	top: 1450px;
	left: 43px;
}



.shoppingguide .txt4 {
	position: absolute;
	top: 1586px;
	left: 43px;
}


.shoppingguide .menu2{
	position: absolute;
	top: 1789px;
	left: 22px;
	line-height:200%;
	width: 569px;
	height: 60px;
}

/*-------------------------------------------

	インフォメーション

------------------------------------------*/
.gaiyou {
	background-image: url(../information/images/kaishagaiyou/bg.gif);
	height: 2499px;
	width: 595px;
	background-repeat: no-repeat;
	position: relative;
	height:2499px;
}

#main_info {
	float: left;
	width: 595px;
	margin-bottom: 20px;
	margin-left: 13px;
}


.img1 {
	position: absolute;
	top: 126px;
	left: 34px;
}


.img2 {
	position: absolute;
	top: 288px;
	left: 37px;
}



.img3 {
	position: absolute;
	top: 585px;
	left: 40px;
}
.img3a {
	position: absolute;
	top: 817px;
	left: 39px;
	font-size:11px;
}



.img4 {
	position: absolute;
	top: 856px;
	left: 38px;
}



.img5 {
	position: absolute;
	top: 1069px;
	left: 37px;
}



.img6 {
	position: absolute;
	top: 1278px;
	left: 37px;
}



.img7 {
	position: absolute;
	top: 1314px;
	left: 37px;
}



.img8 {
	position: absolute;
	top: 1509px;
	left: 37px;
}



.img9 {
	position: absolute;
	top: 2121px;
	left: 38px;
}




.hps {
	position: absolute;
	top: 2152px;
	left: 38px;
	width: 554px;
	height: 303px;
}
.hps .space {
	padding-right: 3px;
	padding-bottom: 4px;
}

/*----------------------------------------

商品下部のインフォメーション

-----------------------------------------*/

.info_01 {
	background-image: url(../images/calender/info-for-base.gif);
	height: 628px;
	width: 551px;
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.beri{
	width:560px;
	height:105px;
	border:#D7CEAA 1px solid;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;


}
