@charset "UTF-8";




/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
common
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
html {
 margin: 0;
	padding: 0;
}
body {
 margin: 0;
	padding: 0;
	color: #555;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.5em;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #36C;
	text-decoration: underline;
	overflow: hidden;
}
a:hover {
	color: #36C;
	text-decoration: none;
	cursor: pointer;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
.clr {
 	clear: both;
}

/*フォーム関連*/
input, select, textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #AAAA94 #DFDFD6 #DFDFD6 #AAAA94;
	vertical-align: middle;
	color: #696969;
	background: #F1F1ED;
}
input.radio {
	border-style: none;
	color: #000;
	background: transparent;
	cursor: pointer;
}
input.checkbox {
	border-style: none;
	color: #000;
	background: transparent;
}
.num {
	text-align: right;
}

/*input-width*/
#w-300 { width: 300px; }
#w-180 { width: 180px; }
#w-100 { width: 100px; }
#w-70 { width: 70px; }
#w-30 { width: 30px; }

/*btn-submit*/
#submit p {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	width: 171px;
}
#submit2 p {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	width: 352px;
}

#submit input.submit-btn1 {
	float: left;
	width: 171px;
	height: 42px;
	cursor: pointer;
	border: none;
	text-indent: -9999px;
	background: url(images/btn_001.gif) no-repeat;
}

#submit2 input.submit-btn2 {
	float: left;
	margin: 0 10px 0 0;
	width: 171px;
	height: 42px;
	cursor: pointer;
	border: none;
	text-indent: -9999px;
	background: url(images/btn_002.gif) no-repeat;
}

#submit2 input.submit-btn3 {
	float: left;
	width: 171px;
	height: 42px;
	cursor: pointer;
	border: none;
	text-indent: -9999px;
	background: url(images/btn_003.gif) no-repeat;
}




/*-------------------------------------------------------------
テーブル設定
-------------------------------------------------------------*/
/*table*/
.tableBg th {
	text-align: left;
	font-weight: normal;
	background: #EBEBEB;
}
.tableBg td {
	background: #F5F5F5;
}



/*-------------------------------------------------------------
フォント設定
-------------------------------------------------------------*/
.xx-middle {
	font-size: 10px;
	color: #333;
	line-height: 12px;
}
.xx-middle-red {
	font-size: 10px;
	color: #F30;
}
.x-middle {
	line-height: 14px;
	font-size: 11px;
	color: #888;
}
.x-middle-st {
	font-size: 11px;
	color: #333;
	font-weight: bold;
	line-height: 14px;
}
.middle {
	line-height: 20px;
	font-size: 12px;
	color: #333;
}
.middle-black {
	line-height: 18px;
	font-size: 12px;
	color: #231F13;
}
.middle-red {
	line-height: 20px;
	font-size: 12px;
	color: #333;
}
.middle-st {
	line-height: 18px;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
.middle-white-st {
	line-height: 18px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.middle-red-st {
	line-height: 18px;
	font-size: 12px;
	color: #F30;
	font-weight: bold;
}
.middle-green-st {
	line-height: 18px;
	font-size: 12px;
	color: #91AD00;
	font-weight: bold;
}
.x-middle-st-white {
	line-height: 18px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.middle-white {
	line-height: 1.3em;
	font-size: 12px;
	color: #FFF;
}
.middle-red {
	line-height: 18px;
	font-size: 12px;
	color: #F30;
}
.middle-blue {
	font-size: 12px;
	color: #3A89C9;
}
.middle-orange {
	font-size: 12px;
	color: #F60;
}
.middle-green {
	font-size: 12px;
	color: #A1D042;
}
.x-middle-red {
	line-height: 14px;
	font-size: 11px;
	color: #F30;
}
.x-large {
	line-height: 18px;
	font-size: 14px;
	color: #333;
}
.large {
	line-height: 20px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.large-red-st {
	line-height: 20px;
	font-size: 16px;
	color: #F30;
	font-weight: bold;
}



/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
container
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#container {
	margin: 0 auto;
	width: 900px;
	background: url(/images/bg_body.gif) repeat-y top center;
}
#container-inner {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align: left;
	background: #FFF;
}





/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
header
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#header {
	padding: 23px 0 6px 0;
}
#banner {
}
h1#banner-header {
	float: left;
	margin: 0;
	padding: 0;
	width: 282px;
	font-size: 12px;
}
h1#banner-header a {
	width: 282px;
	height: 46px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(images/img_logo.gif) no-repeat;
}
h2#banner-description { 
	float: right;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 10px;
	line-height: 1.5em;
	color: #666;
}





