/*------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	background: url(images/bg.jpg) repeat;
	color: #494949;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 11px;
	padding: 15px 0;
	margin: 0;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
	
	padding: 0 0 0 10px;
	margin: 0 20px;
}

/* Links */
a:link, a:visited
{
	color: #009900;
	text-decoration: none;
}
a:hover, a:active
{
	color: black;
}
#header a:link, #header a:visited
{
	color: #474747;
}
#header a:hover, #header a:active
{
	color: #737373;
}
#copyrights a:link, #copyrights a:visited
{
	color: #474747;
}
#copyrights a:hover, #copyrights a:active
{
	color: #737373;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 804px;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	width: 804px;
	height: 177px;
	
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: #000000;
	margin: 0 auto;
}
#header h1
{
	width: 804px;
	height: 177px;
	background:url(images/header_top.gif) no-repeat;
	font-size: 10px;
	text-indent: -9999pt;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 804px;
	background: white;
	border-width: 0 1px;
	border-style: solid;
	border-color: #000000;
	margin: 0 auto;
}
#wrapper
{
	width: 804px;
	background: url(images/bgcontainer02.gif) repeat-y right;
	margin: 0 auto;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 804px;
	height: 1%;
	overflow: visible;
	float: left;
	padding: 0 0 0 0;
	margin-right: -204px;
}
.content
{
	padding: 0;
	margin: 0px 224px 30px 20px;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h2
{
	clear: both;
	background: url(images/dot.gif) bottom repeat-x;
	font-size: 18px;
	padding: 0 0 6px 0;
	margin: 0;
}
.contentbody
{
	font-size:13px;
	text-align: justify;
	padding: 0 0 16px 0;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(images/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentbody
{
	padding: 3px 0 0 0;
	margin: 0 0 16px 0;
}
.contentitem
{
	width: 100%;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/dotv.gif) left repeat-y;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background: url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.itemcomment:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.id1:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3
{
	font-size: 12px;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	float: right;
	width: 204px;
	margin:5px 0 0 0;
	

}
.sidebar ,.sidebar2
{
	color: #CC3300;
	margin: 0 6px 4px 0;
}

/* Menu lists */
.sidebardl,.sidebardl2
{
	padding: 0 0 10px 0;
	margin: 0;

}
ul#item_category{
	font-size:20px;
	list-style-type: square;
	}
.sidebardl dt#menu{
	background: url(images/menu.gif) no-repeat center;
	width:184px;
	height:38px;
	text-indent: -9999px;
}
.sidebardl dt#search{
	background: url(images/search.gif) no-repeat center;
	width:184px;
	height:38px;
	text-indent: -9999px;
}
.sidebardl dd 
{
	padding: 0;
	margin:  0;
	
}
.sidebardl dd a{
  
  display: block;
 
  text-indent: -9999px;
 }
.sidebardl dd#top a{background: url(images/top.gif) no-repeat center;width:184px;height:57px;}
.sidebardl dd#greetings a{background: url(images/greetings.gif) no-repeat center;width:184px;height:57px;}
.sidebardl dd#article {background: url(images/article.gif) no-repeat center;width:184px;height:57px;}
.sidebardl dd#shop a{background: url(images/shop.gif) no-repeat center;width:184px;height:57px;}
.sidebardl dd#link a{background: url(images/link.gif) no-repeat center;width:184px;height:57px;}
.sidebardl dd#form a{background: url(images/form.gif) no-repeat center;width:184px;height:57px;}
.sidebardl dd#kiyaku a{background: url(images/kiyaku.gif) no-repeat center;width:184px;height:57px;}
.sidebardl dd#privacy a{background: url(images/privacy.gif) no-repeat center;width:184px;height:57px;}
.sidebardl dd#rice a{background: url(images/rice.gif) no-repeat center;width:182px;height:34px;}
.sidebardl dd#vegetables a{background: url(images/vegetables.gif) no-repeat center;width:182px;height:34px;}
.sidebardl dd#fruit a{background: url(images/fruit.gif) no-repeat center;width:182px;height:34px;}
.sidebardl dd#order a{background: url(images/fax_h1.gif) no-repeat center;width:184px;height:72px;}
.sidebardl dd#pdf a{background: url(images/get_adobe_reader.gif) no-repeat center;width:112px;height:33px;}

