@charset "shift_jis";

/*--------------------------------------------*/
/* CSS RESET                                  */
/*--------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border: 0;
}

/*--------------------------------------------*/
/* clearfix                                   */
/*--------------------------------------------*/

.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: block;
	min-height: 1%;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*--------------------------------------------*/
/* float                                      */
/*--------------------------------------------*/

.fltL {
	float: left;
}
.fltR {
	float: right;
}

/*--------------------------------------------*/
/* margin                                     */
/*--------------------------------------------*/

.mt05 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt12 {
	margin-top: 12px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.mt55 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt65 {
	margin-top: 65px;
}

.mt70 {
	margin-top: 70px;
}

.mt75 {
	margin-top: 75px;
}

.mt80 {
	margin-top: 80px;
}

.mt85 {
	margin-top: 85px;
}

/*--------------------------------------------*/
/* tool                                       */
/*--------------------------------------------*/

.clear {
	clear: both;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.nobg {
	background: none !important;
}

.btnC {
	display: block;
	width: auto;
	text-align: center;
}
.btnC a {
	margin: 0 auto;
}

.txtL {
	text-align: left;
}

.txtC {
	text-align: center;
}

.txtR {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.boldRed {
	font-weight: bold;
	color: #ef5000;
}


/*--------------------------------------------*/
/* img                                        */
/*--------------------------------------------*/

.imgC {
	text-align: center;
}

.imgL {
	text-align: left;
}
.imgR {
	text-align: right;
}

.imgL img,
.imgC img,
.imgR img {
	display: inline;
}

/*--------------------------------------------*/
/* IEPINGFIX                                  */
/*--------------------------------------------*/

* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

/*--------------------------------------------*/
/* font                                       */
/*--------------------------------------------*/

/*相対文字サイズ*/
.xx-small {
	font-size: 70%;
}
.x-small {
	font-size: 78%;
}
.small {
	font-size: 85%;
}
.large {
	font-size: 115%;
}
.x-large {
	font-size: 130%;
}
.xx-large {
	font-size: 143%;
}

/*--------------------------------------------*/
/* BASE                                       */
/*--------------------------------------------*/

body {
	font-size: 12px;
	text-align: center;
	color: #333333;
}

/*ie7*/
*:first-child+html body {
	font-size:75%;
}
	
/*ie5-6*/
* html body {
	font-size:75%;
}

/*--------------------------------------------*/
/* COMMON                                     */
/*--------------------------------------------*/

#wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

/* 0121 mod コミュニティ用ヘッダー対応 */
#header,
#headerLogin,
#headerLogout,
#headerNoLogin,
#headerLoginV3,
#headerLogoutV3, /* 090220 FIX */
#headerNoLoginV3 /* 090220 ADD */
{
	width: 940px;
	height: 170px;
}
#header:after,
#headerLogin:after,
#headerLogout:after,
#headerNoLogin:after,
#headerLoginV3:after,
#headerLogoutV3:after,
#headerNoLoginV3:after /* 090220 ADD */
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
#header,
#headerLogin,
#headerLogout,
#headerNoLogin,
#headerLoginV3,
#headerLogoutV3,
#headerNoLoginV3 /* 090220 ADD */
{
	display: block;
	min-height: 1%;
}
* html #header,
* html #headerLogin,
* html #headerLogout,
* html #headerNoLogin,
* html #headerLoginV3,
* html #headerLogoutV3,
* html #headerNoLoginV3 /* 090220 ADD */
{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* 090121 end */
#hdrBox:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
#hdrBox {
	display: block;
	min-height: 1%;
}
* html #hdrBox {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* 090121 コミュニティヘッダー対応 */
#header h1,
#headerLogin h1,
#headerLogout h1,
#headerNoLogin h1,
#headerLoginV3 h1,
#headerLogoutV3 h1,
#headerNoLoginV3 h1 /* 090220 ADD */
{
	float: left;
	margin-top: 10px;
}

#header p#Ad,
#headerLogin p#Ad,
#headerLogout p#Ad,
#headerNoLogin p#Ad,
#headerLoginV3 p#Ad,
#headerLogoutV3 p#Ad,
#headerNoLoginV3 p#Ad /* 090220 ADD */
{
	float: right;
	margin-top: 10px;
}
/* 090121 end */

#globalnavi:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
#globalnavi {
	display: block;
	min-height: 1%;
}
* html #globalnavi {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* ------------------------------------------
	初期 header

------------------------------------------ */
body#login #header #globalnavi {
	background: url(../img/common_bg_globalnavi_login.jpg) 0 0 no-repeat;
	width: 940px;
	height: 42px;
	margin-top: 10px;
}

body#logout #header #globalnavi {
	background: url(../img/common_bg_globalnavi_logout.jpg) 0 0 no-repeat;
	width: 940px;
	height: 42px;
	margin-top: 10px;
}

#header #globalnavi li {
	float: left;
	display: inline;
}
	#header #globalnavi li a {
		display: block;
	}
	#header #globalnavi li a:hover {
		background-color: transparent;
	}
		#header #globalnavi li a:hover img {
			visibility: hidden;
		}


/* HOME */
#header #glnv01 a { width: 83px; height: 42px;}

/* オレンジパーク */
#header #glnv02 a { width: 139px; height: 42px;}

/* フォト日記 */
#header #glnv03 a { width: 152px; height: 42px;}

/* 掲示板 */
#header #glnv04 { margin: 10px 0 0 36px;}
#header #glnv04 a { width: 89px; height: 24px;}

/* プレゼント */
#header #glnv05 { margin: 10px 10px 0 11px;}
#header #glnv05 a { width: 67px; height: 24px;}

/* 本を探す */
#header #glnv06 a { width: 83px; height: 42px;}

/* 通販 */
#header #glnv07 a { width: 59px; height: 42px;}

/* 会員登録＆変更 */
#header #glnv08 { margin: 8px 0 0 11px;}
#header #glnv08 a { width: 107px; height: 28px;}

/* ログイン・ログアウト */
#header #glnv09 { margin: 8px 0 0 3px; }
#header #glnv09 a { width: 82px; height: 26px;}



/* ------------------------------------------
	NEW global header navigation
	mod. 08.11.12
------------------------------------------ */
#headerLogin #globalnavi,
#headerLogout #globalnavi,
#headerNoLogin #globalnavi {
	background:transparent url(../img/common_bg_glnav2.jpg) no-repeat left top;
	width: 940px;
	height: 42px;
	margin-top: 10px;
}
#headerLogin #globalnavi {
	background-position: left -42px;
}
#headerNoLogin #globalnavi {
	background-position: left -84px;
}

	#headerLogin #globalnavi li,
	#headerLogout #globalnavi li,
	#headerNoLogin #globalnavi li {
		float: left;
	}
		#headerLogin #globalnavi li a,
		#headerLogout #globalnavi li a,
		#headerNoLogin #globalnavi li a {
			display: block;
		}
		#headerLogin #globalnavi li a:hover,
		#headerLogout #globalnavi li a:hover,
		#headerNoLogin #globalnavi li a:hover, {
			background-color: transparent;
		}
			#headerLogin #globalnavi li a:hover img,
			#headerLogout #globalnavi li a:hover img,
			#headerNoLogin #globalnavi li a:hover img {
				visibility: hidden;
			}
/* ------------------------------------------
	headerLogin

------------------------------------------ */
/* HOME */
#headerLogin #glnv01,
#headerLogin #glnv01 a { width: 93px; height: 42px;}

/* TV */
#headerLogin #glnv02,
#headerLogin #glnv02 a { width: 123px; height: 42px;}

/* 本を探す */
#headerLogin #glnv03,
#headerLogin #glnv03 a { width: 102px; height: 42px;}

/* 掲示板 */
#headerLogin #glnv04,
#headerLogin #glnv04 a { width: 140px; height: 42px;}

/* プレゼント */
#headerLogin #glnv05,
#headerLogin #glnv05 a { width: 112px; height: 42px;}

/* 通販 */
#headerLogin #glnv06 { width:169px; height:42px;}
#headerLogin #glnv06 a { width: 72px; height: 42px;}

/* 会員登録＆変更 */
#headerLogin #glnv07 { width:110px; height:28px; margin-top: 8px;}
#headerLogin #glnv07 a { width: 107px; height: 28px;}

