@charset "shift_jis";

/*-- リンク指定 --*/
a { text-decoration:none; color:#996600; }
a:hover { color:#FF6600; text-decoration:underline; }

body {
	background-color: #E1D8CA;
	font-size: 12px;
	color: #555;
	text-align:center;
	margin:0px auto;
}
.all {
	background: #FFF url(img/all-bk.gif) top no-repeat;
	width: 760px;
	margin:0px auto;
}
/* --- トップ画像下 --- */
#top-banner{
	display:block;
	width:740px;
	height:100px;
	margin:10px auto;
}
#top-banner a img{
	margin-left:10px;
}
.topTitle{
	width:740px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	padding-bottom:10px;
}
p.lastUpDate{
	color:#131313;
	margin:10px auto;
	text-align:right;
	background-color:#BC7143;
	padding:4px;
	clear:both;
}
/* -------------------- */
.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px
}
h1 {
	background: url(img/main-h1.gif) no-repeat;
	margin: 5px 0px 10px;
	padding:15px 20px;
	color:#FFF;
	font-size: 16px;
}
/*----------------------------*/
.top h1{
	background:none;
	margin:0px 0px 5px 15px;
	padding:0px;
	font-size: 14px;
}

/*----------------------------*/
h2 {
	background: url(img/main-h2.gif) no-repeat;
	margin: 0px 0px 10px;
	padding:23px 55px 12px;
	font-size: 14px;
	color:#6A5440;
}
/*----------------------------*/
.technic h2{
	background: url(img/main-h2-technic.gif) no-repeat;
}
/*----------------------------*/
h3 {
	background: url(img/main-h3.gif) left center no-repeat;
	margin: 0px 0px 4px;
	padding:0px 15px;
	color:#6A5440;
	font-size: 12px;
	clear:right;
}
p {
	line-height: 1.5em;
	margin: 0px 0px 25px;
	padding:0px;
}
img {
	border: 0px;
	color:#FFF;
	background:transparent;
	vertical-align:top;
}
td {
	font-size: 12px;
}
th {
	font-size: 12px;
}
dl {
	margin-top: 0px;
}
dt {
	font-weight: bold;
}
dd {
	line-height: 1.3em;
}
ul {
	margin-top: 0px;
	margin-left:40px;
	padding:0px;
}
ol {
	margin-top: 0px;
}
li {
	line-height: 1.3em;
	padding:0px;
}
strong {
}
em {
}

/*-- ヘッダ部 --*/

.head {
	width: 760px;
	margin:0px auto;
}
.global-navi {
}
.global-navi ul {
	margin: 0px 10px;
	padding: 0px;
}
.global-navi ul li {
	width: 148px;
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	list-style-type:none;
}
/*-- コンテンツ --*/

.contents {
	background: url(img/contents-bk.gif) repeat-y;
	width: 760px;
	margin:10px auto 0px;
	padding: 0px;
	clear: left;
}
.container{
	width:740px;
	margin:0px auto;
}

/*-- サイドメニュー --*/

.menu {
	width: 180px;
	background-color: #E7E0DA;
	float: right;
	margin: 5px 0px;
	padding: 0px;
}
.menu dl {
	margin: 10px 5px;
	padding: 0px;
	text-align:left;
}
.menu dl dt {
	background: #6F432A url(img/menu-dt.jpg) no-repeat;
	margin: 0px;
	padding: 7px 15px 5px;
}
.menu dl dt a {
	color:#FFF;
}
.menu dl dd {
	margin: 0px;
	padding: 0px;
}
.menu ul {
	margin: 5px 10px 10px;
	padding: 0px;
	text-align:left;
}
.menu ul li {
	background:url(img/menu-li.gif) 0px 5px no-repeat;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height:1.7em;
}
.menu ul li a{
	margin-left:10px;
	color:#6A5440;
}
.menu p{
	margin:0px 0px 10px;
}
.menu p img{
	margin-top:12px;
}

/*-- フッター --*/


