/*    body　サイト共通スタイル    */
body {
	color:#4e4e4e;
	background-color : #ffffff;
/*	background-image : url("/i.cgi?n=sp/bg/01");
	background-repeat : repeat; */
}
a:link{
	color : #FF0066;
}
a:visited{
	color : #E7AA7E;
}

/*    header-other  2階層目以降ヘッダースタイル  */
header div.container{
	display:block;
	width: 100%;
	margin:0 auto;
	border-bottom: solid 5px #522900;
	padding:5px 0;
}

#site_name{
	display:block;
	width: 85%;
	float:left;
	min-width: 265px;
}

#site_name img{
	padding:10px 0 0 5px;
}

#home_buttom{
	display:block;
}

/*    contents コンテンツ枠※触らないで！※   */
.contents{
	display:block;
	margin:0 auto;
	width:100%;
	clear:both;
}

#contents{
	display:block;
	margin:0 auto;
	width:100%;
	clear:both;
}

/*    footer　フッター用スタイル    */
footer{
	display:block;
	width:100%;
	padding:10px 0 0 0;
}

footer p.copyright{
	font-size:50%;
	text-align:center;
	margin: 10px 0;
}

#back_home {
	height: 25px;
	width: 100px;
	padding: 2px 0;
	margin: 0 0 0 3%;
}

#back_home a{
	line-height:25px;
}

#back_home img {
	display: block;
	float: left;
}

footer p.page_top {
	text-align: right;
	font-size: 80%;
}

/*    pagenation　ページング用スタイル    */
#pagenation{
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-moz-box-pack: center;
	-webkit-box-pack: center;
	box-pack: center;
	width:100%;
	background-color: #fff;
	width: 90%;
	margin : 0 auto;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	box-shadow:2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	-moz-box-shadow: 2px 2px 5px #999;
}

#pagenation ul{
	list-style:none;
}

#pagenation ul li{
	display:block;
	float:left;
	margin:3px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 5px;
	background-color: #fff;
	border: solid 1px #666;
}

#pagenation ul li a{
	display:block;
	background-color: #cecece;
	text-decoration:none;
}

#pagenation div{
	width:25px;
	height:31px;
	line-height:31px;
	text-align:center;
}

/*    buttom　ボタン用スタイル    */

div.buttom{
	background: -moz-linear-gradient(center top , #ffffff 0%, #dcdcdc 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, center top, center bottom, from( white), to(#EBD8C0));
	background: linear-gradient(top center, #ffffff 0%, #dcdcdc 100%);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:60%;
	text-align:left;
}

div.buttom a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}


div.more_info{
	margin:0 auto;
	border:solid 1px #246b81;
	background-color:#246b81;
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	box-shadow: 2px 2px 5px #999;
}

div.more_info a{
	display:block;
	margin:0 auto;
	padding:5px 0;
	width:80%;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color:#fff;
	border:solid 1px #246b81;
	text-align:center;
	font-size:80%;
	color:#522900;
	font-weight:bold;
	text-decoration:none;
}

div.more_info a img{
	padding:0 5px 2px 0;
}

div.more_info a.more:hover{
	font-weight:bold;
}

/*    search   検索フォーム用 */

#search {
	width: 100%;
	margin: 10px auto;
}

#search form{
	text-align:center;
}

#search form input.search{
	border:solid 1px #999999;
	background-color : #522900;
	background-image : url("/i.cgi?n=sp/common/search");
	background-repeat : no-repeat;
	color:#fff;
	font-weight:bold;
	width:20px;
	height:20px;
}
/*    search-vege&spice　スパイス、野菜の検索フォーム用    */
.search form{
	text-align:center;
}

.search form input.search{
	border:solid 1px #999999;
	background-color : #522900;
	background-image : url("/i.cgi?n=sp/common/search");
	background-repeat : no-repeat;
	color:#fff;
	font-weight:bold;
	width:20px;
	height:20px;
}

