@charset "utf-8";

@import url(user_data/packages/default/css/under02.css);

/*********************
* base tags
*********************/

* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0 auto;
}

body {
	font-size: 14px;
	line-height: 135%;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFF;
	background-image:url(images/bg01.jpg);
	background-repeat: repeat-x;
}

/*********************
* main structure
*********************/

#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background-color: #FFFFFF;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#header {
	position: relative;
	width: 900px;
	height: 166px;
	background-image:url(images/title.jpg);
	background-repeat: no-repeat;
}

#header.menu_only {
	height: 116px;
	background-image:url(images/title_ssl.jpg);
}

#header .head_message {
	position: absolute;
	top: 10px;
	left: 390px;
	width: 270px;
	font-size: 12px;
	line-height: 125%;
}

#header .blog {
	position: absolute;
	top: 0;
	left: 670px;
}

#header .link {
	position: absolute;
	width: 400px;
	top: 83px;
	left: 500px;
	font-size: 12px;
	line-height: 120%;
	text-align: right;
}

#header .link a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#header .link a:hover {
	text-decoration: underline;
}

#header .menu {
	padding: 0 2px;
	background-color: #c6c3a5;
}

#contents {
}

#contents.backimage {
	background-image: url(images/main_background.jpg);
	background-repeat: repeat-y;
}

#footer {
	width: 900px;
	height: 114px;
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#footer strong {
	display: none;
}

#footer .foot_link {
	height: 24px;
	background-color: #392810;
	text-align: right;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	line-height: 125%;
}

#footer .foot_link_inner {
	padding: 4px 3px;
}

#footer .foot_link a {
	color: #FFF;
	text-decoration: none;
}

#footer .foot_link a:hover {
	text-decoration: underline;
}

#footer .foot_cate_link {
	height: 24px;
	background-color: #8c7963;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	line-height: 125%;
}

#footer .foot_cate_link_inner {
	padding: 4px 3px;
}

#footer .foot_cate_link_inner ul li {
	float: left;
	list-style-type: square;
	margin-left: 20px;
}

#footer .foot_cate_link a {
	color: #FFF;
	text-decoration: none;
}

#footer .foot_cate_link a:hover {
	text-decoration: underline;
}

/*********************
* common tags
*********************/
.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

img {
	border: 0;
}

p {
	padding-bottom: 10px;
}

p.m30 {
	margin: 0 30px 10px 30px;
}

h1 {
	z-index: 10;
	position: absolute;
	top: 5px;
	left: 200px;
	font-size: 12px;
	width: 450px;
	color: #ccc;
	text-align: right;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

.price {
	font-weight: bold;
	color: #FF0000;
}

.normal_price {
	font-weight: bold;
	text-decoration:line-through;
}

.f12p {
	font-size: 12px;
}

/*****************************************
* 全体レイアウト
*****************************************/


/*********************
* 左ナビ
*********************/
#contents .left {
	float: left;
	width: 189px;
}

#contents .left a:hover {
	color: #FF0000;
}

#contents .left ul {
	width: 189px;
	background-color: #848284;
	*background-color: #847d84;
}

#contents .left ul li {
	background-image:url(images/common/left_background.jpg);
	background-repeat: no-repeat;
	padding: 6px 0 5px 0;
	list-style-type: none;
	color: #FFFFFF;
	font-weight: bold;
}

#contents .left ul li a {
	height: 35px;
	padding: 1px 0 3px 8px;
	text-decoration: none;
	color: #FFFFFF;
}

#contents .left ul li ul {
	width: 189px;
	margin-top: 5px;
	padding-top: 3px;
}

#contents .left ul li ul li {
	height: 20px;
	background-image:url(images/common/left_background2.jpg);
	padding: 1px 0 2px 23px;
}

* html #contents .left ul li ul li {
	padding: 3px 0 0 23px;
}

#contents .left ul li ul li a:hover {
	color: #FF0000;
}

#contents .left ul li ul li.selected {
	background-image:url(images/common/left_background3.jpg);
}

#contents .left ul li.selected a {
	color: #a85c03;
}

#contents .left ul li.selected li a {
	color: #FFFFFF;
}

#contents .left ul li ul li.selected a {
	color: #a85c03;
}


/*********************
* メイン部分
*********************/
#contents .right {
	float: right;
	width: 711px;
}

#contents .right_inner {
	padding: 3px;
}


/*****************************************
* 個別ページ
*****************************************/


/*********************
* TOP
*********************/
#top {
}

#top .whatsnew {
	position: relative;
	width: 899px;
	height: 292px;
	background-image:url(images/top_info.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 135%;
}

#top .whatsnew_list {
	position: absolute;
	top: 10px;
	left: 845px;	
}

#top .whatsnew_list a {
	color: #FF9900;
	font-weight: bold;
}

#top .whatsnew_inner {
	position: absolute;
	top: 35px;
	left: 565px;
	width: 325px;
	height: 240px;
}

#top .top_main {
	background-color: #8c7963;
}

