@charset "utf-8";

/*________________________________________________

	name:			style.css
	author:			kumi morita
	mail:			morimori@elf.coara.or.jp
	create Date:	2008-07-30
	lastmodified:	2008-08-01
________________________________________________*/

 
 
/* Base Styles ===================================
 * (classes defined in the Markup Guide)
================================================*/
/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */


/* ColorScheme====================================
	MainColor	=>	#666666
	SubColor	=>	#cccccc
	AccentColor	=>	#005bac
	BGColor		=>	#fff7e9
================================================*/


/*--------------------------------------------------
page_base
--------------------------------------------------*/
#container {
	width: 760px;
	height: auto;
	margin: auto;
	padding: auto;
	background: url(../img/bg.jpg) center repeat-y;
	text-align: center;
}
* html #container {
	background: url(../img/bg.jpg) top left repeat-y;
}
/* hack */
#container {
	display: inline-block;
	display: block;
	zoom: 100%;
}
#container:after {
	display: block;
	clear: both;
	height: 0;
	font-size: 0.1em;
	visibility: hidden;
	line-height: 0;
	content: ".";
}
/* Hides from IE-mac \*/
* html #container {
	height: 1%;
}
#container {
	display: block;
}
/* End hide from IE-mac */

#main {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 25px 0 25px;
	background: url(../img/container_bg.jpg) center repeat-y;
}
*html #main {
	background: url(../img/container_bg.jpg) top left repeat-y;
}
/* hack */
#main {
	display: inline-block;
	display: block;
	zoom: 100%;
}
#main:after {
	display: block;
	clear: both;
	height: 0;
	font-size: 0.1em;
	visibility: hidden;
	line-height: 0;
	content: ".";
}
/* Hides from IE-mac \*/
* html #main {
	height: 1%;
}
#main {
	display: block;
}
/* End hide from IE-mac */

.hissu {
	color: #ff0000;
	font-weight: bold;
}
#contents {
	display: block;
	float: right;
	width: 530px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
}
#contents h1 {
	width: auto;
	height: auto;
	margin: 0 0 5px 0;
	padding: 0;
}
#contents h2 {
	width: auto;
	height: auto;
	margin: 20px 5px 5px 5px;
	padding: 5px 10px 5px 10px;
	background-color: #8cc70d;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
}
#contents h2 img {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.maincontents p {
	margin: 5px 5px 5px 20px;
}
.maincontents ul {
	display: block;
	width: auto;
	height: auto;
	margin: 5px 5px 5px 20px;
	padding: 0;
}
.maincontents li {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../img/h2_li.gif) left no-repeat;
}
.ecology table {
	width: auto;
	height: auto;
	margin: 0 5px 0 20px;
	padding: 0;
	background-color: #eeeeee;
	border: 1px #cccccc solid;
	color: #333333;
}
.ecology th {
	width: auto;
	height: auto;
	margin: 0;
	padding: 3px;
	font-weight: normal;
}
.ecology td {
	width: auto;
	height: auto;
	margin: 0;
	padding: 3px;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}
.ecology th.white, .ecology td.white {
	background-color: #ffffff;
}

/*--------------------------------------------------
header		タイトルロゴ
--------------------------------------------------*/
#header {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 30px 25px 0 25px;
	background: url(../img/container_header.jpg) top center no-repeat;
	text-align: center;
}

/*--------------------------------------------------
headermenu		タイトル下のメニュー
--------------------------------------------------*/
#headermenu {
	display: block;
	width: auto;
	height: 25px;
	margin: 0 25px 0 25px;
	padding: 0;
	background-color: #005bac;
	text-decoration: none;
	text-align: right;
}
#headermenu a, #headermenu a:hover {
	text-decoration: none;
}
#headermenu img {
	margin-right: 10px;
	vertical-align: middle;
}

/*--------------------------------------------------
leftmenu	レフトメニュー（グローバルメニュー）
--------------------------------------------------*/
#leftmenu {
	display: block;
	float: left;
	width: 160px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}