/* ログイン・ログアウト */
#headerLogin #glnv08 { width:82px; height:28px; margin-top: 8px; }
#headerLogin #glnv08 a { width: 82px; height: 28px;}

/* 11/24 add */
/* 会員登録＆変更 */
#headerLogin #header_mod_reg { width:110px; height:28px; margin-top: 8px;}
#headerLogin #header_mod_reg a { width: 107px; height: 28px;}

/* ログイン・ログアウト */
#headerLogin #header_log_in_out { width:82px; height:28px; margin-top: 8px; }
#headerLogin #header_log_in_out a { width: 82px; height: 28px;}

/* 090122 add */
/* 会員登録＆変更 */
#headerLoginV3 #header_mod_reg { width:95px; height:26px; margin-top: 8px;}
#headerLoginV3 #header_mod_reg a { width: 90px; height: 26px;}

/* ログイン・ログアウト */
#headerLoginV3 #header_log_in_out { width:70px; height:26px; margin-top: 8px; }
#headerLoginV3 #header_log_in_out a { width: 70px; height: 26px;}



/* ------------------------------------------
	headerLogout

------------------------------------------ */
/* HOME */
#headerLogout #glnv01,
#headerLogout #glnv01 a { width: 93px; height: 42px;}

/* TV */
#headerLogout #glnv02,
#headerLogout #glnv02 a { width: 123px; height: 42px;}

/* 本を探す */
#headerLogout #glnv03,
#headerLogout #glnv03 a { width: 102px; height: 42px;}

/* 掲示板 */
#headerLogout #glnv04,
#headerLogout #glnv04 a { width: 140px; height: 42px;}

/* プレゼント */
#headerLogout #glnv05,
#headerLogout #glnv05 a { width: 112px; height: 42px;}

/* 通販 */
#headerLogout #glnv06 { width:169px; height:42px;}
#headerLogout #glnv06 a { width: 72px; height: 42px;}

/* 会員登録＆変更 */
#headerLogout #glnv07 { width:110px; height:28px; margin-top: 8px;}
#headerLogout #glnv07 a { width: 107px; height: 28px;}

/* ログイン・ログアウト */
#headerLogout #glnv08 { width:82px; height:28px; margin-top: 8px; }
#headerLogout #glnv08 a { width: 82px; height: 28px;}

/* 11/24 add */
/* 会員登録＆変更 */
#headerLogout #header_mod_reg { width:110px; height:28px; margin-top: 8px;}
#headerLogout #header_mod_reg a { width: 107px; height: 28px;}

/* ログイン・ログアウト */
#headerLogout #header_log_in_out { width:82px; height:28px; margin-top: 8px; }
#headerLogout #header_log_in_out a { width: 82px; height: 28px;}

/* 090122 add */
/* 会員登録＆変更 */
#headerLogoutV3 #header_mod_reg { width:95px; height:26px; margin-top: 8px;}
#headerLogoutV3 #header_mod_reg a { width: 90px; height: 26px;}

/* ログイン・ログアウト */
#headerLogoutV3 #header_log_in_out { width:70px; height:26px; margin-top: 8px; }
#headerLogoutV3 #header_log_in_out a { width: 70px; height: 26px;}


/* ------------------------------------------
	headerNoLogin

------------------------------------------ */
/* HOME */
#headerNoLogin #glnv01,
#headerNoLogin #glnv01 a { width: 93px; height: 42px;}

/* TV */
#headerNoLogin #glnv02,
#headerNoLogin #glnv02 a { width: 123px; height: 42px;}

/* 本を探す */
#headerNoLogin #glnv03,
#headerNoLogin #glnv03 a { width: 102px; height: 42px;}

/* 掲示板 */
#headerNoLogin #glnv04,
#headerNoLogin #glnv04 a { width: 140px; height: 42px;}

/* プレゼント */
#headerNoLogin #glnv05,
#headerNoLogin #glnv05 a { width: 112px; height: 42px;}

/* 通販 */
#headerNoLogin #glnv06,
#headerNoLogin #glnv06 a { width: 72px; height: 42px;}


/* ------------------------------------------
	NEW global header090113 navigation
	mod. 09.01.13
------------------------------------------ */
#headerLoginV3 #globalnavi,
#headerLogoutV3 #globalnavi,
#headerNoLoginV3 #globalnavi /* 090220 ADD */
{
	background:transparent url(../img/common_bg_glnav3.jpg) no-repeat left top;
	width: 940px;
	height: 42px;
	margin-top: 10px;
}
#headerLoginV3 #globalnavi {
	background-position: left -42px;
}
#headerNoLoginV3 #globalnavi /* 090220 ADD */
{
	background-position: left -84px;
}

	#headerLoginV3 #globalnavi li,
	#headerLogoutV3 #globalnavi li,
	#headerNoLoginV3 #globalnavi li /* 090220 ADD */
	{
		float: left;
	}
		#headerLoginV3 #globalnavi li a,
		#headerLogoutV3 #globalnavi li a,
		#headerNoLoginV3 #globalnavi li a /* 090220 ADD */
		{
			display: block;
		}
		#headerLoginV3 #globalnavi li a:hover,
		#headerLogoutV3 #globalnavi li a:hover,
		#headerNoLoginV3 #globalnavi li a:hover /* 090220 ADD */
		{
			background-color: transparent;
		}
			#headerLoginV3 #globalnavi li a:hover img,
			#headerLogoutV3 #globalnavi li a:hover img,
			#headerNoLoginV3 #globalnavi li a:hover img /* 090220 ADD */
			{
				visibility: hidden;
			}


/* ------------------------------------------
	headerLoginV3
    mod. 09-01-29 
------------------------------------------ */
/* HOME */
#headerLoginV3 #glnv01,
/*#headerLoginV3 #glnv01 a { width: 79px; height: 42px;}0129 del*/
#headerLoginV3 #glnv01 a { width: 85px; height: 42px;}/*0129 add*/
/* オレンジパーク */
#headerLoginV3 #glnv02,
/*#headerLoginV3 #glnv02 a { width: 132px; height: 42px;}0129 del*/
#headerLoginV3 #glnv02 a { width: 139px; height: 42px;}/*0129 add*/
/* ごはんフォト日記 */
#headerLoginV3 #glnv03,
/*#headerLoginV3 #glnv03 a { width: 145px; height: 42px;}0129 del*/
#headerLoginV3 #glnv03 a { width: 151px; height: 42px;}/*0129 add*/
/* TV */
#headerLoginV3 #glnv04,
/*#headerLoginV3 #glnv04 a { width: 107px; height: 42px;}0129 del*/
#headerLoginV3 #glnv04 a { width: 115px; height: 42px;}/*0129 add*/
/* 掲示板 */
#headerLoginV3 #glnv05,
/*#headerLoginV3 #glnv05 a { width: 96px; height: 42px;}0129 del*/
#headerLoginV3 #glnv05 a { width: 69px; height: 42px;}/*0129 add*/
/* プレゼント */
#headerLoginV3 #glnv06,
/*#headerLoginV3 #glnv06 a { width: 73px; height: 42px;}0129 del*/
#headerLoginV3 #glnv06 a { width: 87px; height: 42px;}/*0129 add*/
/* 本 */
#headerLoginV3 #glnv07,
/*#headerLoginV3 #glnv07 a { width: 73px; height: 42px;}0129 del*/
#headerLoginV3 #glnv07 a { width: 47px; height: 42px;}/*0129 add*/
/* 通販 */
/*#headerLoginV3 #glnv08 { width: 60px; height: 42px;}0129 del*/
#headerLoginV3 #glnv08 { width: 72px; height: 42px;}/*0129 add*/
/*#headerLoginV3 #glnv08 a { width: 49px; height: 42px;}0129 del*/
#headerLoginV3 #glnv08 a { width: 61px; height: 42px;}/*0129 add*/
/* 会員登録＆変更 */
#headerLoginV3 #glnv09 { width:95px; height:26px; margin-top: 8px;}
#headerLoginV3 #glnv09 a { width: 90px; height: 26px;}

/* ログイン・ログアウト */
#headerLoginV3 #glnv10 { width:70px; height:26px; margin-top: 8px; }
#headerLoginV3 #glnv10 a { width: 70px; height: 26px;}

