/* メイン部分
*/


body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	padding: 0px;
	height: auto;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper object {
	margin: 0px;
	padding: 0px;
	float: left;
}

/* ヘッダーフッター部分
*/
#header {
	margin: 0px;
	height: 20px;
	width: 760px;
	background-image: url(img/header.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
#header span {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 76%;
	text-transform: none;
	text-decoration: none;
	color: #333333;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
}
h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 76%;
	text-transform: none;
	text-decoration: none;
	color: #333333;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	white-space: normal;
	display: inline;
}
h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 100%;
	text-transform: none;
	text-decoration: none;
	color: #333333;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	white-space: normal;
	display: inline;
}

#logo {
	height: 227px;
	width: 232px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	float: left;
}
#logo img {
	padding-left: 10px;
	padding-top: 20px;
}
#footer {
	margin: 0px;
	padding: 0px;
	height: 94px;
	width: 780px;
	float: left;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
}
#footer img {
	float: right;
	margin-right: 20px;
}
#footer span {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 76%;
	line-height: 80px;
	padding-left: 20px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}


/* メニュー部分
*/
#menu {
	margin: 0px;
	padding: 0px;
	height: 72px;
	width: 780px;
	background-color: #CC3300;
	float: left;
	clear: left;
}
#menu .gn {
	height: 72px;
	width: 780px;
	margin: 0px;
	padding: 0px;
}
#menu span {
	visibility: hidden;
}
#menu a {
	height: 72px;
	width: 130px;
	margin: 0px;
	padding: 0px;
	display: block;
	text-decoration: none;
}
.gn_list1 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 72px;
	width: 130px;
	background-image: url(img/gn1_o.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
}
.gn_list1 a:hover {
	display: block;
	background: url(img/gn1_o.jpg) 0 -72px no-repeat;
}

.gn_list2 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 72px;
	width: 130px;
	background-image: url(img/gn2_o.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
}
.gn_list2 a:hover {
	display: block;
	background: url(img/gn2_o.jpg) 0 -72px no-repeat;
}

.gn_list3 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 72px;
	width: 130px;
	background-image: url(img/gn3_o.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
}
.gn_list3 a:hover {
	display: block;
	background: url(img/gn3_o.jpg) 0 -72px no-repeat;
}
.gn_list4 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 72px;
	width: 130px;
	background-image: url(img/gn4_o.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
}
.gn_list4 a:hover {
	display: block;
	background: url(img/gn4_o.jpg) 0 -72px no-repeat;
}

.gn_list5 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 72px;
	width: 130px;
	background-image: url(img/gn5_o.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
}
.gn_list5 a:hover {
	display: block;
	background: url(img/gn5_o.jpg) 0 -72px no-repeat;
}

.gn_list6 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 72px;
	width: 130px;
	background-image: url(img/gn6_o.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
}
.gn_list6 a:hover {
	display: block;
	background: url(img/gn6_o.jpg) 0 -72px no-repeat;
}
/* コンテンツ部分
*/
#contents {
	background-color: #ffffeb;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 780px;
	display: inline;
	float: left;
}
#left {
	padding: 0px;
	float: left;
	height: auto;
	width: 245px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#left img {
	margin-bottom: 10px;
}
#right {
	padding-right: 10px;

	height: auto;
	width: 525px;
	float: left;
}


.news {
	height: auto;
	width: 500px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.news_list {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 100%;
	color: #454545;
	width: 490px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ababab;
	list-style-image: url(../img/pit_r.gif);
	list-style-type: none;
	list-style-position: inside;
	height: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.news_list a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #CC3300;
	width: 517px;
	list-style-type: none;
	list-style-position: inside;
	height: auto;
	}

#midashi {
	padding: 0px;
	height: 30px;
	width: 518px;
	background-image: url(img/midashi2.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}
#midashi span {
	line-height: 31px;
	padding-left: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 80%;
	color: #FFFFFF;
}
#shop {
	margin-left : 20px;
}
#blogcal {
	margin-left : 20px;
	text-align: left;
	font-size: 80%;
	color: #454545;
}
.main_text {
	width: 500px;
	font-size: 70%;
	line-height: 150%;
	padding-left: 10px;
	color: #454545;
	padding-top: 5px;
	padding-bottom: 10px;
	height: auto;
	float: left;
}

.box_kamo {
	background-image: url(img/h_kamo_top.jpg);
	margin: 0px;
	padding: 0px;
	height: 29px;
	width: 495px;
}
.box_kokamo {
	background-image: url(img/h_kokamo_top.jpg);
	margin: 0px;
	padding: 0px;
	height: 29px;
	width: 495px;
}
.box_middle {
	height: auto;
	width: 415px;
	background-image: url(img/h_middle.jpg);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
	margin: 0px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}
.box_bottom {
	background-image: url(img/h_bottom.jpg);
	margin: 0px;
	padding: 0px;
	height: 9px;
	width: 495px;
	background-repeat: no-repeat;
}