/*
==============================================================
mainNavi
==============================================================
*/

#mainNavi {
  background:url(../club/bottom_navi.gif) bottom no-repeat;
}

#mainNavi li#navi1 {
  width:44px;
  left:0px;
  background:url(../main_navi.jpg) no-repeat 0px 0px;
}

#mainNavi li#navi2 {
  width:90px;
  left:46px;
  background:url(../main_navi.jpg) no-repeat -46px 0px;
}

#mainNavi li#navi3 {
  width:90px;
  left:138px;
  background:url(../main_navi.jpg) no-repeat -138px 0px;
}

#mainNavi li#navi4 {
  width:90px;
  left:230px;
  background:url(../main_navi.jpg) no-repeat -230px 0px;
}

#mainNavi li#navi5 {
  width:90px;
  left:322px;
  background:url(../main_navi.jpg) no-repeat -322px 0px;
}

#mainNavi li#navi6 {
  width:90px;
  left:414px;
  background:url(../main_navi.jpg) no-repeat -414px 0px;
}

#mainNavi li#navi7 {
  width:90px;
  left:506px;
  background:url(../main_navi.jpg) no-repeat -506px -80px;
}

#mainNavi li#navi8 {
  width:90px;
  left:598px;
  background:url(../main_navi.jpg) no-repeat -598px 0px;
}

#mainNavi li#navi9 {
  width:90px;
  left:690px;
  background:url(../main_navi.jpg) no-repeat -690px 0px;
}

#mainNavi li#navi1 a:hover {
  background:url(../main_navi.jpg) no-repeat 0px -40px;
}

#mainNavi li#navi2 a:hover {
  background:url(../main_navi.jpg) no-repeat -46px -40px;
}

#mainNavi li#navi3 a:hover {
  background:url(../main_navi.jpg) no-repeat -138px -40px;
}

#mainNavi li#navi4 a:hover {
  background:url(../main_navi.jpg) no-repeat -230px -40px;
}

#mainNavi li#navi5 a:hover {
  background:url(../main_navi.jpg) no-repeat -322px -40px;
}

#mainNavi li#navi6 a:hover {
  background:url(../main_navi.jpg) no-repeat -414px -40px;
}
/*
#mainNavi li#navi7 a:hover {
  background:url(../main_navi.jpg) no-repeat -506px -40px;
}
*/
#mainNavi li#navi8 a:hover {
  background:url(../main_navi.jpg) no-repeat -598px -40px;
}

#mainNavi li#navi9 a:hover {
  background:url(../main_navi.jpg) no-repeat -690px -40px;
}

/*page title*/
h2 {
  width:780px;
  height:150px;
  margin-left:25px;
}

/*
==============================================================
subNavi
==============================================================
*/
#subNavi {
  width:780px;
  height:30px;
  margin-left:25px;
  background:url(../club/sub_navi2.gif);
}

#subNavi ul {
  width:642px;
  margin-left:30px;
  position:relative;
  list-style:none;
}

#subNavi li {
  height:30px;
  position:absolute;
  font-size:0;
  text-indent:-9999px;
  overflow:hidden;
  display:block;
}

#subNavi li#sub1 {
  width:68px;
  left:0px;
  background:url(../club/sub_navi1.gif) no-repeat 0px 0px;
}

#subNavi li#sub2 {
  width:79px;
  left:69px;
  background:url(../club/sub_navi1.gif) no-repeat -69px -60px;
}

#subNavi li#sub3 {
  width:123px;
  left:149px;
  background:url(../club/sub_navi1.gif) no-repeat -149px 0px;
}

#subNavi li#sub4 {
  width:110px;
  left:273px;
  background:url(../club/sub_navi1.gif) no-repeat -273px 0px;
}

#subNavi li#sub5 {
  width:130px;
  left:384px;
  background:url(../club/sub_navi1.gif) no-repeat -384px 0px;
}

#subNavi li#sub6 {
  width:127px;
  left:515px;
  background:url(../club/sub_navi1.gif) no-repeat -515px 0px;
}

#subNavi li#sub1 a {
  width:68px;
  height:30px;
  display:block;
  text-decoration:none;
}

#subNavi li#sub2 a {
  width:79px;
  height:30px;
  display:block;
  text-decoration:none;
}

#subNavi li#sub3 a {
  width:123px;
  height:30px;
  display:block;
  text-decoration:none;
}

#subNavi li#sub4 a {
  width:110px;
  height:30px;
  display:block;
  text-decoration:none;
}

#subNavi li#sub5 a {
  width:130px;
  height:30px;
  display:block;
  text-decoration:none;
}

#subNavi li#sub6 a {
  width:127px;
  height:30px;
  display:block;
  text-decoration:none;
}

#subNavi li#sub1 a:hover {
  background:url(../club/sub_navi1.gif) no-repeat 0px -30px;
}
/*
#subNavi li#sub2 a:hover {
  background:url(../club/sub_navi1.gif) no-repeat -69px -30px;
}
*/
#subNavi li#sub3 a:hover {
  background:url(../club/sub_navi1.gif) no-repeat -149px -30px;
}

#subNavi li#sub4 a:hover {
  background:url(../club/sub_navi1.gif) no-repeat -273px -30px;
}

#subNavi li#sub5 a:hover {
  background:url(../club/sub_navi1.gif) no-repeat -384px -30px;
}