/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
main image
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
h1#main-img a {
	display: block;
	width: 800px;
	height: 320px;
	background: url(cover.jpg) no-repeat left top;
	text-indent: -9999px;
}
#cat-title-img {
 width: 800px;
 height: 200px;
}





/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
pagebody
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#pagebody {
	background: url(images/bg_pagebody.gif) repeat-y left top;
}





/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
side navigation
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#beta {
	float: left;
	margin: 0;
	width: 200px;
	border-top: 1px solid #CCC;
}
/*INDEX NAVIGATION*/
#side-navi-01 {
	padding-bottom: 22px;
	width: 200px;
}
ul#navi {
 margin: 0;
 padding: 0;
	list-style-type: none;
}
ul#navi li {
	margin: 0;
	padding: 0;
}
ul#navi li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 39px;
	text-indent: -9999px;
	text-decoration: none;
}
ul#navi li#link-home a { background: url(images/btn_index_home.gif) no-repeat 0px 0px; }
ul#navi li#link-next a { background: url(images/btn_next_time.gif) no-repeat 0px 0px; }
ul#navi li#link-backnumber a { background: url(images/btn_index_backnumber.gif) no-repeat 0px 0px; }
ul#navi li#link-subscription a { background: url(images/btn_index_subscription.gif) no-repeat 0px 0px; }
ul#navi li#link-books a { background: url(images/btn_index_books.gif) no-repeat 0px 0px; }
ul#navi li#link-company a { background: url(images/btn_index_company.gif) no-repeat 0px 0px; }
ul#navi li#link-contact a { background: url(images/btn_index_contact.gif) no-repeat 0px 0px; }
ul#navi li#link-privacy a { background: url(images/btn_index_privacy.gif) no-repeat 0px 0px; }

/*hover*/
ul#navi li#link-home a:hover { background: url(images/btn_index_home.gif) no-repeat 0px -39px; }
ul#navi li#link-next a:hover { background: url(images/btn_next_time.gif) no-repeat 0px -39px; }
ul#navi li#link-backnumber a:hover { background: url(images/btn_index_backnumber.gif) no-repeat 0px -39px; }
ul#navi li#link-subscription a:hover { background: url(images/btn_index_subscription.gif) no-repeat 0px -39px; }
ul#navi li#link-books a:hover { background: url(images/btn_index_books.gif) no-repeat 0px -39px; }
ul#navi li#link-company a:hover { background: url(images/btn_index_company.gif) no-repeat 0px -39px; }
ul#navi li#link-contact a:hover { background: url(images/btn_index_contact.gif) no-repeat 0px -39px; }
ul#navi li#link-privacy a:hover { background: url(images/btn_index_privacy.gif) no-repeat 0px -39px; }

/*active*/
#pageHome ul#navi li#link-home a#linkHome {	background: url(images/btn_index_home.gif) no-repeat 0px -39px; }
#pageNext ul#navi li#link-next a#linkNext {	background: url(images/btn_next_time.gif) no-repeat 0px -39px; }
#pageBacknumber ul#navi li#link-backnumber a#linkBacknumber {	background: url(images/btn_index_backnumber.gif) no-repeat 0px -39px; }
#pageSubscription ul#navi li#link-subscription a#linkSubscription {	background: url(images/btn_index_subscription.gif) no-repeat 0px -39px; }
#pageBooks ul#navi li#link-books a#linkBooks {	background: url(images/btn_index_books.gif) no-repeat 0px -39px; }
#pageCompany ul#navi li#link-company a#linkCompany {	background: url(images/btn_index_company.gif) no-repeat 0px -39px; }
#pageContact ul#navi li#link-contact a#linkContact {	background: url(images/btn_index_contact.gif) no-repeat 0px -39px; }
#pagePrivacy ul#navi li#link-privacy a#linkPrivacy {	background: url(images/btn_index_privacy.gif) no-repeat 0px -39px; }


