@charset "UTF-8";

/*----------------------------------------------------------------------------
#basic
-----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, p, img, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}

a {
    color: #9ea73d;
    text-decoration: underline;
}

.clear{
	clear: both;
	height: 1px;
	display:block;
	overflow:hidden;
}

.clearfix{
    zoom:1; /*for IE 5.5-7*/
    position:relative; /*for preview*/
}

.clearfix:after{ /*for modern browser*/
	content: ".";
    display: block;
    clear: both;
    height: 0;
	visibility: hidden;
}

* html .clearfix{
    display:inline-table;
    /**/display:block;/**/
}

img{
	border: none;
	vertical-align: top;
}

a {
	color: #330000
}

a.recipe-title {
    color: #9EA73D;
    font-weight: bold;
    letter-spacing: -0.5px;
	font-size:14px;
}

li {
	list-style: none;
}

body {
	background: #eeeecc;
	/*background-attachment: fixed;*/
	font-family:  "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", "MS UI Gothic", verdana, arial, sans-serif;
	font-size: 14px;
	line-height: 200%;
	margin: 0;
	padding: 0;
	color: #3c3c3c;
}

#wrapper {
	background: url('main_bg.gif') center top repeat-y;
	width: 980px;
	margin: 0 auto;
}

.content {
	padding: 0 0 20px 0px;
}

.contentBlock {
	padding: 0 30px;
}

/*============================================================================
#header
=============================================================================*/

#header {
	padding: 10px;
	width: 900px;
	position: relative;
}

#header #logoCookpad{
	float: left;
}

#header #prSet{
	float: right;
	background: #fff url('header_pr.gif') left center no-repeat;
	width: 170px;
	text-align: right;
	height:42px;
}

/*============================================================================
#mainttl
=============================================================================*/

#mainttl {
	width: 900px;
	height: 250px;
	margin: 0 10px;
}

#mainttl h1 {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

#mainttl {
	background: #fff url('mainttl.jpg') left top no-repeat;
}

/*============================================================================
#mainlead
=============================================================================*/

#mainlead {
	margin: 10px 20px 0 20px;
	background: url('lead_bg.jpg') no-repeat;
	width: 880px;
	position: relative;
}

#mainlead h2 {
	height: 110px;
	text-indent: -9999px;
}

#mainlead .pic {
	float: left;
	width: 160px;
}


#mainlead .textBlock {
	height: 340px;
}

#mainlead .textBlock p {
	padding: 0 190px 0 180px;
	line-height: 165%;
}

#mainlead .textBlock h3 {
	text-indent: -9999px;
}


#mainlead .textBlock ol {
	text-indent: -9999px;
}

/*============================================================================
#sec1
=============================================================================*/

#sec1 {
	width: 900px;
	margin: 0 10px 20px 10px;
}

#sec1 h2 {
	background: url('sec1_ttl.jpg') no-repeat;
	height: 210px;
	text-indent: -9999px;
}

#sec1 .navi {
	background: url('sec1_nv_bg.gif') no-repeat;
	padding-left: 30px;
	position: relative;
	height: 60px;
}

#sec1 .navi li {
	display: inline;
}

#sec1 .lead {
	width: 550px;
	height: 210px;
	background: url('sec1_lead.gif') no-repeat;
	float: left;
}

#sec1 .lead h3 {
	height: 110px;
	text-indent: -9999px;
}

#sec1 .lead p {
	margin: 0 20px 0 40px;
	line-height: 170%;
}

#sec1 .profile {
	width: 350px;
	height: 210px;
	background: url('sec1_profile.gif') no-repeat;
	float: right;
}

#sec1 .profile h3 {
	height: 70px;
	position: relative;
}

#sec1 .profile h3 img{
	position: absolute;
	top: 32px;
	left: 140px;
}

#sec1 .profile .textBlock {
	padding: 0 60px 0 30px;
}

#sec1 .profile .pic {
	float: left;
	width: 48px;
}

#sec1 .profile p {
	float: right;
	width: 200px;
	font-size: 82%;
	line-height: 180%;
}

#sec1 .recipeArea {
	background: url('sec1_main_bg.gif') repeat-y;
	padding: 10px 20px;
}

#sec1 #recipe1 .pic {
	width: 300px;
	float: left;
}

#sec1 #recipe1 .textBlock {
	width: 560px;
	float: right;
	background: url('sec1_recipe1_lead.gif') no-repeat;
}

