@charset "utf-8";

/************************************************

	layout.css
	
		0.body
		1.wrapper
		2.header
		3.keyVisual
		4.Contents
		5.footer
		6.Navigation --> datail:navi.css
			|- globalNavi
			|- headerAssistNavi
			|- footerAssistNavi

	Copyright 2009 Image Co., Ltd. All Rights Reserved.
	URL http://www.img.co.jp/

*************************************************/

/*==============================================*/
/* 0.body
/*==============================================*/
body{
	color:#333333;
}

/*for ie5-6*/
*html body{text-align:center;}

/*==============================================*/
/* 1.wrapper
/*==============================================*/
div#wrapper{
	width:960px;
	margin:0 auto;
	position:relative;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
}

div#wrapperInner{
	background:url(../../bouef/img/loopbg.gif) repeat-y;
}

/*for ie5-6*/
*html #wrapper{text-align:left;}

/*==============================================*/
/* 2.header
/*==============================================*/
div#header{
	height:185px;
	overflow:hidden;
	zoom:1;/*for ie6*/
	position:relative;
}

div#header_vol2{
	height:20px;
	overflow:hidden;
	zoom:1;/*for ie6*/
	position:relative;
	background-color:#c20404;
}


div#search{
	position:absolute;
	top:5px; right:0px;
	width:300px;	
}

div#search .searchBox{
	width:120px;	
}

div#search input{margin:3px 0;}
/*==============================================*/
/* 3.keyVisual
/*==============================================*/
div#keyVisual{
	position:relative;
	height:180px;
	background:url(../../../../../special/yome/img/visual_main.jpg);
}

div#keyVisual h2{display:none;}

div#keyVisual img{
	vertical-align:bottom;
	display:none;
}

/*==============================================*/
/* 4.Contents
/*==============================================*/
div#contents,
div#contentsInner,
div#mainColumn,
div#mainColumnInner,
div#subColumn,
div#subColumnInner{position:relative;}

div#contentsInner,
div#mainColumFooter,
div#subColumnInner{
	overflow:hidden;
	zoom:1;/*for ie6*/
}

div#contents{margin-bottom:10px;}
div#contentsInner{}

/* mainColumn
---------------------------------*/
div#mainColumn{}

div#mainColumnInner{
	padding:12px 50px;
}

ul{
	margin:15px 0 0 25px;
	font-weight:bold;
	color:#666;
}


/* mainColumnleft
---------------------------------*/
div#mainColumnLeft{float:left; width:530px;}

.bgVol1{
	background:url(../img/index/recipebg_1.gif) no-repeat;
	height:342px;
}

.bgVol1 li{
	margin-bottom:1.5em;
	list-style-type:decimal;
	line-height:1.3em;
}


/* mainColumnRight
---------------------------------*/
div#mainColumnRight{float:left; width:430px;}

.profileBox{
	width:430px;
	height:288px;
	background:url(../img/index/profilebg.jpg) no-repeat;
}

.profileBox .profileBoxInner{
	padding:40px 65px 45px 40px;
	line-height:1.5em;
}
.linkUrl{
	margin-top:10px;
	color:#ff1f1f;
	font-weight:bold;
}

.bgVol2{
	background:url(../img/index/recipebg_2.gif) no-repeat;
}
.bgVol2 ul{
	margin:15px 0 0 0;
}

.bgVol2 li{
	margin-bottom:1.5em;
	list-style-type:none;
	line-height:1.3em;
}


/* m#mainColumFooter
---------------------------------*/
div#mainColumFooter{
	background:#c20404;
	text-align:center;
	height:20px;
}

div#mainColumFooter img{margin:20px;}

/* subColumn
---------------------------------*/
div#contentsInner .sectionBox{ 
	background:url(../img/movie/presenttxt.gif) no-repeat;
	width:960px;
	height:340px;
}

div#contentsInner .movie{
	background:url(../img/movie/movietxt.gif) no-repeat;
	height:537px;
}

div#contentsInner .sectionBox p{ 
	text-indent:-9999999px;
}

div#contentsInner .sectionBox a img{
	position:absolute;
	left:309px;
	bottom:0;
}

div#contentsInner .movie a img{
	position:absolute;
	left:57px;
	bottom:59px;
}

/*==============================================*/
/* 5.footer
/*==============================================*/
div#footer{
	overflow:hidden;	
	zoom:1;/*for ie6*/
}

div#copyright{margin-bottom:20px; margin-top:10px; font-size:84%; text-align:right; color:#333;}

/*==============================================*/
/* 6.Navigation --> datail:navi.css
/*==============================================*/
div#globalNavi,
div#headerAssistNavi,
div#footerAssistNavi{
	overflow:hidden;
	zoom:1;/*for ie6*/
}

div#globalNavi{}

/*#headerAssistNavi
---------------------------------*/
div#headerAssistNavi{
	position:absolute;
	bottom:5px; right:0;
	font-size:77%;
}

/*#footerAssistNavi
---------------------------------*/
div#footerAssistNavi{
	margin-bottom:15px;
}

table,
table td,
table tr,
table th{
	border:none;
}
	



