body {
	font: 90%/175% Osaka, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	/*background-image:url("images/bgimg.gif");*/
	/*background-repeat:repeat-x;*/
	background-color:#996633;

}

a {
	color:#780000;
	text-decoration:none;
	
}

a img {
	border: none;
}

a:hover {
	color: #660000;
	
	text-decoration:underline;
}


#rap {
	background: #cd9966;
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
	border: 1px solid #664433;
	padding:0px;
}

#header {
	background: #cd9966;
	background-image:url("images/logo.jpg");
	background-repeat:no-repeat;
	background-position:4px 23px;
	
	
}

#header div#about{
	background-color:#664433;
	width:800px;
	margin:0;
	padding:1px 0 4px;
	line-height:1em;
	text-align:right;
	}


#header div#about  a{
	color:#ffffff;
	font-size:10px;
	padding:0;
	margin:0 5px 0 0;
	line-height:1em;
}

#headerimg a {
	/*
	position: relative;
	top: 100px;
	left: 15px;
	font-size: 24px;
	background: transparent;
	padding: 5px;
	color: #000;
	text-decoration: none;
	*/
}

#headerimg a:hover {
	/*
	position: relative;
	top: 100px;
	left: 15px;
	font-size: 24px;
	background: transparent;
	padding: 5px;
	color: #dcdcdc;
	text-decoration: none;
	*/
}


.description {
	position: relative;
	top: 100px;
	left: 15px;
	font-size: 13px;
	background: transparent;
	padding: 5px;
	color: #dcdcdc;
	text-decoration: none;
}

h1 {
}

h1 a{
	margin: 0px;
	padding:0px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	
}

h2{
	margin:0px;
	padding:0px;
	
}	

#rap #blog_title{
	width:800px;
	clear:both;
	padding:0;
	height:1em;

}


#rap #blog_title h3{
	background-color:#333;
	/*padding-left:15px;*/
	padding-right:20px;
	text-align:right;
	clear:both;
	
}

#rap #blog_title h3 a{
	font-size:14px;
	color:#fff;
	text-decoration:none;
}

#rap #blog_title h3 a:hover{
	font-size:14px;
	color:#ccc;
}



#content {
	position: relative;
	left: 30px;
	/*float: left;*/
	/*text-align:left;*/
	margin:30px 0 50px 0;
	padding:10px;
	width: 550px;
	color: #333;
	background-color:#DEBD79;
	background-image:url("images/content-bg.gif");
	background-repeat:no-repeat;
	background-position:center;
}
/*
#content h2 {
	color: #5F707A;
	font-size: 13px;
	margin: 10px 0 5px 0;
	padding: 0 0 3px 0;
	text-align: left;
	width: 100%;
}

#content h2#comments a {
	color: #5F707A;
	font-size: 13px;
}
*/
#content h3 img {
	border: 0;

}

#content p {
	margin:0 0 20px 20px;
	padding: 0;
	font-size:12px;
	line-height:1.2em;
}

#content div.post {
	margin:0 0 20px 0;
	padding: 0;
	font-size:12px;
}

#content div.post p, #content div.post li {
	line-height: 130%;
}

#content div.post div.storycontent{
	margin:0.5em 0px 1em 1em;
}

#content div.post div.storycontent p {
	width: 100%;
	line-height:1.6em;
	margin:0px 0px 0.8em;
}

#content div.post div.storycontent ul, #content div.post div.storycontent ol {
	margin-left: 3em;
	padding-left: 0;
	display:block;
}

#content div.post div.storycontent ul li {
	margin-left: 0em;
	padding-left: 0;
	display:block;
}

#content div.post div.storycontent ol li {
	margin-left: 0em;
	padding-left: 0;
	display:block;
}


#content div.post div.storycontent blockquote {
	background: #f7f7f7;
	border-left: 3px solid #6F6F6F;
	font-family: Osaka, Verdana, sans-serif;
	margin-left: 20px;
	padding: 4px 4px 4px 7px;
	width: 85%;
}


#content h2.storytitle{
	border-bottom:1px solid #666;
} 

