/*　====body スタイル指定==== 　*/
body	{
	margin:0px;
}
h1		{
	font-size:18px;
	font-weight: bold;
	padding:0px;
	margin:0px;
	color:#0000CC;
}

h2		{
	font-size:14px;
	font-weight: bold;
	padding:3px;
	margin:0px;
}

h3		{
	font-size:14px;
	font-weight: bold;
	padding:10px 0px 5px 5px;
	margin:0px;
}

table		{
	line-height:1.5em;
	font-size:12px;
}
p	{
	margin:10px;
}




UL { 
		list-style-image: url(00menu/side_table_icon.gif); 
		margin:5px 0px 5px 25px;
		}

/*　メニューアンカー　*/
a.menu1:link,a.menu1:visited	{
	text-decoration:none;
	color:#ffffff;
}
a.menu1:hover	{
	color:#117543;
	text-decoration:underline;
	}
	
a.menu2:link,a.menu2:visited	{
	text-decoration:none;
	color:#EE8005;
}
a.menu2:hover	{
	color:#0000FF;
	text-decoration:underline;
	}

a.menu3:link,a.menu3:visited	{
	text-decoration:none;
	color:#1E4C80;
}
a.menu3:hover	{
	color:#FF6A00;
	text-decoration:underline;
	}
	
/*　画像アンカー　*/

a.gazou:link,a.gazou:visited	{
	text-decoration:none;
	color:#ffffff;
}
a.gazou:hover	{
	position: relative;
	top: 2px;
	text-decoration:none;
	}

/*　アンカー　*/
a:link,a:visited	{


}
a:hover	{

	}


/*　アマランサス料理レシピ集　*/

.ama-margin{
	margin-top:20px;
}

#ama-box1{
	margin-top:10px;
	border:1px solid #6bb925;
	background:#eeffd3;
}

.ama-table1{
	border:1px solid #ff8700;
}

.ama-table2{
	background:#ddffa9;
	color:#668e00;
}

.ama-subtitle{
	background:url(07amaranthus/recipe/subtitle.gif) no-repeat center;
}

.text01{
	color:#ff8700;
}

.text02{
	color:#0000CC;
	font-size:14px;
	font-weight:bold;
}

/* ヘッダーテキスト */
p.header_txt{
	margin:0;
	padding:0;
	font-size:10px;
}

/* メニュー下テキスト */
.menu_txt{
	margin:10px 0 0 0;
	padding:10px;
	background:#dff9bb;
}
	.menu_txt span{
		font-weight:bold;
	}

/* ------------- 各種スタイル調整 ------------- */
.fl{float:left;}
.fr{float:right;}
.cb{clear:both;}

.ce{text-align:center !important;}
.le{text-align:left !important;}
.ri{text-align:right !important;}

.vt{vertical-align:top;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* 線無 */
.border_none{border:none !important;}

/* 背景無 */
.background_none{background:none !important;}

/* padding無 */
.padding_none{ padding:0 !important;}

