body {
	font-size: 12px;
	color: #666;
	line-height: 180%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(../common/bg900.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #F6F6F6;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #25396B;
}
a:link {
	color: #69C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #69C;
}
a:hover {
	text-decoration: underline;
	color: #69F;
}
a:active {
	text-decoration: none;
	color: #F60;
}

h1,h2 ,h3{
	display: none;
}
ul.top_guide {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: right;
}
ul.top_guide li {
	width: 90px;
	list-style-image: url(../images/icon.jpg);
	float: left;
	font-size: 12px;
}
ul.top_guide li a {
}

ul.navi {
	display: block;
	list-style-type: none;
	float: right;
	clear: both;
	margin: 0px;
	padding: 0px;
}

ul.navi li {
	width: 145px;
	height: 40px;
	float: left;
}

ul.navi li a {
	display: block;
	height: 40px;
}

ul.navi li.home {
	background-image: url(../images/menulist/home.jpg);
	text-indent: -9999px;
}
ul.navi li.home a:hover {
	background-image: url(../images/menulist/home_r.jpg);
}


ul.navi li.profile {
	background-image: url(../images/menulist/profile.jpg);
	text-indent: -9999px;
}
ul.navi li.profile a:hover {
	background-image: url(../images/menulist/profile_r.jpg);
}

ul.navi li.history {
	background-image: url(../images/menulist/history.jpg);
	text-indent: -9999px;
}
ul.navi li.history a:hover {
	background-image: url(../images/menulist/history_r.jpg);
}

ul.navi li.topics {
	background-image: url(../images/menulist/topics.jpg);
	text-indent: -9999px;
}

ul.navi li.topics a:hover {
	background-image: url(../images/menulist/topics_r.jpg);
}

ul.navi li.photo {
	background-image: url(../images/menulist/gallery.jpg);
	text-indent: -9999px;
}
ul.navi li.photo a:hover {
	background-image: url(../images/menulist/gallery_r.jpg);
}

ul.navi li.goods {
	background-image: url(../images/menulist/goods.jpg);
	text-indent: -9999px;
}

ul.navi li.goods a:hover {
	background-image: url(../images/menulist/goods_r.jpg);
}

#container {
	width: 900px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#header {
	padding-right: 15px;
	padding-left: 15px;
}

#header_guide {
	float: right;
	font-size: 10px;
	text-align: right;
}

#header_title {
	padding-bottom: 10px;
}

#header_image {
}
#right {
	float: right;
	width: 160px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#left {
	float: left;
	width: 660px;
	padding: 20px;
}

#guide {
	clear: both;
	padding: 10px;
	font-size: 10px;
}

#footer {
	padding: 10px;
	background-color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	text-align: right;
}
.pic {
	padding: 3px;
	border: 1px solid #CCC;
}

.title {
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #A9DBFF;
	border-left-color: #A9DBFF;
	padding: 5px;
	font-size: 14px;
	clear: both;
}
.title_song {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #06F;
}

.red {
	color: #F00;
}

.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #CCC;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.back_gray {
	background-color: #CCC;
	color: #000;
}

.text_black {
	color: #000;
}

.under_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #69C;
	line-height: 10%;
	font-size: 8px;
}

.td_back {
	background-color: #E6E6E6;
	color: #333;
}

table.class{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
	color: #333;
	font-size: 11px;
}
.class th{
	color:#333;
	background-color:#996633;
	background-image:url(../img/table-back.gif);
	background-position:left top;
	padding:0.3em 1em;
	text-align:center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}
.class td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	vertical-align: text-top;
}