#content h2.storytitle a {
	font-size: 18px;
	color: #36f;
	text-decoration: none;
}

#content h2.storytitle a:hover {
	color: #f93;
	text-decoration: underline;
}

#content div.post p {
	width: 90%;
}

#content div.post div.meta, #content div.post div.meta a {
	color: #867b64;
	font-family: Osaka, Verdana, sans-serif;
	font-size: 11px;
	text-align:left;
}

#content div.post div.meta li a:hover {
	color: #686050;
}

#content div.post div.meta ul, #content div.post div.meta li {
	display: inline;
	margin: 0;
	padding: 0;
}


#content div.post div.meta_category{
	border-bottom:1px dashed #ccc;
	text-align:right;
}

#content div.post div.meta_category a {
	color: #99f;
	font-family: Osaka, Verdana, sans-serif;
	font-size: 10px;
	text-decoration:none;
}


#content div.post div.meta_category a:hover {
	color: #f96;
	text-decoration:underline;
}




#content div.post div.feedback {
	font-size: 12px;
	text-align:right;
}

#content #commentlist {
	margin: 20px 20px 20px 23px;
	padding: 0;
}

#content #commentlist li {
	margin-bottom: 10px;
}

#content #commentform input, #content #commentform textarea {
	font-size: 12px;
	padding: 2px;
}

#content #commentform textarea {
	height: 150px;
	width: 90%;
}

#content code {
	color: #800000
}

#content ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: circle;
}

#navcontainer{
	clear:both;
	margin:0 auto;
	height:28px;
	padding:0;
	text-align:center;
	width:800px;
	background-image:url("images/menu-bg.jpg") ;
	background-position:0 28px;
	/*background-repeat:repeat-x;*/
	border-bottom:3px solid #000;

}

#navcontainer ul {
	clear:both;
	margin: 0 0 0 35px;
	padding: 0px 0px 0px;
	float: left;
	width: 730px;
	font: 11.5px Osaka, Verdana, sans-serif;
	
}

#navcontainer ul li {
	display: inline;
	
}

#navcontainer ul li a {
	margin:0;
	padding:5px 0 0 0;
	width:90px;
	height:27px;
	background-image:url("images/menu-bg.jpg");
	background-repeat:repeat-x;
	color: #fff;
	text-align:center;
	text-decoration: none;
	font-weight: bold;
	float: left;
	border-right: 1px solid #ce6531;
}

#navcontainer ul li a.navcontainer-first {
	border-left: 1px solid #ce6531;
}

#navcontainer ul li a:hover {
	color: #fff;
	background-image:url("images/menu-bg_h.jpg");
	background-repeat:repeat-x;
}

#navcontainer ul li.current_category_item a {
	margin:0 0 0 5px;
	padding:5px 0 0 0;
	width:90px;
	background-image:url("images/menu-bg.jpg");
	background-repeat:repeat-x;
	color: #fff;
	text-align:center;
	text-decoration: none;
	float: left;

}


#navcontainer ul li.page_item_on a{
	margin:0 0 0 0px;
	padding:5px 0 0 0;
	width:90px;
	background-image:url("images/menu-bg_h.jpg");
	background-repeat:repeat-x;
	color: #fff;
	text-align:center;
	text-decoration: none;
	float: left;

}



#navcontainer ul li.current_category_item a:hover {
	color: #fff;

}




#main-navcontainer{
	clear:both;
}


#main-navcontainer ul {
	margin: 0 0 0 80px;
	padding: 0px;
	text-align:center;
	float: none;
	height:34px;
	background-repeat:repeat-x;
	font: 13px Osaka, Verdana, sans-serif;

}

#main-navcontainer ul li {
	display: inline;
	height:34px;
	width:127px;
}

#main-navcontainer ul li a {
	height:34px;
	width:127px;
	line-height:45px;
	background-image:url("images/main-menu-bg.jpg");
	background-position:0px 8px;
	background-repeat:no-repeat;
	color: #664433;
	padding: 0px;
	text-align:center;
	text-decoration: none;
	font-weight: bold;
	float: left;
}

