@import url(/design/ishii/css/base.css);
@import url(/design/ishii/css/general.css);

html {
	min-height:100%;
	_height:100%;
}

body {
	background:#FDE4AD url(/design/ishii/img/common/bg.png) repeat-x 0 0;
	font-size:78%;
	line-height:1.5;
	text-align:center;
	color:#444;
	min-height:100%;
	_height:100%;
}

a {
	color:#993300;
	text-decoration:none;
}

a:link {
	color:#993300;
	text-decoration: none;
}

a:visited {
	color:#993300;
	text-decoration: none;
}

a:hover {
	color:#FF6600;
	text-decoration:underline;
}

a:activate {
	color:#FF0000;
	text-decoration:underline;
}

td {
	vertical-align:top;
}

/* wrapper & container */

div.wrapper {
	margin:0 auto;
	width:910px;
	background:url(/design/ishii/img/common/bg_container.png) repeat-y 0 0;
	min-height:100%;
	_height:100%;
}

div.wrapper div.wrapperL {
	background:url(/design/ishii/img/common/bg_containerL.png) no-repeat left 0;
	min-height:100%;
	_height:100%;
}

div.wrapper div.wrapperL div.wrapperR {
	background:url(/design/ishii/img/common/bg_containerR.png) no-repeat right 0;
	min-height:100%;
	_height:100%;
}

div#container {
	width:900px;
	margin:0 5px;
	min-height:100%;
	background:url(/design/ishii/img/common/bg_footer.png) repeat 0 0;
	_height:100%;
}

div#container div.white {
	padding-bottom:10px;
	background:#fff;
}

/* header */

div#header {
	position:relative;
	width:900px;
	height:80px;
	background:url(/design/ishii/img/common/bg_header.jpg) no-repeat 0 0;
}

div#header div.logo {
	position:absolute;
	width:187px;
	height:58px;
	top:11px;
	left:15px;
}

div#header p.catch {
	position:absolute;
	width:30em;
	height:1em;
	top:15px;
	left:250px;
	text-indent:-9999px;
}

div#header noscript {
	position:absolute;
	width:30em;
	height:1em;
	top:23px;
	left:220px;
	color:#FF3300;
	font-weight:bold;
}

/* menu */

div#menu {
	position:relative;
	height:67px;
	background:url(/design/ishii/img/common/bg_menu.png) no-repeat 0 0;
}

div#menu ul.subMenu {
	margin-left:565px;
	width:320px;
	height:27px;
	background:url(/design/ishii/img/common/sub_menu.png) no-repeat 0 0;
}

div#menu ul.subMenu li {
	display:inline;
}

div#menu ul.subMenu li a {
	display:block;
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	text-decoration:none;
}

div#menu ul.subMenu li a {
	height:27px;
}

div#menu ul.subMenu li.inquiry a {
	width:98px;
}

div#menu ul.subMenu li.corporate a {
	width:222px;
}

div#menu ul.subMenu li.inquiry a:hover {
	background:url(/design/ishii/img/common/sub_menu.png) no-repeat 0 -27px;
}

div#menu ul.subMenu li.corporate a:hover {
	background:url(/design/ishii/img/common/sub_menu.png) no-repeat -98px -27px;
}

ul#mainMenu {
	position:relative;
	margin:0 12px 0 13px;
	padding:0;
	width:875px;
	height:41px;
	background:url(/design/ishii/img/common/main_menu.png) no-repeat -3px 0;

}

ul#mainMenu li {
	position:relative;
	float:left;
	height:41px;
	text-align:center;
	width:175px;
}

ul#mainMenu li a {
	display:block;
	color:#003399;
	height:41px;
	text-indent:-9999px;
}

ul#mainMenu li.home a:hover {
	background:url(/design/ishii/img/common/main_menu.png) no-repeat -3px -41px;
}

ul#mainMenu li.edit a:hover {
	background:url(/design/ishii/img/common/main_menu.png) no-repeat -178px -41px;
}

ul#mainMenu li.info a:hover {
	background:url(/design/ishii/img/common/main_menu.png) no-repeat -353px -41px;
}

ul#mainMenu li.cart a:hover {
	background:url(/design/ishii/img/common/main_menu.png) no-repeat -528px -41px;
}

ul#mainMenu li.point a:hover {
	background:url(/design/ishii/img/common/main_menu.png) no-repeat -703px -41px;
}

ul#dropMenu {
	width:165px!important;
	height:158px;
	position: absolute;
	top: -999em;
	left: -1px; 
	background:url(/design/ishii/img/common/menu_drop.png) no-repeat 0 0;
}


ul#mainMenu li:hover ul#dropMenu,
ul#mainMenu li.sfHover ul#dropMenu {
	position:absolute;
	top:34px; 
	left:4px;
	width:165px!important;
}

ul#dropMenu li {
	float:none;
	width:165px!important;
	height:26px!important;
	padding:0;
	font-size:0;
	line-height:0;
}

ul#dropMenu li a {
	display:block;
	width:165px!important;
	height:26px!important;
	font-size:0;
	line-height:0;
}

ul#mainMenu li ul li.order, 
ul#mainMenu li ul li.order a,
ul#mainMenu li ul li.privacy, 
ul#mainMenu li ul li.privacy a {
	width:165px!important;
	height:27px!important;
}

ul#mainMenu li ul li.order a:hover {
	background:url(/design/ishii/img/common/menu_drop.png) no-repeat -165px 0;
}

ul#mainMenu li ul li.check a:hover {
	background:url(/design/ishii/img/common/menu_drop.png) no-repeat -165px -27px;
}

