* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body	{
	font-size:12px;
	line-height:1.5;
	color:#505050;
	margin:	10px;
	background-color:	#FAFEF7;
	background-image:	url(img/bcg.gif);
}
#container	{
	width:	660px;
	border:	1px solid #70C299;
	margin: auto;
}

/* -----------------------------------
     ヘッダー
----------------------------------- */
#header {
	clear: both;
	background-color:	#669999;
}
#header h1	{
	font-size:	12px;
	}

/* ヘッダー内のナビゲーション */
#navi	{
	text-align:	center;
	}
#navi ul	{
	height:	26px;
	overflow:	hidden;
	border-bottom:	2px solid #CCCCCC;
	}
#navi li	{
	float:	left;
	width:	82px;
	}
#navi a	{
	display:	block;
	width:	100%;
	padding:	4px 0;
	color:	#FFFFFF;
	background-color:	#477585;
	background-image:	url(img/navi_off.gif);
	background-position:	left top;
	text-decoration:	none;
	}
#navi a:hover	{
	padding:	5px 0 3px 0;
	background-color:	#70C299;
	background-image:	url(img/navi_on.gif);
	background-position:	right top;
	}

/* -----------------------------------
     フッター
----------------------------------- */
#footer {
	clear: both;
	background-color:	#70C299;
	text-align:	center;
	color:#FFFFFF;
	padding:	5px 0;
	border-top:	2px solid #CCCCCC;
}
#footer a	{
	color:#FFFFFF;
	text-decoration:	none;
	font-weight:	bold;
}
#footer a:hover	{
	text-decoration:	underline;
}

/* -----------------------------------
     コンテンツ
----------------------------------- */
#contents	{
	clear: both;
	text-align:	left;
	padding:	5px 20px;
	}
#contents #pnavi	{
	text-align:right;
	}
#contents .section	{
	clear: both;
	margin-bottom:15px;
}
#contents h2	{
	font-size:	150%;
	color:	#477585;
	border-bottom:	3px double #70C299;
	margin-bottom:20px;
	padding-left:	10px;
	}

#contents h3	{
	clear:both;
	font-size:	130%;
	margin-bottom:10px;
	padding-left:	10px;
	color:	#669999;
	}
#contents p	{
	margin-bottom:10px;
	padding-left:	10px;
	}
#contents .section img	{
	float:	left;
	margin:0 15px 15px 0;
	}


#contents h4	{
	font-size:	110%;
	margin:	0;
	}
#contents h5	{
	clear:both;
	font-size:	110%;
	color:#669999;
	border:1px solid #70C299;
	margin:0 10px 10px 20px;
	padding:2px 10px;
	}
#contents tr	{
	text-align:	center;
	}
#contents th	{
	background-color:	#DDDDDD;
	text-align:	center;
	padding:3px;
	}
#contents td	{
	padding:3px 0;
	}
#contents .consul	{
	padding:	10px 50px 5px 20px;
	float:left;
	}
#contents .benpi tr	{
	text-align:left;
	}
#contents .benpi td	{
	padding:3px;
	}
#contents .worklist	{
	clear:		both;
	padding:	10px 20px 5px 20px;
	border-top:	1px dotted #70C299;
	}
#contents .media ul	{
	margin-bottom:30px;
	}
#contents .media li	{
	clear:		both;
	padding:	10px 20px 5px 20px;
	border-top:	1px dotted #70C299;
	}
#contents .consul li	{
	list-style-type:circle;
	}
#contents .index	{
	text-align:center;
	}
#contents dl	{
	margin-top:20px;
	padding:0 20px 0 20px;
	border-top:	1px dotted #70C299;
	border-bottom:	1px dotted #70C299;
	}
#contents dt	{
	color:	#477585;
	}
#cup h4	{
	clear:both;
	font-size:115%;
	color:#FF9B00;
}
#cup li {
	float: left;
	width: 180px;
	margin:0 5px 15px 0;
	border: 1px solid #CBEAC6;
}
#cup ul {
	clear:both;
}
#cup dl {
}
#cup dt {
	padding: 2px 7px;
	text-align: center;
	background: #E5F4E2;
	border-top: 1px solid #CBEAC6;
	font-weight:bold;
	color:#8C6666;
}
#cup dd {
	padding: 2px 7px;
	border-top: 1px solid #CBEAC6;
}
#recipe img	{
	float:left;
	padding:0 14px 7px 14px;
}
#recipe table	{
	margin-left:20px;
	width:80%;
}
#recipe th	{
	text-align:center;
	vertical-align:text-top;
	color:#FF9B00;
	background-color:	#FAFEF7;
	background-image:	url(img/bcg.gif);
}
#recipe td	{
	padding:0 7px;
	text-align:left;
}
#recipe h3	{
	margin-bottom:5px;
	color:#E94720;
}
#recipe h4	{
	clear:both;
	font-size:115%;
	color:#FF9B00;
	padding-left:10px;
	padding:3px 0 3px 15px;
}
#recipe .memo p	{
	text-align:center;
	font-size:115%;
}
#recipe h2 {
	background-image:url(img/h2b.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
}
/* List Default */
ul.ul_normal {
	margin-left: 40px;
	padding-left: 2em;
}
ul.ul_normal li {
	list-style-type: disc;
}
ol.ol_normal {
	padding-left: 2em;
}
ol.ol_normal li {
	list-style-type: decimal;
}
