@charset "utf-8";

@import url("navigation.css");
@import url("sub.css");

* { padding: 0; margin: 0; }

html, body {
	margin: 0;
	padding: 0;
	text-align:center;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	line-height: 150%;
	color: #495F48;
	text-decoration: none;
}
a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #237F56;
	outline:none;
}
a:hover {
	text-decoration: underline;
	color: #495F48;
	outline:none;
}
small {
	font-size: 11px;
}
dl, dd ,dt {
	margin: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
	margin:0;
	padding:0;
}
form {
	padding: 0px;
	margin: 0px;
}
div {
	margin: 0px;
	padding: 0px;
}
td {
	font-size: 12px;
	line-height: 150%;
}

.pagetop {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2DEC5;
	clear: both;
	text-align: right;
}
.font11px {
	font-size: 11px;
	line-height: 150%;
}
.none {
	display: none;
}

.clearfix:after {/*for modern browser*/
 content: url(../images/spacer.gif);
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}
.clearfix {display: inline-block;}
.clearfix {/*for IE 5.5-7*/
    zoom:100%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE-mac */  

.clear {
	clear: both;
}
.note	{
	font-size:11px;
	line-height:1.3;
	margin-left: 10px;
}

#container {
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	position: relative;
}
#header {
	width: 880px;
	height: 97px;
	margin: 0px;
}
#head-left {
	width: 317px;
	height: 66px;
	float: left;
	position: relative;
	display: block;
	padding-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#head-left .logo a {
	width: 317px;
	height: 66px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 22px;
}
h1 {
	font-weight: normal;
	font-size:12px;
	color:#495F48;
	text-align:right;
	padding-top:30px;
}
h1 span {
	display: none;
}
#head-right {
	width: 400px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align:left;
}

#mainvisual {
	width: 880px;
	height: 280px;
	background-image: url(../images/main-visual.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}

#subvisual {
	width: 880px;
	height: 160px;
	background-image: url(../images/sub-visual.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#wrapper {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: static;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* maincolumn */
#maincolumn {
	width: 640px;
	text-align: left;
	margin-bottom: 20px;
	min-height: 200px;
	float: right;
	padding-top:25px;
}
#maincolumn .content {
	width:640px;
	clear: both;
	margin: 0px;
	min-height: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#maincolumn .content-in {
	text-align: left;
	clear: both;
	position: relative;
	padding: 5px;
}
#maincolumn .content-in-line {
	text-align: left;
	clear: both;
	position: relative;
	padding: 5px;
	padding-bottom: 20px;
	clear: both;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#maincolumn h3 {
	margin-bottom: 5px;
	display: block;
}
#maincolumn .crumb {
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 3px;
	display: block;
	font-size: 11px;
}
.tbl-normal{
	margin:1em 0;
	border:1px solid #996633;
	border-collapse:collapse;
}
.tbl-normal th{
	border:1px solid #996633;
	border-collapse:collapse;
	background-color:#FFFFE6;
	font-weight:bold;
	color:#663300;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 0.5em;
	padding-bottom: 4px;
	padding-left: 0.7em;
	text-align:left;
}

.tbl-normal td{
	padding:5px;
	border:1px solid #996633;
	border-collapse:collapse;
}

.tbl-normal2{
	margin:1em 0;
	border:1px solid #996633;
	border-collapse:collapse;
}
.tbl-normal2 th{
	border:1px solid #996633;
	border-collapse:collapse;
	background-color:#FFFFE6;
	font-weight:normal;
	color:#663300;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 0.5em;
	padding-bottom: 4px;
	padding-left: 0.7em;
	text-align:left;
	vertical-align:top;
}

.tbl-normal2 td{
	padding:5px;
	border:1px solid #996633;
	border-collapse:collapse;
	text-align:center;
}

