@charset "UTF-8";
@import url("clearfix.css");
@import url("reset.css");

/*++++++++++++++++++++++++++++++++++++++++++
Basic Setting
+++++++++++++++++++++++++++++++++++++++++++*/
* {
	line-height: 1.6em;
}
	
body {
	color					:#444444;
	background: #ffffff url(../images/header_topborder.gif) repeat-x left top;
	text-align				:center;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3",
	"Hiragino Kaku Gothic Pro W3",
	"メイリオ",
	Meiryo,
	Osaka,
	"ＭＳ Ｐゴシック",
	"MS P Gothic",
	sans-serif;
}
	
*html body {/* for IE6*/
	font-size: 75%; !important;
	font-family: "メイリオ", Meiryo, sans-serif;
}

*:first-child+html body {/* for IE7*/
	font-family: "メイリオ", Meiryo, sans-serif;
}	

;;body {/* for Opera 9*/
	font-family: "メイリオ", Meiryo, sans-serif;
}
	
/*++++++++++++++++++++++++++++++++++++++++++
Link Setting
+++++++++++++++++++++++++++++++++++++++++++*/
a {
	color					:#444444;
	text-decoration			:none;
}
a:visited {
	color					:#444444;
	text-decoration			:none;
}
a:hover {
	color					:#444444;
	text-decoration			:underline;
}
a:active {
	color					:#444444;
	text-decoration			:underline;
}

/*++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++*/

#wrap {
	margin: 0 auto;
	width: 800px;
	text-align:left;
	height: 100%;
	padding: 0 14px;
}
*html #wrap {
	width: 820px;
}	

#wrap h1 {
	font-size: 9px;
	color: #ffffff;
	font-weight: normal;
	height: 17px;
	line-height: 1.4em;
}

/*++++++++++++++++++++++++++++++++++++++++++
header
+++++++++++++++++++++++++++++++++++++++++++*/
#wrap #header {
	background: url(../images/header_bg.gif) no-repeat right top;
	width: 800px;
	height: 90px;
}

#wrap #header h2 {
	width: 285px;
	height: 90px;
}

/*++++++++++++++++++++++++++++++++++++++++++
Topix Path
+++++++++++++++++++++++++++++++++++++++++++*/
.path {
	font-size: 11px;
	margin-top: 5px;
	text-align: right;
	clear: both;
	z-index: 1;
	width: 560px;
}

.path a,
.path a:visited,
.path a:hover,
.path a:active {
	color: #2248A7;
	text-decoration: underline;
}

/*++++++++++++++++++++++++++++++++++++++++++
gnavi
+++++++++++++++++++++++++++++++++++++++++++*/
ul#gnavi {
	width: 800px;
}

ul#gnavi li {
	float: left;
	height: 34px;
	vertical-align: top;
}

.photo {
	clear: both;
	margin-top: 10px;
}
/*++++++++++++++++++++++++++++++++++++++++++
Contents
+++++++++++++++++++++++++++++++++++++++++++*/

/*contentR*/
.contentR {
	width: 200px;
	float: right;
}
.contentR2 {
	width: 200px;
	float: right;
	padding-right: 20px;
	padding-top: 20px;
}
.contentRr {
	width: 200px;
	float: right;
	margin-right: 10px;
}


*html .contentR {
	position: relative;
	right: -7px;
}
*html .contentRr {
	position: relative;
	right: -7px;
}



/*contentR p {
	margin: 0 0 5px 0;
}*/

.contentR dt {
	margin-top: 15px;
	margin-bottom: 10px;
}
.contentRr dt {
	margin-top: 15px;
	margin-bottom: 10px;
}


.contentR dd {
	color: #502d0b;
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: normal;
}
.contentRr dd {
	color: #502d0b;
	margin-bottom: 5px;
}
.contentR2 dd {
	color: #502d0b;
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: normal;
}


.contentR dd a {
	
}

.sideBanner {
	margin-top: 8px;
}

/*contentL*/
.contentL {
	width: 579px;
	float: left;
	border-right: 1px solid #573e20;
}

.txt {
	width: 327px;
	float: left;
	color: #502d0b;
	margin-top: 10px;
	background: url(../images/txt_border.gif) repeat-y left top;
	font-size: 12px;
	line-height: 21px;
}

.photo2 {
	width: 228px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.column1Box {
	width: 579px;
	height: 64px;
	position: relative;
	left: -17px;
}

table#oishiiLife {
	width: 579px;
	height: 161px;
	position: relative;
	left: -17px;
}
#info_box dl {
}

