@charset "shift_jis";


/*---------- ページ全体の指定 ----------*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #333333;
	background-color: #DCF0FF;
	background-image : url(img/back.gif);}


/* IE7 用 */

*:first-child+html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}


/* IE6 用 */
* html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;}


a {
	color: #017acd;
	font-size: 14px;}
a:hover {
	color: #FF6600;
	font-size: 14px;}

img{
	border: 0;}
.red{
	color: #FF0000;}
.red-12{
	color: #FF0000;
	font-size: 12px;}
.red-bold-16{
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;}
.red-bold-130{
	color: #FF0000;
	font-weight: bold;
	font-size: 130%;}
.green{
	color: green;}
.blue{
	color: #0000CC;}
.blue-bold{
	color: #0000CC;
	font-weight: bold;}
.blue-bold-12{
	color: #0000CC;
	font-weight: bold;
	font-size: 12px;}
.blue-bold-16{
	color: #0000CC;
	font-weight: bold;
	font-size: 18px;}
.yellow{
	color: #FF9900;}
.red-bold{
	color: #FF0000;
	font-weight:bold;}
.green-bold{
	color: green;
	font-weight:bold;}
.yellow-bold{
	color: #FF9900;
	font-weight:bold;}
.orange{
	color: orange;}
.orange-bold{
	color: orange;
	font-weight:bold;}
.m-yellow{
	background-color: yellow;}
.m-red{
	background-color: #FF0000;
	font-weight:bold;
	color: #FFFFFF;}
.kt{
	background-color: #FF6666;
	font-weight:bold;
	padding:3px;
	color: #000000;}
strong{
	font-weight:normal;}
.center{
	text-align:center;}
.right{
	text-align:right;}
.bold{
	font-weight:bold;}
.bold-18{
	font-weight:bold;
	font-size: 18px;}
.pink{
	color: #ff476d;}
.pink-bold{
	color: #ff476d;
	font-weight:bold;}
.font12{
	font-size:12px;}

.float-left{
	float: left;}
.float-right{
	float: right;}
.ad-float-right{
	float: right;
	padding: 5px;
	margin-left: 10px;
	background-color: #ddf9fa;}
.clear{
	clear: both;}
/*---------- メイン ----------*/
#main {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0;
	border-right: solid 1px #666666;
	border-left: solid 1px #666666;
	background-color: #ffffff;}

/*---------- ヘッダー ----------*/
#header {
  width: 960px;
  height: 120px;
  margin: 0 auto 0 auto;
  text-align: center;
  background: #ffffff url(img/top-back.gif);
  background-repeat: no-repeat;}

#header h1 {
  margin: 0;
  padding: 2px 0 2px 10px;
  text-align: left;
  font-weight: normal;
  font-size: 10px;
  color: #ffffff;
  background-color: #333333;}

#header p {
  margin: 0;
  padding:  4px 0 0 30px;
  text-align: left;
  font-size: 13px;
  color: #666666;
  letter-spacing: 1px;}

#header-menu {
  width: 945px;
  margin: 0 10px 6px 7px;
  padding: 0;
  border-top: solid 2px #66CC00;
  border-right: solid 0px #aaaaaa;
  border-bottom: solid 1px #aaaaaa;
  border-left: solid 1px #aaaaaa;
  height: 32px;
  text-align: left;}
#header-menu ul {
  text-align: left;
  margin: 0px;
  padding: 0px}
#header-menu li {
  display: inline;
  list-style-type: none;
  float: left;}
#header-menu li a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #003300;
  background-color: #E4F500;
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}



#header-menu li.menu-01 a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  background: #ffffff url(img/menubar-01.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}
#header-menu li.menu-01-a a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  background: #ffffff url(img/menubar-01-a.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}
#header-menu li.menu-01 a:hover {
  background: #ffffff url(img/menubar-01-a.gif);}

#header-menu li.menu-02 a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  background: #ffffff url(img/menubar-02.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}
#header-menu li.menu-02-a a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  background: #ffffff url(img/menubar-02-a.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}
#header-menu li.menu-02 a:hover {
  background: #ffffff url(img/menubar-02-a.gif);}

#header-menu li.menu-03 a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  background: #ffffff url(img/menubar-03.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}
#header-menu li.menu-03-a a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  background: #ffffff url(img/menubar-03-a.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}
#header-menu li.menu-03 a:hover {
  background: #ffffff url(img/menubar-03-a.gif);}

#header-menu li.menu-04 a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  background: #ffffff url(img/menubar-04.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}
#header-menu li.menu-04-a a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  background: #ffffff url(img/menubar-04-a.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}
#header-menu li.menu-04 a:hover {
  background: #ffffff url(img/menubar-04-a.gif);}

#header-menu li.menu-05 a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  background: #ffffff url(img/menubar-05.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}
#header-menu li.menu-05-a a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  background: #ffffff url(img/menubar-05-a.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}
#header-menu li.menu-05 a:hover {
  background: #ffffff url(img/menubar-05-a.gif);}

#header-menu li.menu-06 a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  background: #ffffff url(img/menubar-06.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}
#header-menu li.menu-06-a a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  background: #ffffff url(img/menubar-06-a.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}
#header-menu li.menu-06 a:hover {
  background: #ffffff url(img/menubar-06-a.gif);}

#header-menu li.menu-07 a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  background: #ffffff url(img/menubar-07.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}
#header-menu li.menu-07-a a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  background: #ffffff url(img/menubar-07-a.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}
#header-menu li.menu-07 a:hover {
  background: #ffffff url(img/menubar-07-a.gif);}



#header-img {
  margin: 5px 0 0px 0;
  padding: 0;
  background-color: #ffffff;}

.top-logo{
	text-align: left;
	margin-top: 5px;
	margin-left: 15px;
	float: left;}
	
/*---------- コンテナー ----------*/
#container {
  width: 945px;
  margin: 10px auto 0 auto;
  overflow: hidden;
  padding: 2px 6px 30px 6px;
  background: #ffffff url(img/side_yback.jpg);
  background-repeat: repeat-y;}


