@charset "utf-8";
/* CSS Document */

/* 基本セッティング */
p, br{
	margin: 0;
	padding: 0;
}

body{
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 0.9em;
	line-height: 1.4;
	background: url(imgs/back02.png) repeat-y #000000;
}

a img {border:	none;}

a:link {color:#cc6600; text-decoration: none}
a:visited {color:#666666; text-decoration: none}
a:hover {color: #ff0000; text-decoration: underline}
a:active {color: #ff0000; text-decoration: underline}

ol,ul{
	margin-left: 30px;
}

.blue{color: #0066FF;}
.red{color: #FF3300;}
.red_l{color: #FF3300; font-size: 1.3em;}

/* END 基本セッティング */
#my_area{
	position: relative;
	width: 770px;
}

#contents{
	left: 218px;
	width: 548px;
	float: left;
	margin-left: 2px;
}

#menu{
	width: 217px;
	float: left;
	font-size: 0.9em;
}
#menu .ident{
	margin-left: 30px;
	margin-right: 5px;
	line-height: 1.5;
}

#menu ul{
	list-style: url(imgs/link/list.png) ;
	margin-left: 0px;
}
#menu ul li{
	padding-left: 5px;
}
#menu ul li a{

}

#contents_area00{
	background: url(images/index_main.jpg) no-repeat;
	zoom: 1;
}
#contents_area01{
	background: url(imgs/back.jpg) repeat-x;
	zoom: 1;
}

#tbl_mail{
	width: 90%;
	margin: 0 auto;
}

td.right{
	background: #FFFFFF;
	border-left: 1px #999999 solid;
}

td.left{background: url(images/c_rogo.jpg) no-repeat top;zoom: 1;}
#copyright{
	text-align: center; 
	color: #FFFFFF; 
	padding-top: 5px; 
	padding-bottom: 10px; 
	font-size: 0.9em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#copyright a {color:#cc6600; text-decoration: none}
#copyright a:hover {
	color: #FFFF00;
	text-decoration: underline
}

#news_box{
	margin: 0 0 0 13px;
	width: 500px;
	
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
#news_box_loop{
	background-image: url(imgs/index/news_box_r2_c1.gif);
	background-position:center;
	background-repeat: repeat-y;
	padding: 0 20px;
	zoom: 1;
}
#news_box table{
}
#news_box table td{
	border: 1px #666666 solid;
	padding: 8px;
}

/* 古代米 */

#tbl_rice, #tbl_imo, #tbl_recipe, #tbl_link, #tbl_ask{
	margin: 0;
	background: #ffffff;
	width: 520px;
	margin: 0 auto;
	border: 1px #999999 solid;
}
#tbl_rice th{
	padding: 5px;
	vertical-align: bottom;
	text-align: left;
	border-top: 1px #cccccc solid;
	color: #000000;
	font-size: 0.9em;
	line-height: 140%;
}

#tbl_rice td{padding: 5px; vertical-align: top;}



/* 切り干しいも */

#tbl_imo td{
	padding: 5px;
	vertical-align: top;
	border-top: 1px #cccccc solid;
	color: #000000;
	font-size: 1.1em;
	line-height: 150%;
}


/* レシピ */
#tbl_recipe td{
	padding: 5px;
	vertical-align: top;
	line-height: 130%;
}
#tbl_recipe td ol{
	padding-left: 20px;
}
.recipe{
	background: #666666;
	margin-bottom: 8px;
	width: 100%;
}
.recipe td{
	background: #ffffff;
	font-size: 0.9em
}
.recipe td.tit{
	background: #e0e0e0;
	font-size: 1.1em;
	font-weight: bolder;
}
.recipe td.img{
	font-size: 0.7em;
	color: #336699;
	width: 170px;
	text-align: center;
	vertical-align: middle;
}
.recipe td.img img{margin-top: 3px;}

.recipe td.midashi{
	width: 100px;
}

.recipe td.item{
	width: 220px;
}

.recipe td div.item{
	width: 210px;
}


/* リンク集 */

#tbl_link td{
	padding: 5px;
	vertical-align: top;
	border-top: 1px #cccccc solid;
	color: #000000;
	font-size: 1.0em;
	line-height: 150%;
}

#tbl_link td ul{
	list-style: url(imgs/link/list.png) ;
	margin-left: 20px;
}
#tbl_link td ul li{
	padding-left: 5px;
}
#tbl_link td ul li a{
	font-weight: bolder;
}


/* お問い合せ　*/
#tbl_ask td{
	padding: 5px;
	vertical-align: top;
	color: #000000;
	font-size: 1em;
	line-height: 150%;
}
div.names{
	font-size: 1.5em;
	border-bottom: 1px #660000 solid;
	padding-bottom: 3px;
	margin-bottom: 5px;
	font-weight: bolder;
}

td.right{
	background: #000000 url(../imgs/back.jpg) repeat-x;
	border-left: 2px #999999 solid;
	border-right: 2px #999999 solid;
	zoom: 1;
}

#inner_frame{
	padding: 10px;
	border: 1px #999999 solid;
}

/* 汎用セッティング */
.alignright{float: right; margin: 0px 0px 8px 10px;}
/* END 汎用セッティング */