#top .top_left {
	float: left;
	width: 646px;
	background-color: #FFFFFF;
}

#top .top_right {
	float: right;
	width: 253px;
}

#top .osusume_box {
	margin-bottom: 7px;
	padding-left: 5px;
}

#top .osusume {
	float: left;
	width: 320px;
	margin-bottom: 3px;
}

#top .osusume_left {
	float: left;
	width: 160px;
}

#top .osusume_left_inner {
	padding: 2px;
}
#top .osusume_right {
	position: relative;
	float: right;
	width: 153px;
	height: 117px;
}

#top .osusume_right h3 {
	color: #FF6633;
}

#top .osusume_right_inner {
	padding: 0 3px 3px 3px;
	font-size: 12px;
	line-height: 130%;
}

#top .osusume_detail {
	position: absolute;
	top: 90px;
	left: 80px;
}

#top .banner {
	width: 640px;
}

#top .banner_left {
	float: left;
	width: 360px;
	text-align: center;
}

#top .banner_left img {
	padding: 3px 0;
}

#top .banner_right {
	float: left;
	width: 270px;
	margin: 0 5px;
	text-align: center;
}

#top .ranking_info {
	width: 240px;
	background-color: #FFFFFF;
	margin: 5px 6px;
	font-size: 12px;
	line-height: 125%;
}

#top .ranking_info h3 {
	line-height: 125%;
	padding: 3px 3px 0 3px;
}

#top .ranking_info_inner {
	margin: 3px;
}

#top .ranking_info_inner_left {
	float: left;
	width: 120px;
}

#top .ranking_info_inner_right {
	float: right;
	width: 110px;
}

#top .blog {
	width: 240px;
	height: 250px;
	margin: 0px 0 0 6px;
	background-position: top center;
	background-color: #eee;
}

* html #top .blog {
}

#top .blog_inner {
	height: 190px;
	margin: 3px 0 5px 5px;
	overflow-y: scroll;
	font-size: 12px;
	line-height: 125%;
}

#top .blog_inner dd {
	margin-bottom: 5px;
}


/*********************
* MAIN CATEGORY
*********************/
#main_category {
	background-image: url(images/main_background.jpg);
	background-repeat: repeat-y;
}

#main_category .cate_box {
	position: relative;
	float: left;
	width: 346px;
	height: 205px;
	border: 1px solid #CCCCCC;
	margin: 5px 2px;
}

* html #main_category .cate_box {
	width: 344px;
}

#main_category .cate_box h3 {
	padding-left: 10px;
}

#main_category .cate_box .cate_photo {
	padding: 5px 0;
	text-align: center;
}

#main_category .cate_box .cate_text {
	padding: 3px 10px;
}

#main_category .cate_box .cate_detail {
	position: absolute;
	left: 205px;
	top: 165px;
}

/*********************
* SECOND CATEGORY
*********************/
#second_category {
	background-image: url(images/main_background.jpg);
	background-repeat: repeat-y;
}

#second_category .cate_info {
	width: 685px;
	padding: 10px 0;
}

#second_category .cate_info_left {
	float: left;
	width: 310px;
	text-align: center;
	margin-left: 25px;
}

* html #second_category .cate_info_left {
	margin-left: 10px;
}

#second_category .cate_info_right {
	float: right;
	width: 340px;
	margin-left: 10px;
}

* html #second_category .cate_info_right {
	width: 340px;
	margin-left: 0px;
}

#second_category table.prod_info {
	margin: 5px 0;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

#second_category table.prod_info th,
#second_category table.prod_info td {
	padding: 3px 5px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#second_category table.prod_info th {
	background-color: #ceae6b;
}

#second_category .cate_box {
	float: left;
	width: 346px;
	border: 1px solid #CCCCCC;
	margin: 5px 2px;
}

* html #second_category .cate_box {
	width: 344px;
}

#second_category .cate_box h3 {
	text-align: center;
}

#second_category .cate_box .cate_photo {
	padding: 5px 0;
	text-align: center;
}

#second_category .cate_box .cate_content {
	padding: 5px 0 0 15px;
}

#second_category .cate_box .cate_text {
	width: 160px;
	float: left;
	padding: 0 0 0 15px;
}

#second_category .cate_box .buy {
	width: 150px;
	float: right;
	font-weight: bold;
	padding: 0 10px 5px 0;
}

#second_category .cate_box .quantity {
	width: 30px;
}

#second_category .cate_box .buy_button {
	padding: 3px 0 0 0;
}

#second_category .noshi_left {
	float: left;
	width: 350px;
	padding-left: 10px;
	text-align: center;
}

#second_category .noshi_right {
	float: right;
	width: 320px;
	padding: 0 10px 0 10px;
}

#second_category .noshi_other {
	padding-left: 10px;
}