#leftmenu ul {
	width: auto;
	height: auto;
	margin: 10px 0 30px 10px;
	padding: 0;
	text-align: left;
}
#leftmenu li {
	display: block;
	width: auto;
	height: 40px;
	margin: 0;
	padding: 0 0 5px 0;
	vertical-align: middle;
}
#leftmenu li a, #leftmenu li a:hover {
	text-decoration: none;
}
/* #leftmenu li a img:hover {
	margin-left: 2px;
	margin-top: 2px;
}*/
#leftmenu p {
	margin: 10px 0 10px 10px;
	padding: 0;
	text-align: left;
}

/*--------------------------------------------------
footer
--------------------------------------------------*/
#footer {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 25px 15px 25px;
	background:url(../img/container_footer.jpg) bottom center no-repeat;
	font-size: 80%;
	text-align: right;
}
#footer address {
	display: block;
	width: 710px;
	margin: 0;
	padding: 10px 0 10px 0;
	border-top: 5px #005bac solid;
}

/*--------------------------------------------------
breadcrumbs		パンくず
--------------------------------------------------*/
#breadcrumbs {
	display: block;
	float: right;
	width: 540px; /* 550px */
	height: auto;
	margin: 0;
	padding: 5px 10px 5px 0;
	background-color: #eeeeee;
	color: #333333;
	font-size: 80%;
	text-align: right;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #ffcc00;
	text-decoration: underline;
}
#breadcrumbs img {
	margin: 0;
	vertical-align: middle;
}

/*--------------------------------------------------
pagetop
--------------------------------------------------*/
.pagetop {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: right;
	text-decoration: none;
}
.pagetop a {
	float: right;
	text-decoration: underline;
}
.pagetop img {
	margin: 0 5px 0 0;
	text-decoration: none;
}
.pagetop a:hover {
	color: #999999;
	text-decoration: underline;
}
.pagetop a span {
	display: none;
}

/*--------------------------------------------------
topics		トップページメインコンテンツ
--------------------------------------------------*/
.topics {
	display: block;
	float: left;
	width: 370px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}
.topics ul {
	display: block;
	width: auto;
	height: auto;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;
}
.topics li {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px #cccccc dashed;
	text-align: left;
}
/* hacks */
.topics li {
	display: inline-block;
	display: block;
	zoom: 100%;
}
.topics li:after {
	display: block;
	clear: both;
	height: 0;
	font-size: 0.1em;
	visibility: hidden;
	line-height: 0;
	content: ".";
}
/* Hides from IE-mac \*/
* html .topics li {
	height: 1%;
}
.topics li {
	display: block;
}
/* End hide from IE-mac */
.topics li img {
	display: block;
	float: left;
	width: 80px;
	height: 60px;
	margin: 0 30px 0 0;
	padding: 0;
	border: 1px #cccccc solid;
}
.topics li img:hover {
	border: 1px #ffcc00 solid;
}
.topics li p img {
	display: block;
	float: right;
	width: auto;
	height: auto;
	margin: 3px 0 0 3px;
	padding: 0;
	border: none;
	text-align: right;
}
.topics li p img:hover {
	border: none;
}
.topics p.banner {
	display: block;
	clear: both;
	width: 85px;
	height: 25px;
	margin: 50px 0 0 0;
	padding: 0;
}
.topics p.banner img {
	margin: 0 0 10px 0;
	padding: 0;
}

/*--------------------------------------------------
rightcontent	トップページ右側コンテンツ
--------------------------------------------------*/
.rightcontent {
	display: block;
	float: right;
	width: 140px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}
/* hack */
.rightcontent {
	display: inline-block;
	display: block;
	zoom: 100%;
}
.rightcontent:after {
	display: block;
	clear: both;
	height: 0;
	font-size: 0.1em;
	visibility: hidden;
	line-height: 0;
	content: ".";
}
/* Hides from IE-mac \*/
* html .rightcontent {
	height: 1%;
}
.rightcontent {
	display: block;
}
/* End hide from IE-mac */
.toprecipe {
	display: block;
	width: auto;
	height: 50px;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px #cccccc dashed;
	font-size: 80%;
	text-align: left;
}
.toprecipe img {
	display: block;
	float: left;
	width: 65px;
	height: 50px;
	margin: 0 5px 0 0;
	padding: 0;
}
.sonota {
	display: block;
	clear: both;
	margin: 20px 0 0 0;
	padding: 0;
}
.sonota ul {
	display: block;
	width: auto;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}
.sonota li {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px #cccccc dashed;
	text-align: center;
}