/*---------- メインコンテンツ ----------*/
#contents {
  float: left;
  margin: 0;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 180%;
  width: 610px;
  letter-spacing: 1px;}

#maimcontents-top{
	float: left;
	width: 495px;}

#pan-navi {
  margin: 0;
  padding-bottom: 15px;
  font-size: 12px;}

#contents h2 {
	height: 30px;
	width: 595px;
	margin-bottom: 7px;
	padding-left: 10px;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	background: #339900;}

#contents p {
  margin: 18px 0;
  padding: 0 10px;
  line-height: 180%;
  font-size: 16px;
  letter-spacing: 1px;}

.imgr{
	float: right;
	padding-left:10px;}
.imgl{
	float: left;
	padding-right:10px;}

.ad-img{
	float: right;
	margin: 120px 30px 0 0;}

.mokuji{
	font-weight: bold;
	font-size: 14px;
	margin-left: 35px;}
.mokuji a{
	font-size: 14px;
	text-decoration: none;}
.mokuji a:hover{
	text-decoration: underline;}

.yahoo-news{
	padding: 5px 10px;
	font-weight: bold;
	background-color: #333333;
	color: #FF6600;
	margin-top: 10px;}
.yahoo-news-topics th{
	padding: 5px;
	vertical-align: top;}
.yahoo-news-topics td{
	padding: 3px;
	padding-right: 5px;}
.yahoo-news-topics a{
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 120%;}
.yahoo-news-topics a:hover{
	color:#017acd;
	text-decoration: underline;}

.rsslist{
	overflow: auto;
	max-height: 200px;
	border: solid 1px #999999;
	border-top: solid 0px #999999;
	padding: 10px 15px;
	letter-spacing: 0;
	margin-bottom: 15px;}
.rss-01{
	list-style-type: none;
	padding: 0;
	margin: 0;}
ul.rss-01 li{
	background-image:url(img/rss-02.gif);
	padding-left: 20px;
	margin-bottom: 20px;
	background-repeat:no-repeat;
	line-height: 100%;}





td.table-01{
	padding: 15px;
	text-align: center;}