/*BNR NAVIGATION*/
#side-navi-02 {
	margin: 0 auto 20px auto;
	width: 160px;
}

/*BNR NAVIGATION*/
#side-navi-03 {
}
/*tieup*/
#link-tieup {
	padding: 20px 20px 0 20px;
	border-top: 1px solid #CCC;
}
#link-tieup p {
	margin: 0;
	padding: 0;
}
#link-tieup p a {
	width: 160px;
	height: 226px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(tieup_bnr.jpg) no-repeat;
}



/*search*/
#side-navi-search {
	padding: 20px 20px 0 20px;
	border-top: 1px solid #CCC;
}
#side-navi-search p {
	display: block;
	width: 55px;
	height: 22px;
	background: url(images/ttl_search.gif) no-repeat left;
	text-indent: -9999px;
}
#side-navi-search input.searchText {
	float: left;
	margin-right: 5px;
	width: 100px;
	height: 17px;
	border: 1px solid #CCC;
	background: #FFF;
	text-indent: inherit;
	color: #666;
	text-indent: 0;
	cursor: auto;
}
#side-navi-search input {
	float: right;
	margin: 0;
	width: 48px;
	height: 21px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(images/btn_search.gif) no-repeat left top;
	border: none;
}





/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
right body
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#alpha {
	float: right;
	width: 600px;
	text-align: center;
}
#alphaInner {
	position: relative;
	margin: 0 auto;
	padding-top: 28px;
	width: 540px;
	text-align: left;
}
#alpha-inner {
	margin: 0 auto;
	padding-top: 28px;
	width: 540px;
	text-align: left;
}

/*lead*/
h2#lead {
	display: block;
	width: 540px;
	height: 61px;
	background: url(images/top_lead.gif) no-repeat left top;
	text-indent: -9999px;
	font-size: 10px;
}
h3.subTtlNowbook {
	margin: 40px 0 0 0;
	display: block;
	width: 540px;
	height: 30px;
	background: url(images/top_subttl_nowbook.gif) no-repeat left top;
	text-indent: -9999px;
	font-size: 10px;
}




/*-------------------------------------------------------------
common for sec
-------------------------------------------------------------*/
.entry-body {
	margin-top: 20px;
}
.EntryBody {
	padding-bottom: 20px;
}
.EntryMore {
	padding-bottom: 20px;
}

p.comment {
	margin-top: 10px;
	color: #666;
}



/*-------------------------------------------------------------
title
-------------------------------------------------------------*/

/*for archives*/
#archive {
}
#archive .archives-block {
	padding: 10px 0;
	background: url(images/img_hr_dotted.gif) repeat-x left bottom;
}
#archive h3 {
	display: block;
	width: 590px;
	height: 28px;
	text-indent: -9999px;
}
#archive h3#categoryID_71 {
	background: url(images/title_sec_case_shop.gif);
}
#archive h3#categoryID_72 {
	background: url(images/title_sec_case_order.gif);
}
#archive h3#categoryID_73 {
	background: url(images/title_sec_case_urban_cubic.gif);
}
#archive h3#categoryID_75 {
	background: url(images/title_sec_information.gif);
}
#archive h3#categoryID_76 {
	background: url(images/title_sec_event.gif);
}
#archive p.date {
	font-size: 10px;
	font-weight: bold;
	padding-left: 12px;
	background: url(images/img_arrow.gif) no-repeat 0 48%;
}
#archive p.archives-title {
	padding-left: 12px;
	font-size: 12px;
	line-height: 1.3em;
}
#archive p.archives-title a {
	text-decoration: none;
	color: #333;
}
#archive p.archives-title a:hover {
	color: #F00;
}
.entry-body ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.entry-body li a {
	display: block;
	margin-bottom: 10px;
	padding-left: 12px;
	background: url(images/img_arrow.gif) no-repeat 0 4px;
	color: #666;
	text-decoration: none;
	line-height: 1.5em;
}
.entry-body li a:hover {
	color: #F00;
	text-decoration: none;
}

/*for 最新号のご案内*/
h3#titleNowbook {
	display: block;
	margin: 0;
	width: 540px;
	height: 50px;
	background: url(images/title_nowbook.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}