#main-navcontainer ul li.page_item_on a {
	height:34px;
	width:127px;
	color:#fff;
	line-height:45px;
	background-image:url("images/main-menu-bg_h.jpg");
	background-position:0px;
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;
	text-decoration: none;
	font-weight: bold;
	float: left;
	
}


#main-navcontainer ul li a:hover {
	color:#fff;
	height:34px;
	background-image:url("images/main-menu-bg_h.jpg");
	background-position:0px;
	background-repeat:no-repeat;
}

#main-navcontainer ul li.page_item_on a:hover {
	background-image:url("images/main-menu-bg_h.jpg");
	background-position:0px;
	background-repeat:no-repeat;
}


#main-navcontainer ul li.current_category_item a {
	background-image:url("images/main-menu-bg.jpg");
	background-position:0px 25px;
	background-repeat:no-repeat;
	color: #009;
	text-align:center;
	text-decoration: none;
	float: left;
}

#main-navcontainer ul li.current_category_item a:hover {
	color: #ccc;

}


#searchform {
	margin: 2px 0 15px 0;
}


p.footer_navi{
	clear:both;
	float:none;
	text-align:center;
	margin:0 auto 0.5em auto;
	padding-top:0.5em;
	
}

p.footer_navi a{
	font-size:12px;
	letter-spacing:2px;
	padding:;
	margin:0;
	color:#780000;
}

p.address {
	color: #FFFFFF;
	background: #000;
	border-top: 3px solid #ee9933;
	clear: both;
	font-size: 12px;
	margin: 0 auto;
	padding: 2px 0 4px 0;
	text-align: center;
	width: 800px;
}

p.address a {
	color: #ffffff;
	text-decoration: none;
	padding:0px;
}

p.address a:hover {
	color: #ffffff;
	text-decoration: underline;
	padding:0px;
}


p.credit {
	color: #FFFFFF;
	background: #600;
	clear: both;
	font-size: 12px;
	margin: 0 auto 0 auto;
	padding: 6px 0 18px 0;
	text-align: center;
	width: 100%;
}

p.credit a {
	color: #ffffff;
	text-decoration: none;
}

p.credit a:hover {
	color: #ffffff;
	text-decoration: underline;
}



.navigation {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	width:100%;
	border-top:2px dotted #664433;

}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}


#commentlist p.meta, #commentlist p.meta a {
	color: #867b64;
	font-family: Osaka, Verdana, sans-serif;
	font-size: 11px;
}

#trackbacklist p.meta, #trackbacklist p.meta a {
	color: #867b64;
	font-family: Osaka, Verdana, sans-serif;
	font-size: 11px;
}

/* Begin Calendar */
#wp-calendar {
	width: 155px;
	margin:0px auto;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 0px 0;
	text-align: center;
}

#wp-calendar th {
	padding: 0px 0;
	text-align: center;
	}

/* Doesn't work in IE */
/*
#wp-calendar td.pad:hover {
	background-color: #fff;
}
*/
/* End Calendar */


.comment-number {
	font: italic 28px 'Times New Roman', Times, serif;
	color: #73a0c5;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin: 0;
	padding: 10px;
}


.none {
	margin: 0;
	padding: 10px;
}


#ed_toolbar input {
	border: 1px solid #dcdcdc;
	background-color: #e6eadb;
	margin: 0 1px 0 0;
}


.hl-surround{
    /*
	 -moz-border-radius: 5px;
	 */
    background-color: #F9FBFC;
    border: 1px solid #C3CED9;
    padding: 8px;
    margin-bottom: 5px;
    width: 400px;
    overflow: auto;
    text-align: left;
}

.hl-surround, .hl-surround pre, .hl-surround span{
	font: normal 9pt 'Courier New', monospace;
}