td.table-02{
	padding: 5px 15px;
	vertical-align: top;
	line-height: 120%;
	background-color: #FFFFCC;}

.table-03{
	margin: 20px auto;}
.table-03 td{
	padding: 0px 5px}

.table-04{
	margin: 20px 0;}

.bookmark{
	float: right;
	margin-right: 20px;
	padding: 5px 0;}

table.db01{
	font-size:11px;
	height: 30px;
	table-layout: fixed;
	border-right: solid 1px #999999;
	color: #FFFFFF;}
table.db01 tr{
	background-color: #0000FF;}
table.db01 th{
	padding: 2px;
	border: solid 1px #999999;
	border-top: solid 1px #999999;
	border-right: solid 0px #999999;}

table.db02{
	font-size:12px;
	height: 30px;
	table-layout: fixed;
	border-right: solid 1px #999999;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 5px;}
table.db02 tr{
	background-color: #0000FF;}
table.db02 th{
	padding: 2px;
	border: solid 1px #999999;
	border-top: solid 1px #999999;
	border-right: solid 0px #999999;}

.db03{
	border-collapse:collapse;
	margin: 0 auto;}
.db03 th{
	border: solid 1px #999999;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	background-color: #0000FF;}
.db03 td{
	border: solid 1px #999999;
	width:300px;
	padding: 5px;
	line-height: 120%;}

table.db{
	font-size:12px;
	table-layout: fixed;
	border-right: solid 1px #999999;
	border-top: solid 1px #999999;}
table.db tr{
	text-align: left;}
table.db td{
	padding: 2px;
	border: solid 1px #999999;
	border-top: solid 0px #999999;
	border-right: solid 0px #999999;}

td.db04{
	line-height: 130%;
	vertical-align: middle;}

.db05{
	border-collapse:collapse;
	margin-left: 30px;
	border: solid 1px #999999;}
.db05 th{
	font-size:12px;
	font-weight: normal;
	padding: 5px;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;}
.db05 td{
	border-bottom: solid 1px #999999;
	width: 350px;}
.db05 td a{
	padding: 2px 5px;}

#contents p.other {
	height: 30px;
	width: 590px;
	margin-bottom: 7px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	color: #fff;
	background: #339900;}

.other-02{
	margin-left: 30px;
	font-size: 14px;
	font-weight:bold;}
.other-02 a{
	font-size: 14px;
	font-weight:bold;}

.page-tugi{
	padding-left: 20px;}

.social-01{
	margin-left: 10px;}
.social-01 ul{
	padding: 0;
	margin: 0;}
.social-01 li{
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
	list-style: none;}
iframe.twitter-share-button {
	width: 90px!important;}

.top-cate-table{
	margin: 0;
	border-bottom: dotted 1px #999;
	padding: 10px 0;}
.top-cate-table th{
	padding: 5px;
	width: 90px;}
.top-cate-table td{
	width: 190px;}
.top-cate-table-left{
	padding-right: 15px;}

.cyuki{
	border: solid 1px #999;
	width: 600px;
	padding: 10px;
	background-color: #FFD9FF;}

/*---------- アドセンス ----------*/
.adsen-01{
	text-align: center;
	padding: 5px 0px;
	border-right: solid 1px #dddddd;
	border-bottom: solid 2px #0000FF;
	border-left: solid 1px #dddddd;}
.adsen-02{
	margin-top: 10px;
	margin-bottom: 20px;}
.adsen-03{
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 30px;}
.adsen-04{
	text-align: center;
	padding: 5px 0px;
	margin-bottom: 15px;
	border-right: solid 1px #dddddd;
	border-bottom: solid 2px #0000FF;
	border-left: solid 1px #dddddd;}
.adsen-05{
	text-align: center;
	padding: 5px 0px;
	margin-bottom: 15px;}
.adsen-06{
	margin-bottom: 10px;
	float:left;}
.adsen-07{
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 25px;}
.adsen-08{
	margin-top: 40px;
	margin-left: 10px;
	margin-bottom: 10px;}
.adsen-09{
	text-align: center;
	margin-bottom: 40px;}
.adsen-10{
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 30px;
	float: left;}
.adsen-10-02{
	margin-top: 10px;
	margin-bottom: 30px;
	float: left;}
.adsen-10-03{
	margin-top: 10px;
	margin-bottom: 30px;}
.adsen-11{
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 30px;}

/*---------- 新右メニュー ----------*/
#new-menu {
  float: right;
  width: 300px;
  margin-top: 20px;
  margin-right: 5px;
  letter-spacing: 0;}
.new-menulist {
  margin-bottom: 15px;}
.new-menulist h3{
  height: 20px;
  margin: 0;
  padding: 4px 0 4px 12px;
  font-size: 14px;
  color: #ffffff;
  background-image: url(img/sidebar-new.gif);
  background-repeat: x-repeat;}
.new-menulist h3.newsyoshin{
  height: 20px;
  margin: 0;
  padding: 4px 0 4px 32px;
  font-size: 14px;
  color: #ffffff;
  background-image: url(img/sidebar-new-01.gif);
  background-repeat: no-repeat;}
.new-menulist h3.newpitching{
  height: 20px;
  margin: 0;
  padding: 4px 0 4px 32px;
  font-size: 14px;
  color: #ffffff;
  background-image: url(img/sidebar-new-02.gif);
  background-repeat: no-repeat;}
.new-menulist h3.newbatting{
  height: 20px;
  margin: 0;
  padding: 4px 0 4px 32px;
  font-size: 14px;
  color: #ffffff;
  background-image: url(img/sidebar-new-03.gif);
  background-repeat: no-repeat;}
.new-menulist h3.newsyubi{
  height: 20px;
  margin: 0;
  padding: 4px 0 4px 32px;
  font-size: 14px;
  color: #ffffff;
  background-image: url(img/sidebar-new-04.gif);
  background-repeat: no-repeat;}
.new-menulist h3.newsourui{
  height: 20px;
  margin: 0;
  padding: 4px 0 4px 32px;
  font-size: 14px;
  color: #ffffff;
  background-image: url(img/sidebar-new-05.gif);
  background-repeat: no-repeat;}
.new-menulist h3.newtraning{
  height: 20px;
  margin: 0;
  padding: 4px 0 4px 32px;
  font-size: 14px;
  color: #ffffff;
  background-image: url(img/sidebar-new-06.gif);
  background-repeat: no-repeat;}


.new-menulist-01{
	border: solid 1px #999999;
	padding: 5px 10px;}
.new-menulist-01-02{
	margin: 5px 0;}
.new-menulist-01-03{
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-right: 10px;
	list-style: url(img/sankaku-02.gif);}
.new-menulist-01-03 li{
	padding: 3px 0;}

.new-menulist-02{
	border: solid 1px #999999;
	padding: 2px 10px;}
.new-menulist-02-03{
	padding: 0;
	margin: 0;}
.new-menulist-03{
	border: solid 1px #999999;
	padding: 10px 10px;
	margin-bottom: 15px;}
.new-menulist-04{
	border: solid 0px #999999;
	padding: 10px 10px;
	margin-bottom: 15px;}

.rank-01{
	margin: 7px 0;
	padding: 0;
	padding-left: 20px;
	line-height: 120%;
	list-style: none;
	background-image: url(img/rank-01.gif);
	background-repeat: no-repeat;}
.rank-02{
	margin: 7px 0;
	padding: 0;
	padding-left: 20px;
	line-height: 120%;
	list-style: none;
	background-image: url(img/rank-02.gif);
	background-repeat: no-repeat;}
.rank-03{
	margin: 7px 0;
	padding: 0;
	padding-left: 20px;
	line-height: 120%;
	list-style: none;
	background-image: url(img/rank-03.gif);
	background-repeat: no-repeat;}
.rank-04{
	margin: 7px 0;
	padding: 0;
	padding-left: 20px;
	line-height: 120%;
	list-style: none;
	background-image: url(img/rank-04.gif);
	background-repeat: no-repeat;}
.rank-05{
	margin: 7px 0;
	padding: 0;
	padding-left: 20px;
	line-height: 120%;
	list-style: none;
	background-image: url(img/rank-05.gif);
	background-repeat: no-repeat;}




/*---------- 右メニュー ----------*/
#right-menu{
	float: right;
	width: 180px;}
#right-menu-top{
	float: right;
	width: 210px;}
#right-menu h3{
	margin: 0;
	font-size: 90%;
	color: #ffffff;
	background-image: url(img/sidebar.gif);
	background-repeat: no-repeat;
	text-align: center;}
#right-menu-top h3{
	margin: 0;
	padding: 0px 0 2px 12px;
	font-size: 90%;
	color: #ffffff;
	background-image: url(img/sidebar.gif);
	background-repeat: no-repeat;}
/*---------- 左メニュー ----------*/

#menu {
  float: left;
  margin: 0 0 15px 0;
  padding-top:10px;
  width: 210px;
  text-align: left;
  letter-spacing: 1px;}

.menulist {
  margin-bottom: 15px;
  padding-right: 2px;
  width: 210px;
  text-align: left;}
.menulist-02 {
  margin: 0;
  padding-right: 2px;
  width: 210px;
  text-align: left;}

.menulist h3{
  height: 18px;
  margin: 0;
  padding: 4px 0 4px 12px;
  font-size: 90%;
  color: #ffffff;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;}

.menulist-02 h3.syoshin{
  height: 18px;
  margin: 0;
  padding: 4px 0 4px 30px;
  font-size: 90%;
  color: #ffffff;
  background-image: url(img/sidebar-01.gif);
  background-repeat: no-repeat;}
.menulist-02 h3.pitching{
  height: 18px;
  margin: 0;
  padding: 4px 0 4px 32px;
  font-size: 90%;
  color: #ffffff;
  background-image: url(img/sidebar-02.gif);
  background-repeat: no-repeat;}
.menulist-02 h3.batting{
  height: 18px;
  margin: 0;
  padding: 4px 0 4px 32px;
  font-size: 90%;
  color: #ffffff;
  background-image: url(img/sidebar-03.gif);
  background-repeat: no-repeat;}
.menulist-02 h3.syubi{
  height: 18px;
  margin: 0;
  padding: 4px 0 4px 32px;
  font-size: 90%;
  color: #ffffff;
  background-image: url(img/sidebar-04.gif);
  background-repeat: no-repeat;}
.menulist-02 h3.sourui{
  height: 18px;
  margin: 0;
  padding: 4px 0 4px 32px;
  font-size: 90%;
  color: #ffffff;
  background-image: url(img/sidebar-05.gif);
  background-repeat: no-repeat;}
.menulist-02 h3.traning{
  height: 18px;
  margin: 0;
  padding: 4px 0 4px 32px;
  font-size: 90%;
  color: #ffffff;
  background-image: url(img/sidebar-06.gif);
  background-repeat: no-repeat;}
.menulist a{
  color: #333333;
  display: block;
  border-right: solid 1px #dddddd;
  border-bottom: solid 2px #0000FF;
  border-left: solid 1px #dddddd;
  width: 177px;
  padding: 10px 4px 10px 27px;
  font-size: 80%;
  background-image: url(img/side_menu_bg.gif);
  background-repeat: no-repeat;
  text-decoration: none;}
.menulist-02 a{
  color: #333333;
  display: block;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #0066FF;
  border-left: solid 1px #dddddd;
  width: 177px;
  padding: 10px 4px 10px 27px;
  font-size: 80%;
  background-image: url(img/side_menu_bg.gif);
  background-repeat: no-repeat;
  text-decoration: none;}
.menulist a:hover{
  color: #FF6600;
  background-image: url(img/side_menu_bg_hover.gif);
  background-repeat: no-repeat;}
.menulist-02 a:hover{
  color: #FF6600;
  background-image: url(img/side_menu_bg_hover.gif);
  background-repeat: no-repeat;}

.menulist-03{
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	border-bottom: solid 2px #0066FF;
	text-align: center;
	padding-top: 10px;}

.top a{
  color: #333333;
  display: block;
  border-right: solid 1px #dddddd;
  border-bottom: solid 2px #0000FF;
  border-left: solid 1px #dddddd;
  width: 198px;
  text-align: right;
  padding: 10px 10px 10px 0px;
  font-size: 80%;
  text-decoration: none;
  background-color: #C0E4FF;}
.top a:hover{
  color: #FF3366;
  background-color: #C0E4FF;
  text-decoration: underline;}

.menulist-right {
  letter-spacing: 0px;
  margin: 0 0 15px 0;
  padding-right: 2px;
  width: 180px;
  text-align: left;}
.menulist-right h3{
  height: 24px;
  margin: 0;
  color: #ffffff;
  text-align:center;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;}
.menulist-right a{
  color: #333333;
  display: block;
  border-right: solid 1px #dddddd;
  border-bottom: solid 2px #0000FF;
  border-left: solid 1px #dddddd;
  width: 147px;
  font-size: 90%;
  padding: 8px 4px 8px 27px;
  line-height: 150%;
  background-image: url(img/side_menu_bg.gif);
  background-repeat: no-repeat;
  text-decoration: none;}
.menulist-right a:hover{
  color: #FF6600;
  background-image: url(img/side_menu_bg_hover.gif);
  background-repeat: no-repeat;}
.menulist-right-02{
	letter-spacing: 0px;
	margin: 0 0 15px 0;
	padding-right: 2px;
	width: 180px;
	text-align: center;}
.menulist-right-02 h3{
  height: 24px;
  margin: 0;
  color: #ffffff;
  text-align:center;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;}
.menulist-right-02-02{
	padding: 10px 0;
	border-right: solid 1px #dddddd;
	border-bottom: solid 2px #0000FF;
	border-left: solid 1px #dddddd;}

.menulist-right-03 {
  letter-spacing: 0px;
  margin: 0 auto 15px auto;
  padding-right: 2px;
  width: 180px;
  text-align: left;}

.sankaku{
	vertical-align: -2px;}

/*---------- フッター ----------*/
#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding-top: 20px;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #666666;}

.count{
	float: right;
	margin-right: 30px;}

.copyright{
	text-align: center;
	line-height: 38px;
	background: #222;}

#footer-menu {
  width: 945px;
  margin: 0 10px 6px 7px;
  padding: 0;
  border-top: solid 2px #66CC00;
  border-right: solid 0px #aaaaaa;
  border-bottom: solid 1px #aaaaaa;
  border-left: solid 1px #aaaaaa;
  height: 30px;
  text-align: left;}
#footer-menu ul {
  text-align: left;
  margin: 0px;
  padding: 0px}
#footer-menu li {
  display: inline;
  list-style-type: none;
  float: left;}
#footer-menu li a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #003300;
  background-color: #E4F500;
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}

#footer-menu li.menu-01 a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  background: #ffffff url(img/menubar-01.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}
#footer-menu li.menu-01-a a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  background: #ffffff url(img/menubar-01-a.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}
#footer-menu li.menu-01 a:hover {
  background: #ffffff url(img/menubar-01-a.gif);}

#footer-menu li.menu-02 a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  background: #ffffff url(img/menubar-02.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}
#footer-menu li.menu-02-a a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  background: #ffffff url(img/menubar-02-a.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}
#footer-menu li.menu-02 a:hover {
  background: #ffffff url(img/menubar-02-a.gif);}

#footer-menu li.menu-03 a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  background: #ffffff url(img/menubar-03.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}
#footer-menu li.menu-03-a a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  background: #ffffff url(img/menubar-03-a.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}
#footer-menu li.menu-03 a:hover {
  background: #ffffff url(img/menubar-03-a.gif);}

#footer-menu li.menu-04 a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  background: #ffffff url(img/menubar-04.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}
#footer-menu li.menu-04-a a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  background: #ffffff url(img/menubar-04-a.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}
#footer-menu li.menu-04 a:hover {
  background: #ffffff url(img/menubar-04-a.gif);}

#footer-menu li.menu-05 a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  background: #ffffff url(img/menubar-05.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}
#footer-menu li.menu-05-a a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  background: #ffffff url(img/menubar-05-a.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}
#footer-menu li.menu-05 a:hover {
  background: #ffffff url(img/menubar-05-a.gif);}

#footer-menu li.menu-06 a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  background: #ffffff url(img/menubar-06.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}
#footer-menu li.menu-06-a a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  background: #ffffff url(img/menubar-06-a.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}
#footer-menu li.menu-06 a:hover {
  background: #ffffff url(img/menubar-06-a.gif);}

#footer-menu li.menu-07 a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  background: #ffffff url(img/menubar-07.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}
#footer-menu li.menu-07-a a {
  width: 134px;
  padding: 7px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  background: #ffffff url(img/menubar-07-a.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;}
#footer-menu li.menu-07 a:hover {
  background: #ffffff url(img/menubar-07-a.gif);}

.footer-home-top{
	list-style: none;
	padding: 0;
	padding-right: 7px;
	margin-left: 10px;
	border-right: solid 1px #FFF;
	float: left;
	font-size: 12px;
	letter-spacing: 0;}
.footer-home-top li a{
	color: #FFF;
	font-size: 11px;
	letter-spacing: 0;}
.footer-home-top li a:hover{
	color: #FF6600;}

.footer-home{
	list-style: none;
	padding: 0;
	padding-right: 10px;
	margin-left: 10px;
	border-right: solid 1px #FFF;
	float: left;
	font-size: 12px;
	letter-spacing: 0;}
.footer-home li a{
	color: #FFF;
	font-size: 11px;
	letter-spacing: 0;}
.footer-home li a:hover{
	color: #FF6600;}

.footer-home-02{
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 20px;
	text-align: right;}
.footer-home-02 a{
	font-size: 12px;
	color: #FFF;
	letter-spacing: 0;
	margin: 0 5px;
	padding-left: 5px;
	border-left: solid 1px #FFF;}