/*for 次号発売予告*/
h3#titleNext {
	display: block;
	margin: 0;
	width: 540px;
	height: 50px;
	background: url(images/title_next_time.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}

/*for バックナンバー*/
h3#titleBacknumber {
	display: block;
	margin: 0;
	width: 540px;
	height: 50px;
	background: url(images/title_backnumber.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}

/*for 定期購読のご案内*/
h3#titleSubscription {
	display: block;
	margin: 0;
	width: 540px;
	height: 50px;
	background: url(images/title_subscription.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}

/*for 書籍のご案内*/
h3#titleBooks {
	display: block;
	margin: 0;
	width: 540px;
	height: 30px;
	background: url(images/title_books.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}

/*for 広告・タイアップのご案内*/
h3#titleTieupInfo {
	display: block;
	margin: 0;
	width: 540px;
	height: 30px;
	background: url(images/title_tieup_info.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}

/*for 広告・タイアップのお問い合わせ*/
h3#titleTieup {
	display: block;
	margin: 0;
	width: 540px;
	height: 50px;
	background: url(images/title_tieup.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}

/*for 会社概要*/
h3#titleCompany {
	display: block;
	margin: 0;
	width: 540px;
	height: 50px;
	background: url(images/title_company.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}

/*for お問い合わせ*/
h3#titleContact {
	display: block;
	margin: 0;
	width: 540px;
	height: 50px;
	background: url(images/title_contact.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}

/*for 個人情報の取り扱いについて*/
h3#titlePrivacy {
	display: block;
	margin: 0;
	width: 540px;
	height: 50px;
	background: url(images/title_privacy.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}

/*for 季節のスペシャリテ*/
h3#titleAssiettes {
	display: block;
	margin: 0;
	width: 540px;
	height: 50px;
	background: url(images/title_assiettes.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}

/*for トピックス*/
h3#titleTopics {
	display: block;
	margin: 0;
	width: 540px;
	height: 50px;
	background: url(images/title_topics.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}



/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
シェフ
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*バックナンバー*/
.chefTitleBox {
	margin-bottom: 10px;
	height: 30px;
	width: 540px;
	background: #01372A;
	line-height: 30px;
}
.chefTitleBox h4.chefListTitle {
	float: left;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.chefTitleBox p {
	float: right;
	padding: 7px 7px 7px 0;
	width: 95px;
}
.chefTitleBox p a {
	display: block;
	width: 95px;
	height: 16px;
	background: url(images/btn_deital.gif) no-repeat left top;
	text-indent: -9999px;
}
.chefTitleBox p a:hover {
	background: url(images/btn_deital.gif) no-repeat 0 -16px;
}
table#chefListTable {
	width: 540px;
	margin: 0;
	border-collapse: collapse;
	/*border-bottom: 1px solid #CCC;*/
}
table#chefListTable th {
	padding: 0 10px 0 0;
	width: 100px;
	font-weight: normal;
	text-align: left;
	background: #FFF;
}
table#chefListTable td {
	background: #FFF;
	padding: 0 0 20px 5px;
}
table#chefListTable h4 {
	padding-bottom: 2px;
	color: #01372A;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

/*詳細*/
h4.chefTitle {
	display: block;
	margin-bottom: 20px;
	padding: 5px 5px 5px 10px;
	width: 530px;
	background: #01372A;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
h4.topChefTitle {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	color: #01372A;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
}
table#chefTable {
	width: 540px;
	margin: 0;
	border-collapse: collapse;
	/*border-bottom: 1px solid #CCC;*/
}
table#chefTable th {
	padding: 0 0 0 0;
	width: 159px;
	font-weight: normal;
	text-align: left;
	background: #FFF;
}
table#chefTable td {
	background: #FFF;
	padding: 0 0 20px 5px;
}
table#chefTable h4 {
	padding-bottom: 2px;
	color: #01372A;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}