/* ------------------------------------------
	headerNoLoginV3
		mod. 09-02-20
------------------------------------------ */
/* HOME */
#headerNoLoginV3 #glnv01,
#headerNoLoginV3 #glnv01 a { width: 85px; height: 42px;}

/* オレンジパーク */
#headerNoLoginV3 #glnv02,
#headerNoLoginV3 #glnv02 a { width: 139px; height: 42px;}

/* ごはんフォト日記 */
#headerNoLoginV3 #glnv03,
#headerNoLoginV3 #glnv03 a { width: 151px; height: 42px;}

/* TV */
#headerNoLoginV3 #glnv04,
#headerNoLoginV3 #glnv04 a { width: 115px; height: 42px;}

/* 掲示板 */
#headerNoLoginV3 #glnv05,
#headerNoLoginV3 #glnv05 a { width: 69px; height: 42px;}

/* プレゼント */
#headerNoLoginV3 #glnv06,
#headerNoLoginV3 #glnv06 a { width: 87px; height: 42px;}

/* 本 */
#headerNoLoginV3 #glnv07,
#headerNoLoginV3 #glnv07 a { width: 47px; height: 42px;}

/* 通販 */
#headerNoLoginV3 #glnv08 { width: 61px; height: 42px;}
#headerNoLoginV3 #glnv08 a { width: 61px; height: 42px;}

/* 0216 end */
/* ------------------------------------------
	headerLogoutV3
    mod. 09-01-29
------------------------------------------ */
/* HOME */
#headerLogoutV3 #glnv01,
/*#headerLogoutV3 #glnv01 a { width: 79px; height: 42px;}0129*/
#headerLogoutV3 #glnv01 a { width: 85px; height: 42px;}/*0129*/
/* オレンジパーク */
#headerLogoutV3 #glnv02,
/*#headerLogoutV3 #glnv02 a { width: 132px; height: 42px;}0129*/
#headerLogoutV3 #glnv02 a { width: 139px; height: 42px;}/*0129*/
/* ごはんフォト日記 */
#headerLogoutV3 #glnv03,
/*#headerLogoutV3 #glnv03 a { width: 145px; height: 42px;}0129*/
#headerLogoutV3 #glnv03 a { width: 151px; height: 42px;}/*0129*/
/* TV */
#headerLogoutV3 #glnv04,
/*#headerLogoutV3 #glnv04 a { width: 107px; height: 42px;}0129*/
#headerLogoutV3 #glnv04 a { width: 115px; height: 42px;}/*0129*/
/* 掲示板 */
#headerLogoutV3 #glnv05,
/*#headerLogoutV3 #glnv05 a { width: 96px; height: 42px;}0129*/
#headerLogoutV3 #glnv05 a { width: 69px; height: 42px;}/*0129*/
/* プレゼント */
#headerLogoutV3 #glnv06,
/*#headerLogoutV3 #glnv06 a { width: 73px; height: 42px;}0129*/
#headerLogoutV3 #glnv06 a { width: 87px; height: 42px;}/*0129*/
/* 本 */
#headerLogoutV3 #glnv07,
/*#headerLogoutV3 #glnv07 a { width: 73px; height: 42px;}0129*/
#headerLogoutV3 #glnv07 a { width: 47px; height: 42px;}/*0129*/
/* 通販 */
/*#headerLogoutV3 #glnv08 { width: 60px; height: 42px;}0129*/
#headerLogoutV3 #glnv08 { width: 72px; height: 42px;}/*0129*/
/*#headerLogoutV3 #glnv08 a { width: 49px; height: 42px;}0129*/
#headerLogoutV3 #glnv08 a { width: 61px; height: 42px;}/*0129*/
/* 会員登録＆変更 */
#headerLogoutV3 #glnv09 { width:95px; height:26px; margin-top: 8px;}
#headerLogoutV3 #glnv09 a { width: 90px; height: 26px;}

/* ログイン・ログアウト */
#headerLogoutV3 #glnv10 { width:70px; height:26px; margin-top: 8px;}
#headerLogoutV3 #glnv10 a { width: 70px; height: 26px;}


/* ------------------------------------------
	header search section

------------------------------------------ */
#search {
	background: #f1efe7 url(../img/common_bg_search.gif) 0 0 no-repeat;
	width: 940px;
	padding-bottom: 7px;
	font-size: 10px;
	display: block;
	min-height: 1%;
}
#search:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html #search {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#search .fltL {
	width: 730px;
}
#search .fltR {
	width: 210px;
	font-size: 12px;
	color: #993300;
	text-align: right;
	padding-top: 10px;
}
/* ------------------------------------------
	header nosearch section

------------------------------------------ */
#noSearch {
	background: #f1efe7 url(../img/common_bg_search.gif) 0 0 no-repeat;
	width: 940px;
	font-size: 12px;
	line-height:31px;
}
#noSearch p {
	padding: 0 10px;
	text-align: right;
	color: #993300;
}
#noSearch p span {
	padding-right: 1em;
	padding-left: 1em;
	font-weight: bold;
}

/* ------------------------------------------
	header

------------------------------------------ */
#header #search .fltR p {
	padding-right: 10px;
}
#header #search .fltR p span {
	font-weight: bold;
	padding-right: 1em;
}

/* ------------------------------------------
	headerLogin
	headerLogout
	headerNoLogin

------------------------------------------ */
/* 090121 コミュニティ対応 */
#headerLogin #search .fltR table,
#headerLogout #search .fltR table,
#headerNoLogin #search .fltR table,
#headerLoginV3 #search .fltR table,
#headerLogoutV3 #search .fltR table,
#headerNoLoginV3 #search .fltR table /* 090220 ADD */
{
	margin-left: auto;
	margin-right: 10px;
	text-align: left;
	color: #993300;
}
#headerLogin #search .fltR table span,
#headerLogout #search .fltR table span,
#headerNoLogin #search .fltR table span,
#headerLoginV3 #search .fltR table span,
#headerLogoutV3 #search .fltR table span,
#headerNoLoginV3 #search .fltR table span /* 090220 ADD */
{
	font-weight: bold;
	padding-right: 1em;
}


#srchBox {
	height: 20px !important;
	height: 26px;
	padding-top: 6px;
	margin-left: 12px;
}
#srchBox:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
#srchBox {
	display: block;
	min-height: 1%;
}
* html #srchBox {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#srchBox p {
	float: left;
}
/* 090121 mod */
#srchBox ul {
	display: block !important;
	display: inline;
	float: left;
	margin-left: 10px;
	width: 360px;
	line-height: 20px;
}
/* 090121 mod */
#srchBox ul:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
/* 090121 mod */
#srchBox ul {
	display: block;
	min-height: 1%;
}
* html #srchBox ul {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#srchBox ul li {
	float: left;
	margin-right: 1em;
}
#srchKeyword a {
	background-image: url(../img/common_img_serach02_ov.gif);
	width: 88px;
	height: 20px;
	display: block;
}
#srchKeyword a:hover {
	background-color: transparent;
}
#srchKeyword a:hover img {
	visibility: hidden;
}
/* 11/26 del
.srchTxt {
	background: url(../img/common_bg_serach.gif) 0 0 no-repeat;
	width: 153px !important;
	width: 156px;
	height: 17px !important;
	height: 20px;
	margin: 0 3px 0 7px;
	padding: 3px 0 0 3px;
	border: 0;
}
*/
.srchTxtBG {
	display: inline;
	margin-right: 3px;
	margin-left: 7px;
	width: 156px;
	height: 20px;
	background: url(../img/common_bg_serach.gif) no-repeat left top;
}
.srchTxt {
	width: 150px !important;
	width: 156px;
	height: 17px !important;
	height: 20px;
	padding: 3px 3px 0 3px;
	border: 0;
	background-color: transparent;
}
#keywords {
	display: block;
	margin-left: 30px;
	clear: both;
}
#keywords {
	margin-top: 3px;
}
#keywords li {
	float: left;
	margin-right: 1em;
}
/* コミュニティ対応のため追加 090121 */
#headerLoginV3 #keywBox,
#headerLogoutV3 #keywBox,
#headerNoLoginV3 #keywBox /* 090220 ADD */
{
	display: block;
	margin-left: 30px;
	min-height: 1%;
}
#headerLoginV3 #keywBox:after,
#headerLogoutV3 #keywBox:after,
#headerNoLoginV3 #keywBox:after /* 090220 ADD */
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html #headerLoginV3 #keywBox,
* html #headerLogoutV3 #keywBox,
* html #headerNoLoginV3 #keywBox /* 090220 ADD */
{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#headerLoginV3 #keywords,
#headerLogoutV3 #keywords,
#headerNoLoginV3 #keywords /* 090220 ADD */
{
	float: left;
	width: 337px;
	margin-left: 0;
}

#headerLoginV3 #hRanking,
#headerLogoutV3 #hRanking,
#headerNoLoginV3 #hRanking /* 090220 ADD */
{
	float: left;
	margin-top: 3px;
	width: 124px;
	height: 11px;
	background: transparent url(../img/common_img_ranking_ov.gif) no-repeat left top;
}
	#headerLoginV3 #hRanking a,
	#headerLogoutV3 #hRanking a,
	#headerNoLoginV3 #hRanking a /* 090220 ADD */
	{
		display: block;
		width: 124px;
		height: 11px;
	}
	#headerLoginV3 #hRanking a:hover,
	#headerLogoutV3 #hRanking a:hover,
	#headerNoLoginV3 #hRanking a:hover /* 090220 ADD */
	{
		background-color: transparent;
	}
		#headerLoginV3 #hRanking a:hover img,
		#headerLogoutV3 #hRanking a:hover img,
		#headerNoLoginV3 #hRanking a:hover img /* 090220 ADD */
		{
			visibility: hidden;
		}

/* 090121 end */



#topic_path {
	margin-left: 10px;
	padding: 10px 0;
	font-size: 10px;
}
#topic_path li {
	display: inline;
	background: url(../img/common_bg_topic_path.gif) 0 50% no-repeat;
	padding-left: 10px;
}
#topic_path li.home {
	background: none;
	padding-left: 0;
}