.footer {
	background: url(img/footer-bk.gif) bottom no-repeat;
	width: 760px;
	margin:0px auto;
	clear: both;
}
.f-link {
	text-align: left;
}
.f-link ul {
	margin: 20px 16px 59px;
	padding: 0px;
}
.f-link ul li {
	background: url(img/f-link-li.gif) right center no-repeat;
	display: inline;
	list-style-type: none;
	margin:0px;
	padding: 0px;
	line-height:1.5em;
	color:#996600;
}
.f-link ul li a{
	margin-right:13px;
}
address {
	margin:0px 10px;
	line-height:1.5em;
	font-style: normal;
	text-align:right;
	color:#FFF;
}
address a{
	color:#FFF;
}
.copyright {
	margin:20px 10px 8px;
	font-size: 11px;
	text-align:right;
}


/*-- メインコンテンツ --*/

.main {
	float: left;
	width: 540px;
	margin: 0px 0px 0px 3px;
	padding: 0px;
	text-align:left;
}
.path {
	margin: 0px;
	padding:0px;
	color:#FFF;
	text-align:right;
}
.path a{
	margin-right: 5px;
	color:#FFF;
}
.category-navi{
	width:540px;
	margin:36px 0px 60px;
}
.category-navi dt,
.link{
	background: url(img/link-line.gif) bottom repeat-x;
	padding:4px 3px 2px;
	font-weight:normal;
	line-height:1.5em;
}
.category-navi dt a,
.link a{
	background: url(img/link-line-a.gif) left center no-repeat;
	padding-left:18px;
	line-height:1.8em;
}
.category-navi dd{
	margin:0px;
	padding:0px;
}
.item ul{
	margin:8px 5px 0px;
	padding:0px;
}
.item li{
	background: url(img/link-mark.gif) left center no-repeat;
	list-style-type:none;
	display: block;
	float: left;
	margin:0px;
	padding:0px;
	line-height:1.7em;
	font-size:10px;
	width:175px;
	word-break: keep-all;
}
.item li.wide{
	width:200px;
}
.item li a,
.item li strong{
	color:#996600;
	margin:0px 0px 0px 10px;
}
.pagetop{
	margin:0px;
	padding:9px;
	text-align: right;
	background-color:#F8F6F4;
}
/*====  TOP PAGE  ====*/
.headline-top{
	background: #FFF url(img/headlinetop-bk.gif) top no-repeat;
	width: 760px;
	margin:0px auto -5px;
	text-align:left;
}
.indexTitle{
display:block;
width:740px;
margin:0 auto 10px auto;
position:relative;
text-align:center;
}
.top-image img{
	z-index:1;
	margin-left:10px;
}
.top-image dl{
	width:150px;
	display:block;
	z-index:2;
	position:relative;
	top:-67px;
	left:275px;
}
.top-image dt,
.top-image dd{
	margin:0px;
	padding:0px;
	font-size:10px;
	color:#FFF;
	font-weight:normal;
}
.top-image dd{
	margin:4px 0px 0px;
	line-height:1.6em;
}
.top{
	display:block;
	width: 740px;
	margin:0px auto;
	text-align:center;
}
.top table{
	float:left;
	width:740px;
	margin:10px auto;
	border:1px solid #cecece;
}
.top table tr th{
  background-color:#ffffff;
  border:1px solid #cecece;
}
.top table tr td{
  border:1px solid #cecece;
}
.top p{
	line-height:1.3em;
}
.top-base{
	width: 545px;
	background: url(img/top-bk.gif) repeat-y;
}
.top-technic li a,
.top-about li a,
.top-base li dt a{
	background: url(img/link-mark.gif) 0px 2px no-repeat;
	padding-left:10px;
	font-weight:normal;
}
.top-base ul,
.top-base dl,
.top-base dd{
	margin:0px;
	padding:0px
}
.top-base dl dt{
	margin:5px 0px 3px;
	padding:0px;
}
.top-base li{
	list-style-type:none;
}
.top-left{
	float:left;
	width:140px;
	background-color:#EADAC1;
	text-align:center;
	padding:5px 0px;
	font-size:10px;
}
.top-left p{
	text-align:right;
	margin:3px 8px 7px;
}
.top-left li{
	width:120px;
	margin:0px auto 12px;
	padding:25px 0px 0px;
	text-align:left;
}
.top-left li img{
	width:120px;
	margin-bottom:3px;
}
.top-left li dt a{
	display:block
}
.top-left li dd{
	margin-top:2px;
}
.top-left li dd strong{
	font-size:12px;
}
.top-right{
	float:right;
	width:390px;
}
.top-right p{
	margin-bottom:10px;
}
.rightimg{
	float:right;
	margin-right:10px;
}
/*-- トップ右　オススメ --*/
.top-recommend{
	width:390px;
	margin:0px 0px 15px;
}
.top-recommend li{
	float:left;
	display:block;
	width:195px;
	margin:10px 0px 0px;
	padding:0px;
}
/*-- トップ右　コツ --*/
.top-technic {
	margin-top:28px;
}
.top-technic li{
	width:105px;
	float:left;
	margin-bottom:4px;
}
/*-- トップ右　神戸牛を知る --*/
.top-about{
	background: url(img/top-about.jpg) left top no-repeat;
	margin:26px 0px 40px;
	padding:13px 0px 12px;
}
.top-about ul{
	margin:0px 0px 0px 203px;
	font-size:10px;
}
.top-about ul li{
	line-height:2.0em;
}
/*-- トップ右　カレンダー --*/
.top-calendar{
	width:390px;
	border: 1px solid #E7E0DA;
	color:#828282;
}
.top-calendar thead td{
	padding:5px 9px 0px;
}
.top-calendar tbody td{
	text-align:center;
	vertical-align:top;
}
table.calendar{
	width:148px;
	border:1px solid #C3C3C3;
	border-collapse:collapse;
	margin:0px 20px 21px;
}
table.calendar caption{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	margin-left:25px;
}
.calendar th,
.calendar td{
	border:1px solid #C3C3C3;
	text-align:center;
	padding:5px 3px 2px;
	font-size:11px;
}
.calendar th{
	background-color:#E7E0DA;
	font-weight:normal;
}
th.holiday1 {
	color:#006699;
}
td.holiday1 {
	background-color:#C0E2FF;
}
th.holiday2 {
	color:#FF4C4C;
}
td.holiday2 {
	background-color:#FFDDDD;
}
.leftimg{
	float:left;
}
/*-- トップ左　ランキング --*/
.ranking1{
	background: url(img/rank1.gif) left top no-repeat;
}
.ranking2{
	background: url(img/rank2.gif) left top no-repeat;
}
.ranking3{
	background: url(img/rank3.gif) left top no-repeat;
}
.ranking4{
	background: url(img/rank4.gif) left top no-repeat;
}
.ranking5{
	background: url(img/rank5.gif) left top no-repeat;
}