#second_category .roundedcornr_box {
   background: #807971;
}
#second_category .roundedcornr_top div {
   background: url(images/roundedcornr_tl.png) no-repeat top left;
}
#second_category .roundedcornr_top {
   background: url(images/roundedcornr_tr.png) no-repeat top right;
}
#second_category .roundedcornr_bottom div {
   background: url(images/roundedcornr_bl.png) no-repeat bottom left;
}
#second_category .roundedcornr_bottom {
   background: url(images/roundedcornr_br.png) no-repeat bottom right;
}

#second_category .roundedcornr_top div, .roundedcornr_top, 
#second_category .roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
#second_category .roundedcornr_content { margin: 0 10px; color: #FFF; }

#second_category .roundedcornr_content ul {
	font-size: 12px;
	margin-left: 20px;
}


/*********************
* こだわり
*********************/
#persistence {
	background-image: url(images/main_background.jpg);
	background-repeat: repeat-y;
}

#persistence p {
	padding: 3px 25px 10px 25px;
}

#persistence h2 {
	margin-bottom: 5px;
}

#persistence h3 {
	margin-bottom: 10px;
}

#persistence .persistence_info_left {
	float: left;
	width: 430px;
}

#persistence .persistence_info_right {
	float: right;
	padding-right: 25px;
	width: 250px;
}

#persistence h4 {
	border-left: 10px solid #8c7563;
	background-color: #ffefd5;
	padding: 5px 0 5px 3px;
	margin: 10px 25px 5px 25px;
}

/*********************
* 会社案内
*********************/
#about {
	background-image: url(images/main_background.jpg);
	background-repeat: repeat-y;
}

#about h3 {
	padding: 20px 0 10px 0;
}

#about p {
	padding: 3px 25px 10px 25px;
}


#about table.company {
	width: 600px;
	border-top: 1px solid #3e2810;
	border-left: 1px solid #3e2810;
	margin: 10px 50px;
}


#about table.company th,
#about table.company td {
	padding: 3px 8px;
	border-bottom: 1px solid #3e2810;
	border-right: 1px solid #3e2810;
}

#about table.company th {
	width: 130px;
	background-color: #fef1bd;
	text-align: center;
}

#about .tenpo {
	float: left;
	width: 220px;
	margin: 5px 0 0 15px;
}

* html #about .tenpo {
	margin: 5px 0 0 10px;
}

#about .tenpo p {
	padding: 0 5px 5px 10px;
}

/*********************
* メディア
*********************/
#media {
	background-image: url(images/main_background.jpg);
	background-repeat: repeat-y;
}

#media .entry {
	margin: 5px 10px 20px 10px;
	border: 1px solid #bd924a;
}

#media .entry h3 {
	margin: 5px;
	border-left: 12px solid #634931;
	background-color: #fdf2aa;
	padding: 5px;
}

#media .entry h3 a {
	text-decoration: none;
	color: #333;
}

#media .entry .date {
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
	line-height: 125%;
}

#media .entry .entry_inner {
	padding: 5px;
}


/*********************
* プライバシーポリシー
*********************/
#policy {
	background-image: url(images/main_background.jpg);
	background-repeat: repeat-y;
}

#policy dl {
	margin: 10px 30px;
}

#policy dt {
	font-weight: bold;
}

/*********************
* お買い物の仕方
*********************/
#starter {
	background-image: url(images/main_background.jpg);
	background-repeat: repeat-y;
}

#starter h3 {
	margin: 0 0 10px 0;
	padding: 0;
}

#starter h4 {
	border-left: 10px solid #8c7563;
	background-color: #ffefd5;
	padding: 5px 0 5px 3px;
	margin: 10px 25px 5px 25px;
}

#starter .m30 img {
	padding-left: 5px;
}

/*********************
* サイトマップ
*********************/
#sitemap {
	background-image: url(images/main_background.jpg);
	background-repeat: repeat-y;
}

#sitemap .right ul {
	margin: 0 0 20px 40px;
}

#sitemap .right ul li {
	padding-bottom: 3px;
}

#sitemap .right .sitemap_left {
	float: left;
	width: 250px;
}

/*********************
* 味道探求
*********************/
#contents .left ul li ul.blog_entry li {
	height: auto;
}


/*********************
* 彩雪
*********************/

.w690 {
	width: 700px;
}

.sauce_m10 {
	float: left;
	margin-left: 10px;
}

.items_caption {
	padding:10px;
}

.sauce_comment {
	color: #999;
	line-height: 1.2em;
	margin-left: 10px;
}

.voice_box {
	width: 370px;
	float: right;
	padding-bottom:20px;
	margin-left: 10px;
}
.monitors_voice_wrapper {
	width: 365px;
	height: 165px;
	border: 1px solid #999;
}
	
.monitors_voice {
	width: 355px;
	height: 150px;
	margin:0 3px 0 7px;
	padding: 5px 0;
	overflow-y: scroll;
	font-size: 12px;
	line-height: 1.3em;
}

/*********************
* main contents
*********************/

.items_caption {
	padding:10px;
}


.detail_text {
	width: 379px;
	float: right;
	margin: 5px 0px;
}

/*.clearfix + *{
    clear: both;
}*/