.hl-default{
	color: Black;
}
.hl-code{
	color: Gray;
}
.hl-brackets{
	color: Olive;
}
.hl-comment{
	color: #ffa500;
}
.hl-quotes{
	color: #8b0000;
}
.hl-string{
	color: Red;
}
.hl-identifier{
	color: Blue;
}
.hl-builtin{
	color: Teal;
}
.hl-reserved{
	color: Green;
}
.hl-inlinedoc{
	color: Blue;
}
.hl-var{
	color: #00008b;
}
.hl-url{
	color: Blue;
}
.hl-special{
	color: Navy;
}
.hl-number{
	color: Maroon;
}
.hl-inlinetags{
	color: Blue;
}
.hl-main{
	background-color: transparent;
}

.hl-main pre{
	margin: 0; padding: 0;
}

input.trackback-url{
	border:none;
	color:#ccc;
	margin:0px;
}

p.trackback-url{
	font-size:72%;
	color:#ccc;
	margin:0px;
}
	
div.textwidget{
	margin:0px 7px;
	padding-bottom:5px;
	line-height:1.5em;
}





#contentarea {
	clear:both;
	padding: 0;
	width: 800px;
	margin:0px auto;
	color: #666666;
}


#contentarea h3 img {
	border: 0;
}


#contentarea div.pagearea {
	margin:0px 0 20px 0;
	padding: 0;
}

#contentarea div.pagearea p, #contentarea div.pagearea li {
	line-height: 130%;
}

#contentarea div.pagearea div.storycontent{
	margin:0.5em 0px 1em 1em;
}

#contentarea div.pagearea div.storycontent p {
	width: 100%;
	line-height:1.6em;
	margin:0px 0px 0.8em;
}

#contentarea div.pagearea div.storycontent ul, #contentarea div.pagearea div.storycontent ol {
	margin-left: 0em;
	padding-left: 0;
	display:block;
}

#contentarea div.pagearea div.storycontent ul li {
	margin-left: 0em;
	padding-left: 0;
	display:block;
}

#contentarea div.pagearea div.storycontent ol li {
	margin-left: 0em;
	padding-left: 0;
	display:block;
}

#contentarea div.pagearea div.storycontent blockquote {
	background: #f7f7f7;
	border-left: 3px solid #6F6F6F;
	font-family: Osaka, Verdana, sans-serif;
	margin-left: 0px;
	padding: 4px 4px 4px 7px;
	width: 85%;
}

#contentarea div.pagearea div.storycontent table.companyprofile{
 margin:1em auto 2em;
}

#contentarea div.pagearea div.storycontent table.companyprofile tbody tr td.companyprofile_title{
 vertical-align:top;
 padding:0.25em 2em 0.25em;
 border-bottom:1px solid #666;
 background-color:#fff;
 font-weight:bold;
 color:#333;
}

#contentarea div.pagearea div.storycontent table.companyprofile tbody tr td.companyprofile_data{
 vertical-align:top;
 padding:0.25em 5em 0.25em 2em;
 border-bottom:1px solid #666;
 /*background-color:#fff;*/
 color:#333;
}

#contentarea div.pagearea div.storycontent p.messagetext{
 width:500px;
 margin:1em auto 0px;
 padding:0px;
 line-height:1.2em;
 color:#333;
}

#menu{
	float: left;
	position: relative;
	top: 0px;
	left: 15px;
	margin:30px  0 10px 0;
	width: 180px;
	padding:0px;
	font-size: 12px;
	clear:both;
}

#menu ul{
	list-style-type:square;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-color:#DEBD79;
}

#menu ul li{
	color: #5F5F5F;
	font-size: 12px;
	margin: 0 0 0 20px;
	padding: 0px;
}

#menu ul li a {
	margin: 0px;
	padding: 0px;
	color: #66f;
	text-decoration: underline;
	line-height: 1em;
}

#menu ul li a:hover {
	margin: 0px;
	padding: 0px;
	color: #f96;
	text-decoration: underline;
}

#menu p{
	/*heihgt:15px;*/
	line-height:1em;
	background-image:url("images/entry_bg.gif");
	background-repeat:repeat-x;
	/*background-color:#84B200;*/
	font-weight:bold;
	color:#fff;
	margin:0px 0px 0px;
	text-align:center;
	padding:8px;
	font-size:12px;
}

