﻿@charset "utf-8";
/*ページ全般--------------------------------*/
html {
	overflow-y: scroll;
}
body {
	margin:0px;
	padding:0px;
	text-align:center;
	font:12px/1.22 "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	*font-size:small;
	*font:x-small;
}
body,td,th,div,p{
	line-height:140%;
}
img{
	border:0px;
}
a {
	color:#666666;
}

/*ヘッダ--------------------------------*/
div#header{
	text-align:center;
	background-image:url(../img/header_bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}
h1 {
	text-align:right;
	width:750px;
	font-size:80%;
	font-weight:normal;
	margin:0px auto 0px auto;
	padding:10px 0px 20px 0px;
}
div#flash{
	padding-bottom:10px;
}

/*メニューボタン--------------------------------*/

ul#button{
	list-style-type:none;
	margin:0px 0px 10px 0px;
	padding:0px;
	height:42px;
	width:750px;
}
ul#button li{
	float:left;

}
ul#button a{
	text-indent:-100em;
	display:block;
	height:42px;
	overflow:hidden;
}
a.menu1 {
	width:127px;
	background-image:url(../img/button_1.jpg);
}
a.menu2 {
	width:215px;
	background-image:url(../img/button_2.jpg);
}
a.menu3 {
	width:150px;
	background-image:url(../img/button_3.jpg);
}
a.menu4 {
	width:132px;
	background-image:url(../img/button_4.jpg);
}
a.menu5 {
	width:126px;
	background-image:url(../img/button_5.jpg);
}
a.menu6 {
	width:126px;
	background-image:url(../img/button_6.jpg);
}

a:hover.menu1 {
	background-position:0px -42px;
}
a:hover.menu2 {
	background-position:0px -42px;
}
a:hover.menu3 {
	background-position:0px -42px;
}
a:hover.menu4 {
	background-position:0px -42px;
}
a:hover.menu5 {
	background-position:0px -42px;
}
a:hover.menu6 {
	background-position:0px -42px;
}


/*メイン部--------------------------------*/
div#main{
	width:750px;
	text-align:left;
	background-image:url(../img/main_bg.jpg);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
}
div#contents{
	width:460px;
	margin-right:30px;
	float:left;
}
div#menu{
	width:226px;
	text-align:right;
	padding:0px 17px 0px 17px;
	float:left;
}
div#menu div#recipe{
	background-image:url(../img/recipe_bg.jpg);
	background-repeat:repeat-y;
	text-align:center;
}
div#menu div#recipe .photo{
	margin-top:20px;
}
div#menu div#recipe p{
	text-align:left;
	margin:10px;
}
div#menu div#eiyo_news{
	background-image:url(../img/eiyo_news_bg.jpg);
	background-repeat:repeat-y;
	margin:20px 0px 20px 0px;
	text-align:left;
}

/*あぴネットニュース--------------------------------*/
ul#api_news{
	list-style-type:none;
	padding:0px;
	margin:10px;
}
ul#api_news li{
	line-height:250%;
	background-image:url(../img/news_line.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}

/*ニュース--------------------------------*/
ul#eiyo_news{
	list-style-type:none;
	padding:0px;
	margin:10px;
}
ul#eiyo_news li{
}

/*フッター--------------------------------*/
div#footer{
	background-color:#ffd277;
	margin-top:10px;
	padding:5px;
}
div#address{
	padding:5px;
	margin:0 auto;
	width:750px;
	text-align:right;
}
.search_button{
	margin-bottom:10px;
}
.cl{
	clear:both;
}
/*ログイン後--------------------------------*/
#memberinfo{
	text-align:left;
	width:206px;
	padding:8px;
	border:1px solid #ffa477;
	background-color:#ffdfcf;
	margin-bottom:10px;
}


