@charset "utf-8";
/* formatting style
----------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #663333;
	background-color: #CC9966;
	font-size: 100%;
	line-height: 1.6;
	text-decoration: none;
}
hr {
	display: none;
}
/* link style
----------------------*/
a:link {
	color: #CC3366;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* basic layout
----------------------*/
#wrapper {
	background-color: #CC9966;
	width: 838px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	margin: 0px auto;
}
#main {
	width: 838px;
}
#theater {
	font-weight: bold;
	text-decoration: none;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 14px;
	background-image: url(img/bk.jpg);
	background-repeat: repeat;
	padding: 30px;
	text-align: center;
}
#footer {
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	list-style: none;
	width: 838px;
	border-top: 5px solid #663300;
	position: relative;
	padding-top: 10px;
}
/* head styles
----------------------*/

#header {
	width: 838px;
	background-image: url(img/top_menu.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 81px;
}
#wrapper #header ul {
	font-size: 18px;
	font-weight: bolder;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	text-decoration: none;
	color: #003300;
	height: 81px;
	width: 838px;

}
#wrapper #header ul li {
	margin-left: 20px;
	list-style: none;
	float: left;
	padding-top: 40px;
	padding-left: 12px;
	color: #003300;
	text-decoration: none;
}
#wrapper #header ul li a {
	background-image: url(img/rose.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 25px;
	color: #003300;
	text-decoration: none;
}
#wrapper #header ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(img/rose_hover.gif);
	background-repeat: no-repeat;
}

/* footer styles
----------------------*/
#wrapper #footer li a {
	color: #000000;
	text-decoration: none;
}
#wrapper #footer li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper #footer p a {
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper #footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper #footer ul li {
	list-style: url(none);
	display: inline;
	font-size: 18px;
	margin-left: 22px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
}
#theater table {
	border: 2px solid #333300;
	　　border-collapse:collapse;
	margin: 0px;
	padding: 0px;
}