.tbl-single {
	background-color: #FFFFE6;
	border: 5px solid #996633;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.red {
	color: #CC0000;
}
.bold	{
	font-weight:bold;
}
.right-txt	{
	float:right;
	padding-right:10px;
	margin-top:0;
	text-align:right;
	font-size:11px;
	line-height:1.2;
}
.float-left	{
	float:left;
	padding-right:10px;
}
.float-right	{
	float:right;
	padding-left:10px;
}
.content-in li ,
.content-in-line li {
	background-image: url(../images/listmark01.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	margin-left: 5px;
	padding-left: 15px;
}

/* sidecolumn */
#sidecolumn {
	width: 220px;
	padding-top:25px;
	margin-bottom: 20px;
	margin-left: 0px;
	min-height: 200px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#sidecolumn .content {
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
}

#sidecolumn .bnr {
	text-align: center;
	margin-top: 10px;
}
#sidecolumn .bnr a{
	font-size:10px;
}


/* footer */
#footer {
	width: 880px;
	background-image: url(../images/foot-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	color: #495F48;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footer-txt {
	line-height: 130%;
	padding-top: 15px;
	color:#237F56;
	font-weight:bold;
}
.footer-txt a,
.footer-txt a:visited {
	color:#237F56;
	font-weight:bold;
	text-decoration:none;
}
.footer-txt a:hover {
	color:#237F56;
	text-decoration:underline;
}
.copyright {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
	padding-top: 20px;
	padding-bottom:20px;
	position:static;
}
.copyright a,
.copyright a:hover,
.copyright a:active,
.copyright a:visited {
	color: #495F48;
	text-decoration: none;
}
#foot-bottom {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#foot-bottom .footer-link {
	width:250px;
	float: right;
	text-align:left;
	line-height:1.2;
	margin-bottom:5px;
	font-size: 11px;
	color:#D25B55;
}
#foot-bottom .footer-link a {
	color:#D25B55;
}


/* index */
.top-thum01 {
	padding-top:20px;
	padding-bottom:10px;
}
.top-titlebar01 {
	width:640px;
	height:60px;
	background-image: url(../images/top-title01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
	text-indent: -9999px;
}
.top-titlebar02 {
	width:640px;
	height:60px;
	background-image: url(../images/top-title02.gif);
	text-indent: -9999px;
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
}
.top-titlebar03 {
	width:640px;
	height:60px;
	background-image: url(../images/top-title03.gif);
	text-indent: -9999px;
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
}

.btn-more {
	width: 640px;
	height:20px;
	float:right;
	padding-top:25px;
	text-indent: -9999px;
	display: block;
}
.btn-more a {
	width: 130px;
	height:20px;
	background-image: url(../images/btn-more.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 5px;
	text-indent: -9999px;
	display: block;
	float:right;
}
.btn-more a:hover {
	width: 130px;
	height:20px;
	background-image: url(../images/btn-more.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -9999px;
	display: block;
	float:right;
}
.top-topics-info {
	width:640px;
	background-color:#F8F7F3;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	clear:both;
}
#index .content p {
	padding-top: 15px;
	display:block;
}
#index .float-left {
	margin-right:5px;
}
#index .content {
	padding-bottom: 5px;
}
.btn-recipe {
	width: 300px;
	height:37px;
	float:right;
	padding-top:5px;
	text-indent: -9999px;
	display: block;
}
.btn-recipe a {
	width: 300px;
	height:37px;
	background-image: url(../images/btn-recipe.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	float:right;
}
.btn-recipe a:hover {
	background-image: url(../images/btn-recipe.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#index .content-in p ,
#index .content-in-line p {
	margin:0px;
}

h4 {
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 16px;
	margin-top: 20px;
	line-height: 1.2em;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
h5 {
	font-size: 14px;
	background-image: url(../images/h5.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 10px;
	margin-bottom: 15px;
	margin-top: 5px;
	line-height: 1.2em;
}
h6 {
	font-size: 14px;
	color: #009900;
	margin-top: 5px;
	line-height: 1.2em;
}