table#chefTable h5 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
table#chefTable p {
	padding-left: 15px;
	line-height: 1.8em;
}
.b20 {
	padding-bottom: 30px;
}
.b10 {
	padding-bottom: 10px;
}
em {
	font-weight: bold;
	font-style: normal;
}
.saleDate {
	display: block;
	background: #EAE3D6;
	font-size: 12px;
	color: #333;
	padding: 7px 10px;
	text-align: center;
}
table#menuPageTable {
	width: 381px;
	margin: 0;
	border-collapse: collapse;
	/*border-bottom: 1px solid #CCC;*/
}
table#menuPageTable th {
	padding: 0 10px 0 0;
	width: 130px;
	text-align: left;
	background: #FFF;
}
table#menuPageTable td {
	background: #FFF;
	padding: 0 0 20px 0;
}
table#shuzaiTable {
	width: 381px;
	margin: 0;
	border-collapse: collapse;
	/*border-bottom: 1px solid #CCC;*/
}
table#shuzaiTable th {
	padding: 0 0 0 0;
	width: 60px;
	font-weight: normal;
	text-align: left;
	background: #FFF;
}
table#shuzaiTable td {
	background: #FFF;
	padding: 0 0 20px 0;
}





/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
季節のスペシャリテ
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*タイトル*/
h3.assiettesTitle {
	position: absolute;
	top: 28px;
	left: 0px;
	display: block;
	width: 540px;
	height: 188px;
}
/*エントリーフレーム*/
.assiettesFrame {
	margin-top: 216px;
	width: 538px;
	background: #F8DAA1;
	border: 1px solid #CCC;
}
.assiettesFrameInner {
	padding: 30px 30px 10px 30px;
	text-align: center;
}
table.assiettesTable {
	margin: 0 auto;
	width: 470px;
	text-align: left;
}
/*バックナンバーボタン*/
.btnAssiettesBk {
	padding: 30px 0 30px 0;
	text-align: center;
}
.btnAssiettesBk a {
	display: block;
	margin: 0 auto;
	width: 142px;
	height: 42px;
	background: url(images/btn_assiettes_bk.jpg) no-repeat left top;
	text-indent: -9999px;
}






/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
定期購読のご案内
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#subscription {
	margin-top: 30px;
}
h4.subscriptionTitle01 {
	display: block;
	width: 540px;
	height: 85px;
	background: url(images/sub_title_subscription_01.gif) no-repeat left top;
	text-indent: -9999px;
}
p.subscriptionTitle02 {
	display: block;
	width: 540px;
	height: 28px;
	background: url(images/sub_title_subscription_02.gif) no-repeat left top;
	text-indent: -9999px;
}