ul.toppage_ul{
	margin:0px 0px 0px 50px;
	padding:0px;
	list-style:url("images/icon_ul.gif");
	list-style-position:outside;
	line-height:1.3em;
	
}

ul.toppage_ul li{
	margin:0px;
	padding:0px;
	font-size:12px;
}

ul.toppage_ul li a{
	margin:0px;
	padding:0px;
	color:#06d;
	font-size:12px;
}


div#top-image{
	background-image:url("images/top/top_image.jpg");
	width:800px;
	height:250px;
}

div#top-image p{
	margin:0 auto;
	padding:80px 0 0 12px;
	font-weight:bold;
	color:#000;
}

div#top-image ul{
	list-style-type:none;
	margin:0;
	padding:8px 0 0 10px;
	width:360px;
}

div#top-image ul li{
	float:left;
	padding:0px 0 0 2px;
	margin:0 auto;
	width:115px;
	height:109px;
}

div#top-image ul li.top1 a{
	float:left;
	padding:0px 0 0 2px;
	margin:0 auto;
	width:115px;
	height:109px;
	display:block;
	background-image:url("images/top/top1.gif");
}

div#top-image ul li.top1 a:hover{
	background-position:0px -117px;
}

div#top-image ul li.top2 a{
	float:left;
	padding:0px 0 0 2px;
	margin:0 auto;
	width:115px;
	height:109px;
	display:block;
	background-image:url("images/top/top2.gif");
}

div#top-image ul li.top2 a:hover{
	background-position:0px -117px;
}

div#top-image ul li.top3 a{
	float:left;
	padding:0px 0 0 2px;
	margin:0 auto;
	width:115px;
	height:109px;
	display:block;
	background-image:url("images/top/top3.gif");
}

div#top-image ul li.top3 a:hover{
	background-position:0px -117px;
}

div#top-banner-image{
	background-image:url("images/top/pudding_banner.jpg");
	width:800px;
	height:100px;
}

div#top-banner-image p.title{
	font-weight:bold;
	font-size:16px;
	color:#000;
	margin:0;
	padding:5px 0 0 400px;
}

div#top-banner-image p.text{
	font-weight:bold;
	padding:40px 0 0 440px;
	margin:0;
	color:#000;
	font-size:12px;
}

div#top-banner-image p.link{
	margin:0 0 0 0;
	padding:0 5px 0 650px;
}

div#top-banner-image p.link a{
	background-image:url("images/top/tajin_banner_link.gif");
	display:block;
	width:132px;
	height:21px;
}

div#top-banner-image p.link a:hover{
	background-position:0px -23px;
}
/*top page chank*/


#topchank{
	background-color:#debe79;
	float:left;
	width:50%;
	height:400px;
	margin:0;
	color:#664433;

}

#topchank h2{
	clear:both;
	background-color:#000;
	color:#fff;
	text-align:center;
	margin:10px auto;
	font-size:16px;
	width:98%;
}

#topchank h3{
	background-color:#fff;
	border-left:10px solid #664433;
	border-bottom:1px solid #664433;
	
	margin:5px auto;
	text-indent:1em;
	font-size:16px;
	
	
}
#topchank p{
	font-size:12px;
	line-height:1.5em;
	text-indent:1em;
	margin:0 1em 0 1em;
	}
	


#topchank div#chank p.chank_img{
	float:left;
	margin:0;
	padding:0;
}

#topchank div#chank div.chank_text{
	float:left;
	margin:0;
	padding:0;
	width:245px;
}

div#chank_blog{
	over-flow:auto;
}

div#chank_blog p.feed_description{
	margin:2px auto;
	width:360px;
}

div#chank_blog p.feed_more a{
	
}

div#chank_blog ul.getrss_ul {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.5em;
	list-style:none;
 }

div#chank_blog ul.getrss_ul li.getrss_li {
	font-size:12px;
	line-height:1.5em;
	color:#664433;
 }

div#chank_blog ul li p.feed_title{
	margin:5px auto 5px;
	background-color:#fff;
	border-bottom:1px dotted #664433;
	border-left:5px solid #664433;
	width:360px;
}