/*   class="list"   リスト表示に「>」を入れたいとき  */
li.next{
	background-image : url("/i.cgi?n=sp/common/next");
	background-repeat : no-repeat;
	background-position: right center;
}

/*   class="dish"   写真に白枠＆影をつけたいとき  */
img.dish{
	background-color:#fff;
	-moz-box-shadow: 2px 2px 5px #a9a9a9;
	-webkit-box-shadow: 2px 2px 5px #a9a9a9;
	box-shadow: 2px 2px 5px #a9a9a9;
	padding:5px;
	border-radius:2px;
}

/*   class="container_style"   2階層目以降に白背景、枠＆影をつけたいとき    */
.container_style{
	background-color:#fff;
	width: 90%;
	margin: 0 auto;
	border: solid 1px #666;
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	box-shadow: 2px 2px 5px #999;
}

/*   class="list"   お気に入りレシピみたいなリスト表示にしたいとき    */
/*   ↑ul要素にのみ適用可    */

ul.list{
	list-style:none;
	display:block;
	width:90%;
	margin: 0 auto;
	border-top: solid 1px #666;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	box-shadow:2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	-moz-box-shadow: 2px 2px 5px #999;
}

ul.list li{
	display:block;
	height:55px;
	font-size:80%;
	background-color:#fff;
	border-bottom:dotted 2px #eac99a;
	padding:5px 0 0 10px;
}

ul.list li img{
	float: right;
	width: 60px;
	height: 40px;
	position: relative;
	right: 20px;
}

ul.list li a{
	display:block;
	width: 60%;
}

ul.list li p {
display: block;
width: 60%;
}

ul.list li a:before{
	/content:url("/i.cgi?n=sp/next");
	content:"○";
	font-weight:bold;
	color:#236a80;
}

/*   class="space" 上下にマージンを取りたいとき　*/
.space{
	margin:5px auto;
	text-indent:5%;
}


/**********個別ページ用の設定ここから***********/

/* 監修者紹介ページ用 */

#profile img{
width: 70%;
display: block;
margin: 5px auto;
}

#profile div {
width: 80%;
margin: 5px auto;
}

/* 用語辞典 */

#symbol h2{
	font-size:90%;
}

#symbol img{
width: 90%;
display: block;
margin: 5px auto;
}

#symbol div {
	font-size:70%;
}

/* tablestory */

#new div.container_style{
	margin: 5px auto;
}

#new h3{
	border-top: dotted 2px #EAC99A;
	font-size:90%;
}

#new p{
	padding: 5px;
	font-size:70%;
}

#new div.story_new {
	margin: 5px 5px;
	border-bottom: dotted 2px #EAC99A;
}

#new div.story_new img{
	width:60%;
	display: block;
	margin: 0 auto;
}

#new div.buttom {
	display: block;
	margin: 5px auto;
	width: 80%;
	height: 30px;
}

#new div.buttom a {
	width: 100%;
	margin: 8px 0px 0px 0px;
}

/* 次へのページネーション */
#ranking_pagenation div {
width: 50%;
height: 31px;
line-height: 31px;
text-align: center;
}


/* 注意書き＆テキストのみ */
#title{
	display:block;
	width:100%;
	margin:0 auto;
}

#title h2{
	font-size:90%;
}

#title p{
	font-size:70%;
}

#title img{
	width: 100%;
}

#notes div.container_style{
	margin: 5px auto;
}

#notes h3{
	border-top: dotted 2px #EAC99A;
	font-size:90%;
}

#notes p{
	padding: 5px;
	font-size:70%;
}

#notes div.text {
	margin: 5px 5px;
	border-bottom: dotted 2px #EAC99A;
}

#notes div.text img{
	width:60%;
	display: block;
	margin: 0 auto;
}

#notes div.text a{
	font-size:70%;
	margin: 5px 5px;
}