@charset "Shift_JIS";





/*----------------------------------------

	Index CSS (Last Update 2009.09.02)

	- default setting
	- body setting
	- link setting

-----------------------------------------*/






/*----------------------------------------
	style reset
-----------------------------------------*/

html, body,
h1, h2, h3, h4, h5, h6,
p, pre, blockquote,
ul, ol, li,
dl, dt, dd, address {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

ul, ol {
	list-style-type: none;
}



/*----------------------------------------
	default style
-----------------------------------------*/

hr {
	display: none;
}

strong {
	font-weight: bold;
	text-decoration: none;
}

address {
	font-weight: normal;
	font-style: normal;
}



/*----------------------------------------
	class
-----------------------------------------*/

/* clearfix ------------ */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hide from MacIE \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* End Hide from MacIE */



/*----------------------------------------
	typography
-----------------------------------------*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

*:first-child + html body {	/* for IE7 */
	font-family: "メイリオ", "Meiryo";
}

html>/**/body { font-size: 16px; line-height: normal; } /* except Win IE */

.txt10 { font-size: 63%; line-height: 1.4em;}	/* 10px */
.txt12 { font-size: 75%; line-height: 1.6em;}	/* 12px */
.txt14 { font-size: 88%;}	/* 14px */
.txt16 { font-size: 100%;}	/* 16px */

.font_small {
	font-size: 80%;
	line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}




/*----------------------------------------
	body setting
-----------------------------------------*/

body {
	color: #5D5D5D;
}

a:link,
a:visited {
	color: #5D5D5D;
	text-decoration: underline;
}

a:active,
a:hover {
	color: #5D5D5D;
	text-decoration: none;
}






/*----------------------------------------
	layout
-----------------------------------------*/

div#container {
	width: 750px;
	margin: 0 auto;
	background: url(../img/bg.jpg);
}


/* ナビ ------------ */

ul#nav {
	float: left;
	width: 250px;
	height: 398px;
	padding: 0 0 0 14px;
	background: url(../img/nav_bg.jpg) no-repeat;
}

ul#nav li.recipe {
	position: relative;
	margin-right: -8px;
}

ul#nav li img {
	vertical-align: bottom;
}


/* 紹介 ------------ */

div#hondashiArea {
	float: right;
	width: 486px;
	height: 398px;
	background: url(../img/hondashi_bg.jpg) no-repeat;
}

div#hondashiArea h2 {
	margin: 0;
	padding: 86px 0 0 47px;
}

div#hondashiArea p.img {
	padding: 5px 0 0 25px;
}

div#hondashiArea p.fansite {
	padding: 14px 0 0 8px;
}


/* おしらせ ------------ */

div.wrap2 {
	width: 680px;
	margin: 0 0 0 35px;
	padding: 0 0 35px;
}

div#infoArea {
	float: left;
	width: 487px;
}

div#infoArea h3 {
	padding: 0 0 1px;
	background: url(../img/info_dot.gif) repeat-x left bottom;
}

div#infoArea dl {
	font-size: 12px;
	line-height: 1.5em;
	padding: 10px 0 0;
}

div#infoArea dl dt {
	width: 6em;
	padding: 4px 0;
}

div#infoArea dl dd {
	margin: -26px 0 0 6em;
	padding: 4px 0;
}


div#infoArea dl dd a {
	display: block;
	padding: 0 0 0 8px;
	background: url(../img/info_arrow.gif) no-repeat 0 5px;
}


/* バナー ------------ */

ul#banner {
	float: right;
	width: 170px;
	padding: 2px 0 0;
}

ul#banner li {
	padding: 0 0 10px;
}

ul#banner li img {
	vertical-align: bottom;
}