div#chank_blog ul li p.feed_title a{
	font-size:12px;
	line-height:1.5em;
	
 }

#chank div.rssItem{
	margin:5px 0 8px 10px;
	border-left:5px solid #664433;
	border-bottom:1px dotted #664433;
	width:230px;
	text-indent:0.5em;
	
}


div#chank p.shop-news a{
	font-size:11px;
	line-height:2em;
}

div#chank p.shop-news a:hover{
	
}


/*menu page list*/
div#menu_navi{
	float:none;
	clear:both;
	width:600px;
	background-color:#debe79;
	background-image:url("images/menu_navi_bg.gif");
	background-repeat:no-repeat;
	background-position:top right;
	margin:3em auto 2em;
	color:#664433;
	
}

div#menu_navi ul{
	list-style-position:inside;
	padding:1em;
	line-height:2em;
	
}

div#menu_navi ul li.title{
	list-style:none;
	background-color:#fff;
	border-left:10px solid #664433;
	border-bottom:1px dotted #664433;
	text-indent:1em;
	width:300px;
	padding:0.25em;
}

div#menu_navi ul li{
	text-indent:3em;
	line-height:2em;
	margin-bottom:0.5em;
	
}


/*menu page1*/

div#menu_page{
	margin:0 0 0 100px;
	padding-top:20px;
}

div#menu_page p{
	color:#fff;
	font-size:15px;
	clear:both;
	float:none;
}

div#order-menu{
	width:600px;
	float:left;
}

div#menuchank{
	background-color:#debe79;
}

div#menuchank p img{
	margin:0;
	padding:0;
}

div#menuchank h2{
	background-color:#000;
	color:#fff;
	text-align:center;
	font-size:16px;
}

div#menuchank p{
	color:#664433;
	padding:0em 2em 2em 2em;
	font-size:12px;
	clear:both;
	float:none;
}


/*menu page2*/

div#side-menu{
	clear:both;
	width:600px;
	background-color:#debe79;
	color:#664433;
}

div#side-menu ul li.title{
	border-bottom:1px solid #664433;
}

div#side-menu ul li h2{
	font-weight:bold;
	border-bottom:1px dotted #664433;
	padding:5px 0 5px 0;
	font-size:16px;
}

div#side-menu ul li{
	margin:3px 0 15px 0;
}

div#side-menu-yougan{
	background-color:#debe79;
	color:#664433;
	float:left;
	width:300px;
	height:770px;
	margin:0 0 30px;
}

div#side-menu-yougan ul li.title{
	border-bottom:1px solid #664433;
}

div#side-menu-yougan ul li h2{
	font-weight:bold;
	border-bottom:1px dotted #664433;
	padding:5px 0 5px 0;
	font-size:16px;
}

div#side-menu-yougan ul li{
	margin:3px 0 15px 0;
}



div.qa_pagearea{
	background-color:#debe79;
	padding:5em;
}

div.ditto_item{
	margin:0 0 0 25px;
}

h3.ditto_pageTitle{
	background-color:#fff;
	color:#664433;
	border-left:10px solid #664433;
	border-bottom:1px solid #664433;
	text-indent:1em;
	font-size:14px;
	padding:0;
	margin:0 0 5px 0;
	width:600px;
}

div.ditto_documentInfo{
	text-align:right;
	font-size:10px;
	margin:0;
	padding:0;
	display:none;
}


div.ditto_introText{
	text-indent:2em;
	margin:0 0 15px 0;
	color:#000;
}

div.qa{
	background-color:#debe79;
	padding:0;
	width:600px;
	line-height:2em;
	margin:0 auto;
	width:743px;
}

div.qa_text{
	background-color:#debe79;
	padding:5em 5em 5em 5em;
	width:600px;
	line-height:2em;
	margin:0 auto;
}

div.qa_text h3{
	background-color:#fff;
	border-left:10px solid #664433;
	border-bottom:1px dotted #664433;
	font-size:16px;
	text-indent:1em;
}

div.qa_text p{
	color:#664433;
	border:1px dotted #664433;
	padding:2em;
}

