@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 基本
　02. 固定ヘッダー
  03. メインコンテンツ


******************************************************************************* */



/* ==

　01. 基本

=============================================================================== */
div#hdNav li.line2 a{ padding:8px 0; }
div#hdNav li.line2 a:hover, div#hdNav li.line2 a:active{ background:url(../../images/rn01/nav_bg_over02.png) left 8px repeat-x; }

* html .main div{ height:1%; }
.section .main div:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	line-height:0; 
	visibility:hidden;
}

.main div{
	min-height:1%;
	margin-bottom:20px;
	line-height:1.5;
	clear:both;
}
* html .main div{ height:1%; }
.main div div{ margin-bottom:0; clear:none; }

.section .main div:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	line-height:0; 
	visibility:hidden;
}





/* ==

　02. 固定ヘッダー

=============================================================================== */
#fix-header {
	position:fixed;
	z-index:9999;
	width:100%;
	top:-85px;
	left:0;
	zoom:1;
}
* html #fix-header { /* IE6 */
	display: none;
}
.fix-head {
	background-image:url(/business/food/images/rn01/fix-head.png);
	height:65px;
	width:100%;
	position:relative;
}
#fix-header .content-wrapper{ width:950px; margin:0 auto; padding-top:15px; position:relative; clear:both; }

.fix-head .stickylinks li{ margin-right:15px; float:left; }

.fix-head div.back2{
	margin-right:16px;
	padding-right:15px;
	background:url(/business/food/images/rn01/hdnav_vline.gif) right top no-repeat;
	float:left;
}
.fix-head .stickylinks{
	margin-right:10px;
	float:left;
}







/* ==

  03. メインコンテンツ

=============================================================================== */
/* 背景
------------------------------------------------------------------------------- */
#topLiquidBg {
	position: absolute;
	width: 100%;
	min-width: 960px;
	z-index: -1000;	
	/*top: 124px;*/
	top:170px;
	left: 0;
	overflow: hidden;
}
#topLiquidBg img {
	width: 100%;
	height: auto;
	margin-bottom: -5px; /* IE7対策 */
	-ms-interpolation-mode: bicubic; /* IE7対策 */
}
* html #topLiquidBg img {	display: none; }
.container {
	position: relative;
	z-index: 10;
}


/* タイトルエリア
------------------------------------------------------------------------------- */
div.title{
	width:934px;
	margin-left:-2px;
	padding:20px 10px 10px;
	background:url(../../images/rn01/bg_title.png) left 10px no-repeat;
	clear:both;
}
div.title p{ float:left; }
div.title .typeImg{ margin-bottom:-2px; float:right; }
div.title .typeImg li{ margin-bottom:2px; }

div.title2{
	width:934px;
	margin-left:-2px;
	margin-bottom:20px;
	padding:0 10px 10px;
	background:url(../../images/rn01/bg_bottom.png) left bottom no-repeat;
	zoom:1;
	clear:both;
}
div.title2 p.hd{
	background-color:#72b63f;
	text-align:right;
}
div.title2 h1{
	height:145px;
	padding:0 20px;
	background-color:#f4f4f4;
	font-size:32px;
	line-height:1.3;
	color:#333;
}




/* コンテンツ
------------------------------------------------------------------------------- */
.mainCnts{
	width:914px;
	margin:0 0 0 -2px;
	padding:0 20px;
	background:url(../../images/rn01/bg.png) left top repeat-y;
	font-size:120%;
	line-height:1.5;
}
.mainCnts div:after{ content:''; display:block; clear:both; }
.mainCnts.top{
	padding-top:10px;
	background:url(../../images/rn01/bg_top.png) left top no-repeat;
	font-size:10px;
	line-height:1.0;
}
.mainCnts.btm{
	margin-bottom:25px;
	padding-bottom:10px;
	background:url(../../images/rn01/bg_bottom.png) left bottom no-repeat;
	font-size:10px;
	line-height:1.0;
}
.mainCnts p, .mainCnts li, .mainCnts strong, .mainCnts span, .mainCnts dd{ color:#333; }
.mainCnts em{ font-style:normal; font-weight:bold; color:#333; }

.container .mainCnts p.txt_lead{
	height:auto;
	margin-bottom:10px;
	padding-bottom:10px;
	background:none;
	border-bottom:1px dotted #ccc;
	font-size:24px;
	line-height:1.2;
	color:#72b63f;
	font-weight:bold;
}
.container .mainCnts h2{
	height:auto;
	margin-bottom:10px;
	padding:7px 7px 7px 10px;
	background:none;
	background-color:#f4f4f4;
	border-left:5px solid #72b63f;
	font-size:110%;
	line-height:1.3;
	color:#333;
}

.container .mainCnts p.txt_link a{
	padding-left:12px;
	background:url(/common/images/renew2009/arrow.gif) left 4px no-repeat;
	font-weight:bold;
}

.mainCnts ul.dotted li{
	margin-bottom:5px;
	padding-left:12px;
	background:url(../../images/rn01/li_disc.gif) left 0.5em no-repeat;
	color:#333;
}


/* 表組（デフォルト） */
.mainCnts .defTable{
	width:900px;
	margin:0 auto 30px;
	padding:5px;
	background-color:#dbdbdb;
	clear:both;
}
.mainCnts .defTable table{
	width:100%;
	background-color:#ccc;
}
.mainCnts .defTable th{
	padding:5px 10px;
	background-color:#f9feef;
	color:#2987ad;
	text-align:left;
	vertical-align:top;
}
.mainCnts .defTable td{
	padding:5px 10px 0;
	background-color:#fff;
	color:#333;
	vertical-align:top;
}



/* コンバージョンエリア
------------------------------------------------------------------------------- */
div.ulCvBlock{
	width:950px;
	margin:0 0 25px;
	background-color:#f9feef;
	clear:both;
}
div.ulCvBlock div{
	border-bottom:1px solid #ccc;
	clear:both;
}
div.ulCvBlock div a{
	width:450px;
	min-height:250px;
	padding:0 12px 13px 486px;
	background:url(../../images/rn01/cv_img.jpg) 12px 92px no-repeat;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	display:block;
}
div.ulCvBlock div a img.hdimg{ margin:-13px -12px 0 -487px; }

div.ulCvBlock div a span{
	padding:12px 0;
	font-size:125%;
	line-height:1.4;
	color:#333;
	text-decoration:none;
	display:block;
	float:left;
	clear:both;
}
div.ulCvBlock div a:link, div.ulCvBlock div a:visited,
div.ulCvBlock div a:hover, div.ulCvBlock div a:active{ text-decoration:none; }

div.ulCvBlock div a .ulCvBlock_tit{
	padding-bottom:0;	
}