.subscriptionTable01 {
	padding: 20px 0 0 0;
}
.subscriptionTable01 table {
	margin: 0 0 10px 0;
	width: 540px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.subscriptionTable01 th {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.subscriptionTable01 td {
	padding: 5px;
	width: 170px;
	text-align: left;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}


h4.subscriptionTitle03 {
	display: block;
	margin: 60px 0 0 0;
	width: 540px;
	height: 43px;
	background: url(images/sub_title_subscription_05.gif) no-repeat left top;
	text-indent: -9999px;
}
table.subscriptionTable02 {
	margin: 0 0 40px 0;
}




/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
書籍のご案内
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#books {
	line-height: 1.8em;
	margin-top: 60px;
}
#books p em {
	font-style: normal;
	font-weight: bold;
}
/*「パスタ・グラッツェ！」*/
#books1 {
	margin: 0 0 60px 0;
	width: 540px;
}
#books1 h4 {
	margin: 0 0 20px 0;
	width: 540px;
	height: 69px;
	display: block;
	text-indent: -9999px;
	background: url(images/sub_title_books_01.gif) no-repeat left top;
}
#books1 .booksContents {
	margin: 0 0 30px 0;
	width: 540px;
	display: block;
	background: url(images/books_img_01.jpg) no-repeat top right;
}
#books1 .booksContents p {
	padding: 0 185px 5px 0;
}
/*「フードプロセッサーしてみませんか」*/
#books2 {
	margin: 0 0 60px 0;
	width: 540px;
}
#books2 h4 {
	margin: 0 0 20px 0;
	width: 540px;
	height: 44px;
	display: block;
	text-indent: -9999px;
	background: url(images/sub_title_books_02.gif) no-repeat left top;
}
#books2 .booksContents {
	margin: 0 0 30px 0;
	width: 540px;
	display: block;
	background: url(images/books_img_02.jpg) no-repeat top right;
}
#books2 .booksContents p {
	padding: 0 285px 5px 0;
}
/*「おしえて、シェフ」*/
#books3 {
	margin: 0 0 60px 0;
	width: 540px;
}
#books3 h4 {
	margin: 0 0 20px 0;
	width: 540px;
	height: 70px;
	display: block;
	text-indent: -9999px;
	background: url(images/sub_title_books_03.gif) no-repeat left top;
}
#books3 .booksContents {
	margin: 0 0 30px 0;
	width: 540px;
	display: block;
	background: url(images/books_img_03.jpg) no-repeat top right;
}
#books3 .booksContents p {
	padding: 0 285px 5px 0;
}
/*「六カ国製菓用語対訳辞典」*/
#books4 {
	margin: 0 0 60px 0;
	width: 540px;
}
#books4 h4 {
	margin: 0 0 20px 0;
	width: 540px;
	height: 72px;
	display: block;
	text-indent: -9999px;
	background: url(images/sub_title_books_04.gif) no-repeat left top;
}
#books4 .booksContents {
	margin: 0 0 30px 0;
	width: 540px;
	display: block;
	background: url(images/books_img_04.jpg) no-repeat top right;
}
#books4 .booksContents p {
	padding: 0 275px 5px 0;
}
/*「おいしい顔のお菓子たち」*/
#books5 {
	margin: 0 0 60px 0;
	width: 540px;
}
#books5 h4 {
	margin: 0 0 20px 0;
	width: 540px;
	height: 72px;
	display: block;
	text-indent: -9999px;
	background: url(images/sub_title_books_05.gif) no-repeat left top;
}
#books5 .booksContents {
	margin: 0 0 30px 0;
	width: 540px;
	display: block;
	background: url(images/books_img_05.jpg) no-repeat top right;
}
#books5 .booksContents p {
	padding: 0 185px 5px 0;
}
/*「東西六カ国製菓用語対訳辞典」*/
#books6 {
	margin: 0 0 60px 0;
	width: 540px;
}
#books6 h4 {
	margin: 0 0 20px 0;
	width: 540px;
	height: 72px;
	display: block;
	text-indent: -9999px;
	background: url(images/sub_title_books_06.gif) no-repeat left top;
}
#books6 .booksContents {
	margin: 0 0 30px 0;
	width: 540px;
	display: block;
	background: url(images/books_img_06.jpg) no-repeat top right;
}
#books6 .booksContents p {
	padding: 0 275px 5px 0;
}
/*「ちょいラテンごはん」*/
#books7 {
	margin: 0 0 60px 0;
	width: 540px;
}
#books7 h4 {
	margin: 0 0 20px 0;
	width: 540px;
	height: 72px;
	display: block;
	text-indent: -9999px;
	background: url(images/sub_title_books_07.gif) no-repeat left top;
}
#books7 .booksContents {
	margin: 0 0 30px 0;
	width: 540px;
	display: block;
	background: url(images/books_img_07.jpg) no-repeat top right;
}
#books7 .booksContents p {
	padding: 0 300px 5px 0;
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
お問い合わせ／広告・タイアップのお問い合わせ
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#tieup {
	margin-top: 20px;
}
table#contact {
	font-size: 12px;
}
table#contact {
	margin: 10px 0 8px 0;
	width: 540px;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-collapse: collapse;
}
table#contact th {
 padding: 5px;
	width: 10em;
	font-weight: normal;
	color: #666;
	background: #F6F6F6;
	text-align: left;
	font-size: 12px;
	border-left: 4px solid #666;
}
table#contact th.imp {
	border-color: #aaaaaa transparent #aaa #F30;
}
table#contact td {
	padding: 5px;
	color: #666;
	font-size: 12px;
}
table#contact th, table#contact td {
	border-bottom: 1px dotted #726d6b;
}
h4.tieupTitle01 {
	display: block;
	width: 540px;
	height: 66px;
	background: url(images/sub_title_tieup_01.gif) no-repeat left top;
	text-indent: -9999px;
}
h4.tieupTitle02 {
	display: block;
	width: 540px;
	height: 66px;
	background: url(images/sub_title_tieup_06.gif) no-repeat left top;
	text-indent: -9999px;
}
.impTxt {
	color: #DD0000;
}
p.errTxt {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	font-weight: bold;
	border: 1px solid #F00;
	color: #F00;
}
/*フォーム関連*/
p.messarge {
	margin: 0 0 10px 0;
	color: #666;
	font-size: 12px;
	line-height: 1.5em;
}
p.assist {
	margin-top: 5px;
	color: #666;
	font-size: 10px;
}
.control {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-size: 12px;
}
.control2 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

