/*-------------------*/
/*  nippon-maru CSS  */
/*-------------------*/
@import "../css/sub.css";

/*-------------------------------------------BASE setting*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
/*Hides from IE-mac \*/
*html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */

a:link {
	outline: none;
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	color: #333333;
	font-size: small;
	background-color: #E5E5E5;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.small-text {
	font-size: smaller;
	font-weight: normal;
	color: #333333;
}
.green-text {
	color: #59B224;
}
.orange-text {
	color: #FF6600;
}
.label-green {
	color: #FFFFFF;
	background-color: #59B224;
	padding: 5px;
	margin-top: -10px;
	margin-bottom: 10px;
}
.label-orange {
	color: #FFFFFF;
	background-color: #FF6600;
	padding: 5px;
	margin-top: -10px;
	margin-bottom: 10px;
}
.pdf {
	background-image: url(../images/btn_pdf.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}


#header {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 10px;
}

#whole {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px;
}


/*-------------------------------------------MENU setting*/

#menu {
	margin: 0px;
	padding: 0px;
	width: 275px;
	float: left;
}
#menu #guidebook {
	padding-left: 30px;
}
#menu #main-logo {
	text-align: center;
	padding-left: 25px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#menu #main-logo h1 {
	margin: 0px;
	padding: 0px;
}

#menu #menu-navi {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#menu #menu-open {
	margin-left: 35px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 40px;
	color: #FFFFFF;
	list-style-position: outside;
}
#menu #submenu-open {
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 40px;
	color: #FF6600;
	list-style-position: inside;
}

#menu #menu-open li {
	padding-left: 5px;
	line-height: 1.2;
	padding-top: 3px;
	padding-bottom: 3px;
}

#menu #menu-navi .blue { background-color: #0860A8; }
#menu #menu-navi .orange { background-color: #FF6600; }
#menu #menu-navi .green { background-color: #59B224; }
#menu #menu-navi .gray { background-color: #CCCCCC; }

#menu .on {	padding-right: 10px;}
#menu .blue .on { background-color: #4688BE; }
#menu .orange .on { background-color: #FF8C40; }
#menu .green .on { background-color: #83C55B; }
#menu .gray .on { background-color: #D9D9D9; }

#menu #menu-navi a { color: #FFFFFF; }
#menu #menu-navi .blue a:hover { color: #FF6600; }
#menu #menu-navi .orange a:hover { color: #3F801A; }
#menu #menu-navi .green a:hover { color: #064070; }

#menu #menu-navi .gray a { color: #006699; }
#menu #menu-navi .gray a:hover { color: #FF6600; }


#submenu-navi {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}



/*-------------------------------------------CALENDER setting*/

#calender {
	margin-left: 35px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0px;
	width: 230px;
	font-size: 10px;
	/*height: 200px;*/
	height: 220px;
	line-height: 14px;
}

/*IE6 only*/
*html #calender{
	/*height: 183px;*/
	height: 206px;
}

/*IE7 only*/
*:first-child+html #calender{
	/*height: 176px;*/
	height: 199px;
}

#calender #calender-bottom {
	width: 100%;
	height: 100%;
	position: relative;
	min-height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body > #calender #calender-bottom {height: auto;}
#calender #calender-header {
	display: block;
	margin: 0px;
	padding: 0px;
}
#calender #calender-header h3 {
	margin: 0px;
	padding: 0px;
	font-size: 45px;
	line-height: 45px;
}
#calender #calender-header a {
	background-color: #FFFFFF;
}
#calender-box{
	padding: 0px;
	top: auto;
	bottom: 0px;
	display: block;
	width: 230px;
	position: absolute;
	margin: 0px;
}
#calender table {
	padding: 0px;
	border: 1px solid #CCCCCC;
	background-color: #E6E6E6;
	bottom: 0px;
	display: block;
	margin: 0px;
	width: 230px;
}
#calender .title {
	background-color: #E6E6E6;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
}
#calender .arrow {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E6E6E6;
}
#calender .arrow a {
	background-color: #E6E6E6!important;
}
#calender td {
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	padding: 0px;
}