/* ------------------------------------------
	BASE Layout
		2 colum
		LEFT	#container
		RIGHT	#sidecontainer
------------------------------------------ */
#contents:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
#contents {
	display: block;
	min-height: 1%;
	padding-bottom: 40px;
	line-height: 18px;
}
* html #contents {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


#container {
	width: 620px;
	float: left;
}

#sidecontainer {
	width: 300px;
	float: right;
}


.cntBox01 {
	width: 610px;
	margin-left: 10px;
}

/* ------------------------------------------
	GoTop

------------------------------------------ */
.btnGoTop {
	margin-bottom: 10px;
	margin-right: 10px;
}
.btnGoTop a {
	float: right;
	background-image: url(../img/common_btn_gotop_ov.gif);
	width: 118px;
	height: 11px;
	display: block;
}
.btnGoTop a:hover {
	background-color: transparent;
}
.btnGoTop a:hover img {
	visibility: hidden;
}


/* ------------------------------------------
	footer

------------------------------------------ */
#footer {
	border-top: 1px solid #cccccc;
	padding: 20px 0;
	width: 940px;
}
#footer:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
#footer {
	display: block;
	min-height: 1%;
	padding-bottom: 10px;
	line-height: 18px;
}
* html #footer {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
#footer ul {
	width: 474px;
	height: 12px;
	float: left;
	margin-left: 10px;
	display: inline;
}
#footer ul li {
	float: left;
	display: inline;
	margin-right: 18px;
}
#footer ul li#fnv06 {
	margin-right: 0;
}
#footer ul li a {
	width: auto;
	height: 12px;
	display: block;
	float: left;
}
#footer ul li a:hover {
	background-color: transparent;
}
#footer ul li a:hover img {
	visibility: hidden;
}
#footer #fnv01 a {
	background-image:url(../img/common_bg_footernavi01.gif);
}
#footer #fnv02 a {
	background-image:url(../img/common_bg_footernavi02.gif);
}
#footer #fnv03 a {
	background-image:url(../img/common_bg_footernavi03.gif);
}
#footer #fnv04 a {
	background-image:url(../img/common_bg_footernavi04.gif);
}
#footer #fnv05 a {
	background-image:url(../img/common_bg_footernavi05.gif);
}
#footer #fnv06 a {
	background-image:url(../img/common_bg_footernavi06.gif);
}
#footer div {
	float: right;
	margin-right: 10px;
	display: inline;
	text-align: right;
}
#footer #copyright {
	margin-bottom: 7px;
}

/* ------------------------------------------
	footer2

------------------------------------------ */
#footer2 {
	border-top: 1px solid #cccccc;
	padding: 20px 0;
	width: 940px;
}
#footer2:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
#footer2 {
	display: block;
	min-height: 1%;
	padding-bottom: 10px;
	line-height: 18px;
}
* html #footer2 {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#footer2 ul {
	width: 515px;
	height: 12px;
	float: left;
	margin-left: 10px;
	display: inline;
}
	#footer2 ul li {
		float: left;
		height:12px;
	}
		#footer2 ul li a {
			display: block;
			height: 12px;
		}
		#footer2 ul li a:hover {
			background-color: transparent;
		}
			#footer2 ul li a:hover img {
				visibility: hidden;
			}

	#footer2 #fnv01 { width:51px;}
	#footer2 #fnv01 a { width:37px; background-image:url(../img/common_bg_ftnav201.gif);}
	#footer2 #fnv02 { width:59px;}
	#footer2 #fnv02 a { width:45px; background-image:url(../img/common_bg_ftnav202.gif);}
	#footer2 #fnv03 { width:76px;}
	#footer2 #fnv03 a { width:62px; background-image:url(../img/common_bg_ftnav203.gif);}
	#footer2 #fnv04 { width:60px;}
	#footer2 #fnv04 a { width:46px; background-image:url(../img/common_bg_ftnav204.gif);}
	#footer2 #fnv05 { width:122px;}
	#footer2 #fnv05 a { width:108px; background-image:url(../img/common_bg_ftnav205.gif);}
	#footer2 #fnv06 { width:122px;}
	#footer2 #fnv06 a { width:108px; background-image:url(../img/common_bg_ftnav206.gif);}
	#footer2 #fnv07 { width:23px;}
	#footer2 #fnv07 a { width:23px; background-image:url(../img/common_bg_ftnav207.gif);}

#footer2 div {
	float: right;
	margin-right: 10px;
	display: inline;
	text-align: right;
}
#footer2 #copyright {
	margin-bottom: 7px;
}


/* ------------------------------------------


------------------------------------------ */
.greenBox01 {
	width: 620px;
}
.greenBox01In {
	background: url(../img/common_gbox_middle.gif) 0 0 repeat-y;
	width: 580px !important;
	width: 620px;
	padding: 15px 20px;
	color: #67670d;
}

.arrowLink01 {
	background: url(../img/common_arrow02.gif) 0 50% no-repeat;
	padding-left: 15px;
}
.arrowLink01 a {
	color: #67670D;
}

.otherLink01 { text-align: center;}
.otherLink01 li {
	display: inline;
	border-left: 1px solid #dddddd;
}
.otherLink01 li a {
	margin-left: 7px;
	margin-right: 10px;
	padding-left: 10px;
	background: transparent url(../img/common_arrow01.gif) no-repeat left center;
	text-decoration: none;
}
.otherLink01 li a:hover {
	text-decoration: underline;
}

/*--------------------------------------------*/
/* LINK                                       */
/*--------------------------------------------*/

