/* CSS Document */

@charset "shift_jis";

/*===========================================
CONTAINER
============================================*/
#container {
	width: 580px;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

p {
	padding: 0;
	margin: 0;
}

/*===========================================
TOPIC PATH
============================================*/
.topic_text {
	font-size: 13px;
	color: #a69b8e;
	font-weight: bold;
	line-height: 140%;
	padding: 0;
	margin: 0 0 5px 0;
}

.topic_text01 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	line-height: 140%;
	text-decoration: underline;
}

/*===========================================
HEADER
============================================*/
#headerFlash {
	width: 560px;
	height: 220px;
	padding: 0 0 0 10px;
	margin: 0;
}

/*===========================================
NAVBAR
============================================*/
#navbarImage {
	width: 560px;
	height: 41px;
	padding: 0;
	margin: 0;
}

#navbarImage ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navbarImage li {
	float: left;
	width: 112px;
	height: 41px;
}

.btnHokkaido a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img_nightview/navbar.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    text-indent: -1000em;
    text-decoration: none;
}

.btnHokkaido a:hover {
	background-image: url(../img_nightview/navbar.jpg);
    background-position: 0px -41px;
}

.here01 a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img_nightview/navbar.jpg);
    background-position: 0px -41px;
    background-repeat: no-repeat;
    text-indent: -1000em;
    text-decoration: none;
}

.btnKanto a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img_nightview/navbar.jpg);
    background-position: -112px 0px;
    background-repeat: no-repeat;
    text-indent: -1000em;
    text-decoration: none;
}

.btnKanto a:hover {
	background-image: url(../img_nightview/navbar.jpg);
    background-position: -112px -41px;
}

.here02 a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img_nightview/navbar.jpg);
    background-position: -112px -41px;
    background-repeat: no-repeat;
    text-indent: -1000em;
    text-decoration: none;
}

.btnChubu a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img_nightview/navbar.jpg);
    background-position: -224px 0px;
    background-repeat: no-repeat;
    text-indent: -1000em;
    text-decoration: none;
}

.btnChubu a:hover {
	background-image: url(../img_nightview/navbar.jpg);
    background-position: -224px -41px;
}

.here03 a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img_nightview/navbar.jpg);
    background-position: -224px -41px;
    background-repeat: no-repeat;
    text-indent: -1000em;
    text-decoration: none;
}

.btnChugoku a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img_nightview/navbar.jpg);
    background-position: -336px 0px;
    background-repeat: no-repeat;
    text-indent: -1000em;
    text-decoration: none;
}

.btnChugoku a:hover {
	background-image: url(../img_nightview/navbar.jpg);
    background-position: -336px -41px;
}

.here04 a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img_nightview/navbar.jpg);
    background-position: -336px -41px;
    background-repeat: no-repeat;
    text-indent: -1000em;
    text-decoration: none;
}

.btnKyusyu a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img_nightview/navbar.jpg);
    background-position: -448px 0px;
    background-repeat: no-repeat;
    text-indent: -1000em;
    text-decoration: none;
}

.btnKyusyu a:hover {
	background-image: url(../img_nightview/navbar.jpg);
    background-position: -448px -41px;
}

.here05 a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img_nightview/navbar.jpg);
    background-position: -448px -41px;
    background-repeat: no-repeat;
    text-indent: -1000em;
    text-decoration: none;
}

/*===========================================
MAIN CONTENT
============================================*/
#mainBox {
	width: 580px;
	padding: 0;
	margin: 0;
}

.bgLine {
	background: url(../img_nightview/bg_top.gif);
	width: 580px;
	height: 10px;
}

.bgLine01 {
	background: url(../img_nightview/bg_top.gif);
	width: 560px;
	height: 10px;
}

#bg {
	background: url(../img_nightview/bg.gif) repeat-y;
	width: 580px;
}

#bgTop01 {
	background: url(../img_nightview/bg_top01.gif);
	width: 580px;
	height: 10px;
}

#bgCenter {
	background: url(../img_nightview/bg_center.gif) repeat-y;
	width: 560px;
	padding: 0;
	margin: 0 0 0 10px;
}

.contentBox {
	width: 540px;
	padding: 10px 10px 0 10px;
	margin: 0 0 20px 0;
}

.title {
	padding: 0;
	margin: 0 0 10px 0;
}

.photo {
	padding: 0;
	margin: 0 0 10px 0;
}

.text {
	font-size: 11px;
	color: #003c74;
	line-height: 140%;
}

.price {
	padding: 20px 0 0 0;
	margin: 0;
}

.btn {
	padding: 0 70px 0 70px;
	margin: 0;
}

.top {
	padding: 8px 0 0 0;
	margin: 0;
}