/*IE6 only*/
*html #calender td{
	line-height: 13px;
}
/*IE7 only*/
*:first-child+html #calender td {
	line-height: 13px;
}

#calender th {
	background-color: #666666;
	color: #FFFFFF;
	text-align: center;
}
#calender .h_norm {
	width: 14%;
}
#calender .h_sat {
	background-color: #4C6572;
	width: 30px;
}
#calender .sat {
	background-color: #E5EFF5;
}
#calender .h_sun {
	background-color: #764453;
	width: 30px;
}
#calender .sun {
	background-color: #F5E5EA;
}
#calender .kyukan {
	background-color:#f7ff94;
}

#calender .souhan {
	background-color:#FF6600;
}

#calender .mansen {
	background-color:#009900;
}

#calender a {
	background-color: #006699;
	display: block;
	color: #FFFFFF;
}
#calender a:hover {
	background-color: #FFdd00;
	display: block;
	color: #FFFFFF;
}

.setsumei {
	margin:5px 0;
}

.setsumei2 {
	float:left;
}

.yellow-box {
	background-color:#f7ff94;
	width:25px;
	height:13px;
	margin:0 3px;
	border:1px #999999 solid;
	float:left;
}


.gray-box {
	background-color:#CCCCCC;
	width:25px;
	height:13px;
	margin:0 3px;
	border:1px #999999 solid;
	float:left;
}

.orange-box {
	background-color:#FF6600;
	width:25px;
	height:13px;
	margin:0 3px;
	border:1px #999999 solid;
	float:left;
}

.green-box {
	background-color:#009900;
	width:25px;
	height:13px;
	margin:0 3px;
	border:1px #999999 solid;
	float:left;
}

/*-------------------------------------------REPORT setting*/

#report {
	margin-left: 35px;
	background-color: #F2F2F2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	width: 230px;
}
#report #report-header h3 {
	margin: 0px;
	padding: 0px;
}
#report #report-date {
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 18px;
	text-align: right;
	color: #FF6600;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10px;
	line-height: 10px;
}

#report #report-text {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#report #report-photo {
	margin: 0px;
	height: 116px;
	width: 165px;
	background-image: url(../images/bg_report-photo.gif);
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 65px;
}


/*-------------------------------------------NEWS setting*/

#news {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #F2F2F2;
	width: 630px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(../images/bg_news.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#news #news-header h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#news .news-text {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#news .news-item {
	border-left-width: 5px;
	border-left-style: solid;

	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

#news .hansen { border-left-color: #0860A8; }
#news .museum { border-left-color: #FF6600; }
#news .memorial { border-left-color: #59B224; }
#news .normal { border-left-color: #000000; }

#news .news-date {color: #999999;}


/*-------------------------------------------BANNER setting*/

#banner {
	width: 630px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../images/bg_banner-box.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#banner #banner-box {
	margin-left: 45px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#banner .banner-item a {
	padding: 5px;
	height: 60px;
	width: 120px;
	background-image: url(../images/bg_banner.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#banner .banner-item a:hover {
	background-image: url(../images/bg_banner_on.gif);
}




/*-------------------------------------------CONTENTS setting*/


#contents {
	float: left;
	width: 675px;
	_width: 673px;
	margin: 0px;
	padding: 0px;
}
#contents #search {
	background-image: url(../images/bg_search.png);
	_background-image: url(../images/bg_search.gif);
	background-repeat: no-repeat;
	text-align: right;
	background-position: right top;
	height: 30px;
	width: 265px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -30px;
	_margin-bottom: -50px;
	margin-left: auto;
	position: relative;
}
#contents #top-flash {
	margin-left: 10px;
	padding: 0px;
	height: 510px;
	width: 630px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#contents h2 {
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*IE6 only*/
*html #contents h2 {
	margin-top: 50px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#contents h3 {
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-size: large;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents .sp h3 {
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 20px;
}
#contents h4 {
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-right-color: #000000;
	border-bottom-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	_border-right-style: none;
	font-size: medium;
}
#contents .h4-blue h4 {
	background-color: #0860A8;
}
#contents .h4-orange h4 {
	background-color: #FF6600;
}
#contents .h4-green h4 {
	background-color: #59B224;
}
#contents .h4-gray h4 {
	background-color: #CCCCCC;
	color: #000000;
}