a {
	color: #665852;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


/*--------------------------------------------*/
/* FORM table detail                          */
/*--------------------------------------------*/
/* table style 1 */
table.tableStyle1 {
	border-collapse:separate;
	border-spacing: 0px;
	border-top: 1px solid #e7ecc6;
	border-left: 1px solid #e7ecc6;
	width: 618px;
}
table.tableStyle1 th,
table.tableStyle1 td {
	padding: 12px 0;
	border-bottom:  1px solid #e7ecc6;
}
table.tableStyle1 input { vertical-align: middle;}

table.tableStyle1 th p,
table.tableStyle1 td p { padding-left: 10px;}


/* table style 2 */
table.tableStyle2 {
	border-collapse:separate;
	border-spacing: 0px;
	border-top: 1px solid #e7ecc6;
	border-left: 1px solid #e7ecc6;
	width: 484px;
	margin-left: 70px;
}
table.tableStyle2 th,
table.tableStyle2 td {
	padding: 12px 0;
	border-bottom:  1px solid #e7ecc6;
}
table.tableStyle2 input { vertical-align: middle;}

table.tableStyle2 th p,
table.tableStyle2 td p { padding-left: 10px;}

/* table style 3 */
table.tableStyle3 {
	border-collapse:separate;
	border-spacing: 0px;
	border-top: 1px solid #e7ecc6;
	border-left: 1px solid #e7ecc6;
	width: 527px;
}
table.tableStyle3 th,
table.tableStyle3 td {
	padding: 12px 0;
	border-bottom:  1px solid #e7ecc6;
}
table.tableStyle3 input { vertical-align: middle;}

table.tableStyle3 th p,
table.tableStyle3 td p { padding-left: 10px;}

/* table style 4 */
table.tableStyle4 {
	border-collapse:separate;
	border-spacing: 0px;
	border-top: 1px solid #e7ecc6;
	border-left: 1px solid #e7ecc6;
	width: 565px;
}
table.tableStyle4 th,
table.tableStyle4 td {
	padding: 12px 0;
	border-bottom:  1px solid #e7ecc6;
}
table.tableStyle4 input { vertical-align: middle;}

table.tableStyle4 th p,
table.tableStyle4 td p { padding-left: 10px;}


/* table style 5 */
table.tableStyle5 {
	border-collapse:separate;
	border-spacing: 0px;
	border-top: 1px solid #e7ecc6;
	border-left: 1px solid #e7ecc6;
	width: 551px;
}
table.tableStyle5 th,
table.tableStyle5 td {
	padding: 12px 0;
	border-bottom:  1px solid #e7ecc6;
}
table.tableStyle5 input { vertical-align: middle;}

table.tableStyle5 th p,
table.tableStyle5 td p { padding-left: 10px;}

/* Used background-color */
.cellStyle1 { color: #67670d; font-weight: bold; background-color: #f7fae3;}
.cellStyle1B { color: #67670d; font-weight: bold; background-color: #f7fae3;	border-right: 1px solid #e7ecc6;}

.cellStyle1B p.small {
	_padding-top: 2px; /* ie6 */
	color: #333333;
	font-weight: normal;
	font-size: 10px;
	line-height: 1.2;
}


/* unUsed background-color */
.cellStyle2B { border-right: 1px solid #e7ecc6;}


/* error background-color */
.error .cellStyle2 { background-color: #fff3f3;}
.error .cellStyle2B { background-color: #fff3f3; border-right: 1px solid #e7ecc6;}
.error .cellStyle2 strong,
.error .cellStyle2B strong { font-weight: bold; color: #cc0000;}

/* table items */
table th p.thNumber { padding-left: 0; text-align: right; font-size: 200%; font-weight: bold; color: #a5ab99;}


/* form items */
.inputWidthXS { width: 47px !important; width: 52px;}
.inputWidthS { width: 55px !important; width: 60px;}
.inputWidthMS { width: 83px !important; width: 88px;}
/* 11/22 mod プルダウンの幅を大きくしました 
.inputWidthM { width: 88px !important; width: 93px;}
*/
.inputWidthM { width: 103px !important; width: 108px;}
.inputWidthL { width: 130px !important; width: 135px;}
.inputWidthLS { width: 170px; !important; width: 175px;}
.inputWidthLM { width: 175px !important; width: 180px;}
.inputWidthLL { width: 195px !important; width: 200px;}
.inputWidthLLL { width: 235px !important; width: 240px;}
.inputWidthXL { width: 245px !important; width: 250px;}

body:first-of-type .inputWidthXS,
body:first-of-type .inputWidthS,
body:first-of-type .inputWidthM,
body:first-of-type .inputWidthL,
body:first-of-type .inputWidthLM,
body:first-of-type .inputWidthLL,
body:first-of-type .inputWidthLLL,
body:first-of-type .inputWidthXL {
	height: 15px;
}
/* 11/26 mod 
.inputHeight1 {
	height: 21px !important;
	height: 24px; 
}
*/
.inputHeight1 {
	padding-top: 3px;
	padding-bottom: 3px;
	_height: 24px;
}


.inputWidthXS,
.inputWidthS,
.inputWidthM,
.inputWidthL,
.inputWidthLM,
.inputWidthLL,
.inputWidthLLL,
.inputWidthXL { padding-left: 5px;}


.input01 { margin-top: -2px;}
 body:first-of-type .input01 { margin-top: -4px;} 

.radio01 { margin-top: -2px;}
 body:first-of-type .radio01 { margin-top: -5px;}

.check01 { margin-top: -2px;}
 body:first-of-type .check01 { margin-top: -5px;}

.select01 { margin-top: -2px;}
 body:first-of-type .select01 { margin-top: -5px;}



/* cell width */
.colWidth1 { width: 110px;}
.colWidth2 { width: 300px;}
.colWidth3 { width: 410px;}
.colWidth4 { width: 155px;}
.colWidth5 { width: 130px;}
.colWidth6 { width: 180px;}
.colWidth7 { width: 230px;}
.colWidth8 { width: 175px;}

.colW120 { width: 120px;}
.colW140 { width: 140px;}
.colW160 { width: 168px;}
.colW185 { width: 185px;}
.colW430 { width: 430px;}

.inputFloatL li { float: left; width: 110px; }
.textFloatL li { float: left; width: 49%; }


.inputFloatL li:after,
.textFloatL li:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
.inputFloatL li,
.textFloatL li {
	display: block;
	min-height: 1%;
}
* html .inputFloatL li,
* html .textFloatL li {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


.errorTxt {
	padding: 7px 0;
	background-color: #fff3f3;
	text-align: center;
	font-weight: bold;
	color: #cc0000;
}

/*--------------------------------------------*/
/* POPUP                                      */
/*--------------------------------------------*/

#popupOK {
	width: 330px;
	height: 130px;
	text-align: center;
}

#popupNG {
	width: 330px;
	height: 190px;
	text-align: center;
}
#popupOK p span,
#popupNG p span {
	font-size: 14px;
	color: #ef5000;
	font-weight: bold;
}
#popupOK p {
	margin-top: 30px;
}
#popupClose a {
	background-image: url(../img/common_btn25_ov.gif);
	width: 80px;
	height: 25px;
	display: block;
	margin: 0 auto;
}
#popupClose a:hover {
	background-color: transparent;
}
#popupClose a:hover img {
	visibility: hidden;
}

/* 081121 kurihara add */
#nickname {
	font-size: 12px;
	color: #993300;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	font-weight: bold;
	padding-right: 1em;
}
/*--------------------------------------------*/
/* CM box css
	sideCM is SideFrame CM BOX
*/
/*--------------------------------------------*/
.sideCMFrame { margin-top: 10px;}

.sideCMFrame {
	border: 1px solid #dddddd;
	color: #666666;
	background-color: #FFFFFF;
}
.sideCMHead {
	background-color: #ebebeb;
	font-size: 85%;
	color: #999999;
	text-align:center;
}
.sideCMBox {
	padding-right: 9px;
	padding-left: 9px;
}

.sideCMBox div {
	padding-top: 9px;
	padding-bottom: 9px;
}
.sideCMBox div:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
.sideCMBox div {
	display: block;
	min-height: 1%;
}
* html .sideCMBox div {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.sideCMBorder {
	padding-top: 11px;
	background: transparent url(../img/top/top_line.gif) repeat-x left top;
}

.sideCMPic {
	float: left;
	width: 80px;
}

/* 081124 toppan add */
.recBanner {
	float: right;
	margin-top: 10px;
}

/* 081201 add */
.sidePR {
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 9px;
	padding-bottom: 9px;
	height:70px;
}

/* SideItem */
@charset "shift_jis";
/* CSS Document */

/* --------------------------------------------
	sideItem base style
		mod. 081117
-------------------------------------------- */
.sideItemBoxD2CEBD {
	background: transparent url(../img/sideItem/bg_box_d2cebd_body.gif) repeat-y left top;
}
.sideItemBoxD1CEBC {
	background: transparent url(../img/sideItem/bg_box_d1cebc_body.gif) repeat-y left top;
}
.sideItemBoxC7D2BD {
	background: transparent url(../img/sideItem/bg_box_c7d2bd_body.gif) repeat-y left top;
}
.sideItemBoxD1C3BC {
	background: transparent url(../img/sideItem/bg_box_d1c3bc_body.gif) repeat-y left top;
}
.sideItemLine {
	margin-top: 15px;
}

.sideItemTodayRecipe,
.sideItemRanking,
.sideItemSeasonRecipe,
.sideItemWhatsNew,
.sideItemShop,
.sideItemPresent,
.sideItemOthPresent,
.sideItemBook,
.sideItemGuide,
.sideItemRecommend1,
.sideItemRecommend2,
.sideItemRecommend3,
.sideItemother,
.sideItemLucky,
.sideCMFrame {/* sideCMFrame add */
	/* margin-top: 15px;0212*/
	margin-bottom: 10px;
}

/* --------------------------------------------
	sideItem Btn style
		mod. 081117
-------------------------------------------- */
.sideItembtnReco {
	width: 128px;
	height: 10px;
	background: transparent url(../img/sideItem/btnReco_ov.gif) repeat left top;
}
	.sideItembtnReco a {
		display: block;
		width: 128px;
		height: 10px;
	}
	.sideItembtnReco a:hover {
		background-color: transparent;
	}
		.sideItembtnReco a:hover img {
			visibility: hidden;
		}


.sideItembtnRanking {
	width: 82px;
	height: 11px;
	background: transparent url(../img/sideItem/btnRanking_ov.gif) repeat left top;
}
	.sideItembtnRanking a {
		display: block;
		width: 82px;
		height: 11px;
	}
	.sideItembtnRanking a:hover {
		background-color: transparent;
	}
		.sideItembtnRanking a:hover img {
			visibility: hidden;
		}


.sideItembtnIndex {
	width: 34px;
	height: 11px;
	background: transparent url(../img/sideItem/btnIndex_ov.gif) repeat left top;
}
	.sideItembtnIndex a {
		display: block;
		width:34px;
		height: 11px;
	}
		.sideItembtnIndex a:hover {
			background-color: transparent;
		}
			.sideItembtnIndex a:hover img {
				visibility: hidden;
			}

.sideItembtnPickup {
	width: 70px;
	height: 20px;
	background: transparent url(../img/sideItem/btnPickup_ov.gif) repeat left top;
}
	.sideItembtnPickup a {
		display: block;
		width: 70px;
		height: 20px;
	}
		.sideItembtnPickup a:hover {
			background-color: transparent;
		}
			.sideItembtnPickup a:hover img {
				visibility: hidden;
			}

.sideItembtnRead {
	width: 70px;
	height: 20px;
	background: transparent url(../img/sideItem/btnRead_ov.gif) repeat left top;
}
	.sideItembtnRead a {
		display: block;
		width: 70px;
		height: 20px;
	}
		.sideItembtnRead a:hover {
			background-color: transparent;
		}
			.sideItembtnRead a:hover img {
				visibility: hidden;
			}

.sideItembtnDetail {
	width: 84px;
	height: 20px;
	background: transparent url(../img/sideItem/btnDetail_ov.gif) repeat left top;
}
	.sideItembtnDetail a {
		display: block;
		width: 84px;
		height: 20px;
	}
		.sideItembtnDetail a:hover {
			background-color: transparent;
		}
			.sideItembtnDetail a:hover img {
				visibility: hidden;
			}


.sideItembtnLucky1 {
	width: 48px;
	height: 48px;
	background: transparent url(../img/sideItem/btnLucky01_ov.gif) repeat left top;
}
.sideItembtnLucky2 {
	width: 48px;
	height: 48px;
	background: transparent url(../img/sideItem/btnLucky02_ov.gif) repeat left top;
}
.sideItembtnLucky3 {
	width: 48px;
	height: 48px;
	background: transparent url(../img/sideItem/btnLucky03_ov.gif) repeat left top;
}
	.sideItembtnLucky1 a,
	.sideItembtnLucky2 a,
	.sideItembtnLucky3 a {
		display: block;
		width: 48px;
		height: 48px;
	}
		.sideItembtnLucky1 a:hover,
		.sideItembtnLucky2 a:hover,
		.sideItembtnLucky3 a:hover {
			background-color: transparent;
		}
			.sideItembtnLucky1 a:hover img,
			.sideItembtnLucky2 a:hover img,
			.sideItembtnLucky3 a:hover img {
				visibility: hidden;
			}
/* --------------------------------------------
	sideItemTodayRecipe

-------------------------------------------- */
.sideItemTodayRecipe .sideItemHeader {
	padding-top: 15px;
	padding-left:10px;
	background: transparent url(../img/sideItem/bg_box_d2cebd_top.gif) repeat left top;
}
	.sideItemTodayRecipe dl {
		padding-top: 10px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
	}
	.sideItemTodayRecipe dl:after {
		clear: both;
		content:".";
		display: block;
		height: 0;
		visibility: hidden;
	}
	.sideItemTodayRecipe dl {
		display: block;
		min-height: 1%;
	}
	* html .sideItemTodayRecipe dl {
		height: 1%;
		/*\*//*/
		height: auto;
		overflow: hidden;
		/**/
	}
		.sideItemTodayRecipe dt {
			display: block;
			float: left;
			width: 140px;
			height: 140px;
			background: transparent url(../img/sideItem/bg_140PicFrame.gif) repeat left top;
		}
			.sideItemTodayRecipe dt a {
				display: block;
				width: 130px;
				height: 130px;
				margin-top: 4px;
				margin-left: 5px;
			}
		.sideItemTodayRecipe dd {
			float: right;
			width: 135px;
			padding-top: 5px;
		}
		.sideItemTodayRecipe .sideItembtnReco {
			margin-top: 20px;
		}
/* --------------------------------------------
	sideItemRanking

-------------------------------------------- */
.sideItemRanking .sideItemHeader {
	position: relative;
	padding-top: 15px;
	padding-left:10px;
	background: transparent url(../img/sideItem/bg_box_d2cebd_top.gif) repeat left top;
}
	.sideItemRanking .sideItemHeader .sideItembtnRanking {
		position: absolute;
		right: 10px;
		top: 18px;
	}
	.sideItemRanking dl {
		padding-top: 10px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
	}
	.sideItemRanking dl:after {
		clear: both;
		content:".";
		display: block;
		height: 0;
		visibility: hidden;
	}
	.sideItemRanking dl {
		display: block;
		min-height: 1%;
	}
	* html .sideItemRanking dl {
		height: 1%;
		/*\*//*/
		height: auto;
		overflow: hidden;
		/**/
	}
		.sideItemRanking dt {
			display: block;
			float: left;
			width: 90px;
			height: 90px;
			background: transparent url(../img/sideItem/bg_090PicFrame.gif) repeat left top;
		}
			.sideItemRanking dt a {
				display: block;
				width: 80px;
				height: 80px;
				margin-top: 4px;
				margin-left: 5px;
			}
		.sideItemRanking dd {
			padding-left: 100px;
		}
		.sideItemRanking dd .small {
			margin-top: 6px;
			line-height: 1.6;
		}
/* --------------------------------------------
	sideItemSeasonRecipe

-------------------------------------------- */
	.sideItemSeasonRecipe dl {
		padding-top: 10px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
	}
	.sideItemSeasonRecipe dl:after {
		clear: both;
		content:".";
		display: block;
		height: 0;
		visibility: hidden;
	}
	.sideItemSeasonRecipe dl {
		display: block;
		min-height: 1%;
	}
	* html .sideItemSeasonRecipe dl {
		height: 1%;
		/*\*//*/
		height: auto;
		overflow: hidden;
		/**/
	}
		.sideItemSeasonRecipe dt {
			display: block;
			float: left;
			width: 90px;
			height: 90px;
			background: transparent url(../img/sideItem/bg_090PicFrame.gif) repeat left top;
		}
			.sideItemSeasonRecipe dt a {
				display: block;
				width: 80px;
				height: 80px;
				margin-top: 4px;
				margin-left: 5px;
			}
		.sideItemSeasonRecipe dd {
			padding-left: 100px;
		}
		.sideItemSeasonRecipe dd .small {
			line-height: 1.6;
		}


/* --------------------------------------------
	sideItemWhatsNew
		create 081117
-------------------------------------------- */
/* clearfix */
.sideItemWhatsNew li:after,
.sideItemWhatsNew li div:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
.sideItemWhatsNew li,
.sideItemWhatsNew li div
{
	display: block;
	min-height: 1%;
}
* html .sideItemWhatsNew li,
* html .sideItemWhatsNew li div
{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


.sideItemWhatsNew .sideItemHeader {
	padding-top: 16px;
	padding-bottom: 10px;
	padding-left:10px;
	background: transparent url(../img/sideItem/bg_box_d2cebd_top.gif) repeat left top;
}
.sideItemWhatsNew ul {
	padding: 0 10px;
}
	.sideItemWhatsNew li {
		background: transparent url(../img/common_bg_dot-x01.gif) repeat-x left top;
	}
	.sideItemWhatsNew li.top {
		background-image: none;
	}
		.sideItemWhatsNew li p.sideItemDate {
			font-size: 85%;
			padding-top: 5px;
			padding-bottom: 5px;
		}
		.sideItemWhatsNew li.top p.sideItemDate {
			padding-top: 0;
		}
			.sideItemWhatsNew p.sideItemDate span {
				padding-right: 5px;
			}

.sideItemWhatsNew li div {
	padding-bottom: 10px;
}
	.sideItemWhatsNew .sideItemPict {
		float: left;
		width: 70px;
		height: 70px;
	}
		.sideItemWhatsNew .sideItemPict img {
			width: 70px;
			height: 70px;
		}
	.sideItemWhatsNew .sideItemLink {
		float: right;
		width: 200px;
	}

/* --------------------------------------------
	sideItemShop
		create. 081117
-------------------------------------------- */
.sideItemShop .sideItemHeader {
	position: relative;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left:10px;
	background: transparent url(../img/sideItem/bg_box_c7d2bd_top.gif) repeat left top;
}
	.sideItemShop .sideItemHeader .sideItembtnIndex {
		position: absolute;
		right: 10px;
		top: 20px;
	}
.sideItemShop .sideItemBoxC7D2BD {
	padding: 5px 10px 0;
}
		.sideItemShop ul.sideItemBanner li {
			margin-bottom: 5px;
		}

		.sideItemShop ul.sideItemLink1 { padding-left: 5px;}
			.sideItemShop .sideItemLink1 li {
				background: transparent url(../img/sideItem/icon_square01.gif) no-repeat left 0.5em;
				padding-left: 10px;
				margin-top: 5px;
			}
			.sideItemShop .sideItemLink1 li.top {
				margin-top: 0;
			}

		.sideItemShop .sideItemLink2 {
			margin-top: 10px;
			padding-top: 10px;
			padding-bottom: 5px;
			background: transparent url(../img/common_bg_dot-x01.gif) repeat-x left top;
			font-size: 85%;
			line-height: 1.3;
		}


/* --------------------------------------------
	sideItemPresent
		create. 081117
-------------------------------------------- */
/* clearfix */
.sideItemPresent li:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
.sideItemPresent li
{
	display: block;
	min-height: 1%;
}
* html .sideItemPresent li
{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}



.sideItemPresent .sideItemHeader {
	position: relative;
	padding-top: 16px;
	padding-left:10px;
	background: transparent url(../img/sideItem/bg_box_c7d2bd_top.gif) repeat left top;
}
	.sideItemPresent .sideItemHeader .sideItembtnIndex {
		position: absolute;
		right: 10px;
		top: 20px;
	}
.sideItemPresent .sideItemBoxC7D2BD {
	padding: 15px 10px 0;
}
	.sideItemPresent li {
		padding-bottom: 10px;
	}
	.sideItemPresent li.last {
		padding-bottom: 5px;
	}
		.sideItemPresent .sideItemPict {
			float: left;
			width: 70px;
			height: 70px;
		}
		.sideItemPresent .sideItemLink {
			float: right;
			width: 200px;
		}

/* --------------------------------------------
	sideItemOthPresent
		create. 081117
-------------------------------------------- */
.sideItemOthPresent .sideItemHeader {
	position: relative;
	padding-top: 16px;
	padding-left:10px;
	background: transparent url(../img/sideItem/bg_box_c7d2bd_top.gif) repeat left top;
}
	.sideItemOthPresent .sideItemHeader .sideItembtnIndex {
		position: absolute;
		right: 10px;
		top: 20px;
	}
.sideItemOthPresent .sideItemBoxC7D2BD {
	padding: 8px 10px 0;
}
	.sideItemOthPresent li {
		background: transparent url(../img/sideItem/icon_square01.gif) no-repeat left 0.5em;
		padding-left: 10px;
		margin-top: 5px;
	}


/* --------------------------------------------
	sideItemBook
		create. 081117
-------------------------------------------- */
/* clearfix */
.sideItemBookTop:after,
.sideItemBookTop .sideItemBookR ul:after,
.sideItemBookBottom li:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
.sideItemBookTop,
.sideItemBookTop .sideItemBookR ul,
.sideItemBookBottom li
{
	display: block;
	min-height: 1%;
}
* html .sideItemBookTop,
* html .sideItemBookTop .sideItemBookR ul,
* html .sideItemBookBottom li
{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.sideItemBook .sideItemHeader {
	padding-top: 16px;
	padding-bottom: 5px;
	padding-left:10px;
	background: transparent url(../img/sideItem/bg_box_d1c3bc_top.gif) repeat left top;
}
.sideItemBook .sideItemBoxD1C3BC {
	padding: 11px 10px 0;
}
.sideItemBookTop {
	padding-bottom: 12px;
	background: transparent url(../img/common_bg_dot-x01.gif) repeat-x left bottom;
}
	.sideItemBookTop .sideItemBookL {
		float: left;
		width: 110px;
	}
	.sideItemBookTop .sideItemBookR {
		float: right;
		width: 160px;
	}
		.sideItemBookTop .sideItemBookR .sideItemTitle {
			padding-top: 3px;
			padding-bottom: 10px;
		}
		.sideItemBookTop .sideItemBookR ul {
			margin-top: 18px;
			width: 150px;
		}		
			.sideItemBookTop .sideItemBookR .sideItembtnPickup {
				float: left;
			}
			.sideItemBookTop .sideItemBookR .sideItembtnRead {
				float: right;
			}

.sideItemBookBottom .sideItemTitle {
	margin-top: 8px;
}
.sideItemBookBottom li {
	margin-top: 10px;
	padding-bottom: 10px;
	background: transparent url(../img/common_bg_dot-x01.gif) repeat-x left bottom;
}
.sideItemBookBottom li.last {
	background-image: none;
}
	.sideItemBookBottom .sideItemBookL {
		float: left;
		width: 80px;
	}
	.sideItemBookBottom .sideItemBookR {
		float: right;
		width: 185px;
	}
	.sideItemBookBottom .sideItemLink {
		font-weight: bold;
	}
	.sideItemBookBottom .sideItembtnDetail {
		margin-top: 5px;
	}


/* --------------------------------------------
	sideItemGuide
		create. 081117
-------------------------------------------- */
/* clearfix */
.sideItemBoxD1C3BC:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
.sideItemBoxD1C3BC
{
	display: block;
	min-height: 1%;
}
* html .sideItemBoxD1C3BC
{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.sideItemGuide .sideItemHeader {
	padding-top: 16px;
	padding-bottom: 5px;
	padding-left:10px;
	background: transparent url(../img/sideItem/bg_box_d1c3bc_top.gif) repeat left top;
}
.sideItemGuide .sideItemBoxD1C3BC {
	padding: 5px 10px 0;
}
.sideItemGuide .fltL,
.sideItemGuide .fltR {
	width: 49%;
}
.sideItemGuide li li {
	margin-top: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	background: transparent url(../img/sideItem/icon_arrow.gif) no-repeat left 0.3em;
}


/* --------------------------------------------
	sideItemRecommend1
		create. 081117
-------------------------------------------- */
/* clearfix */
.sideItemRecommend1 li:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
.sideItemRecommend1 li
{
	display: block;
	min-height: 1%;
}
* html .sideItemRecommend1 li
{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.sideItemRecommend1 .sideItemHeader {
	padding-top: 16px;
	padding-bottom: 5px;
	padding-left:10px;
	background: transparent url(../img/sideItem/bg_box_d1c3bc_top.gif) repeat left top;
}
.sideItemRecommend1 .sideItemBoxD1C3BC {
	padding: 0 10px 0;
}

	.sideItemRecommend1 .sideItemPict {
		float: left;
		width: 90px;
	}
	.sideItemRecommend1 li {
		padding-top: 10px;
		background: transparent url(../img/common_bg_dot-x01.gif) repeat-x left top;
	}
	.sideItemRecommend1 li.top {
		padding-bottom: 10px;
		background-image: none;
	}
	
		.sideItemRecommend1 li div {
			float: right;
			width: 180px;
			color:#7f2f07;
		}
			.sideItemRecommend1 li div .sideItemTit {
				font-weight: bold;
			}
			.sideItemRecommend1 li div .sideItemLink {
				margin-top: 5px;
				line-height: 1.4;
				font-size: 85%;
			}

/* --------------------------------------------
	sideItemRecommend2
		create. 081117
-------------------------------------------- */
.sideItemRecommend2 .sideItemHeader {
	padding-top: 16px;
	padding-bottom: 5px;
	padding-left:10px;
	background: transparent url(../img/sideItem/bg_box_d1c3bc_top.gif) repeat left top;
}
.sideItemRecommend2 .sideItemBoxD1C3BC {
	padding: 0 10px 5px;
}
	.sideItemRecommend2 li {
		padding-top: 10px;
		background: transparent url(../img/common_bg_dot-x01.gif) repeat-x left top;
		color: #7f2f07;
	}
	.sideItemRecommend2 li.top {
		padding-bottom: 10px;
		background-image: none;
	}
		.sideItemRecommend2 .sideItemPict {
			text-align: center;
		}
		.sideItemRecommend2 .sideItemTit {
			margin-top: 5px;
			font-weight: bold;
		}
		.sideItemRecommend2 .sideItemLink {
			margin-top: 5px;
			line-height: 1.4;
			font-size: 85%;
		}

/* --------------------------------------------
	sideItemRecommend3
		create. 081117
-------------------------------------------- */
/* clearfix */
.sideItemRecommend3 ul ul:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
.sideItemRecommend3 ul ul
{
	display: block;
	min-height: 1%;
}
* html .sideItemRecommend3 ul ul
{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.sideItemRecommend3 .sideItemHeader {
	padding-top: 16px;
	padding-bottom: 5px;
	padding-left:10px;
	background: transparent url(../img/sideItem/bg_box_d1c3bc_top.gif) repeat left top;
}
.sideItemRecommend3 .sideItemBoxD1C3BC {
	padding: 0 10px 0;
}
	.sideItemRecommend3 li {
		padding-top: 10px;
		padding-bottom: 10px;
		background: transparent url(../img/common_bg_dot-x01.gif) repeat-x left top;
		color: #7f2f07;
	}
	.sideItemRecommend3 li.top {
		background-image: none;
		color: #7f2f07;
	}
		.sideItemRecommend3 li li {
			display: inline;
			float: left;
			margin-right: 11px;
			padding-top: 0;
			width: 86px;
			background-image: none;
		}
		.sideItemRecommend3 li li.last {
			margin-right: 0;
		}
		.sideItemRecommend3 .sideItemTit {
			margin-top: 2px;
			font-weight: bold;
		}
		.sideItemRecommend3 .sideItemLink {
			margin-top: 5px;
			line-height: 1.4;
			font-size: 85%;
		}


/* --------------------------------------------
	sideItemLucky
		create. 081117
-------------------------------------------- */
/* clearfix */
.sideItemLucky ul:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
.sideItemLucky ul
{
	display: block;
	min-height: 1%;
}
* html .sideItemLucky ul
{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.sideItemLucky .sideItemBoxD2CEBD {
	padding: 15px 0 5px 14px;
}

.sideItemLucky ul {
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 3px;

	background: transparent url(../img/sideItem/bg_box_lucky.gif) no-repeat left top;
}
	.sideItemLucky ul li {
		position: relative;
		display: inline;
		float: left;
		margin-right: 16px;
		width: 78px;
		height: 221px;
	}
	.sideItemLucky ul li.last {
		margin-right: 0;
	}
		.sideItembtnLucky1 {
			position: absolute;
			left: 15px;
			top: 166px;
		}
		.sideItembtnLucky2 {
			position: absolute;
			left: 15px;
			top: 166px;
		}
		.sideItembtnLucky3 {
			position: absolute;
			left: 15px;
			top: 166px;
		}
		

/*--------------------------------------------*/

/*吉岡追加　10.03.31
/*八巻追加 11/29 05:58
/* contentsPRbox css
	contentsPRBox  is MainFrame PR BOX
	contentsSidePR is SideFrame PR BOX
*/
/*--------------------------------------------*/
.contentsPRBox { margin-top: 20px;}
.contentsSidePR { margin-top: 10px;}

.contentsPRBox,
.contentsSidePR {
	border: 1px solid #dddddd;
	color: #666666;
}
.contentsPRBoxHead,
.contentsSidePRHead {
	background-color: #ebebeb;
	font-size: 85%;
	color: #999999;
	text-align:center;
}
.contentsPRBox div,
.contentsSidePR div {
	background-color: #FFFFFF;
	padding: 9px;
}
.contentsPRBoxPic,
.contentsSidePRPic {
	float: left;
}
.contentsPRBoxPic img,
.contentsSidePRPic img {
	padding-right: 12px;
}

/* kurihara 09.01.15 */
/* アンケート必須コメント文言用 */
.enqTxtRedsize {
	color: #ef5000 !important;
	font-size: 10px;
}
/*--------------------------------------------*/

/*　kurihara 1/20
コミュニティ右枠対応
*/
/*--------------------------------------------*/
#pop_ranking {
	margin-top: 10px;
	width: 300px;
	background: url(/common/img/ranking_BG01.gif) repeat-y;
}
#ranking_tit {
/* #pop_ranking #ranking_tit { */
	width: 300px;
	margin: 0px;
	overflow: hidden;
}
.fLeft { float:left !important;}
.fRight { float:right !important;}
#ranking_tit .ranking_btn_next {}
#ranking_tit .ranking_btn_next a {
	display: block;
	background-image: url(../img/ranking_btn_next_on.gif);
	width: 92px;
	height: 19px;
}
#ranking_tit .ranking_btn_next a:hover { background-color: transparent;}
#ranking_tit .ranking_btn_next a:hover img { visibility: hidden;}

#pop_ranking #ranking_in {
	margin-left: 10px;
	width: 280px;
	text-align: left;
}

#ranking_in .ranking_num {
	margin-top: 10px;
	width: 270px;
	overflow: hidden;
}

.ranking_num .ranking_photo {
	padding: 4px 5px 6px;
	width: 80px;
	float: left;
	background: url(../img/ranking_BG03.gif) 0 0 no-repeat;
}
.ranking_num .ranking_txtArea {
	width: 170px;
	float: right;
}
#ranking_in table.tbl_ranking {
	width: 280px;
}
#ranking_in .ranking_line_dotted {
	background: url(../img/ranking_line_dotted01.gif) repeat-x;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
#ranking_in table.tbl_ranking th,
#ranking_in table.tbl_ranking td {
	vertical-align: top;
	text-align: left;
}
#ranking_in table.tbl_ranking th {
	padding-right: 5px;
	width: 134px;
	background: url(../img/ranking_line_dotted02.gif) right top repeat-y;
}
#ranking_in table.tbl_ranking td { padding: 10px 5px;}
#ranking_in table.tbl_ranking td table td { padding: 0 5px;}

/*--------------------------------------------*/

/*　kurihara 2/3 e-lesson用 */

/*--------------------------------------------*/



#lesson .list_btm_navi {
	font-size: 84%;
	text-align: right;
}
#lesson .list_btm_navi li {
	display: inline;
	background: url(../img/lesson_mkr_arrow.gif) no-repeat left center;
	padding-left: 10px;
}
#lesson .list_btm_navi a {
	margin-right: 7px;
}

#lesson #pop_lesson {
	margin: 10px auto;
	width: 300px;
	background: url(../img/lesson_BG01.gif) repeat-y;
}

#pop_lesson #lesson_in {
	width: 290px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#lesson_in .lesson_num {
	width: 280px;
	overflow: hidden;
	margin-left: 5px;
}
.lesson_num .lesson_photo {
	width: 70px;
	float: left;
	padding: 5px 0px 0px 0px;
}
.lesson_num .lesson_txtArea {
	width: 200px;
	float: right;
	margin-top: 5px;
}
.lesson_num .lesson_txtArea p a {
		line-height: 1.4em;
}
