.fontFix {
	line-height:110%;
}

p.pra {
	margin:1em 0px;
}

.to-top {
	clear:both;
	font-size:90%;
	text-align:right;
	margin:5px 0px;
}

#all_wrapper {
	position:relative;
	width:780px;
	margin:auto;
}

#header {
	width:780px;
	border-top:15px solid red;
	padding-top:15px;
	background-color:#032850;
}
#header h1 {
	float:left;
}
#header #headerImg {
	float:left;
	margin-top:8px;
	margin-left:21px;
}
#conBody {
	width:780px;
	margin:8px 0px 10px 0px;
}
#contents {
	float:right;
	width:600px;
}
#footer {
	font-size:80%;
	line-height:130%;
	width:780px;
	padding:11px 0px 9px 0px;
	border-top:1px solid #3f3f3f;
}
#footer .leftArea {
	float:left;
}
#footer #footerLogo {
	float:left;
}
#footer #footerNote {
	float:left;
	margin-left:10px;
}
#footer #footerNote span {
	white-space:nowrap;
}
#footer .rightArea {
	float:right;
}
#footer .copyright {
	clear:right;
	float:right;
	padding-top:2px;
	white-space:nowrap;
}

#mainMenuArea {
	position:absolute;
	top:60px;
	left:80px;
	z-index:1000;
}
#mainMenuArea a {
	cursor:pointer;
	display:block;
	margin-left:2px;
	font-size:112.5%;
	text-align:center;
	text-decoration:none;
	padding-bottom:2px;
}
#mainMenuArea a span {
	display:block;
	color:black;
	background-color:#eef176;
	border-top:4px solid red;
	padding-top:5px;
	height:15px;
}
#mainMenuArea .topBtn      a { width:71px; }
#mainMenuArea .recipeBtn   a { width:115px; }
#mainMenuArea .catalogBtn  a { width:120px; }
#mainMenuArea .beginnerBtn a { width:120px; }
#mainMenuArea .infoBtn     a { width:80px; }
#mainMenuArea .moreBtn     a { width:90px; }
#mainMenuArea .cartBtn     a { width:90px; }
#mainMenuArea a:hover span {
	color:white;
	background-color:red;
	border-color:#eef176;
}
#mainMenuArea a.sel span {
	color:white;
	background-color:red;
	border-color:#eef176;
}
#mainMenuArea li {
	float:left;
	white-space:nowrap;
}
#mainMenuArea li.pullDownMenu:hover a {
	background-color:#a3954b;
}
#mainMenuArea li.pullDownMenu .mainSubMenu {
	position:relative;
	display:none;
}
#mainMenuArea li.pullDownMenu:hover .mainSubMenu {
	display:block;
	z-index:90;
}
#mainMenuArea li.pullDownMenu .mainSubMenu ul {
	position:absolute;
	top:0px;
	left:0px;
	behavior:url("/js/csshover2.htc");
	border:1px solid white;
	border-width:0px 2px 1px 2px;
	z-index:80;
}
#mainMenuArea li.pullDownMenu .mainSubMenu li {
	display:inline;
	float:none;
}
#mainMenuArea li.pullDownMenu .mainSubMenu a {
	width:auto;
	text-align:left;
	padding:8px 1.2em 3px 1em;
	border:1px solid white;
	border-width:0px 0px 1px 0px;
	background-image:url(/shop/img/bg_submenu.png);
	background-repeat:repeat-y;
	background-position:0px 0px;
	background-color:transparent;
	margin:0px;
	color:black;
}
#mainMenuArea li.pullDownMenu .mainSubMenu a:hover {
	background-position:-400px 0px;
	color:white;
}
#mainMenuArea li.pullDownMenu .mainSubMenu a.sel
, #mainMenuArea li.pullDownMenu .mainSubMenu a.sel:hover {
	background-position:-800px 0px;
	color:white;
}
#mainMenuArea .mainSubMenu iframe {
	position:absolute;
	display:none;
	top:50px;
	left:0px;
	z-index:10;
}
#mainMenuArea li.catalogBtn .mainSubMenu a { padding-right:3em; }
#mainMenuArea li.cartBtn .mainSubMenu iframe { left:-13.6em; }
#mainMenuArea li.cartBtn .mainSubMenu    { left:92px; }
#mainMenuArea li.cartBtn .mainSubMenu ul { left:-13.6em; }