#contents h5 {
	background-color: #FFFFFF;
	display: block;
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 15px;
	border: 1px solid #000000;
}
#contents .h5-blue {
	font-size: small;
	margin-right: 25px;
	margin-left: 20px;
	background-image: url(../images/bg_h5_blue.gif);
	background-repeat: repeat-x;
	background-position: center;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#contents .h5-orange {
	font-size: small;
	margin-right: 25px;
	margin-left: 20px;
	background-image: url(../images/bg_h5_orange.gif);
	background-repeat: repeat-x;
	background-position: center;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#contents .h5-green {
	font-size: small;
	margin-right: 25px;
	margin-left: 20px;
	background-image: url(../images/bg_h5_green.gif);
	background-repeat: repeat-x;
	background-position: center;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#contents .h5-gray {
	font-size: small;
	margin-right: 25px;
	margin-left: 20px;
	background-image: url(../images/bg_h5_gray.gif);
	background-repeat: repeat-x;
	background-position: center;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#contents .h5-event h5{
	background-color: #FFFFFF;
	display: block;
	float: left;
	margin: 0px;
	font-size: 17px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
}
#contents .h5-event {
	font-size: small;
	margin-right: 1px;
	_margin-right: 0px;
	margin-left: 0px;
	background-image: url(../images/bg_h5_gray.gif);
	background-repeat: repeat-x;
	background-position: center;
	margin-top: 20px;jump-menu
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#contents h6 {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
}


#contents #jump-menu {
	background-color: #E5E5E5;
	border: thin dotted #999999;
	width: 580px;
	line-height: 1.2;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
}

/*IE6 only*/
*html #contents #jump-menu{padding-bottom: 10px;}

/*IE7 only*/
*:first-child+html #contents #jump-menu{padding-bottom: 10px;}

#contents #jump-menu .item a {
	background-color: #CCCCCC;
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 127px;
	height: 3em;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-left: 0px;
}
#contents #jump-menu .item a:hover {
	background-color: #FF6600;
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 127px;
	height: 3em;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-left: 0px;
	color: #FFFFFF;
}
#contents #jump-menu .year a {
	background-color: #CCCCCC;
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 4em;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	margin-top: 0px;
	margin-left: 0px;
}
#contents #jump-menu .year a:hover {
	background-color: #FF6600;
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 4em;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	color: #FFFFFF;
}



#contents .text .leftimg{
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#contents .text .leftimg img {
	margin-bottom: 5px;
}
#contents .text .rightimg {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#contents .text .rightimg img {
	margin-bottom: 5px;
}
#contents .text table {
	border: 1px solid #CCCCCC;
	line-height: 1.4;
	font-size: small;
	margin-top: 5px;
	width: 100%;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents .text caption {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
	margin: 0px;
}

#contents .text th {
	text-align: center;
	background-color: #E5E5E5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0em;
}


#contents .text td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	vertical-align: top;
}
#contents .text ul , #contents .text ol {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2em;
}
#contents .text li {
	margin-bottom: 5px;
}


#contents .text .vcenter {
	vertical-align: middle;
}
#contents .text .hcenter {
	text-align: center;
}

#contents .jumptotop a{
	background-color: #E5E5E5;
	display: block;
	width: 8em;
	text-align: center;
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #4688BE;
	border-bottom-color: #4688BE;
	border-left-color: #4688BE;
	margin-right: 0px;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 30px;
}
#contents .jumptotop a:hover{
	background-color: #FF6600;
	display: block;
	width: 8em;
	text-align: center;
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #4688BE;
	border-bottom-color: #4688BE;
	border-left-color: #4688BE;
	margin-right: 0px;
	margin-left: auto;
	color: #FFFFFF;
}

#contents .jumptotop {
	text-align: right;
	padding-right: 25px;
	padding-left: 0px;
	margin-bottom: 10px;
	font-size: 11px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	width: 580px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}





#contents #contents-box {
	padding-left: 1px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#contents-box .date {
	padding: 0px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: -25px;
	margin-left: 25px;
	text-align: right;
	color: #999999;
}