/*====  第2階層  ====*/
.level2,
.level3{
	width:540px;
	margin:0px;
	padding:0px;
}
.level2 h2,
.level3 h2{
	background: url(img/main-h2-level2.gif) left top repeat-x;
	margin:0px 0px 6px;
	padding:0px 0px 6px;
	font-weight:normal;
	font-size:12px;
	height:22px;
}
.level2 h2 a,
.level3 h2 a{
	background: url(img/main-h2-level2-a.gif) left center no-repeat;
	padding-left:15px;
}
.level2 ul,
.level2 dl,
.level2 dl dt,
.level3 ul,
.level3 dl,
.level3 dl dt,
.level3 dl dd{
	margin:0px;
	padding:0px;
}
.level2 ul li{
	list-style-type:none;
	margin:0px 0px 25px;
	padding:0px;
}
.level2 dt{
	float:left;
	width:100px;
}
.level2 dt img{
	border:1px solid #8A5534;
}
.level2 dd{
	float:right;
	width:415px;
	margin:0px 5px 0px 0px;
	padding:0px;
}

/*====  第3階層  ====*/
.level3 ul li{
	display: block;
	float:left;
	width:265px;
	list-style-type:none;
	margin:0px 0px 18px;
	padding:0px;
}
.level3 ul li.level3-left{
	margin-right:9px;
}
.level3 dl{
	width:265px;
}
.level3 dt{
	float:left;
	width:100px;
}
.level3 dd{
	float:right;
	width:155px;
	line-height:2.0em;
}
.level3 dd p{
	margin-bottom:5px
}

