@charset "Shift_JIS";
/* 文字エンコードの設定（削除不可） */


/******************************************************************/
/* html                                                           */
/******************************************************************/
/* HTML要素（一部#ID） */
* {
	margin:0px;
	padding:0px;
}
/* 基本構造 */
html {
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#000;
	scrollbar-shadow-color:#000;
	scrollbar-3dlight-color:#fff;
	scrollbar-arrow-color:#000;
	scrollbar-track-color:#fff;
	scrollbar-darkshadow-color:#fff;
	width:100%;
	height:100%;
}
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height:1.5;
	font-weight:normall;
	color:#000;
	margin:0px;
	padding:0px;
}
hr {
	display: none;
}
img {
	border:0px;
}
ul {
	list-style:none;
}
/* リンク */
a {
	text-decoration:none;
	cursor:help;
}
a:link {
	color:#000;
}
a:visited {
	color:#999;
}
a:hover {
	color:#ccc;
}
body#INDEX {
	width:600px;
	margin:0px auto;
}
/******************************************************************/
/* box                                                            */
/******************************************************************/
/* 全体 */
div#PAGETOP {
}
/* メイン */
div#KIZI {
}
div.text {
	width:auto;
	margin:5px 10px;
}
/*本文中の[*  *]*/
.center {
	text-align:center;
}
.story ul {
	list-style:none;
}
.story li {
	display:inline;
}
ul.modori {
	text-align:right;
	list-style:none;
}
ul.modori li {
	display:inline;
}
div#NAVI {
	width:auto;
	height:50px;
	font-size:14px;
	margin:100px 0px 50px 0px;
	text-align:center;
	border-top:1px solid #000;
}
div#NAVI p {
	font-size:12px;
	text-align:left;
}
#NAVI ul {
	list-style-type:none;
}
#NAVI li {
	display:inline;
}
#NAVI li.ex-data {
	margin-bottom:20px;
}
/******************************************************************/
/* font                                                           */
/******************************************************************/
/* 見出し */
h1, h2, h3, h4, h5, h6 {
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size:12px;
	font-weight:normal;
}
h1 {
	display:none;
}
h2 {
	font-size:14px;
	border-left:8px solid #000;
	padding-left:5px;
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
strong {
	font-weight:bold;
	color:#fff;
	background-color:#999;
	padding:1px;
	font-style:normal;
}
#new {
	font-weight:bold;
}
.day {
	text-align:right;
}
.air {
	margin-top:12px
}
/* 段落 */
p {
	padding:3px 0px;
}
/******************************************************************/
/* other                                                          */
/******************************************************************/
/* 各#ID＆.class */

div#HEADER {
	background-attachment:scroll;
	background-image:url(../img/h1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:auto;
	height:150px;
}
ul#PAN {
	display: none;
}
div#MENU {
}
div#MENU h2 {
	display:none;
}
div#MENU ul {
	list-style:none;
}
div#MENU li {
	display:inline;
	padding-right:5px;
}
