@charset "utf-8";

@import url('container.css');
@import url('style.css');

/* Share Style */
* {
	margin:0;
	padding:0;
}
body {
	font-family: Helvetica,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size:1rem;
	background:#FBF8F2;
}
:root *> body { font-size:90%;  }

html {
	overflow-y:scroll;
}
h1,h2,h3,h4,h5,h6 {
}
p,li,dt,dl {
	line-height:1.6;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
address {
	font-style:normal;
}
.clear {
	clear:both;
}

/* Link Color */
a:link {
/*	color:#078D00;*/
/*	color:#09C;*/
	color:#06c;
	text-decoration:none;
}
a:visited {
/*	color:#189B12;*/
	text-decoration:none;
}
a:hover {
	color:#FF3300;
	text-decoration:underline;
}
a:active {
	color:#666;
}

/* container */
#container {
	background:#FFF url(/images/common/bg_middle.jpg) repeat-y;
	width:990px;
	margin:0 auto;
}

#bg_head{
	height:50px;
	width:990px;
	background:#FFF url(/images/common/bg_top.jpg);
}
#bg_footer{
	height:50px;
	width:990px;
	background:#FFF url(/images/common/bg_bottom.jpg);
}

#page{
	width:960px;
	margin:0 auto;
}

/* Head */
#header {
	position:relative;
}

/* gNavi */
#gNavi {
}

/* main */
#main {
}

/* side */
#side {
}

#primary{
	width:720px;
	float:left;
	display: inline;
}
#secondary{
	width:220px;
	float:left;
	margin:10px;
	display: inline;
	font-size:85%;
}

/* for IE6 */
#secondary{
	/margin-right: -100px;
	/position: relative;
}

/* foot */
#footer {
	clear:both;
	width:940px;
	margin:0 auto;
}

.bg{
	background:#EFEFEF;
}


#goTop a{
	clear:both;
	width:106px;
	height:24px;
	display:block;
	background:url("/images/common/goTop.png") no-repeat;
}



table{
	margin:15px 0px 20px 0px;
	font-size:90%;
	border:1px solid #CCC1B3;
	border-collapse: collapse;	border-spacing: 0;
}
table th,
table td{
	border:1px solid #CCC1B3;
	line-height:175%;
	padding:10px;
}
.od{
	background:#FAF8F3;
	padding:10px;
}
.td100{
	width:100px;
}
.accesibilityTable{
	text-align: left;
}

.noborder td,
.noborder{
	border:none !important;
}

#searchBox{
	position:absolute;
	top:0px;
	right:0px;
}
#searchBox input{
	height:22px;
	padding:0 2px;
}


/* ################################## */
/* slide show */
/* ################################## */

#imageContainer {
	position:relative;
	margin:auto;
	width:700px;
	height:280px:
}
#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}


.top_sub_banner{
	margin-left:10px;
	padding-top:8px;
	clear:both;
}
.top_sub_banner a:hover{
	opacity:0.8;
}
.top_sub_banner .leftBanner{
	margin-right:16px;
}


/***************************************
 CART
*/
.exp{
	background:#F1F1DF;
	padding:15px;
}

.exp div{
	text-align:right !important;
	border:none !important;
	line-height:150%;
}

.itemimg{
	text-align:center !important;
	margin-bottom:20px;
}

.rl-gallery-item-caption{
	color:#333 !important;
	margin-bottom:10px;
}

div.usccart_navi li.ucart{
	list-style-position: inside;
}


/***************************************
 サイドバー採用情報
*/
.side_recruit_box{
	text-align:center;
	margin-bottom: 15px;
}
.side_recruit_box > a {
	display: block;
	line-height: 0;
}
.side_recruit_box h4{
	color: #708C24;
	margin-bottom: 4px;
}
.side_recruit_box_in{
	border:1px dotted #708C24;
	border-top:0;
	padding:8px 4px;
}
.side_recruit_box_in ul li a{
	color:#dd3333;
}



/***************************************
 百合送料
*/
.lily_tbl{margin-right:10px;width:40%;}
.lily_tbl td{text-align:right;}