@charset "Shift_JIS";

/***************■全体構造*********************/

/*背景色の指定*/
#indexpage{
	background-image: url(image/img_back2.png);
	background-color: #ffffff;
	padding: 30px 0px;
	text-align: center;
}

#backnumber{
	background-image: url(image/img_backnumber.png);
	background-color: #ffffff;
	padding: 30px 0px;
	text-align: center;
}

/*　ヘッダー部　囲み*/
#box_info{
	width: 800px;
	font-size: 12pt;
	padding: 10px 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
/*	border: 5px solid #000000;*/	/*デバック用*/
}

/*　フッター部　囲み*/
#box_footer{
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/*　レシピリスト　囲み*/
.box_OnAirList{
	background-color: #ffffe0;
	line-height: 130%;
	width: 720px;
	border-radius: 30px;
	vertical-align: middle;
	border: 2px dotted #990033;
	padding: 10px 30px 10px 30px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
/*	border: 5px solid #000000;*/	/*デバック用*/
}

/*文字色*/
.sectionDate{
	font-size: 14pt;
	color: #007bbb;
	font-weight: bold;
}

/*文字色*/
.sectionTitle{
	color: #990033;
	font-weight: bold;
}

/*バックナンバー*/
#nav{
	padding: 3px 3px 10px 3px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#nav ul{
	padding: 0px;
	margin: 0px;
}

#nav ul li {
	display: inline;
	font-size: 12pt;
	color: #000000;
	margin-right: 10px;
}

#nav ul li a { 
	text-decoration: none;
	color: #0000ff;
}

#nav ul li a:hover{
	border-bottom: dotted 1px #ff6600;
	text-decoration:none;
	color: #ff6600;
}

.clearBoth{
	clear:both;
}

/*タイトル（画像）*/
.img_Title{
	padding: 0px 0px 0px 0px;
	border: none;
}


/* --------------------------------------------------
	リンク色
-------------------------------------------------- */
a:link{
	text-decoration:none;
	color:#336699
}
a:visited{
	text-decoration:none;
	color:#336699
}
a:hover{
	text-decoration:none;
	color:#58a786
}
a:active{
	text-decoration:none;
	color:#58a786
}
