
/*メインイメージの設定*/
#pageimg {
	background-color: #E0DAC8;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}
#pageimg h2 {
	height: 175px;
	width: 820px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../img/ma-tokushu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}

/*旧ページからの設定*/
.style1 {font-size: 12px}



/*バックナンバー設定*/

.option-menu{
	width: 702px;
	height: 45px;
	margin: 10px auto 0px;
	padding: 0;
	text-align: left;
}

#banner-pickup{
	float: right;
	width: 500px;
	height: 45px;
	margin: 0;
	padding: 0;
}

#banner-pickup li{
	float: right;
	width: 163px;
	height: 45px;
	margin: 0;
	padding: 0 0 0 2px;
}


#nav-selected{
	width: 193px;
	height: 45px;
	margin: 0;
	padding: 0;
	background-color: #fff !important;
     /*border: 1px solid #999;*/
	font-size: 16px;
	font-weight: bolder;
	text-align: left;
}

.nav {
	width: 193px;
	height: auto;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
}

.nav, .nav ul { 
	width: 300px;
	height: auto;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
}

.nav li {
  border: none !important;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: bold 1.22em/25px Arial, Helvetica, sans-serif;
  background: #565656;
  color: #959595;
  display: block;
  padding: 0 9px;
  text-transform: lowercase;
  text-decoration: none;
}

.nav li a:hover {
  background: #ccc;
  color: #000;	

}
#nav li:hover a, 
#nav li.sfHover a {
  background: #ccc;
  color: #000;
}
#nav li:hover ul a, 
#nav li.sfHover ul a {
  background: #565656;
  color: #959595;	
}
#nav li:hover ul a:hover, 
#nav li.sfHover ul a:hover {
  background: #ccc;
  color: #000;	
}

.nav ul {
  background: #565656;
  border-bottom: 1px solid #000;
  list-style: none;
  margin: 0;
  width: 300px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 46px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border: 1px solid #000;
  border-bottom: 0;
  padding-right: 20px;
  width: 300px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
}