/*タイアップ専用*/
#tieupInfo h4 {
	margin: 0 0 20px 0;
	padding: 0;
	display: block;
	text-indent: -9999px;
}
#tieupInfo h5 {
	margin: 0 0 8px 0;
	padding: 0;
	display: block;
	text-indent: -9999px;
}
#tieupInfo p {
	margin: 0 0 20px 0;
	padding: 0;
}

/*コンテンツ1*/
#tieupContents1 {
	margin: 20px 0 40px 0;
	width: 540px;
}
#tieupContents1 h4 { height: 65px; background: url(images/sub_title_tieup_01_01.gif) no-repeat top; }
h5#subTtl1-1 { height: 17px; background: url(images/sub_title_tieup_01_02.gif) no-repeat; }
h5#subTtl1-2 { height: 38px; background: url(images/sub_title_tieup_01_03.gif) no-repeat; }
h5#subTtl1-3 { height: 37px; background: url(images/sub_title_tieup_01_04.gif) no-repeat; }
h5#subTtl1-4 { height: 54px; background: url(images/sub_title_tieup_01_05.gif) no-repeat top; }

#tieupContents1 p {
	margin: 0 0 30px 0 !important;
	padding: 0;
}
#tieupContents1 p.tieupText {
	margin: 0 0 15px 50px !important;
	padding: 0;
}
#tieupContents1 p.tieupText2 {
	margin: 0 0 30px 50px !important;
	padding: 0;
}
#tieupContents1 dl {
	margin: 0;
	padding: 0;
}
#tieupContents1 dt.tieupText3 {
	margin: 0 0 8px 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	color: #333;
}
#tieupContents1 dt.tieupText4 {
	margin: 0 0 10px 0;
	padding: 3px 5px;
	background: #000;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
}
#tieupContents1 dd {
	margin: 0 0 15px 0;
	padding: 0;
}


/*コンテンツ2*/
#tieupContents2 {
	margin: 0 0 80px 0;
	width: 540px;
}
#tieupContents2 h4 { height: 78px; background: url(images/sub_title_tieup_02_01.gif) no-repeat; }
h5#subTtl2-1 { height: 44px; background: url(images/sub_title_tieup_02_02.gif) no-repeat; }

#tieupContents2 img {
	margin: 0 0 20px 0;
}
#tieupContents2 ul {
	margin: 0 0 10px 0;
	padding: 6px 0;
	list-style: none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

/*コンテンツ3*/
#tieupContents3 {
	margin: 0 0 80px 0;
	width: 540px;
}
#tieupContents3 h4 { height: 78px; background: url(images/sub_title_tieup_03_01.gif) no-repeat; }
h5#subTtl3-1 { height: 18px; background: url(images/sub_title_tieup_03_02.gif) no-repeat; }
h5#subTtl3-2 { height: 18px; background: url(images/sub_title_tieup_03_04.gif) no-repeat; }
h5#subTtl3-3 { height: 18px; background: url(images/sub_title_tieup_03_05.gif) no-repeat; }
h5#subTtl3-4 { height: 18px; background: url(images/sub_title_tieup_03_06.gif) no-repeat; }

#tieupContents3 img {
	margin: 0 0 20px 0;
}

/*コンテンツ4*/
#tieupContents4 {
	margin: 20px 0 80px 0;
	width: 540px;
}
#tieupContents4 h4 { height: 34px; background: url(images/sub_title_tieup_04_01.gif) no-repeat top; }
h5#subTtl4-1 { height: 23px; background: url(images/sub_title_tieup_04_02.gif) no-repeat top; }
h5#subTtl4-2 { height: 23px; background: url(images/sub_title_tieup_04_03.gif) no-repeat top; }