/*====  第4階層  ====*/
.level4{
	margin:20px 0px 46px;
}
.level4-left{
	float:left;
	width:300px;
	margin:0px 0px 19px
}
.level4-right{
	float:right;
	width:225px;
}
.level4-right dl,
.level4-right dl dt,
.level4-right dl dd{
	margin:0px;
	padding:0px;
}
.level4-right table{
	width:225px;
	border:1px solid #FFF;
	border-collapse:collapse;
	background-color:#F9F1E7;
	margin:14px 0px 0px;
	color:#6A5440;
}
.level4-right th,
.level4-right td{
	border:1px solid #FFF;
	font-weight:normal;
	text-align:left;
	padding:4px 10px 2px;
}
.level4-right th{
	width:80px;
	background-color:#E7CBAB;
}
/*-- フォームセット --*/

form {
	background-color:#E7CBAB;
	margin: 0px;
	padding: 4px 0px 0px;
	text-align:center;
	color:#3F3125;
	font-size:14px;
}
input{
	vertical-align: middle;
}
select{
	margin-right:15px;
}
.submit {
	text-align: center;
	border: none;
}
.caution {
	font-weight: bold;
	color: #FF0000;
}

/*====  PAGE DECORATION  ====*/

.technic{
	margin:34px 0px 0px;
}
.technic img{
	float:right;
	margin-left:10px;
}
/*----------------------------*/
.about{
	background: url(about/img/about-bk.jpg) top center no-repeat;
	text-align:right;
	margin:25px 0px 0px;
	padding:10px;
}
.transmit{
	background: url(img/transmit-bk.gif) top no-repeat;
	text-align:left;
	width:480px;
}
.transmit h2{
	margin:10px 15px 6px;
}
.transmit p{
	margin:0px 15px 22px;
}
.transmit table{
	width:400px;
	margin:0px 15px 22px;
	border: 1px solid #6A5440;
	border-collapse:collapse;
}
.transmit th,
.transmit td{
	border: 1px solid #6A5440;
	text-align:center;
	padding:3px 5px 2px;
}
.transmit th{
	background-color:#E7E0DA;
	color:#6A5440;
}
.transmit th.grade{
	background-color:#F9F1E7;
	width:30px;
}
.transmit th.orange{
	background-color:#FF6600;
	color:#FFF;
}
.transmit .img-right img{
	margin-right:15px;
}
/*----------------------------*/
.voice div{
	background-color:#FBF9F4;
	border: 3px double #D2BBA2;
	margin:0px 0px 25px;
	padding:10px 10px 0px;
}
.voice dl{
	color: #BB7142;
}
.voice dt{
	background: url(info/img/voice.gif) left no-repeat;
	padding-left:19px;
}
/*----------------------------*/
.cart{
	background: url(order/img/cart-bk.gif) repeat-y;
	width:540px;
}
.cart dl{
	background: url(order/img/cart-top.gif) top no-repeat;
	margin:0px;
	padding:0px;
}
.cart dt{
	margin:0px;
	padding:13px 12px 5px;
}
.cart dd{
	background: url(order/img/cart-bottom.gif) bottom no-repeat;
	margin:0px;
	padding:0px 15px 31px;
}
.cart dd p{
	margin-bottom:8px;
}
.cart dd.c-close{
	background: url(order/img/cart-top.gif) bottom no-repeat;
	padding-bottom:12px;
}
/*==== SITEMAP FORMAT ====*/
.sitemap{
	width:520px;
}
.sitemap-left{
	float:left;
	width:250px;
}
.sitemap-right{
	float:right;
	width:250px;
}
.sitemap ul {
	list-style-type: none;
	margin: 0px 0px 14px 10px;
	padding: 0px;
}
.sitemap li {
	background: url(info/img/sitemap-li.jpg) no-repeat;
	margin: 7px 0px 0px;
	padding:3px 0px 5px 23px;
	font-weight:bold;
	font-size: 13px;
}
.sitemap li a{
	color:#6A5440;
	text-decoration:none;
}
.sitemap li ul {
	background: url(info/img/s-solid3.gif) repeat-y;
	margin: 7px 0px 0px 0px;
	padding: 0px;
}
.sitemap li ul li{
	background: url(info/img/s-solid.gif) left center no-repeat;
	padding:0px 0px 0px 25px;
	margin:0px 0px 4px 0px;
	color:#54679F;
	font-weight: normal;
	font-size: 12px;
	line-height:20px;
}
.sitemap li ul li a{
	color:#6A5440;
}
.sitemap li.s-close {
	background: url(info/img/s-solid2.gif) left center no-repeat;
	padding:0px 0px 0px 25px;
}