div#recipe{
	background-color:#debe79;
}

div#recipe h3{
	color:#664433;
	font-size:20px;
	border-left:10px solid #664433;
	border-bottom:1px dotted #664433;
	background-color:#f3f3f3;
	text-indent:1em;
	width:370px;
}

div#recipe div.photo{
	float:left;
	margin:20px 0 0 20px;
	width:390px;
}



div#recipe div.zairyou{
	float:left;
	margin:80px 0 0 0;
	width:350px;
	color:#664433;
}



div#recipe p.recipe_title,p.recipe_step{
	border-left:5px solid #664433;
	text-indent:0.5em;
}

div#recipe table{
	width:660px;
	clear:both;
	color:#664433;
	margin:0 auto;
}

div#recipe table td{
	 width:230px;
	 padding:0.5em 2em;
	 vertical-align:top;
}


/*jidori.html*/
div#jidori{
	width:600px;
	margin:0 auto;
	clear:both;
}

div#jidori h3{
	width:600px;
	background-color:#000;
	color:#fff;
	text-align:center;
	margin:0 auto;
}

div#jidori p img{
	float:left;
	margin:2px 5px 5px 5px;
}

div#jidori div.textarea{
	width:350px;
	float:left;
	margin:10px 0 10px 10px;
	color:#000;
}

div#jidori p.text-title{
	border-left:4px solid #664433;
	text-indent:0.5em;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.25em;
}

div#jidori p.text{
	line-height:1.25em;
	letter-spacing:1px;
	margin:0px 0 0 15px;
	font-size:12px;
}

/*----------------------------
tajin.html
------------------------------*/
div#tajin_page{
	background-color:#debe7b;
	background-image:url("images/top/tajin_image2.jpg");
	background-repeat:no-repeat;
	background-position:right center;
	margin:0;
	padding:0;
	height:430px;
}

div#tajin_page p.title,
div#tajin_page_roots div.top p.title{
	background-image:url("images/top/tajin_title1.gif");
	background-repeat:no-repeat;
	font-size:18px;
	font-weight:bold;
	color:#333;
	height:30px;
	widht:403px;
	margin:0 0 0 20px;
	padding:20px 0 0 75px;
}

div#tajin_page p.text,
div#tajin_page_roots div.top p.text{
	font-size:13px;
	color:#333;
	line-height:1.5em;
	margin:0 0 25px 60px;
}

div#tajin_page_roots{
	background-color:#debe7b;
	margin:0;
	padding:0;
}

div#tajin_page_roots div.top p.title{
	background-image:url("images/top/tajin_title2.gif");
}
div#tajin_page_roots div.top{
	background-image:url("images/top/tajin_banner2.gif");
	background-repeat:no-repeat;
	background-position:440px 60px;
	height:200px;
}

div#tajin_page_roots div.bottom{
	background-image:url("images/top/tajin_image3.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	height:861px;
}

div#tajin_page_roots div.bottom div.bottom1{
	float:left;
	margin:50px 0pt 0pt 255px;
	padding:0;
	color:#333;
}

div#tajin_page_roots div.bottom div.bottom1 p{
	margin:0;
	padding:12px 0 0 20px;
	text-align:center;
	width:145px;
	height:35px;
}

div#tajin_page_roots div.bottom div.bottom1 p a{
	background-image:url(images/top/tajin_cart_s.gif);
	width:145px;
	height:35px;
	display:block;
}

div#tajin_page_roots div.bottom div.bottom1 p a:hover{
	background-position:0 -35px;
}


div#tajin_page_roots div.bottom div.bottom2{
	float:left;
	margin:65px 0px 50px 45px;
	padding:0;
	width:190px;
	color:#333;
}

div#tajin_page_roots div.bottom div.tajin_shopping p{
	clear:both;
	margin:0 auto 35px;
	padding:0;
	text-align:center;
	width:413px;
	height:96px;
}

