body {
	background-image: url(../img/bg.jpg);
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 150%;
	color: #555555;
	background-color: #F9F8F6;
}
/*---20230606 add-s----*/
html,body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/*---20230606 add-e----*/
h1 {
	width: 790px;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 110%;
	text-align: center;
}
/* 通常リンク */
a:link {
	color: #666600;
	text-decoration: none;
}
a:visited {
	color: #666600;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: underline;
}
a:hover img.overwhite{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

/* レイアウト */
#pagebody {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	height: 4px;
	width: 790px;
	margin-bottom: 15px;
	line-height: 100%;
}
#contents {
}
#footer {
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding-top: 30px;
	padding-bottom: 5px;
}

#contents {
}
#contentsSideL {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
}
#contentsSideR {
	float: right;
	width: 590px;
	padding-bottom: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

/*左側---------------------------------------------*/
#logo {
	margin-bottom: 20px;
}
/* 左メニューボタン */
#menu {
	width: 110px;
	margin-bottom: 15px;
	margin-left: 35px;
	position: relative;
}
#menu ul {
	background-image: url(../img/menu2.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 110px;
}
#menu li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-indent: -9999px;
}
#menu li a {
	background-image: url(../img/menu2.gif);
	background-repeat: no-repeat;
	display: block;
	padding: 0px;
	height: 29px;
	text-decoration: none;
}

#menu li#concept { height: 29px; }
#menu li#concept a { background-position: 0 0; }
#menu li#concept a:hover { background-position: -110px 0; }

#menu li#menu { height: 29px; }
#menu li#menu a { background-position: 0 -29px; }
#menu li#menu a:hover { background-position: -110px -29px; }

#menu li#info { height: 29px; }
#menu li#info a { background-position: 0 -58px; }
#menu li#info a:hover { background-position: -110px -58px; }

#menu li#access { height: 29px; }
#menu li#access a { background-position: 0 -87px; }
#menu li#access a:hover { background-position: -110px -87px; }

#menu li#event { height: 29px; }
#menu li#event a { background-position: 0 -116px; }
#menu li#event a:hover { background-position: -110px -116px; }

#menu li#staff { height: 29px; }
#menu li#staff a { background-position: 0 -145px; }
#menu li#staff a:hover { background-position: -110px -145px; }

#menu li#gift { height: 29px; }
#menu li#gift a { background-position: 0 -174px; }
#menu li#gift a:hover { background-position: -110px -174px; }

#menu li#link { height: 29px; }
#menu li#link a { background-position: 0 -203px; }
#menu li#link a:hover { background-position: -110px -203px; }

#menu li#cyan { height: 29px; }
#menu li#cyan a { background-position: 0 -232px; }
#menu li#cyan a:hover { background-position: -110px -232px; }

/*\*//*/
#menu li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 0px;
}
/**/

/*▲これがMac IE5.1のテキストインデント対策*/


/*\*/
a { overflow: hidden; }
/**/

/*▲これがfirefox対策*/

/*BLOGボタン*/
.btnBox {
	width: 110px;
	padding-bottom: 10px;
	padding-left: 35px;
}
.btnBox a.link01 {
	background-image: url(../img/btn_blog.gif);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 110px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
.btnBox a.link01:hover {
	background-image: url(../img/btn_blog_ov.gif);
	background-repeat: no-repeat;
}
/*HOMEボタン*/
.btnBox {
	width: 110px;
	padding-bottom: 10px;
	padding-left: 35px;
}
.btnBox a.link02 {
	background-image: url(../img/btn_home.gif);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 110px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
.btnBox a.link02:hover {
	background-image: url(../img/btn_home_ov.gif);
	background-repeat: no-repeat;
}
.btnBox a.link03 {
	background-image: url(../img/btn_staff_bosyu.gif);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 110px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
.btnBox a.link03:hover {
	background-image: url(../img/btn_staff_bosyu_ov.gif);
	background-repeat: no-repeat;
}
.album_txt {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: left;
}
#album {
	width: 660px;

}
#fla {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

.top-bnr img{
	margin-bottom: 30px;
}
.top-bnr-note{
	color: #00A3BD;
	font-weight: bold;
	margin-top: -30px;
	width: 320px;
}
.top-bnr-note > a{
	color: #00A3BD;
	font-weight: bold;
}

.top-btn-list{
width: 590px;
	padding-left: 0;
	margin-left: -18px;
}

.top-btn-list:after	{content: "";
	display: block;
	clear: both
}
.top-btn-list li{
	list-style-type: none;
	float: left
}

.top-btn-list li:last-child{
padding-top: 26px;
}