/*==== FAQ FORMAT ====*/

.faq dl {
}
.faq dl dt {
	background: #F8F6F4 url(info/img/faq-q.gif) left top no-repeat;
	border: 1px solid #E7E0DA;
	padding:11px 50px 2px;
	color:#392A1E;
	font-size:14px;
}
.faq dl dd {
	margin:10px 0px 30px 50px;
}
.faq dl dd.link{
	margin-top:-20px;
}
/*====  PDF FORMAT  ====*/
.pdf {
	font-size: 12px;
	color: #666666;
	line-height: 130%;
	margin:15px 20px 40px 50px;
	padding: 3px 10px;
	border: 2px dotted #999999;
}
.pdf p {
	margin-top: 3px;
	margin-bottom: 5px;
}
.pdf p img{
	margin-right:5px;
}
.pdf2 li{
	margin:0px 0px 10px;
}
.pdf2 img{
	vertical-align:middle;
}

/*==== TEXT DECORATION  ====*/

.right{
	text-align:right;
	margin-bottom:0px;
}
.right2{
	text-align:right;
	margin-top:-25px;
}
.right a:hover{
	border-bottom: 1px solid #996600;
}
.caption{
	margin:0px 0px 12px;
	color:#683F27;
	font-weight:bold;
	font-size:15px;
}
.caption2{
	background-color:#F9F1E7;
	border-left: 6px solid #E7CBAB;
	padding:5px 20px;
}
.link{
	text-align:right;
}
/*====  BOX LAYOUT  ====*/
.layoutdl{
	background-color:#F9F1E7;
	color:#6A5440;
}
.layoutdl a{
	color:#FF6600;
	text-decoration:underline;
}
.layoutdl dl{
	margin:0px 0px 21px;
	padding:10px 10px 7px;
}
.layoutdl dt{
	margin:0px;
	padding:0px;
}
.layoutdl dd{
	margin:3px 0px;
	line-height:1.5em;
}
.layoutdl dd ul{
	margin:5px 20px 6px;
	padding:0px;
}
.layoutdl dd ul li{
	line-height:1.5em;
}
/*----------------------------*/
.img-right img{
	float:right;
	margin-left:15px;
	}
/*----------------------------*/
.img-box {
}
.img-box ul{
	margin:30px 0px;
	padding:0px;
}
.img-box li{
	width:200px;
	float:left;
	display:block;
	list-style-type:none;
	margin:0px 20px 15px;
	padding:0px;
}
.img-box li img{
	margin-bottom:5px;
}
/*====  TABLE LAYOUT  ====*/
.layout{
	width:530px;
	border:1px solid #FFF;
	border-collapse:collapse;
	background-color:#F9F1E7;
	margin:14px 0px 20px;
	color:#6A5440;
}
.layout th,
.layout td{
	border:1px solid #FFF;
	font-weight:normal;
	text-align:left;
	padding:8px 10px 3px;
	vertical-align:top;
}
.layout th{
	width:28%;
	background-color:#E7CBAB;
}
/*----------------------------*/

.layout2{
	width:530px;
	border:1px solid #FFF;
	border-collapse:collapse;
	background-color:#F9F1E7;
	margin:14px 0px 20px;
	color:#6A5440;
}
.layout2 th,
.layout2 td{
	border:1px solid #FFF;
	font-weight:normal;
	text-align:left;
	padding:8px 10px 3px;
	vertical-align:top;
}
.layout2 th{
	width:18%;
	background-color:#E7CBAB;
}
.layout2 td.right{
	text-align:right;
	width:20px;
	color: #CC0000
}
/*==== PRINT FORMAT ====*/

@media print {
.main{
	background-color:#FFF
}
h1 {
  color: #000;
}
.headline-top p{
	color:#000;
}
}
/*====  HACK  ====*/

/*\*//*/
.f-link ul li {
	padding-right:13px;
}
.f-link ul li a{
	margin-right:0px;
}
.top-image dl{
	left:0px;
	margin-left:465px;
}
/**/ 