@charset "EUC-JP";
/* CSS Document */


html {
	height:100%;
	margin-bottom:1px;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #333333;
	font-size: 82%;
	background-image: url(../image/bk_body.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F3F3F3;
}
/*タグ指定*/

table {
	font-size:inherit;
	font:100%;
}
p {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}

h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
}
h4 {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
dl {
	margin: 0px;
	padding: 0px;
}
dt {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
dd {
	margin: 0px 0px 6px;
	padding: 0px 0px 0px 10px;
	text-indent: 1em;
}

/*　フロートクリア  */

#clear {
	clear: both;
}
/*　このぺージの先頭にもどる  */
.pageup {
	clear: both;
	list-style: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 100%;
	text-align: right;
}
/*　前のページにもどる  */
.pageback {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

/*　アウトライン（※コピーライトの上部分まで） */
#out {
	height: auto;
	width: 820px;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(../image/footer_bk.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*
===== ヘッダー部分　 =====================================
*/
#header {
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	height: 99px;
	background-color: #FFF;
}
.header_date {
	float: right;
	padding-top: 20px;
}

/*
===== メインメニュー　 ===================================
*/

#main_menu {
	width: 805px;
	background-color: #F3F3F3;
	text-align: center;
	height: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 13px;
}
ul.menu {
	list-style:none;
	margin:0;
	padding:0;
}
ul.menu * {
	margin:0;
	padding:0;
}
ul.menu a {
	display:block;
	color:#000;
	text-decoration:none;
}
ul.menu li {
	position:relative;
	float:left;
	margin-right:5px;
}
ul.menu ul {
	position:absolute;
	top:26px;
	left:0;
	display:none;
	opacity:0;
	list-style:none;
	background-color: #E1EDF7;
}
ul.menu ul li {
	position:relative;
	width:148px;
	margin:0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
ul.menu ul li a {
	display:block;
	background-color:#E1EDF7;
	text-indent: 8px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
ul.menu ul li a:hover {
	background-color:#C2DAED;
	text-indent: 8px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-image: url(../image/arrow_01.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	color: #04396C;
}
ul.menu ul ul {
	left:148px;
	top:-1px;
}
ul.menu .menulink {
	font-weight:bold;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-color: #F3F3F3;
	text-indent: 8px;
}
ul.menu .menulink:hover, ul.menu .menuhover {
	background-color: #D4D4D4;
	text-indent: 8px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-image: url(../image/arrow_01.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	color: #04396C;
}
ul.menu .sub {
	background-color: #E1EDF7;
	background-image: url(../css/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	text-indent: 8px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
ul.menu .topline {
	border-top:1px solid #aaa;
}
/*
=====　 フッター部分  ====================================
*/
#footer_out {
	height: auto;
	width: 850px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	height: auto;
	width: 790px;
	text-align: left;
	margin: 0px;
	padding: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
/*　コピーライト  */
.copyright {
	text-align: center;
	padding-top: 20px;
	margin: 0px;
	padding-bottom: 50px;
}



/*
=====　コンテンツ部分　ここから  ===================================
*/

/*
=====　トップページ　=====
*/

#con_top {
	height: auto;
	width: 820px;
	background-color: #FFF;
	padding: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 45px;
	margin-left: auto;
}

/*　トップページ左側部分　*/

#con_top #con_left {
	padding: 0px;
	height: auto;
	width: 560px;
	float: left;
	text-align: left;
	margin-top: 15px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 150%;
}

/* お知らせ部分 */
.scrollnews {
	width: 560px;
	height: 250px;

}
/* 更新情報スクロール */
.scrollupdate {
	overflow: auto;
	width: 552px;
	height: 170px;
	padding-left: 8px;
	margin-bottom:20px;
}

/* 更新情報部分　スタイル */

.td_date {
	list-style: none;
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-right: 8px;
}
.td_news {
	list-style: none;
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-right: 0px;
}

/* お願い スタイル */
.attention {
	width: 524px;
	margin: 0px;
	padding: 10px;
	border: 8px solid #CCC;
}

/*　トップページ右側（バナー）部分　*/
#con_top #con_right {
	height: 625px;
	width: 220px;
	text-align: center;
	float: right;
	background-image: url(../image/bk_sidebanner.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 23px;
}
#con_top #con_right img {
	margin-bottom: 15px;
}



/*
===== ２階層コンテンツ部分　 ===========================
*/

#con {
	height: auto;
	width: 820px;
	background-color: #FFF;
	padding: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

/*　2階層　左側部分　*/

#con #con_left {
	width: 200px;
	text-align: left;
	float: left;
	background-image: url(../image/bk_sidemenu.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 80%;
	padding-left: 10px;
	background-color: #99C5F2;
	margin-top: 15px;
	margin-right: 40px;
	height: auto;
}

/*　サイドメニュースタイル　*/
.li-sidemenu {
	list-style: none;
	padding-left: 1.4em;
	text-indent: -0.2em;
	background-image: url(../image/arrow_01.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-bottom: 15px;
}


/*　2階層　右側部分　*/

#con #con_right {
	height: auto;
	width: 560px;
	text-align: left;
	float: right;
	margin: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*　2階層　メイン部分　*/

#con #con_main {
	height: auto;
	width: 780px;
	text-align: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 20px;
	margin-left: 20px;
}


/*　2階層以降のテキストエリア　*/
.honbun_left15 {
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 15px;
	line-height: 150%;
}

.news_date {
	padding: 0px;
	margin-bottom: 15px;
	text-align: right;
	margin-top: 25px;
	margin-left: 5px;
}

.photo_news {
	padding: 8px;
	border: 1px solid #CCC;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
/*
===== 見出しのスタイル　 ======================
*/

/*　2階層見出し　*/

.h3_01 {
	color: #FFF;
	font-size:100%;
	font-weight: bold;
	text-indent: 4em;
	height: 20px;
	margin-bottom: 15px;
	background-image: url(../image/bk_h3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-top: 13px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	
	
}
.h3_02 {
	border: 1px solid #CCC;
	margin-bottom: 25px;
	background-image: url(../image/li_01.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	text-align: left;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	line-height: 130%;
}

.h4_01 {
	margin-bottom: 15px;
	font-size:100%;
	text-align: left;
	font-weight: bold;
	line-height: 120%;
	margin-left: 10px;
	padding: 8px;
	background-color: #F3F3F3;
}

/*
===== 画像のスタイル　 ======================
*/

.img-left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.img-right {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.img-center {
	text-align: center;
	padding: 10px auto 5px;
}
.photo-right {
	float: right;
	padding: 8px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCC;
}
/*
===== 2階層部分　 ======================
*/


/*コンテンツ(内容ページ)ここまで*/


/* 段落指定　*/

.indent1 {
	text-indent:-1em;
	padding-left:1em;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
.indent2 {
	margin-left:1em;
	text-indent:-1em;
	padding-left:1em;
}
.in-1 {
	text-indent: -1em;
	padding-left: 1em;
}
.in-3 {
	text-indent: -3em;
	padding-left: 3em;
}
.in-4 {
	text-indent: -4em;
	padding-left: 4em;
}
.in-5 {
	text-indent: -5em;
	padding-left: 5em;
}
.in-6 {
	text-indent: -6em;
	padding-left: 6em;
	text-align:left;
}
.in-8 {
	text-indent: -8em;
	padding-left: 8em;
	text-align:left;
}

/* キャプション　*/
.caption {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 150%;
	color: #666666;
}
/* 2階層　リンク集　スタイル */

.ul-link {
	padding-left: 1em;
	text-indent: 1em;
	margin-left:1em;
	margin-bottom: 5px;
}
.link {
	line-height: 150%;
}
.td-01 {
	padding-bottom: 10px;
}
.td-02 {
	padding-bottom: 10px;
}
/* プレイベント */
.table_pre {
	list-style: none;
	width: 510px;
	text-align: left;
	border: 1px solid #999;
}
.th_pre {
	list-style: none;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-color: #F6F6F6;
	font-size: small;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding: 5px;
}
.td_pre {
	list-style: none;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: small;
	line-height: 150%;
}
.td_pre3 {
	list-style: none;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: small;
	line-height: 150%;
}
.th_pre2 {
	list-style: none;
	text-align: center;
	background-color: #F6F6F6;
	font-size: small;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding: 5px;
}
.td_pre2 {
	list-style: none;
	text-align: left;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: small;
	line-height: 150%;
}
/*  テキスト、段落のスタイル　*/

.indent1 {
	text-indent:-1em;
	padding-left:1em;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
.indent2 {
	margin-left:1em;
	text-indent:-1em;
	padding-left:1em;
}
.in-1 {
	text-indent: -1em;
	padding-left: 1em;
}
.in-3 {
	text-indent: -3em;
	padding-left: 3em;
}
.in-4 {
	text-indent: -4em;
	padding-left: 4em;
}
.in-5 {
	text-indent: -5em;
	padding-left: 5em;
}
.in-6 {
	text-indent: -6em;
	padding-left: 6em;
	text-align:left;
}
.in-8 {
	text-indent: -8em;
	padding-left: 8em;
	text-align:left;
}
.text-m {
	font-size: 100%;
	line-height: 150%;
	color: #333333;
}
.text-s {
	font-size: 85%;
	line-height: 150%;
}
.text-l {
	font-size:123.1%;
	line-height: 150%;
}
.text-white {
	font-size: 100%;
	line-height: 150%;
	color: #ffffff;
}
.text-red {
	color: #FF0000;
}
.text-orange {
	color: #FF9900;
}
.text-enji {
	color: #990000;
}
.text-green {
	color:#04396C
}
.text-gray {
	color: #999999
}
.hr1 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.border {
	background: #E9EEE8;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.border2 {
	background: #E9EEE8;
	padding: 10px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	color: #333333;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.border3 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.border4 {
	padding: 10px;
	border: 1px solid #CCCCCC;
	color: #333333;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F2F2EC;
}
.line01 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 20px;
}
.li-news {
	text-indent: -6em;
	padding-left: 6em;
	text-align:left;
	margin-bottom:8px;
	font-size: 14px;
	line-height: 130%;
}
/*
=====  link setting ===========================
*/
a:link, a:visited {
	color: #04396C;
	text-decoration: underline;
}
a:active, a:hover {
	color: #04396C;
	text-decoration: none;
}