#sec1 #recipe2 .pic {
	width: 300px;
	float: right;
}

#sec1 #recipe2 .textBlock {
	width: 560px;
	float: left;
	background: url('sec1_recipe2_lead.gif') top right no-repeat;
}

#sec1 .recipeBlock .textBlock h3 {
	height: 60px;
	text-indent: -9999px;
}

#sec1 .recipeBlock .textBlock h4,
#sec1 .recipeBlock .textBlock p {
	padding: 0 20px;
	line-height: 200%;
}

#sec1 .recipeBlock .textBlock .point {
	background: url('sec1_recipe_point_bg.gif') repeat-y;
	margin-left: 10px;
}

#sec1 .recipeBlock .textBlock .pointBlock {
	width: 270px;
	float: left;
}

#sec1 .recipeBlock .textBlock .pointBlock h5 {
	height: 70px;
	text-indent: -9999px;
}

#sec1 #recipe1 .textBlock .point1 h5 {
	background: url('sec1_recipe1_point1_ttl.gif') no-repeat;
}

#sec1 #recipe1 .textBlock .point2 h5 {
	background: url('sec1_recipe1_point2_ttl.gif') no-repeat;
}

#sec1 #recipe2 .textBlock .point1 h5 {
	background: url('sec1_recipe2_point1_ttl.gif') no-repeat;
}

#sec1 #recipe2 .textBlock .point2 h5 {
	background: url('sec1_recipe2_point2_ttl.gif') no-repeat;
}


#sec1 .recipeBlock .textBlock .pointBlock p {
	padding: 0 30px 0 30px;
	font-size: 86%;
	line-height: 180%;
}

#sec1 .recipeBlock .textBlock .point .pointBottom {
	clear: both;
}

#sec1 .recipeBlock .textBlock .btn {
	text-align: right;
	padding-right: 15px;
}

#sec1 .usercomment {
	height: 250px;
	background: url('sec1_usercomment.gif') no-repeat;
	padding: 0 40px;
}

#sec1 .usercomment h3 {
	text-indent: -9999px;
	height: 80px;
}

#sec1 .usercomment p {
	line-height: 180%;
	padding-bottom: 5px;
}

#sec1 .usercomment .btn {
	text-align: center;
}

/*============================================================================
#sec2
=============================================================================*/

#sec2 {
	width: 900px;
	height: 590px;
	margin: 0 10px 20px 10px;
}

#sec2 .ttlpic {
	width: 450px;
	height: 590px;
	float: left;
	background: url('sec2_bg.jpg') no-repeat;
	position: relative;
}

#sec2 .ttlpic h2 {
	text-indent: -9999px;
}

#sec2 .ttlpic .logo {
	position: absolute;
	top: 20px;
	left: 20px;
}

#sec2 .ttlpic .pic {
	position: absolute;
	top: 280px;
}

#sec2 .ttlpic .btn {
	position: absolute;
	top: 525px;
	left: 55px;
}

#sec2 .point {
	width: 450px;
	float: right;
}

#sec2 .point {
	width: 450px;
	float: right;
}

#sec2 .pointBlock {
	height: 200px;
}

#sec2 .point1 {
	height: 190px;
	background: url('sec2_point1_bg.jpg') no-repeat;
}

#sec2 .point2 {
	background: url('sec2_point2_bg.jpg') no-repeat;
}


#sec2 .point3 {
	background: url('sec2_point3_bg.jpg') no-repeat;
}


#sec2 .pointBlock h3 {
	text-indent: -9999px;
	height: 80px;
}

#sec2 .point1 h3 {
	height: 90px;
}

#sec2 .pointBlock p {
	padding: 0 190px 0 30px;
	font-size: 86%;
	line-height: 160%;
}

#sec2 .pointBlock .note {
	font-size: 79%;
}

/*============================================================================
#sec3
=============================================================================*/

#sec3 {
	width: 900px;
	margin: 0 10px;
}

/*============================================================================
#sec4
=============================================================================*/

#sec4 {
	width: 900px;
	margin: 0 10px;
}

/*============================================================================
#footer
=============================================================================*/

#footer {
	text-align: center;
	width: 980px;
	margin: 0 auto 20px auto;
	padding-top: 20px;
	background: url('main_bg_bottom.gif') center top no-repeat;
}