#info_box dt {
 text-align:left;	
}

#info_box dd {
	background-image: url(../images/info_line.jpg);
	text-align: left;
	margin-top: 15px;
	background-position: bottom;
	text-indent: 15px;
	padding-top: 15px;
	display:block;
}




/*++++++++++++++++++++++++++++++++++++++++++
Go PageTop
+++++++++++++++++++++++++++++++++++++++++++*/
.pageTop {
	text-align: right;
	font-size: 11px;
	clear: both;
	margin-top: 20px;
}

.pageTop a,
.pageTop a:visited,
.pageTop a:hover,
.pageTop a:active {
	font-size: 10px;
	color: #2248A7;
	text-decoration: underline;
}

* html .pageTop a {
	font-size: 10px;
}

*:first-child+html .pageTop a {
	font-size: 10px;
}

.contentL .pageTop {
	width: 560px;
}

/*++++++++++++++++++++++++++++++++++++++++++
Footer
+++++++++++++++++++++++++++++++++++++++++++*/
#footer {
	margin-top: 20px;
}

#footer ul {
	background: #f5f2eb;
	padding: 1em 0;
	height: 2em;
}

#footer ul li {
	float: left;
	background: url(../images/footer_arrow.gif) no-repeat left center;
	padding-left: 12px;
	margin-left: 10px;
	font-size: 11px;
}

#footer ul li a {
	color: #502d0b;
	text-decoration: underline;
}


p#copy {
	font-size: 10px;
	color: #502d0b;
	text-align: right;
	margin-top: 6px;
	margin-bottom: 15px;
}
.orenge {
	color: #FF6600;
}


/*++++++++++++++++++++++++++++++++++++++++++
送料一覧
+++++++++++++++++++++++++++++++++++++++++++*/
#RyoukinM{
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
}
#SouryouBox{
	width:550px;
	background:#CCCCCC;
	
}
#SouryouBox td{
	background:#FFFFFF;
	text-align:left;
	padding:0.5em 1em;
	
}

/*++++++++++++++++++++++++++++++++++++++++++
INFO BOX
+++++++++++++++++++++++++++++++++++++++++++*/
#info_box {
	width: 280px;
	margin-top: 15px;
	margin-bottom: 10px;
}

/* newsテキストのスクロール */
div#scroll_news {
	width:280px;
	height:300px;
	overflow:auto;
	border:none;
	padding-right:1px;
	scrollbar-base-color:#ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color: #999999;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #cccccc;
}

/* newsテキストのスクロール */
div#scroll_topics {
	width:580px;
	height:150px;
	overflow:auto;
	border:none;
	padding-right:1px;
	scrollbar-base-color:#ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color: #999999;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #cccccc;
}

div#nt_boxth_txt {
	width: 580px;
	text-align: left;
	padding-left: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 150px;
}
.contentLt2 {
	width: 450px;
	float: left;
	background-image: url(../images/zyuuwa_back.jpg);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #573e20;
	border-right-color: #573e20;
	border-bottom-color: #573e20;
	border-left-color: #573e20;
}
.notes2 {
	border: 2px solid #b4a596;
	width: 520px;
	margin-top: 0px;
	padding: 5px;
	font-weight: normal;
	background-color: #f5f2eb;
	letter-spacing: normal;
	list-style-type: disc;
	margin-bottom: 10px;
}
.notes3 {
	border: 2px solid #b4a596;
	width: 500px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px;
	font-weight: normal;
	background-color: #f5f2eb;
	letter-spacing: normal;
	list-style-type: disc;
}
.notes4 {
	border: none;
	width: 500px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-weight: normal;
	background-color: #ffffff;
	letter-spacing: normal;
	list-style-type: disc;
	background-position: center;
	text-align: center;
}
.contact4table_top {
	background-image: url(../house/images/border.jpg);
	background-repeat: repeat-x;
	height: 1px;
	background-position: center;
	padding: 0px;
	margin: 0px;
}
.little {
	clear: both;
	background-image: url(../images/little_img01.jpg);
	height: 154px;
	width: 573px;
	font-size: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 35px;
}
.little2 {
	clear: both;
	background-image: url(../images/little_img01.jpg);
	height: 36px;
	width: 573px;
	font-size: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 35px;
	background-position: 0px 35px;
}