ul#mainMenu li ul li.transport a:hover {
	background:url(/design/ishii/img/common/menu_drop.png) no-repeat -165px -53px;
}

ul#mainMenu li ul li.cancel a:hover {
	background:url(/design/ishii/img/common/menu_drop.png) no-repeat -165px -79px;
}

ul#mainMenu li ul li.business a:hover {
	background:url(/design/ishii/img/common/menu_drop.png) no-repeat -165px -105px;
}

ul#mainMenu li ul li.privacy a:hover {
	background:url(/design/ishii/img/common/menu_drop.png) no-repeat -165px -131px;
}

/* contents wrap */
div.contentsWrap {
	margin:15px 20px 0 16px;
	width:864px;
}

/* page navi */
div#navi {
	position:relative;
	margin:15px 0 0 5px;
	height:15px;
}

div#navi a#backNavi {
	position:absolute;
	display:block;
	width:75px;
}

div#navi a#topNavi {
	position:absolute;
	display:block;
	width:86px;
	left:773px;
}

/* footer */

div#footer {
	padding-bottom:20px;
	border-top:1px solid #ccc;
}

div#footer ul {
	padding-top:1em;
	border-top:1px solid #fff;
	text-align:center;
}

div#footer ul li {
	font-size:0.9em;
	display:inline;
	margin-right:1em;
}

div#footer p {
	margin-top:1em;
	text-align:center;
	line-height:1.6;
	font-size:0.85em;
}

div#footer a {
	color:#444
}

div#footer a:link {
	color:#444;
	text-decoration: none;
}

div#footer a:visited {
	color:#444;
	text-decoration: none;
}

div#footer a:hover {
	color:#444;
	text-decoration:underline;
}

div#footer a:activate {
	color:#444;
	text-decoration:underline;
}

/* login */
div#login {
	width:198px;
	background:url(/design/ishii/img/common/bg_left_bottom.png) no-repeat 0 bottom;
}

div#login h3 {
	height:35px;
	background:url(/design/ishii/img/common/ttl_login.png) no-repeat 0 0;
}

div#login div, div#login p.member {
	margin:10px 13px 0 13px;
	padding-bottom:5px;
}

div#login p.member {
	color:#336600;
	line-height:1.6;
}

div#login p.member span.point {
	font-weight:bold;
	color:#CC3300;
}

div#login p.member span.memberName {
	font-weight:bold;
	color:#FF6600;
}

div#login ul {
	margin:0 15px;
	padding-bottom:17px;
}

div#login ul li {
	margin-top:5px;
	padding-left:12px;
	background:url(/design/ishii/img/common/arrow_red.gif) no-repeat 0 50%;
}

/* catagory */
div#category {
	margin-top:13px;
	width:198px;
}

* html div#category a {
	position:relative;
}

div#category h3 {
	height:35px;
	background:url(/design/ishii/img/common/ttl_category.png) no-repeat 0 0;
}

div#category ul {

}

div#category ul li a {
	display:block;
	text-indent:-9999px;
}

div#category ul li, div#category ul li a {
	height:59px;
}

div#category ul li.other, div#category ul li.other a {
	height:63px;
}

div#category ul li.beef {
	background:url(/design/ishii/img/common/category.jpg) no-repeat 0 0;
}

div#category ul li.porc {
	background:url(/design/ishii/img/common/category.jpg) no-repeat 0 -59px;
}

div#category ul li.chicken {
	background:url(/design/ishii/img/common/category.jpg) no-repeat 0 -118px;
}

div#category ul li.hormone {
	background:url(/design/ishii/img/common/category.jpg) no-repeat 0 -177px;
}

div#category ul li.sauce {
	background:url(/design/ishii/img/common/category.jpg) no-repeat 0 -236px;
}

div#category ul li.other {
	background:url(/design/ishii/img/common/category.jpg) no-repeat 0 -295px;
}

div#category ul li.beef a:hover {
	background:url(/design/ishii/img/common/category.jpg) no-repeat -198px 0;
}

div#category ul li.porc a:hover {
	background:url(/design/ishii/img/common/category.jpg) no-repeat -198px -59px;
}

div#category ul li.chicken a:hover {
	background:url(/design/ishii/img/common/category.jpg) no-repeat -198px -118px;
}

div#category ul li.hormone a:hover {
	background:url(/design/ishii/img/common/category.jpg) no-repeat -198px -177px;
}

div#category ul li.sauce a:hover {
	background:url(/design/ishii/img/common/category.jpg) no-repeat -198px -236px;
}

div#category ul li.other a:hover {
	background:url(/design/ishii/img/common/category.jpg) no-repeat -198px -295px;
}

/* search */
div#search {
	margin-top:13px;
	padding-bottom:17px;
	width:198px;
	background:url(/design/ishii/img/common/bg_left_bottom.png) no-repeat 0 bottom;
}

div#search h3 {
	height:35px;
	background:url(/design/ishii/img/common/ttl_search.png) no-repeat 0 0;
}

div#search input {
	position:relative;
	margin:10px 13px 0 13px;
	width:168px;
	font-size:1em;
	border:1px solid #E1AD7A;
}

div#search img {
	margin:7px 13px 0 13px;
	width:80px;
	height:23px;
}

/* main image */
div#mainImage {
	margin:0 0 15px 4px;
	padding-top:3px;
	display:none;
}

/* main wrap */
div#mainWrap {
	width:666px;
	padding-left:11px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:655px;
	_width:666px;
}

* {}