.sidebardl dd#top a:hover{background: url(images/top_hover.gif) no-repeat center;width:184px;height:57px;}
.sidebardl dd#greetings a:hover{background: url(images/greetings_hover.gif) no-repeat center;width:184px;height:57px;}
.sidebardl dd#article a:hover{background: url(images/article_hover.gif) no-repeat center;width:184px;height:57px;}
.sidebardl dd#shop a:hover{background: url(images/shop_hover.gif) no-repeat center;width:184px;height:57px;}
.sidebardl dd#link a:hover{background: url(images/link_hover.gif) no-repeat center;width:184px;height:57px;}
.sidebardl dd#form a:hover{background: url(images/form_hover.gif) no-repeat center;width:184px;height:57px;}
.sidebardl dd#kiyaku a:hover{background: url(images/kiyaku_hover.gif) no-repeat center;width:184px;height:57px;}
.sidebardl dd#rice a:hover{background: url(images/rice_hover.gif) no-repeat center;width:182px;height:34px;}
.sidebardl dd#vegetables a:hover{background: url(images/vegetables_hover.gif) no-repeat center;width:182px;height:34px;}
.sidebardl dd#fruit a:hover{background: url(images/fruit_hover.gif) no-repeat center;width:182px;height:34px;}
.sidebardl dd#privacy a:hover{background: url(images/privacy.gif) no-repeat center;width:184px;height:57px;}
.sidebardl dd#order a:hover{background: url(images/fax_h1.gif) no-repeat center;width:184px;height:72px;}
.sidebardl dd#pdf a:hover{background: url(images/get_adobe_reader.gif) no-repeat center;width:112px;height:33px;}


.sidebardl2 dd
{
	font-size:14px;
	padding: 0 10px;
	margin: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style: normal;
	font-weight: bold;
	background-image: url(images/dd.gif);
	background-repeat: repeat-x;
	border-top: 1px none #009900;
	border-right: 1px none #009900;
	border-bottom: 1px solid #009900;
	border-left: 1px none #009900;
}
/*
.sidebardl dd a ,.sidebardl2 dd a
{
	color: #009900;

}

.sidebardl dd a:link, .sidebardl dd a:visited ,.sidebardl2 dd a:link, .sidebardl2 dd a:visited
{
	color: #009900;
}
.sidebardl dd a:hover, .sidebardl dd a:active, .sidebardl2 dd a:hover, .sidebardl2 dd a:active
{
	color: #CC0000;
	text-decoration: underline;
}
*/
/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	font-size:10px;
	width: 804px;
	height:90px;
	background: #FFFFFF;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #000000;
	margin: auto;
		
}

#footer .reft {
	float: left;
	padding: 5px;
}
#footer .right {

	float: right;
	padding: 5px;

}
#copyrights
{
	color: #474747;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 10px;
    padding: 10px;
    background: #EEEEEE;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.searchform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail
{
    width: 300px;
    margin-right: 105px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 300px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/

.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons 
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}*/


.leftbox {
	float: left;
}
.rightbox {
	float: right;
}
.leftbox img,
.rightbox img {
	display: block;
	padding: 5px;
	background: #eee;
	border: 1px solid #bbb;
}
.leftbox img {
	margin: 0 6px 6px 0;
}
.rightbox img {
	margin: 0 0 6px 6px;
}
#container h2{
	font-size:18px;
}