/*Ã�Â¯Ã�Â¿Ã�Â½^Ã�Â¯Ã�Â¿Ã�Â½WÃ�Â¯Ã�Â¿Ã�Â½Ã�Â¯Ã�Â¿Ã�Â½Ã�Â¯Ã�Â¿Ã�Â½Ã�ï¿½Ã¯Â¿Â½Ã�Â¯Ã�Â¿Ã�Â½Ã�Â¯Ã�Â¿Ã�Â½JÃ�Â¯Ã�Â¿Ã�Â½nÃ�Â¯Ã�Â¿Ã�Â½Ã�Â¯Ã�Â¿Ã�Â½Ã�Â¯Ã�Â¿Ã�Â½LÃ�Â¯Ã�Â¿Ã�Â½Ã�Â¯Ã�Â¿Ã�Â½*/
div#tajin_page_roots div.bottom div.tajin_shopping p{
	clear:both;
	margin:0 auto 35px;
	padding:0;
	text-align:center;
	width:413px;
	height:96px;
}


div#tajin_page_roots div.bottom div.tajin_shopping p a{
	background-image:url(images/top/tajin_shopping.gif);
	width:413px;
	height:48px;
	display:block;
	margin:0;
}

div#tajin_page_roots div.bottom div.tajin_shopping p a:hover{
	background-position:0 -49px;
	marign:0;
}

*/

div#tajin_page_roots div.bottom div.bottom2 p.text{
	margin:0;
	padding:0;
}

div#tajin_page_roots div.bottom div.bottom3{
	clear:both;
	margin:0 0 0 220px;
	padding:0;
}

div#tajin_page_roots div.bottom div.bottom3 p.text1{
	margin:0 0 100px 0;
	padding:0;
	width:490px;
	font-size:12px;
	color:#333;
}

div#tajin_page_roots div.bottom div.bottom4{
	clear:both;
	float:none;
	padding:0;
	margin:0 0 0 175px;
}

div#tajin_page_roots div.bottom div.bottom4 p.text2{
	float:left;
	margin:0 155px 0 0;
	padding:0;
	width:190px;
	font-size:12px;
	color:#333;
}

div#tajin_page_roots div.bottom div.bottom4 p.text3{
	float:left;
	width:190px;
	margin:0 0 50px 0;
	padding:0;
	font-size:12px;
	color:#333;
}

div#tajin_recipe{
	margin:0 auto;
	text-align:center;
	background-color:#DEBE7B;
}

div#tajin_recipe p.title{
	background-image:url("images/top/tajin_title2.gif");
	background-repeat:no-repeat;
	font-size:18px;
	font-weight:bold;
	color:#333;
	height:30px;
	widht:403px;
	margin:0 0 0 20px;
	text-align:left;
	padding:20px 0 0 75px;
}

/*Ã�Â£Ã¯Â¿Â½Ã�Â¿Ã�Â£Ã¯Â¿Â½Ã�Â¸Ã�Â£Ã¯Â¿Â½Ã�Â³Ã�Â£Ã¯Â¿Â½Ã¯Â¿Â½Ã�Â£Ã¯Â¿Â½Ã�Â¼Ã�Â£Ã¯Â¿Â½Ã�Â¸ table*/

div.tajin_table{
	background-color:#DEBE7B;
}

div.tajin_table table th{
	background-color:#DEBE7B;
}

div.tajin_table table td{
	background-color:#DEBE7B;
}div#top-banner1-image{
	background-image:url("images/top/morimopudding_bana3.png");
	width:800px;
	height:67px;
}
#box01_left {
    float: left;
    width: 340px;
    margin: 15px 0 0 81px ;
    }#box01_right {
    float: right;
    width: 370px;    margin: 0;
    }    .top-banner1-image_title{
	font-weight:bold;
	color:#61015e;
	font-size:15px;
}
.top-banner1-image_text{	font-weight:bold;
	color:#000;
	font-size:11px;
}div#top-banner-blog{	width:800px;		height:67px;
	padding:0;
	margin:0;	}div#top-banner-blog_in{	float:right;		padding:10px 10px 0 430px;		margin:0;		}div#top-banner-blog_in p.text{
	font-weight:bold;
	color:#000;
	font-size:12px;
}