#tieupContents4 dl {
	margin: 0;
	padding: 0 0 10px 0;
}
#tieupContents4 dt.tieupText3 {
	margin: 0 0 8px 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	color: #333;
}
#tieupContents4 dd {
	margin: 0 0 15px 0;
	padding: 0;
}


/*コンテンツ5*/
#tieupContents5 {
	margin: 0 0 20px 0;
	width: 540px;
}
#tieupContents5 br {
	display: none;
}
#tieupContents5 p {
	margin: 0 !important;
	padding: 0;
}
#tieupContents5 table {
	margin: 0 0 20px 0;
	width: 540px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#tieupContents5 table caption {
	margin: 0 0 5px 0;
	text-align: left;
}
#tieupContents5 td {
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#tieupContents4 ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}


/*コンテンツ6*/
#tieupContents6 {
	padding: 10px 0;
	margin-bottom: 40px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}


/*ボタン*/
.btnTieupContact {
	padding-bottom: 30px;
	text-align: center;
}
.btnTieupContact a {
	display: block;
	margin: 0 auto;
	width: 252px;
	height: 42px;
	background: url(images/btn_tieup_contact.jpg) no-repeat left top;
	text-indent: -9999px;
}


/*タイアップ掲載フォーム*/
.tieupContact {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	border: 1px solid #CCC;
}
.tieupContact td {
	margin: 0;
	padding: 2px 0;
	width: 254px;
	vertical-align: top;
}




/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
会社概要
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#company {
}
table#companyTable {
	width: 540px;
	margin: 20px 0px 0 0px;
	border-top: 1px solid #CCC;
	border-collapse: collapse;
}
table#companyTable th {
	padding: 7px 10px 7px 5px;
	width: 8em;
	font-weight: normal;
	text-align: left;
	background: #F8F8F8;
	border-bottom: 1px solid #CCC;
}
table#companyTable td {
	background: #FFF;
	padding: 7px 0px 7px 5px;
	border-bottom: 1px solid #CCC;
}






/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
個人情報の取り扱いについて
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#privacy {
	width: 540px;
}
#privacy dl {
	margin: 0;
	padding: 0;
}
#privacy dt {
	background: #F8F8F8;
	margin: 0;
	padding:5px;
	border-top:1px solid #CCC;
	border-bottom:1px dotted #CCC;
}
#privacy dd {
	margin: 0;
	line-height:1.5;
	padding:10px 0 30px 0;
}



/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
トピックス
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.topics-body {
	margin-top: 40px;
}

.topics-body h5 {
	margin: 5px 0;
}
.topics-body h5 a {
	color: #01372A;
	font-size: 14px;
	font-weight: bold;
}


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

/*-------------------------------------------------------------
pagetop
-------------------------------------------------------------*/
#pagetopArea {
	padding: 15px 30px 10px 0;
	background: url(images/bg_pagebody.gif) repeat-y left top;
	border-bottom: 1px solid #CCC;
}
p#page-top {
	float: right;
	width: 66px;
	height: 10px;
}
#page-top a {
	width: 69px;
	height: 9px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	font-size: 0.6em;
	background: url(images/btn_pagetop.gif) no-repeat 0 0;
}
#page-top a:hover {
	background: url(images/btn_pagetop.gif) no-repeat 0 -9px;
}




/*-------------------------------------------------------------
footer
-------------------------------------------------------------*/
#footer {
	padding: 15px 30px 15px 20px;
}

#footer-inner {
	margin: 10px 0 10px 0;
	padding: 7px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
}
ul#footer-navi {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#footer-navi li {
	display: inline;
	font-size: 10px;
}
ul#footer-navi li a {
	color: #666;
	text-decoration: none;
}
ul#footer-navi li a:hover {
	color: #F00;
}
p.copy {
	float: left;
	display: block;
	width: 267px;
	height: 11px;
	overflow: hidden;
	background: url(images/footer_copy.gif) no-repeat left top;
	text-indent: -9999px;
}
p.companyLogo a {
	float: right;
	display: block;
	width: 82px;
	height: 34px;
	overflow: hidden;
	background: url(images/footer_image_logo.gif) no-repeat right top;
	text-indent: -9999px;
}

