@charset "shift_jis";

/*全体の設定*/

body {
	margin-top: 0px;
	padding-top: 0px;
	font-family: "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	background-image: url(image11.jpg);
	background-repeat: repeat;
	font-weight: normal;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a {
	text-decoration: none;
	color: #0066CC;
}
a:visited {
	color: #0066CC;
}

a:hover {
	color: #FF3300;
}

/*文字・段落の設定*/
h1,h2,h3,h4,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
p {
	line-height: 1.2em;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

/*コンテナ（枠）の設定*/
#container {
	/*全体の枠*/
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	background-color: #cccccc;
}
#container_inner {
	/*全体の枠（内側）*/
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}

/*ヘッダー部分の設定*/
#top {
	height: 75px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}
#top_menu {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}
#photo {
						/*写真の枠*/
	width: 740px;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-right: 30px;
	margin-left: 30px;
	border-top-width: 5px;
	border-top-style: outset;
	border-top-color: #777465;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #777465;
	padding-bottom: 10px;
}

/*コンテンツ部分の設定*/
#main {
	float: left;
	width: 490px;
	margin-left: 30px;
	padding: 5px;
}
#main hr {
	margin-top: 0px;
	color: #777465;
}
#main h2 {
	font-size: 12px;
	color: #d11e00;
}

#side_menu h2 {
	color: #777465;
	font-size: 14px;
	margin-top: 5px;
	margin-left: 10px;
}

/*サイドメニュー（右側）の設定*/
.img_food {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 17.5px;
}
#side_menu_inner h3 {
	color: #005B7F;
	margin-left: 17.5px;
	font-size: 12px;
}
#side_menu_inner p {
	margin-left: 17.5px;
	color: #333333;
}
#side_menu {
	float: left;
	width: 235px;
	margin-left: 5px;
}
#side_menu_inner {
	background-color: #F9FFE4;
	width: 235px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*フッターの設定*/
#footer {
	width: 740px;
	margin-right: 30px;
	margin-left: 30px;
	clear: both;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #929084;
}

/*サブページの設定*/
#sub_photo {
						/*写真の枠*/
	width: 740px;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-right: 30px;
	margin-left: 30px;
	border-top-width: 5px;
	border-top-style: outset;
	border-top-color: #777465;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #777465;
}
