/* CSS Document */
* {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	line-height: 140%;

	}
img {
	border: 0px;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	color: #FFCC00;
}

/*ヘッダー*/
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	margin: 0px;
	padding: 0px;
}
.inline {
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #996666;
	border-right-color: #996666;
	border-bottom-color: #996666;
	border-left-color: #996666;
	margin: 0 0 10px;
	padding: 0px;
	width: 840px;
}
.search {
	padding: 3px;
	text-align: left;
	margin-bottom: 15px;

}

/*左メニュー*/
#navi {
	margin-right: 10px;
	font-size: 12px;
	color: #666;
	line-height: 140%;
	width: 200px;
	background-color: #FFFFFF;

}
#navi ul {
	margin: 0px;
	padding: 5px 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cc9999;
	border-right-color: #cc9999;
	border-bottom-color: #cc9999;
	border-left-color: #cc9999;
	width: 155px;
	text-align: center;




}
#navi li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
#navi input {
	border: 1px solid cc9999;
	vertical-align: middle;



}

/*トップページ*/
#recommend_left {
	float: left;
	width: 400px;
}
#recommend_right {
	float: right;
	width: 200px;
}
#recommend_left img {
	margin-bottom: 10px;
}
#recommend_right img {
	margin-bottom: 10px;
}

/*アイテムページ*/
.main_content {
	width: 620px;
	color: #666666;

}
/*
h2 {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #8E492F;
	font-weight: bold;
	padding: 10px;
	text-align: left;
	margin: 0px;

}
*/
h2 {
	font-size: 18px;
	color: #663333;
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 6px 0px 1px 25px;
	text-align: left;
	border-bottom-width: thick;
	border-bottom-style: double;
	border-bottom-color: #cc9999;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #cc9999;
	background-image: url(categoryname_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;


}
h3 {
	font-size: 14px;
	color: #663333;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding-bottom: 2px;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #CC9999;



}
/*
h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	text-align: left;
	background-color: #82492f;
	color: #FFFFFF;
	margin: 0px;

}
*/
.main_title {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #8E492F;
	font-weight: bold;
	padding: 10px;
	text-align: left;
}
.detail {
	line-height: 150%;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #666666;
	text-align: left;

}
.list {
	text-align: right;
	height: 30px;
	color: #666666;


}
.item {
	margin-top: 25px;
	color: #666666;
	margin-bottom: 25px;
}
table {
	color: #666666;
}
.group {
	background-color: #F3F3F3;
	padding: 5px;
}
.categoryname {
	font-size: 16px;
	color: #663333;
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 5px 5px 5px 25px;
	text-align: left;
	border-bottom-width: thick;
	border-bottom-style: double;
	border-bottom-color: #cc9999;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #cc9999;
	background-image: url(categoryname_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;

}
dt {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCBB3;
	border-right-color: #FFCBB3;
	border-bottom-color: #FFCBB3;
	border-left-color: #FFCBB3;
	margin-bottom: 10px;
	margin-top: 20px;
}
dd {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 140%;
	color: #666666;
	margin-left: 5px;
	margin-top: 10px;
	clear: left;
}
#footer {
	font-size: 10px;
	line-height: 140%;
	color: #FFFFFF;
	background-color: #996666;
	width: 840px;
	padding: 5px 5px 5px 8px;
	text-align: center;

}
#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #fff;
}
#footer a:active {
	color: #fff;
}
.box {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CC9999;
	border-bottom-color: #CC9999;
	border-left-color: #CC9999;
	background-color: #FFFFFF;
	margin: 0px;






}
.login {
	font-size: 12px;
	padding: 10px 0px 10px 10px;

}
.suisen {
	padding: 35px 5px 5px;
	border: 2px solid #CC9999;
	background-image: url(/design/gmosp1084/food/osusume.gif);
	background-repeat: no-repeat;
	width: 620px;


}
.price {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
#review {
	margin-bottom: 20px;
	border: medium solid #E6E6E6;
	padding: 4px;
	width: 620px;


}
#memberLogin {
	line-height: 140%;
	background-color: #EEEEEE;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;




}
#newMember {
	background-color: #eeeeee;
	padding: 10px;
	margin-right: 10px;
	width: 330px;
	float: left;
	line-height: 140%;




}
#noMember {
	background-color: #eeeeee;
	padding: 10px;
	width: 280px;
	float: right;



}
.price input {
	font-size: 16px;
	font-weight: bold;
	border: 0px solid #6699cc;
	color: #CC0000;

}
