@charset "utf-8";
/* CSS Document */

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

	base.css 
	ver1.0 2009/12/01


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


/* Basic // 基本エレメント
---------------------------------------------------------------- */

*{
	zoom:1;
	padding: 0px; 
	margin: 0px;
}

body{
	margin:0px;
	padding:0px;
	background-color:#dffdb3;	
background-image:url(../img/kabegami.jpg);
background-repeat:repeat-x;
/*	background-attachment: fixed;/*背景壁紙固定*/ 
/*	background-position: 100% 100%;/*背景の表示位置*/
	color:#000;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 150%;
	border: none;
	}

/* Hタグ：サイズ・太さコントロール用 1em */
.normal {
	font-weight:normal;
	font-size:1em;
	}

img {
	border: 0px;
	}


/* Base Font-Size
--------------------*/

.small {
	font-size: 0.7em;
	line-height: 130%;
	color: #333333;
	}

.mid {
	font-size: 0.8em;
	line-height: 140%;
	color: #333333;
	}	

.large {
	font-size: 1em;
	line-height: 130%;
	color: #333333;
	}	

.slarge {
	font-size: 1.2em;
	line-height: 110%;
	color: #333333;
	}


/*Link-Color  （見えにくい場合のみ変更可）
--------------------*/
a:link {
	color:#1953CF;
	text-decoration: underline;
	}

a:visited {
	color:#990099;
	text-decoration: underline;
	}

a:active {
	color:#6666FF;
	text-decoration: underline;
	}

a:hover {
	color:#FF0000;
	text-decoration: underline;
	} /*IEonly*/

a:visited:hover { 
	color: #FF0000; 
	} 

a:visited:active { 
	color: #6666FF; 
	} 




/* Table
--------------------*/

th.center {font-weight:normal; text-align: center}
th.left{font-weight:normal; text-align: left}
th.right{font-weight:normal; text-align: right}

#container {
	width: 815px;
/*	background:#CF9; */
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}
#mainContent {
}
#mainSwc {
	padding-top: 20px;
	padding-left: 30px;
}
#footer {
	padding: 0;
/*	background: #FF8888; */
	font-size: 12px;
	height:60px;
}


/* 商品リストページ 商品名のみに適用
--------------------*/

.list-itemname {
	font-size: 0.9em;

	line-height: 110%;
	color: #333333;
	}
	
/* 追加css
--------------------*/
.r-navi {
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #DBDCD7;
	padding-left:10px;
	color:#666666;
	font-size: 0.8em;
}

.style1 {
	line-height: 110%;
	font-size: 1.2em;
}

h2.midashi{
	background-color:#94493e;
	padding:3px 5px 3px 5px;
	font-size:0.8em;
	border-top:1px solid #681d12;
	color:#fff;
}

h3.midashi{
	background-color:#e4ddc3;
	padding:3px 5px 3px 5px;
	font-size:1em;
	border-top:1px solid #d0ccb1;
	margin:0px;
}

h4.midashi{
	background-color:#e2dde2;
	padding:5px;
	font-size:0.8em;
	margin-top:1px;
	margin-bottom:3px;
	border-top:1px solid #d4cbd4;
}

div.text{
	font-size: 0.8em;
	line-height: 140%;
	color: #333333;
	margin-left:5px;
}

ol{
	margin-top:5px;
}

ol li{
	margin-bottom:5px;
}

ul{
	position: relative;
	padding-top: 510px;
}

h3 img{
	position: absolute;
}

.number{
	list-style:none;
	margin:0px;
	padding:0px 0px 5px 1.5em;
	text-indent:-1em;
	text-align:left;
	font-size:0.8em;
	color:#333333;
	line-height:140%;
}

#liquor-table{
border-top:1px solid #999;
border-left:1px solid #999;
}

#liquor-table td{
padding:1px;
border-bottom:1px solid #999;
border-right:1px solid #999;
}


#ladysfarm {
	top: -430px;
	right: -19px;
}
#ladysfarm2 {
	top: -260px;
	right: -19px;
}
.font_13px {
	font-size: 13px;
	margin-left:30px;
}