#contents-box .text {
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1px;
	padding-left: 20px;
}
#contents-box .text-contact {
	margin-right: 25px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	background-color: #F2F2F2;
	border: 3px double #CCCCCC;
	text-align: center;
	padding: 20px;
}
#contents-box .text-contact-header {
	background-color: #E5E5E5;
	padding: 10px;
	margin-top: -20px;
	margin-right: -20px;
	margin-bottom: 20px;
	margin-left: -20px;
	letter-spacing: 0.5em;
}

#contents-box .photo {
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1px;
	padding-left: 20px;
	vertical-align: top;
}
#contents-box .photo img {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#contents-box .exhibition-box {
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1px;
	padding-left: 20px;
	vertical-align: top;
}

#contents-box .exhibition-box .photo {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#contents-box .faq {
	margin-left: 30px;
	margin-right: 25px;
	margin-top: 15px;
	margin-bottom: 25px;
}

#contents-box .faq .question {
	background-image: url(../images/question.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 5px;
}
#contents-box .faq .answer {
	background-image: url(../images/answer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #59B224;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 5px;
}


#contents-box .faq .goiken {
	background-image: url(../images/goiken.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 135px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 5px;
}
#contents-box .faq .taiou {
	background-image: url(../images/taiou.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 135px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #59B224;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 5px;
}



#contents .event-list-box {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 610px;
}

#contents .event-list-box a {
	background-image: url(../images/bg_list_off.gif);
	background-repeat: repeat-y;
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#contents .event-list-box a:hover {
	background-image: url(../images/bg_list_on.gif);
	background-repeat: repeat-y;
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#contents .event-list .day {
	float: left;
	padding: 0px;
	width: 8em;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: none;
}
#contents .event-list .title {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	background-image: none;
}
#contents .event-list .summary {
	margin: 0px;
	float: right;
	display: block;
	background-image: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#contents .event-back-box {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 20px;
	width: 610px;
}

#contents .event-back-box a {
	background-image: url(../images/bg_back_off.gif);
	background-repeat: repeat-y;
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#contents .event-back-box a:hover {
	background-image: url(../images/bg_back_on.gif);
	background-repeat: repeat-y;
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#contents .link-box {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#contents .link-box a {
	display: block;
	background-image: url(../images/bg_list_off.gif);
	background-repeat: repeat-y;
	display: block;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-position: right top;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0094FF;
	margin: 0px;
}
#contents .link-box a:hover {
	display: block;
	background-image: url(../images/bg_list_on.gif);
	background-repeat: repeat-y;
	display: block;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-position: right top;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0094FF;
	margin: 0px;
}
#contents .shop-news {
	margin-right: 25px;
}

#contents .shop-news li {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#contents .shop-news .date {
	color: #666666;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #E5E5E5;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#contents .text .shop-item {
	float: left;
	width: 290px;
	_width: 285px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	height: 170px;
	overflow: auto;
	margin: 0px;
	line-height: 1.4;
}
#contents .text .shop-item img {
	float: left;
}
#contents .shop-item h6 {
	font-size: small;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	line-height: 1.2;
}


#contents .sitemap ul {
	width: 570px;
}

#contents .sitemap li {
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: solid;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	white-space: nowrap;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#contents .sitemap a:hover li {
	background-color: #E8F6FF;

}
#contents #chara01 {
	background-image: url(../images/bg_footchara01.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 0px;
	margin-bottom: 0px;
}





/*-------------------------------------------FOOTER setting*/

#footer-menu {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 26px;
	_margin-left: 13px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	clear: both;
	float: left;
	width: 898px;
}
#copyright {
	color: #FFFFFF;
	background-color: #000000;
	padding: 10px;
	margin: 0px;
}
#kanri {
	background-color: #FFFFFF;
	text-align: center;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#kanri form {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
}
#kanri table {
	margin-right: auto;
	margin-left: auto;
}

#kanri form .decide {
	background-color: #FF6600;
	padding: 20px;
	color: #FFFFFF;
}








/*---------------------------------------------------------------------------*/


