@charset "utf-8";
* {
margin: 0;
padding: 0;
font-style: normal;
font-weight: normal;
font-size:100%;
text-decoration:none;
color: #555;
background:transparent;
} 
body {
	margin:0;
	padding:0;
	width:800px;
	color:#555;
	background-color:#fff;
	font-family:"MS Pゴシック", Osaka ,sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height:1.5em;
	}

img {
    border:0;
    }
hr {
    margin:0;
	padding:0;
    }
h1 {
	display:none;
	}
h2 {
	color:#555;
	background:#fff url(img/parts/bg_h2.jpg) left no-repeat;
	font-family:"MS Pゴシック", Osaka ,sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align:left;
	text-indent:50px;
	line-height:200%;
	border-bottom:solid 1px #555;
	}
h3 {
	margin:10px 0 0 0;
	height:2em;
	color:#555;
	background:#fff url(img/parts/bg_h3.jpg) left no-repeat;
	font-family:"MS Pゴシック", Osaka ,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align:left;
	text-indent:30px;
	line-height:2em;
	border-bottom:solid 1px #555;
	}
h4 {
	color:#ff0000;
	font-family:"MS Pゴシック", Osaka ,sans-serif;
	font-size: 20pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	line-height:1em;
	}
h5 {
	color:#333;
	font-family:"MS Pゴシック", Osaka ,sans-serif;
	font-size: 15pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	line-height:1.5em;
	}
.tbody {
    margin:auto;
    width:800px;
    }
.tleft {
	float:left;
	padding:10px;
    width:160px;
    height:800px;
    background-image:url(img/parts/left_bg.jpg);
    background-color:#fff;
    background-position:10px 10px;
    background-repeat:no-repeat;
	}
.tright {
	float:right;
	padding:10px;
    width:600px;
	}
.tfoot {
    clear:both;
    width:800px;
    margin:10px 0px;
    color:#555;
	background-color:transparent;
	font-family:"MS Pゴシック", Osaka ,sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	line-height:200%;
    }
ul,li {
	display:inline;
	}
ul.nav {
	position:absolute;
    width:790px;
    height:20px;
    top:125px;
    margin:0 auto;
    }
ul.nav li {
	display:inline;
    float:right;
    width:80px;
    margin:0;
    height:20px;
    color: #fff;
    text-align:center;
    font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height:1.8em;
	list-style-type:none;
    border-bottom:#ccc 1px solid;
    }
ul.nav li a:link , ul.nav li a:visited {
    display:block;
    width:100%;
    height:20px;
    color: #ccc;
    background:transparent;
	font-family:"MS Pゴシック", Osaka ,sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height:1.8em;
    }
ul.nav li a:hover {
    display:block;
    width:100%;
    height:20px;
    color: #fff;
    background:transparent;
	font-family:"MS Pゴシック", Osaka ,sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
    }
ul.nav li a:active {
    display:block;
    width:100%;
    height:20px;
    color: #fff;
    background:transparent;
	font-family:"MS Pゴシック", Osaka ,sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
    }

ul.sub_nav {
    display:block;
    width:100%;
    }
ul.sub_nav li {
    float:left;
    width:158px;
    height:20px;
    text-align:center;
    border-bottom:solid 1px #555;
    border-left:solid 1px #555;
    border-right:solid 1px #555;
    color: #555;
    background-color:#fff;
    }
#subhome a {
    color: #fff;
    background-color:#555;
	}
#sub0 {
    border-top:solid 1px #555;
    }
ul.sub_nav li a:link , ul.sub_nav li a:visited {
    display:block;
    width:100%;
    color: #555;
    background-color:#fff;
	font-family:"MS Pゴシック", Osaka ,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height:1.5em;
    }
ul.sub_nav li a:hover {
    display:block;
    width:100%;
    color: #555;
    background-color:#fcc;
	font-family:"MS Pゴシック", Osaka ,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height:1.5em;
    }
ul.sub_nav li a:active {
    display:block;
    width:100%;
    color: #555;
    background-color:#fcc;
	font-family:"MS Pゴシック", Osaka ,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height:1.5em;
	}
#moveMenu {
    position:absolute;
     width:233px;
     text-align:center;
    }
#moveMenu table {
	border-width:1px;
	border-style:solid;
	}
#moveMenu p {
	text-align:left;
	}
.caution {
	color: #f00;
	}
.sumimoji {
	color: #333;
	}
strong {
	font-size: 11pt;
	}
ul.spec {
	display:block;
	list-style-type:none;
	margin:10px 0;
	padding:5px;
	border:solid 1px #555;
	}
ul.spec li {
	display:block;
	color:#000;
	font-family:"MS Pゴシック", Osaka ,sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height:1.6em;
	list-style-type:none;
	}
.slim ul li{
	display:block;
	list-style-type:disc;
	margin:10px 0;
	padding:5px;
	border:solid 1px #555;
	}
ul.tokusen_spec {
	float:right;
	width:180px;
	display:block;
	list-style-type:none;
	margin:10px 0 10px 10px ;
	padding:5px;
	border:solid 1px #555;
	}
