/**********************************
2011 06/13
HAL東京 IT学部 4年制2年 石切山 開

5 recipe-index.html
***********************************/
*{
	margin: 0px;
	padding: 0px;
}
body{
	width: 100%;
	height: 100%;
	background-color: #E3E3E3;
}

/*ベースボックス*/
#base{
	width: 750px;
	height: autopx;
	diplay: block;
	background-color: #FFFFFF;
}
/*ヘッダー*/
#header{
	width: 750px;
	height: 117px;
	border-top: 6px solid #FF0000;
	background-color: #FFFFFF;
	background-image: url(../img/line.gif);
	background-position: 0px 65px;
	background-repeat: repeat-x;	
}
#headerBottom{
	width: 750px;
	height: 40px;
	margin-top: 1px;
	background-image: url(../img/head_bg.jpg);
	background-position: 0px 1px;
	background-repeat: repeat-x;
}
#rogo_foods{
	width: 242px;
	height: 37px;
	margin-left: 298px;
}
#btn_toiawase{
	width: 86px;
	height: 13px;
	margin-top: 13px;
	margin-left: 653px;
}

/*メインコンテンツ_ヘッダー*/
#mainIndex{
	width: 750px;
	height: 187px;
	margin-top: 30px;
}
#mainLeft{
	width: 370px;
	height: 187px;
	float: left;
}
#mainRight{
	width: 380px;
	height: 187px;
	float: right;
}
.imgRecipe{
	width: 380px;
	height: 183px;
	margin-top: 2px;
}
.mainText{
	width: 370px;
	height: 122px;
	padding: 12px;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
}


/*メインコンテンツ_タブ*/
#mainTab{
	widrh: 750px;
	height: 110px;
	margin-top: 14px;
	background-color: aqua;
	background-image: url(../img/i_tab_img01.gif);
	background-repeat: no-repeat;
}
#t_01{
	width: 28px;
	height: 90px;
	margin-top: 20px;
	float: left;
	background-image: url(../img/i_tab_img02.gif);
}
#t_02{
	width: 299px;
	height: 90px;
	margin-top: 20px;
	float: left;
}
#t_03{
	width: 19px;
	height: 90px;
	margin-top: 20px;
	float: left;
	background-image: url(../img/i_tab_img03.gif);
}
#t_04{
	width: 375px;
	height: 90px;
	margin-top: 20px;
	float: left;
	background-image: url(../img/i_tab_img04.gif);
	background-repeat: no-repeat;
}
#t_05{
	width: 29px;
	height: 90px;
	margin-top: 20px;
	float: right;
	background-image: url(../img/i_tab_img05.gif);
}
#tab2{
	width: 125px;
	height: 63px;
	margin-top: 27px;
	float: left;
}
#tab3{
	width: 125px;
	height: 63px;
	margin-top: 27px;
	float: left;
}
#tab4{
	width: 125px;
	height: 63px;
	margin-top: 27px;
	float: left;
}

/*メインコンテンツ*/
#mainList{
	clear: both;
	width: 750px;
	height: 561px;
	margin-top: 28px;
}
#listUpper{
	width: 700px;
	height: 173px;
	margin-left: 25px;
	margin-right: 25px;
}
#listMiddle{
	width: 700px;
	height: 173px;
	margin-left: 25px;
	margin-top: 14px;
	margin-right: 25px;
}
#listLower{
	width: 700px;
	height: 173px;
	margin-left: 25px;
	margin-top: 14px;
	margin-right: 25px;
}

#recipes{
	width: 140px;
	height: 173px;
	text-align: center;
	float: left;
}

/*フッタ*/
#churros_footer{
	width: 100%;
	height: auto;
	border-top: 3px double #FF0000;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
    position:relative;
    top: 20px;
}
/*常温*/
#churros_hot{
	width: 702px;
}
#churros_hot ul{
	margin-top: 7px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#churros_hot li{
	float: left;
	margin-top: 5px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	line-height: 1.2;
}
#churros_hot a{
	border-top: 0;
	border-left: 1px solid #333333;
	border-right: 0;
	border-bottom: 0;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	font-size: 13px;
	text-decoration: underline;
	display: block;
}

/*冷凍*/
#churros_cold{
	clear:left;
	width: 633px;
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
}
#churros_cold ul{
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#churros_cold li{
	float: left;
	margin-top: 5px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-size: 13px;
	line-height:1.2;
}
#churros_cold a{
	border-top: 0;
	border-left: 1px solid #333333;
	border-right: 0;
	border-bottom: 0;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	text-decoration: underline;
	display: block;
}
.listFirst{
	height: 35px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 10px;
	padding-bottom: 0;
}
.listEnd{
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #333333;
	border-bottom: 0;
}
/*copyright*/

#churros_copy{
	width: 100%;
	height: 50px;
	clear: both;
	border-top: 3px double #FF0000;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	position: relative;
	top: 30px;
	padding-top: 16px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
#churros_copy p{
	font-size: 13px;
	text-align: center;
}