﻿@charset "utf-8";

/*ヘッダー
--------------------------------------------------*/
#index_top {
	margin: 0px 0px 20px 0px;
	background-image: url(../img/index/bg_index_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 700px;
	float: left;
}
#top_contents_outline {
	width: 700px;
	background-image: url(../img/common/contents/bg_line_700.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
}
#top_contents_left {
	width: 320px;
	float: left;
	display: inline;
	margin: 180px 0px 10px 20px;
}
.top_info {
	padding: 0px 0px 20px 0px;
	color: #99502D;
}
.top_info ul,.top_info table {
	margin: 10px 0px 0px 0px;
}
.top_info th {
	padding: 2px 0px 2px 0px;
	font-weight: normal;
	text-align: left;
}
.top_info td {
	padding: 2px 0px 2px 15px;
}
#top_contents_right {
	width: 320px;
	float: right;
	margin: 15px 20px 0px 0px;
	display: inline;
}

/*コンテンツ01（サブメニュー）
--------------------------------------------------*/
#sub_menu_outline {
	width: 700px;
	background-image: url(../img/index/bg_sub_menu_outline.jpg);
	background-position: left top;
	padding: 0px 0px 45px 0px;
	background-repeat: no-repeat;
	float: left;
}
#sub_menu {
	width: 525px;
	float: right;
}
#sub_menu ul {
	width: 175px;
	float: left;
}
#sub_menu li {
	margin: 0px 0px 5px 0px;
}

/*コンテンツ02（メニューバナー）
--------------------------------------------------*/
#menu_banner {
	clear: both;
	padding: 5px 0px 10px 0px;
}
#menu_banner table {
	width: 700px;
}
#menu_banner th,#menu_banner td {
	padding: 0px 0px 3px 0px;
}
#menu_banner th {
	text-align: left;
	width: 350px;
}
#menu_banner td {
	text-align: right;
	width: 330px;
	padding: 0px 0px 0px 20px;
}
#zoutou_banner {
	width: 330px;
	background-image: url(../img/index/bg_banner_zoutou.jpg);
	background-repeat: no-repeat;
	height: 177px;
	text-align: left;
}
#zoutou_link {
	margin: 0px 0px 0px 15px;
	padding: 85px 0px 0px 0px;
}
#zoutou_link li {
	margin: 0px 0px 5px 0px;
}

/*コンテンツ03（オーダーメイドのどら焼き）
--------------------------------------------------*/
#order_made {
	background-image: url(../img/index/bg_order_made.jpg);
	background-repeat: no-repeat;
	padding: 55px 0px 10px 30px;
	background-position: right top;
}
#order_made p {
	width: 220px;
	margin: 0px 0px 10px 0px;
}
/* begin styles for RSS Feed */

.rss_box {
	 margin: 3px 2%;
	 padding: 0px;
	 width: 315px;
	 background-color: #fff;
	 border: 1px dashed #333;
}

.rss_title, rss_title a {
	font-size: 12px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
	margin: 3px;
	padding: 0px;
}

.rss_item  {
	padding-right: 0px;
	padding-left: 0px;
	font-weight : normal; 
	font-size: 10px;
	padding-bottom: 2px;
	color: #999;
	word-break: break-all;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-weight: bold;
	font-size: 10px;
	color: #666;
	text-decoration : none;
}

.rss_item a:hover { 
	font-weight: bold;
	font-size: 10px;
	text-decoration : underline;
	color: #333;
}

.rss_date {
	font-size: 10px;
	font-weight : normal;
	color: #999;
}

