@charset "utf-8";
/* formatting style
--------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	font-size: 75%;
	color: #fff5e5;
	background-color: #e7ddcc;
	line-height: 1.6;
}
hr {
	display: none;
}
/* link styles
--------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #e7ddcc;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* basic layout
--------------------------*/
#wrapper {
	background-color: #c48c31;
	margin: 0px auto;
	width: 900px;
}
#side_l {
	float: left;
	width: 55px;
	background-image: url(images/mainbg_1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 140px;
}
#sidebar {
	float: left;
	width: 215px;
	background-image: url(images/mainbg_2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 700px;
}
#side_r {
	background-image: url(images/mainbg_4.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	height: 140px;
	width: 55px;
}
#footer {
	padding: 10px 15px 15px;
	clear: both;
	background-color: #80c9e1;
}
/* header styles
--------------------------*/
#header {
	background-color: #80c9e1;
	height: 250px;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 10px;
}
#header #title {
	position: absolute;
	top: 20px;
	right: 15px;
}
#header ul {
	width: 900px;
	position: absolute;
	left: 0px;
	top: 170px;
}
#header ul li {
	float: left;
	list-style: none;
}
/* sidebar styles
--------------------------*/
#sidebar h3 {
	background-image: url(images/side_bar.png);
	background-repeat: no-repeat;
	height: 30px;
	margin: 20px 5px 10px 10px;
}
#sidebar h3 p {
	margin-left: 30px;
	font-size: 100%;
	line-height: 1.2;
}
#main {
	background-image: url(images/mainbg_3.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	width: 575px;
	margin-bottom: 30px;
}
/* main styles
--------------------------*/
#main #title {
	background-image: url(images/title_bar.png);
	background-repeat: no-repeat;
	height: 31px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 15px;
}
#main #title p {
	font-size: 140%;
	line-height: 1.2;
	margin-left: 30px;
}
#main h4 {
	font-size: 140%;
	font-weight: normal;
	margin-left: 45px;
	border-bottom: 2px solid #fff5e5;
	margin-right: 30px;
	margin-top: 20px;
	text-indent: 0.5%;
}
#main dl {
	margin-left: 55px;
}
#main  dl dt {
	text-align: right;
	margin-right: 35px;
	font-size: 90%;
	float: right;
}
#main dl dd {
	margin-top: 10px;
}
#main ul {
	width: 510px;
	margin-left: 40px;
	position: relative;
}
#main ul li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#main table {
	margin-left: 40px;
	border-collapse:collapse;
	border-top: 1px solid #fff5e5;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 500px;
}
#main table th {
	text-align: right;
	padding: 5px;
	border-bottom: 1px solid #fff5e5;
}
#main table td {
	padding: 5px;
	border-bottom: 1px solid #fff5e5;
}
#main table tr.odd {
	background-color: #b27f2d;
}
/* about
--------------------------*/
#about {
	float: left;
	background-image: url(images/mainbg_3.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 575px;
	margin-bottom: 30px;
}

#about #title {
	background-image: url(images/title_bar.png);
	background-repeat: no-repeat;
	height: 31px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 15px;
}
#about #title p {
	font-size: 100%;
	line-height: 1.2;
	margin-left: 30px;
}

#about table {
	margin-left: 45px;
	border-style: none;
	background-image: url(images/chef.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#about table th {
	padding: 5px;
}
#about table td {
	padding: 5px;
}







/* footer styles
--------------------------*/
#footer ul li a {
	color: #FFFFFF;
}
#footer ul li a:hover {
	color: #fff5e5;
	text-decoration: none;
}
#footer p a {
	color: #fff5e5;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	float: right;
	margin: 0px;
}
/* blog
--------------------------*/
#blogiframe {
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#blogiframe #title {
	background-image: url(images/title_blog.png);
	background-repeat: no-repeat;
	height: 50px;
	margin-left: 70px;
	padding-top: 20px;
	background-position: 20px;
	margin-bottom: 15px;
}
#blogiframe #title p {
	font-size: 100%;
	line-height: 1.2;
	margin-left: 50px;
#blogiframe iframe {
	margin-right: 100px;
	margin-left: 100px;
}