ul.tokusen_spec li {
	display:block;
	color:#000;
	font-family:"MS Pゴシック", Osaka ,sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height:1.6em;
	list-style-type:none;
	}
.price {
	color: #f00;
	font-family:"MS Pゴシック", Osaka ,sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height:2.0em;
    }
.p_price{
	text-align:center;
	width:330px;
	}
.item div {
	float:right;
	margin:0;
	padding:0;
	width:260px;
	}
.item img {
	float:left;
	width:330px;
	margin:3px 10px 0 0;
	}
.clboth {
	 clear:both;
	}
.gaiyoutable {
	clear:both;
	border:solid 1px #555;
	background-color:#eee;
	margin:10px 0;
	}
.fontbold {
	font-weight:bold;
	}
p.fbold {
	font-size: 11pt;
	line-height:1.6em;
	}
.gaiyoutable td {
	border-bottom:solid 1px #555;
	background-color:#eee;
	}
.gaiyoutable td.bgfff {
	background-color:#fff;
	padding:0 0 0 10px;
	}
.gaiyoutable td.bgeee {
	background-color:#eee;
	padding:0 0 0 10px;
	}
.style9 {
	color:#f00;
	font-family:"MS Pゴシック", Osaka ,sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height:1.6em;
	list-style-type:none;
	}
.style5 {
	color:#555;
	font-family:"MS Pゴシック", Osaka ,sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height:1.6em;
	list-style-type:none;
	}
.kanban_banner {
	position:absolute;
	top:100px;
	left:10px;
	}
.kanban_banner2 {
	position:absolute;
	top:18px;
	left:303px;
	}
.kanban_countdown {
	position:absolute;
	top:100px;
	left:10px;
	width:200px;
	height:40px;
	padding:5px 0;
	text-align:center;
	color:#fff;
	background-color:#f00;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height:1.3em;
	list-style-type:none;
	border:#fff 1px solid;
	}
.kanban_countdown strong ,.kanban_countdown a{
	color:#ff0;
	}
.banner img{
	float:left;
	margin:0;
	padding:0;
	}
.space {
	margin:0 0 20px 0;
	}
.banner img.space{
	margin:0 0 10px 0;
	}
.story img{
	float:left;
	margin:0 10px 50px 0;
	padding:0;
	}
div.news {
	margin:0 0 10px 0;
	}
.news img{
	float:left;
	margin:0 10px 0 0;
	padding:0;
	}
.newsing{
	float:left;
	width:190px;
	margin:0 10px 0 0;
	padding:0;
	}
.newsing p{
	color:#000;
	font-family:"MS Pゴシック", Osaka ,sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	line-height:1.6em;
	list-style-type:none;
	}
p.newsp {
	float:right;
	width:390px;
	height:110px;
	overflow :auto;
	padding:0 0 0 10px;
	border-top:1px #555 solid;
	}
p.cent {
	text-align:center;	
	}
.report {
	float:left;
	width:170px;
	height:auto;
	margin:5px;
	padding:0 5px;
	text-align:center;
	border:#bbb 1px solid;
	}
.report p {
	width:160px;
	}
.report img {
	width:150px;
	margin:10px 13px 10px 13px;
	
	}
.days {
	width:600px;
	height:280px;
	}
.tokusen img.tokusen {
	float:right;
	width:180px;
	margin:0 20px 0 0;
	}
.tokusen div {
	float:left;
	width:390px;
	}
.holy {
    color:#fff;
    background-color:#f00;
    }
.notholy {
    color:#f00;
    background-color:#fff;
    }
.sun {
	background-color:#f99;
	}
.sat {
	background-color:#dff;
	}
.calendar {
	background-color:#fff;
    color:#aaa;
	}
.calendar tr {
	height:20px;
	}
table.calendar {
	width:160px;
	float:left;
	margin:0 0 5px 0;
	left:0;
	}
.calendar caption {
	width:160px;
	padding:5px 0 0 0;
    color:#a77;
    background-color:#fff;
    font-weight: bold;
    }
.oshirase {
	margin:10px 0;
	width:598px;
	color:#f00;
	border:solid 1px #f00;
	font-family:"MS Pゴシック", Osaka ,sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	}
.calendar2 {
	background-color:#fff;
    color:#aaa;
	}
.calendar2 tr {
	height:20px;
	}
table.calendar2 {
	width:160px;
	height:170px;
	float:left;
	margin:0 20px 10px 20px;
	left:0;
	border:1px solid #888888;
	}
.calendar2 caption {
	width:160px;
	padding:5px 0 0 0;
    color:#555;
    background-color:#fff;
    font-weight: bold;
    font-size: 11pt;
    }
iframe {
	width:600px;
	height:350px;
	color:#00f;
	background-color:#fff;
	text-align:left;
	border:0;
	}
.slim {
	width:500px;
	padding:20px 50px;
	}
.slim p.migi {
	text-align:right;
	color:#000;
	}
.sipping {
	margin:0 0 20px 0;
	width:500px;
	}
.sipping td {
	border:solid 1px #555;
	text-align:center;
	background-color:#eee;
	}
img.no_space {
	float:left;
	margin:0;
	padding:0;
	}