/* CSS Document */

/* 
----------------------------------------------------*/

*{
	margin:0;
	padding:0;
	border:0;
}

h1,h2,h3,h4,h5,h6,p,address
{
	font-style:normal;
	font-size:1em;
	font-weight: normal;
}

/* floatNA */
.clearFix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearFix { display:inline-block; }

/* hides from mac-ie \*/
* html .clearFix {height:1%;}
.clearFix {display:block;}
/* end hide from mac-ie */

html{
	height:100%;
}

body{
	background: url(../img/bg.gif) center top repeat-y #FFF2D1;
	height:100%;
	color:#333333;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-family:osaka,MS Pゴシック,arial,helvetica,sans-serif;
	/*font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
}

body > div#wrapper {
    height: auto;
}

#main {
background-color:#FFFFFF;
margin:0px auto;
padding:0px;
text-align:left;
width:760px;
}

/* 
----------------------------------------------------*/

h1{
	font-size: 1.2em;
	color:#333333;
	background:url(../img/h1_bk.gif) left top no-repeat;
	display:block;
	width: 100%;
	height: 38px;
	/*line-height:1.4em;*/
	padding: 6px 0 0 40px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:18px;
	text-align:left;
	font-weight:bold;
	font-size:1.2em;
	line-height:22px;
}

h2{
	border-bottom:1px solid #339900;
	border-left:6px solid #339900;
	color:#333333;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:18px;
	margin-left:27px;
	padding-bottom:4px;
	padding-left:9px;
	padding-top:0pt;
	width:350px;
	height:21px;
	background:none;
}

/*  ページ上部に戻るここから---------------*/
a.link-gotop {
	background-position:left center;
	background-repeat:no-repeat;
	float:right;
	background-image:url(../img/link-gotop.gif);
	clear:both;
	display:block;
	margin-bottom:10px;
	margin-top:5px;
	margin-right:50px;
	width:128px;
	height:19px;
}
a.link-gotop:hover {
	background-image:url(../img/link-gotop_over.gif);
	width:128px;
	height:19px;
}
/*  ページ上部に戻るここまで---------------*/

#cooklist ul {
	margin: 0px 0px 0px 27px;
	padding: 0px;
	font-size:0.8em;
	list-style: none;
}
#cooklist li {
	background: url(../img/listicon_linkbl.gif) no-repeat left 50%;
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 15px;
	line-height: normal;
}

#headlink ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	font-size:0.8em;
	list-style: none;
}
#headlink li {
	background: url(../img/listicon_linkhd.gif) no-repeat left 50%;
	margin-left:10px;
	padding: 0px 0px 0px 15px;
	line-height: normal;
	float:left;
	font-size:0.8em;
}


/* 
----------------------------------------------------*/
.orange {
	color:#FF6600;
}

#topimg {
	background: url(../img/blogtop.jpg) center top repeat-y #FFF2D1;
	height:150px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

div.green {
	background: #339900;
	margin: 0px 0px 10px;
	padding: 0px;
	width: 100%;
}

div.headbox {
	background: #FFFFFF;
	margin: 0px 0px 10px;
	padding: 0px;
	width: 100%;
}

div.dotline {
	background: url(../img/dotline.gif) no-repeat center;
	margin: 10px auto 10px auto;
	padding: 0px;
	width: 100%;
	clear:both;
}