#subNavi li#sub6 a:hover {
  background:url(../club/sub_navi1.gif) no-repeat -515px -30px;
}

/*
==============================================================
contents
==============================================================
*/

#contents {
  width:750px;
  margin-left:40px;
}

#left {
  width:100px;
  padding:40px 0;
  float:left;
}

#left ul#archive {
  width:100px;
  list-style:none;
  border-bottom:1px solid #CCC;
  background:#CCC;
}

#left ul#archive li {
  width:98px;
  height:40px;
  margin-left:1px;
  border-top:1px solid #CCC;
  vertical-align:bottom;
  display:block;
}

#left ul#archive li a {
  width:98px;
  height:40px;
  font-size:0;
  text-indent:-9999px;
  overflow:hidden;
  display:block;
}

#left ul#archive li#archive2005 a {
  background:url(../archives.png) no-repeat 0px 0px;
}

#left ul#archive li#archive2005 a:hover {
  background:url(../archives.png) no-repeat -98px 0px;
}

#left ul#archive li#archive2006 a {
  background:url(../archives.png) no-repeat 0px -40px;
}

#left ul#archive li#archive2006 a:hover {
  background:url(../archives.png) no-repeat -98px -40px;
}

#left ul#archive li#archive2007 a {
  background:url(../archives.png) no-repeat 0px -80px;
}

#left ul#archive li#archive2007 a:hover {
  background:url(../archives.png) no-repeat -98px -80px;
}

#left ul#archive li#archive2008 a {
  background:url(../archives.png) no-repeat 0px -120px;
}

#left ul#archive li#archive2008 a:hover {
  background:url(../archives.png) no-repeat -98px -120px;
}

#left ul#archive li#archive2009 a {
  background:url(../archives.png) no-repeat 0px -160px;
}

#left ul#archive li#archive2009 a:hover {
  background:url(../archives.png) no-repeat -98px -160px;
}

#left ul#archive li#archive2010 a {
  background:url(../archives.png) no-repeat 0px -200px;
}

#left ul#archive li#archive2010 a:hover {
  background:url(../archives.png) no-repeat -98px -200px;
}

#left ul#archive li#archive2011 a {
  background:url(../archives.png) no-repeat 0px -240px;
}

#left ul#archive li#archive2011 a:hover {
  background:url(../archives.png) no-repeat -98px -240px;
}

#left ul#archive li#archive2012 a {
  background:url(../archives.png) no-repeat 0px -280px;
}

#left ul#archive li#archive2012 a:hover {
  background:url(../archives.png) no-repeat -98px -280px;
}

#left ul#archive li#archive2013 a {
  background:url(../archives.png) no-repeat 0px -320px;
}

#left ul#archive li#archive2013 a:hover {
  background:url(../archives.png) no-repeat -98px -320px;
}

#left ul#archive li#archive2014 a {
  background:url(../archives.png) no-repeat 0px -360px;
}

#left ul#archive li#archive2014 a:hover {
  background:url(../archives.png) no-repeat -98px -360px;
}

#left ul#archive li#archive2015 a {
  background:url(../archives.png) no-repeat 0px -400px;
}

#left ul#archive li#archive2015 a:hover {
  background:url(../archives.png) no-repeat -98px -400px;
}

#right {
  width:620px;
  padding-top:40px;
  float:right;
}

#right h3 {
  height:60px;
  font-size:0;
  text-indent:-9999px;
}

#right h3#h3_2005 {
  background:url(../club/info/h3_2005.gif) no-repeat;
}

#right h3#h3_2006 {
  background:url(../club/info/h3_2006.gif) no-repeat;
}

#right h3#h3_2007 {
  background:url(../club/info/h3_2007.gif) no-repeat;
}

#right h3#h3_2008 {
  background:url(../club/info/h3_2008.gif) no-repeat;
}

#right h3#h3_2009 {
  background:url(../club/info/h3_2009.gif) no-repeat;
}

#right h3#h3_2010 {
  background:url(../club/info/h3_2010.gif) no-repeat;
}

#rightTop h3#h3_2011 {
  background:url(../club/info/h3_2011.gif) no-repeat;
}

#right h3#h3_2012 {
  background:url(../club/info/h3_2012.gif) no-repeat;
}

#rightTop h3#h3_2013 {
  background:url(../club/info/h3_2013.gif) no-repeat;
}

#right h3#h3_2014 {
  background:url(../club/info/h3_2014.gif) no-repeat;
}

#right h3#h3_2015 {
  background:url(../club/info/h3_2015.gif) no-repeat;
}

#right .info1 {
  height:1%;
  padding:10px;
  background:url(../club/info/bg.gif);
}

#right .info2 {
  height:1%;
  padding:0 30px;
  border:1px solid #D79FBC;
  background: #FFF;
}

#right h4 {
  padding:30px 0 10px 0;
  font-size:16px;
  color:#B65487;
}

#right .date {
  font-weight:bold;
  color:#333;
}

#right .text {
  padding:30px 0;
  line-height:1.8;
}

a.btnTop {
  width:17px;
  height:17px;
  margin:20px 0 20px 603px;
  display:block;
  background:url(../btn_top.gif) no-repeat;
}

/*
==============================================================
error
==============================================================
*/

div#error {
  margin:50px 0;
  padding:10px;
  background:url(../club/info/bg.gif);
}

div#error p {
  padding:50px 0;
  line-height:20px;
  text-align:center;
  background:#FFF;
}