#sideMenuArea {
	float:left;
	width:170px;
	font-size:90%;
	line-height:120%;
}
#sideMenuArea li {
	display:inline;
}
#sideMenuArea .category {
	display:block;
	width:145px;
	background-image:url(../img/bg_side.gif);
	background-repeat:no-repeat;
	background-position:-10px 50%;
	padding:7px 5px 7px 15px;
	border-bottom:1px dotted #888;
	text-decoration:none;
	font-weight:bold;
	color:#000066;
}
#sideMenuArea a {
	display:block;
	width:145px;
	background-image:url(../img/bg_side.gif);
	background-repeat:no-repeat;
	background-position:-10px 50%;
	padding:7px 5px 7px 15px;
	border-bottom:1px dotted #888;
	text-decoration:none;
}
#sideMenuArea a:hover {
	background-position:-185px 50%;
}
#sideMenuArea .top a {
	border-top:1px dotted #888;
}
#sideMenuArea a.sel, #sideMenuArea a:hover.sel {
	background-position:-360px 50%;
}
#sideMenuArea .sub a {
	background-position:0px 50%;
	width:135px;
	padding:4px 5px 4px 25px;
}
#sideMenuArea .sub a:hover {
	background-position:-175px 50%;
}
#sideMenuArea .sub a.sel, #sideMenuArea .sub a:hover.sel {
	background-position:-350px 50%;
}
#sideMenuArea .movie {
	margin-top:5px;
}
#sideMenuArea .movie a {
	background-image:none;
	padding:2px 0px;
	width:165px;
	color:white;
	text-decoration:none;
	border-bottom:none;
}
#sideMenuArea .movie img {
	border:1px solid black;
}
#sideMenuArea .movie a span {
	display:block;
	width:155px;
	padding:5px 5px 2px 5px;
	background-color:#032850;
	border-top:4px solid red;
	cursor:pointer;
}
#sideMenuArea .movie a:hover {
	color:white;
}
#sideMenuArea .movie a:hover span {
	background-color:red;
	border-top-color:#032850;
}
#sideMenuArea .movie a:hover img {
	border-color:red;
}
#sideMenuArea .movie .note {
	font-size:80%;
	text-align:center;
	color:red;
}

#footerLink {
	text-align:right;
}
#footerLink li {
	display:inline;
}
#footerLink a {
	border-right:1px solid black;
	padding:0px 0.7em;
	white-space:nowrap;
}
#footerLink .lawBtn a
,#footerLink .qaBtn a {
	border-left:1px solid black;
}

#hontenLinkArea {
	position:absolute;
	top:20px;
	left:0px;
	z-index:100;
	width:780px;
	text-align:right;
}
#hontenLinkArea img {
	float:right;
	border:1px solid white;
}
#hontenLinkArea a {
	color:white;
	float:right;
	height:16px;
	padding-top:20px;
	padding-right:175px;
	background-image:url(../img/honten_btn.gif);
	background-repeat:no-repeat;
	background-position:100% 0px;
}
#hontenLinkArea a:hover {
	color:yellow;
	background-position:100% -100px;
}
#hontenLinkArea span {
	padding-left:12px;
	background-image:url(../img/maru.gif);
	background-repeat:no-repeat;
	background-position:0px 50%;
}

#styleSelecter {
	width:780px;
	color:white;
	background-color:red;
}
#fontSize {
	float:right;
	padding:1px 0.5em;
}
#fontSize a, #fontSize a:visited {
	color:white;
	text-decoration:none;
}
#fontSize a:hover {
	color:yellow;
}