/*top*/	
.top{
	
	padding: 0px;
	text-indent: -9999pt;
	background-image: url(/skins/meal/images/news-top.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 560px;	
	}

.center ul{
	height:8em;
	width:500px;
	overflow: auto;
	margin-left: 10px;
}

.top2{
	height:45px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999pt;
	width: 560px;
	background-image: url(/skins/meal/images/news-top2.gif);
	background-repeat: no-repeat;
}

.top_map{
	height:45px;
	margin: 0;
	padding: 0px;
	text-indent: -9999pt;
	width: 560px;
	background-image: url(/skins/meal/images/top_map.gif);
	background-repeat: no-repeat;
}

.top_staff{
	height:45px;
	margin: 0 0 0 0;
	padding: 0px;
	text-indent: -9999pt;
	width: 560px;
	background-image: url(/skins/meal/images/top_staff.gif);
	background-repeat: no-repeat;
}
.link{
	height:45px;
	margin: 18px 0 0 0;
	padding: 0px;
	text-indent: -9999pt;
	width: 560px;
	background-image: url(/skins/meal/images/link.gif);
	background-repeat: no-repeat;
}
.top_blog{
	height:45px;
	margin: 18px 0 0 0;
	padding: 0px;
	text-indent: -9999pt;
	width: 560px;
	background-image: url(/skins/meal/images/blog.gif);
	background-repeat: no-repeat;
}
.sekou{
	height:45px;
	margin: 18px 0 0 0;
	padding: 0px;
	text-indent: -9999pt;
	width: 560px;
	background-image: url(/skins/meal/images/sekou.gif);
	background-repeat: no-repeat;
}
.sekou2{
	height:45px;
	margin: 18px 0 0 0;
	padding: 0px;
	text-indent: -9999pt;
	width: 560px;
	background-image: url(/skins/meal/images/sekou2.gif);
	background-repeat: no-repeat;
}
.event{
	height:45px;
	margin: 18px 0 0 0;
	padding: 0px;
	text-indent: -9999pt;
	width: 560px;
	background-image: url(/skins/meal/images/event.gif);
	background-repeat: no-repeat;
}
.voice{
	height:45px;
	margin: 18px 0 0 0;
	padding: 0px;
	text-indent: -9999pt;
	width: 560px;
	background-image: url(/skins/meal/images/voice.gif);
	background-repeat: no-repeat;
}

.kawaraban{
	height:45px;
	margin: 18px 0 0 0;
	padding: 0px;
	text-indent: -9999pt;
	width: 560px;
	background-image: url(/skins/meal/images/kawaraban.gif);
	background-repeat: no-repeat;
}
.house{
	height:45px;
	margin: 18px 0 0 0;
	padding: 0px;
	text-indent: -9999pt;
	width: 560px;
	background-image: url(/skins/meal/images/house.gif);
	background-repeat: no-repeat;
}


.company{
	height:45px;
	margin: 18px 0 0 0;
	padding: 0px;
	text-indent: -9999pt;
	width: 560px;
	background-image: url(/skins/meal/images/company.gif);
	background-repeat: no-repeat;
}

.execution{
	height:45px;
	margin: 18px 0 0 0;
	padding: 0px;
	text-indent: -9999pt;
	width: 560px;
	background-image: url(/skins/meal/images/execution.gif);
	background-repeat: no-repeat;
}

.build{
	height:45px;
	margin: 18px 0 0 0;
	padding: 0px;
	text-indent: -9999pt;
	width: 560px;
	background-image: url(/skins/meal/images/build.gif);
	background-repeat: no-repeat;
}
.reform{
	height:45px;
	margin: 18px 0 0 0;
	padding: 0px;
	text-indent: -9999pt;
	width: 560px;
	background-image: url(/skins/meal/images/reform.gif);
	background-repeat: no-repeat;
}
.mail{
	height:45px;
	margin: 18px 0 0 0;
	padding: 0px;
	text-indent: -9999pt;
	width: 560px;
	background-image: url(/skins/meal/images/mail.gif);
	background-repeat: no-repeat;
}
.center{

	margin: 0px;
	padding: 0px 10px 0px 0px;
	background: url(/skins/meal/images/center.gif) repeat-y;

}
.center a
{color:#009900;}
.center a:hover
{
	color: #0066CC;
}
.under{
	background-image: url(/skins/meal/images/board-bottom.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 560px;
	text-indent: -9999pt;
	height: 23px;
}

/*top*/
.pageswitch
{
	clear: both;
	padding: 0 0 10px;
	text-align: right;
	
}

/*カレンダー*/
table.calendar {
	font-size: 14px;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
tr.calendardateheaders {
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}
td.days {
	text-align: center;
	width: 130px;
}
td.today {
	text-align: center;
	color: #FF0000;
}
.center h2 {
	background: url(images/br-header.gif) no-repeat left bottom;
	height: 1.5em;
}
