@charset "UTF-8";
/* CSS Document */

/* 01: title_background
------------------------------------------------------------*/

#pagetitle {
	position: relative;
	width: 790px;
	height: 45px;
	text-indent: -9999px;
	margin: 0px 10px 0 10px;
	
}

.title_yellow {
	background: url(../japanese/cooking/images/title_txt1_01.gif) no-repeat;
}


#subtitle {
	position: relative;
	width: 210px;
	height: 25px;
	text-indent: -9999px;
	margin-left: 0px;
}

.title_001 {
	background: url(../japanese/cooking/images/sub_title01.gif) no-repeat;
}

.title_002 {
	background: url(../japanese/cooking/images/sub_title04.gif) no-repeat;
}

.title_003 {
	background: url(../japanese/cooking/images/sub_title03.gif) no-repeat;
}

.title_004 {
	background: url(../japanese/cooking/images/sub_title02.gif) no-repeat;
}

.title_005 {
	background: url(../japanese/cooking/images/sub_title05.gif) no-repeat;
}

.title_006 {
	background: url(../japanese/cooking/images/sub_title06.gif) no-repeat;
}

/* 02: contents
------------------------------------------------------------*/

#contents {
	clear:both;
	text-align:center;
	}

/* 03: container
------------------------------------------------------------*/
#container {
	width: 710px;
	margin:0 auto;
	position: relative;
	clear:both;
	padding-left:20px
	

}

.container_third {
	float:left;
	width: 220px;
	height: 200px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;	
	position: relative;
}


.lineup {
	width: 220px;
	padding: 0;
	float: left;
	position: relative;
}

.lineup_img {
	float: left;
	width: 84px;
	padding: 0px;
	border: solid 1px #CCCCCC;
	clear: none;	/*\*//*/
		float: none;
	/**/
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.lineup_txt {
	width: 110px;
    padding: 5px 0px 5px 0;
	text-align:left;
	float:left;
	position: relative;
}


/* 04: text align
------------------------------------------------------------*/

.ta_left {
	text-align: left;
}
.ta_right {
	text-align: right;
}