.shoppingFlow {
	position:relative;
	top:-4px;
	left:0px;
	text-align:right;
	width:600px;
	background-image:url(../img/bg_flow_line.gif);
	background-position:0px 100%;
	background-repeat:repeat-x;
}
.shoppingFlow ul {
	line-height:110%;
}
.shoppingFlow li {
	float:left;
	font-size:85%;
	line-height:110%;
	color:#888888;
	padding:6px 6px 0px 8px;
	border-bottom:2px solid #888888;
	background-image:url(../img/bg_flow.gif);
	background-position:0px 100%;
	background-repeat:no-repeat;
	white-space:nowrap;
}
.shoppingFlow li.now {
	color:red;
	border-color:red;
	background-image:url(../img/bg_flow_now.gif);
	padding-left:20px;
}
#pathArea {
	font-size:85%;
	padding-left:3px;
	padding-bottom:0.7em;
}
#pathArea ul, #pathArea li {
	display:inline;
}

.sideBtn {
	width:165px;
}
.sideBtn li {
	display:inline;
}
.sideBtn span {
	display:none;
}
.sideBtn a {
	display:block;
	border:1px solid black;
	margin:5px 0px;
}
.sideBtn a:hover {
	border-color:red;
}
#sideMenuArea .sideBtn {
	padding-top:30px;
}
#sideMenuArea .sideBtn a {
	padding:0px;
	border:1px solid black;
}
#sideMenuArea .sideBtn a:hover  {
	border-color:red;
	background-position:0px 0px;
}

#loginInfoArea {
	width:748px;
	margin:auto;
	background-color:#ffffcc;
	padding:0px 15px;
	font-size:75%;
	border:1px solid #cccccc;
	border-width:0px 1px;
	position:relative;
	z-index:1000;
}
#loginInfoArea .loginInfo {
	width:748px;
}
#loginInfoArea .loginInfoLogout {
	float:right;
	padding-left:12px;
	background-image:url(/img/maru.gif);
	background-position:0px 50%;
	background-repeat:no-repeat;
}
#loginInfoArea .loginInfoLogin {
	float:left;
	color:red;
}
#loginInfoArea .loginInfoUser {
	float:left;
	font-family:monospace;
}
#loginInfoArea .loginInfoPoint {
	float:left;
	margin-left:1em;
}

#faxOk {
	font-size:88%;
	width:165px;
	line-height:120%;
}
#faxOk .title {
	text-align:center;
	padding:4px 2px;
	font-size:105%;
	margin:0px;
	letter-spacing:0px;
}
#faxOk .message {
	padding:4px 2px;
	border:1px solid #000066;
	border-color:#000066 #eeeeee;
	border-top:none;
	background-color:#fdfcf0;
}
#faxOk .red {
	text-align:center;
	color:red;
	font-size:140%;
	font-weight:bold;
	line-height:140%;
}

#kodawariSearch .title {
	width:160px;
	padding:3px 0px 2px 5px;
	margin-bottom:0px;
}

hr.split {
	margin:1em 0px;
}

.red {
	color:red;
}

.tesageImg {
	margin-top:3px;
}
.tesageNote {
	margin:1px 0px 3px 0px;
	font-size:85%;
	color:#555555;
}
.tesageSpec {
	border:1px solid #aaaaaa;
	border-width:0px 1px 1px 0px;
	width:100%;
	font-size:90%;
	line-height:120%;
	color:#555555;
}
.tesageSpec th {
	border:1px solid #aaaaaa;
	border-width:1px 0px 0px 1px;
	width:19%;
	padding:1px 0.5em 0px 0.5em;
}
.tesageSpec td {
	text-align:center;
	border:1px solid #aaaaaa;
	border-width:1px 0px 0px 1px;
	width:27%;
	padding:1px 0.5em 0px 0.5em;
}
.tesageSpec td span {
	white-space:nowrap;
}

@media print {
	#loginInfoArea {
		display:none;
	}
	#styleSelecter {
		display:none;
	}
	.shoppingFlow {
		display:none;
	}
	.to-top {
		display:none;
	}
}