@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: #000033;
	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: #000099;
	font-size: 13px;}
a:hover {
	color: #FF0033;
	font-size: 13px;}

img{
	border: 0;}
.black{
	color: #000000;}
.red{
	color: #FF0000;}
.red-12{
	color: #FF0000;
	font-size: 12px;}
.red-bold-16{
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;}
.red-24{
	color: #FF0000;
	font-size: 24px;
	line-height: 130%;}
.red-36{
	color: #FF0000;
	font-size: 36px;
	line-height: 130%;}
.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-12{
	color: green;
	font-size: 12px;}
.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;}
.m-blue{
	background-color: blue;
	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;}
.normal{
	font-weight:normal;}
.bold-12{
	font-weight:bold;
	font-size: 12px;}
.bold-18{
	font-weight:bold;
	font-size: 18px;}
.pink{
	color: #ff476d;}
.pink-bold{
	color: #ff476d;
	font-weight:bold;}
.font11{
	font-size:11px;}
.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;}

.align-right{
	text-align: right;}

.margin-left-60{
	margin-left: 60px;}

.underline{
	border-bottom: solid 1px #FF6600;}

.clear{
	clear: both;}
/*---------- メイン ----------*/
#main {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	border-right: solid 1px #666666;
	border-left: solid 1px #666666;
	background-color: #ffffff;}

/*---------- ヘッダー ----------*/
#header {
  width: 960px;
  height: 300px;
  text-align: center;
  background: #ffffff url(img/top-back-2025.jpg?2021);
  background-repeat: no-repeat;}

h1 {
  margin: 0 auto;
  width: 950px;
  padding: 2px 0 2px 10px;
  text-align: left;
  font-weight: normal;
  font-size: 10px;
  color: #ffffff;
  background-color: #111111;}

#header-menu {
  padding: 0;
  height: 50px;
  border-top: solid 3px #FF0000;
  border-bottom: solid 3px #FF0000;
  background: #ffffff url(img/menubar-01.gif);}
#header-menu ul {
  text-align: left;
  margin: 0px;
  margin-left: 4px;
  padding: 0px}
#header-menu li {
  display: inline;
  list-style-type: none;
  float: left;}
#header-menu li a {
  width: 135px;
  height: 34px;
  padding: 13px 0 3px 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 100%;
  color: #333333;
  background: #ffffff url(img/menubar-01.gif);
  text-align: center;
  display: block;
  border-left: solid 1px #aaaaaa;
  text-decoration: none;}
#header-menu li a:hover {
  background: #ffffff url(img/menubar-01-a.gif);
  color: #FFFFFF;}
#header-menu li.last a {
  border-right: solid 1px #aaaaaa;
  border-left: solid 1px #aaaaaa;
  text-decoration: none;}


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

.top-logo{
	text-align: center;
	margin-top: 50px;}

.top-table{
	float: right;
	width: 240px;
	border-collapse:collapse;
	color: #FFFFFF;}
.top-table td{
	border: solid 1px #000000;
	background-color: #333333;}
.top-table td a{
	color: #FFFFFF;
	display: block;
	padding: 1px 0;}
.top-table td a:hover{
	color: #FFFFFF;
	background-color: #FF0000;
	display: block;}
.top-table th{
	padding-right: 5px;
	height: 60px;}

.top-mail{
	margin-top: 100px;
	margin-right: 20px;
	float: right;}

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


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

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


#contents h2 {
	height: 34px;
	margin: 0 0 0 18px;
	padding: 4px 0 0 25px;
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(img/title-bar.gif);
	background-repeat: no-repeat;}
#contents h4 {
	height: 34px;
	margin: 0 0 0 18px;
	padding: 4px 0 0 25px;
	font-size: 16px;
	color: #333333;
	background-image: url(img/title-bar-02.gif);
	background-repeat: no-repeat;}


#contents p {
  margin: 5px 0;
  padding: 0 25px;
  padding-bottom: 15px;
  line-height: 180%;
  font-size: 14px;
  letter-spacing: 1px;}

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

#photodiv {
	background-repeat: no-repeat;
	margin-left: 25px;
	margin-bottom: 30px;}


.score{
	margin: 25px auto;
	margin-bottom: 0;
	width: 560px;
	background-color: #E4E4E4;
	border-collapse:collapse;
	border: solid 3px #000000;
	border-bottom: solid 0px #666666;
	text-align: center;}
.score th{
	border: solid 1px #999999;}
.score td{
	border: solid 1px #999999;
	border-bottom: solid 1px #000000;
	width: 30px;
	font-weight: bold;}
th.score-title{
	padding: 5px 10px;
	background-color: #2C0011;
	color: #FF9900;
	border-top: solid 10px #000000;
	border-bottom: solid 10px #000000;}
.score-ining{
	background-color: #39A41C;
	color: #FFFFFF;
	font-weight: bold;}
.score-bikou{
	padding: 10px;
	font-size: 12px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	line-height: 160%;}
.score-seiseki{
	padding: 10px 0;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #333333;
	text-align: left;
	line-height: 140%;}
.teamname{
	background-color: #333333;
	color:#FFFFFF;
	font-weight: bold;}



.tab-container{
	width: 556px;
	margin: 0px auto;
	margin-bottom: 50px;
	background-color: #333333;
	border:2px solid #000;
	border-top:20px solid #000;
	letter-spacing: 0;}
.tab-container ol{
	padding: 0;
	margin: 0;
	height:30px;
	border-bottom:1px solid #999;
	list-style:none;}
.tab-container ol li{
	width:90px;
	height:29px;
	border:1px solid #999;
	border-left:none;
	background-color:#DDD;
	float:left;}
.tab-container ol li.activeli{
	height:30px;
	background-color:#0066FF;
	border-bottom:none;}
.tab-container ol li a{
	display:block;
	padding-top:5px;
	color:#000;
	text-align:center;
	text-decoration:none;}
.tab-container ol li a:hover{
	background-color:#99CCFF;}
.tab-container ol li.activeli a{
	font-weight:bold;
	color: #ffffff;}
.tab{
	background-color:#666;
	overflow: hidden;}
.tab-member {
	background: #F0F5FF;
	padding: 20px 30px;}


.tab-score-name{
	margin: 20px 30px;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
	color: #000099;}
.tab-score {
	height:400px;
	width:555px;
	background: #FFF;
	overflow:auto;}
.tab-score dt{
	font-weight: bold;
	border-left: solid 6px #FF0000;
	border-bottom: solid 1px #FF0000;
	width:400px;
	margin-left: 30px;
	padding-left: 5px;}
.tab-score dd{
	margin-top: 10px;
	margin-bottom: 50px;
	margin-left: 50px;
	margin-right: 20px;}

.tab-02{
	line-height: 140%;
	color: #000;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	margin-left: 15px;}
.tab-02 dt{
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 3px 5px;
	width: 450px;
	border-left: 5px solid #99CC00;
	border-bottom: 2px solid #99CC00;
	font-weight: bold;
	color: #FFF;
	background: #000000;}
.tab-02 dd{
	margin-left: 10px;
	color: #FFF;}
.tab-team1{
	text-align: center;
	margin-top: 20px;
	margin-left: 50px;
	background: #FFF;
	float: left;}
.tab-team1 td{
	padding: 1px 5px;}
.tab-team1 table{
	border: 1px solid #333;
	padding: 0 10px;}
.tab-team1 caption{
	font-weight: bold;
	background: #003366;
	color: #ffffff;}
.tab-team2{
	text-align: center;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	margin-left: 50px;
	background: #FFF;
	float: left;}
.tab-team2 td{
	padding: 1px 5px;}
.tab-team2 table{
	border: 1px solid #333;
	padding: 0 10px;}
.tab-team2 caption{
	background: #006699;
	color: #ffffff;}
.tab-03{
	margin-top: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
	border-collapse:collapse;
	background: #FFF;
	text-align: center;}
.tab-03 caption{
	font-weight: bold;
	background: #003366;
	color: #ffffff;}
.tab-03 th{
	background: #000000;
	padding: 0 10px;
	color: #fff;
	border: 1px solid #333333;}
.tab-03 td{
	border: 1px solid #333333;}
.tab-04{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
	border-collapse:collapse;
	background: #FFF;
	text-align: center;}
.tab-04 caption{
	background: #006699;
	color: #ffffff;}
.tab-04 th{
	background: #000000;
	padding: 0 10px;
	color: #fff;
	border: 1px solid #333333;}
.tab-04 td{
	border: 1px solid #333333;}

.PhotoGallery-02{
	margin-top: 15px;
	margin-left: 30px;}
.gallery-02{
	display: inline;
	margin: 0;
	padding: 0;}
.gallery-02 li{
	list-style: none;
	padding: 7px;
	float: left;}
.heianphoto-01-02{
	background-color: #000000;
	padding: 1px 5px;
	margin: 0 auto;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;}
.heianphoto-01-02 a{
	color: #0099FF;}
.heianphoto-02-02{
	background-color: #111111;
	padding: 1px 5px;
	width: 550px;
	margin: 0 auto;
	color: #FF3366;
	font-size: 12px;
	text-align: center;}
.heianphoto-01-03{
	padding: 0px 5px;
	margin: 0 auto;
	color: #000;
	font-weight: bold;
	text-align: center;}
.heianphoto-01-03 a{
	color: #0066FF;}
.heianphoto-02-03{
	padding: 0px 5px;
	width: 550px;
	margin: 0 auto;
	color: #FF3399;
	font-size: 12px;
	text-align: center;}
.tab-container-end{
	width: 620px;
	margin: 0 auto;
	border-top: dotted 1px #333;}
.tab-news{
	background: #FFF;
	padding: 20px 30px;}

.info{
	margin: 0 auto;
	border: solid 1px #999999;
	border-collapse:collapse;
	width: 350px;
	text-align: center;}
.info th{
	border-bottom: solid 1px #999999;
	background: #0B034C;
	color: #FFFFFF;}
.info td{
	padding: 20px 0;}
.info td a{
	font-size: 14px;}

.info-02{
	margin: 0 auto;
	margin-bottom: 40px;
	border-collapse:collapse;
	width: 350px;
	text-align: center;}
.info-02-02{
	border: solid 1px #999999;
	border-bottom: solid 0px #999999;
	background: #0B034C;
	color: #FFFFFF;}
.info-02 td{
	padding: 20px 0;
	border: solid 1px #999999;}
.info-02 td a{
	font-size: 14px;}

.linksyokai{
	margin: 0 auto;
	border-collapse:collapse;}
.linksyokai th{
	border: solid 1px #999999;
	background: #CCCCFF;
	width: 80px;
	text-align: center;}
.linksyokai td{
	border: solid 1px #999999;
	padding: 5px;
	width: 480px;
	line-height: 110%;}

.rule{
	border: solid 1px #999999;
	background: #E8ECEE;
	margin: 0 auto;
	padding: 5px;
	color: #FF0000;
	width: 500px;}

.link-table{
	margin: 10px auto;
	border-collapse:collapse;}
.link-table th{
	border: solid 1px #999999;
	background: #E1EEFF;
	padding: 0 5px;}
.link-table-url{
	border: solid 1px #999999;
	padding: 0 5px;
	width: 200px;}
.link-table-url a{
	text-decoration: none;
	letter-spacing: 0px;
	font-size: 13px;}
.link-table-bun{
	border: solid 1px #999999;
	padding: 2px 5px;
	width: 350px;
	font-size: 13px;
	line-height: 110%;}

.table-01{
	margin: 10px auto;
	border-collapse:collapse;
	width: 500px;}
.table-01 th{
	border: solid 1px #999999;
	background-color: #E7E7E7;
	text-align: center;
	width: 100px;}
.table-01 td{
	border: solid 1px #999999;
	padding: 0 5px;}
td.kouka{
	padding: 10px;
	padding-bottom: 0px;
	padding-right: 20px;}
td.kouka li{
	padding-bottom: 10px;}


.table-02{
	width: 620px;
	border-collapse:collapse;
	margin: 10px auto;}
.table-02 th{
	border: solid 1px #999999;
	background-color: #E7E7E7;
	padding: 0 7px;
	text-align: center;
	width: 195px;}
.table-02 td{
	border: solid 1px #999999;
	padding: 10px 5px;
	line-height: 140%;}
.table-02 a{
	text-decoration: none;
	line-height: 120%;}

.table-03{
	width: 620x;
	border-collapse:collapse;
	margin: 10px auto;}
.table-03 th{
	border: solid 1px #999999;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	background-color: #0B034C;
	padding: 5px 7px;
	line-height: 120%;}
.table-03 td{
	border: solid 1px #999999;
	border-bottom: solid 2px #333333;
	font-size: 11px;
	text-align: center;
	padding: 5px 3px;
	line-height: 120%;}
.table-03-01{
	background-color: #666666;
	color: #FFFFFF;}
.table-03-02{
	background-color: #E7EEFF;}
.table-03-03{
	font-weight: bold;
	color: #FF6600;
	font-size: 13px;}
.table-03-04{
	background-color: #FFFABE;}
td.table-03-05{
	background-color: #eeeeee;
	text-align: left;
	line-height: 130%;
	padding: 2px 3px;}
td.table-03-06{
	background-color: #FFEEFF;}
td.table-03-07{
	padding: 5px 10px;
	width: 300px;
	text-align: left;
	font-size: 12px;
	line-height: 140%;}
.table-03-v{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	font-size: 15px;}
.table-03-v2{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0000FF;
	font-size: 15px;}
.table-03-v4{
	color: #339900;
	font-weight: bold;
	background-color: #E7EEFF;}
.table-03-v8{
	color: #CC00CC;
	font-weight: bold;
	background-color: #E7EEFF;}
.table-03 td a{
	 background-image: url(img/syosai.gif);
	 display: block;
	 width: 18px;
	 margin: 0 auto;
	 background-repeat: no-repeat;}
.table-03 td a:hover{
	 background-image: url(img/syosai-a.gif);}

.table-04{
	border-collapse:collapse;
	margin-top: 20px;
	margin-left: 60px;}
.table-04 th{
	padding: 5px 7px;}
.table-04 td{
	border: solid 1px #0B034C;
	text-align: center;
	padding: 3px 8px;}

.table-05{
	border-collapse:collapse;
	width: 270px;}
.table-05 th{
	padding: 2px 5px;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	background: #333333;}
.table-05 td{
	border: solid 1px #999999;
	text-align: center;
	font-size: 12px;}

.table-06{
	border-collapse:collapse;
	width: 570px;
	margin: 10px auto;
	line-height: 120%;}
.table-06 tr{
	border: solid 1px #999999;}
.table-06 th{
	padding: 5px;
	border: solid 1px #999999;
	border-left: solid 5px #FF0000;
	background: #E7E7E7;
	text-align: center;
	width: 140px;}
.table-06 td{
	font-size: 12px;
	padding: 5px;}

.table-07{
	border-collapse:collapse;
	margin: 10px auto;}
.table-07 td{
	padding: 0 20px;}

.table-08{
	border-collapse:collapse;
	margin: 10px auto;}
.table-08 th{
	padding: 10px;
	border: solid 1px #999999;
	text-align: center;
	line-height: 120%;
	background-color: #0B034C;
	color: #FFFFFF;
	font-size: 13px;}
.table-08 td{
	padding: 5px 10px;
	text-align: center;
	line-height: 120%;
	border: solid 1px #999999;}
.table-08 td a{
	 background-image: url(img/syosai.gif);
	 display: block;
	 width: 18px;
	 margin: 0 auto;
	 background-repeat: no-repeat;}
.table-08 td a:hover{
	 background-image: url(img/syosai-a.gif);}

.table-09{
	border-collapse:collapse;
	margin: 10px auto;}
.table-09 th{
	padding: 5px;
	border: solid 1px #999999;
	text-align: center;
	line-height: 120%;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 11px;}
.table-09 td{
	padding: 0 10px;
	text-align: center;
	border: solid 1px #999999;}

.table-10{
	border-collapse:collapse;
	margin: 10px auto;}
.table-10 th{
	padding: 5px;
	border: solid 1px #999999;
	text-align: center;
	line-height: 120%;
	background-color: #0B034C;
	color: #FFFFFF;
	width: 150px;
	font-size: 14px;}
.table-10 td{
	padding: 0 10px;
	text-align: center;
	border: solid 1px #999999;}

.table-11{
	border-collapse:collapse;
	margin: 10px auto;}
.table-11 th{
	padding: 15px;
	border: solid 1px #999999;
	text-align: center;
	line-height: 120%;
	background-color: #0B034C;
	color: #FFFFFF;
	font-size: 14px;}
.table-11 td{
	padding: 10px;
	text-align: center;
	line-height: 120%;
	border: solid 1px #999999;}

.table-12{
	border-collapse:collapse;
	margin: 5px auto;
	width: 400px;}
.table-12 th{
	padding: 10px;
	text-align: center;
	line-height: 120%;
	background-color: #0B034C;
	color: #FFFFFF;
	font-size: 14px;}
.table-12 td{
	padding: 10px;
	text-align: center;
	line-height: 120%;
	border: solid 1px #999999;}

.table-13{
	margin: 10px auto;}
.table-13 td{
	padding: 10px;
	text-align: center;}

.table-14{
	border-collapse:collapse;
	margin: 5px auto;
	width: 500px;}
.table-14 th{
	padding: 10px;
	text-align: center;
	line-height: 120%;
	background-color: #0B034C;
	color: #FFFFFF;
	font-size: 14px;}
.table-14 td{
	padding: 10px;
	text-align: center;
	line-height: 120%;
	border: solid 1px #999999;}

.table-15{
	border-collapse:collapse;
	margin: 5px auto;
	width: 620px;}
.table-15 th{
	padding: 10px;
	line-height: 120%;
	font-weight: normal;
	font-size: 12px;
	border: solid 1px #999999;}
.table-15 td{
	padding: 5px;
	text-align: center;
	line-height: 160%;
	font-size: 12px;
	border: solid 1px #999999;}

.table-16{
	border-collapse:collapse;
	margin: 5px auto;
	width: 620px;}
.table-16 th{
	padding: 10px;
	line-height: 120%;
	text-align: center;
	font-size: 14px;
	border: solid 1px #999999;}
.table-16 td{
	padding: 5px;
	line-height: 160%;
	font-size: 12px;
	border: solid 1px #999999;}

.table-17{
	border-collapse:collapse;
	margin: 10px auto;	
	line-height: 120%;}
.table-17 th{
	padding: 10px;
	text-align: center;
	font-size: 14px;
	width: 80px;
	border: solid 1px #999999;
	background-color: #E7E7E7;}
.table-17 td{
	padding: 5px;
	border: solid 1px #999999;}
.table-17-01{
	font-size: 16px;
	width: 150px;
	line-height: 160%;}
.table-17-02{
	text-align: center;
	font-size: 12px;
	width: 85px;}
.table-17 a{
	font-size: 15px;}

.table-18{
	border-collapse:collapse;
	margin-left: 30px;}
.table-18 th{
	text-align: center;
	font-size: 14px;
	color: #FF0000;
	width: 20px;
	vertical-align: top;}
.table-18 td{
	padding: 0 5px;
	line-height: 140%;
	font-size: 14px;}

.table-19{
	margin: 0 auto;}
.table-19 td{
	padding: 10px;}

.table-20{
	width: 620x;
	border-collapse:collapse;
	margin: 10px auto;}
.table-20 th{
	border: solid 1px #999999;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	background-color: #0B034C;
	padding: 5px 7px;
	line-height: 120%;}
.table-20 th a{
	color: #FFFFFF;}
.table-20 th a:hover{
	color: #FF3333;}
.table-20 td{
	border: solid 1px #999999;
	border-bottom: solid 2px #333333;
	font-size: 11px;
	text-align: center;
	padding: 5px 3px;
	line-height: 120%;}
.table-20 td a{
	font-size: 11px;
	text-decoration: none;}
.table-20 td a:hover{
	text-decoration: underline;}
.table-20-01{
	background-color: #666666;
	color: #FFFFFF;}
.table-20-04{
	background-color: #FFFABE;}
.table-20 img{
	padding-bottom: 5px;}

.table-21{
	border-collapse:collapse;
	margin: 10px auto;}
.table-21 th{
	border: solid 1px #999999;
	background-color: #E7E7E7;
	padding: 0 7px;
	text-align: center;
	width: 100px;}
.table-21 td{
	line-height: 140%;
	font-size: 13px;}
.table-21 a{
	text-decoration: none;
	line-height: 120%;}
.table-21-01{
	width: 250px;
	border: solid 1px #999999;
	padding: 10px 5px;}
.table-21-02{
	padding: 10px 4px;
	padding-right: 7px;
	height: 30px;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;}
.table-21-03{
	padding: 10px 4px;
	padding-right: 7px;
	height: 30px;
	border: solid 1px #999999;
	border-left: solid 0px #999999;}

.table-22{
	border-collapse:collapse;
	margin: 10px auto;}
.table-22 th{
	padding: 10px;
	border: solid 1px #999999;
	text-align: center;
	line-height: 120%;
	background-color: #0B034C;
	color: #FFFFFF;
	font-size: 13px;}
.table-22 td{
	padding: 5px 10px;
	text-align: left;
	line-height: 160%;
	border: solid 1px #999999;}

.table-23{
	margin-left: 20px;}
.table-23 th{
	padding-right: 15px;}

.table-24{
	width: 600px;
	margin-top: 15px;}
.table-24 th{
	padding-right: 5px;
	width: 75px;}
.table-24 td{
	vertical-align: middle;
	padding: 5px;
	border: solid 1px #999999;
	background: #E1EFFF;}

.table-25{
	border-collapse:collapse;
	margin: 10px auto;}
.table-25 td{
	padding: 12px;}
.table-25-01{
	border: solid 1px #999999;
	text-align: center;}
.table-25-02{
	border: solid 1px #999999;
	text-align: center;
	line-height: 140%;
	background-color: #111111;
	color: #FFFFFF;
	padding: 5px;
	font-size: 14px;}
.table-25-03{
	text-align: center;
	line-height: 140%;
	color: #000000;
	padding: 2px;
	font-size: 14px;}

.table-26{
	margin: 10px auto;
	text-align: center;}
.table-26 td{
	padding: 10px;}

.table-27{
	border-collapse:collapse;
	margin: 10px auto;
	width: 600px;}
.table-27 th{
	padding: 5px 10px;
	border: solid 1px #333333;
	border-bottom: dotted 1px #333333;
	text-align: left;}
.table-27-01{
	padding: 10px;
	border: solid 1px #333333;
	text-align: center;}
.table-27-02{
	padding: 5px 10px;
	line-height: 140%;
	border: solid 1px #333333;
	border-top: solid 0px #333333;
	vertical-align: top;}

.table-28{
	margin: 10px auto;
	margin-bottom: 50px;
	border-collapse:collapse;
	width: 500px;}
.table-28 th{
	border: solid 1px #999999;
	background: #EAFFD5;
	text-align: center;
	width: 100px;}
.table-28 td{
	border: solid 1px #999999;
	padding: 5px;}

.table-29{
	margin-bottom: 30px;
	border-collapse:collapse;
	line-height: 120%;
	letter-spacing: 0;
	width: 300px;
	margin-top: 20px;}
.table-29 th{
	border: solid 1px #999999;
	background: #EAFFD5;
	text-align: center;}
.table-29 td{
	border: solid 1px #999999;
	padding: 5px;}
td.table-29-01{
	text-align: center;
	background: #009900;
	padding: 5px 20px;
	font-weight: bold;
	color: #FFF;
	line-height: 140%;}
td.table-29-02{
	font-weight: bold;
	color: #000000;
	font-size: 18px;}
.table-30{
	float: left;
	margin-top: 20px;}
.table-30-01{
	font-weight: bold;
	font-size: 24px;
	font-family: Arial, "MS P ゴシック", "MS P Gothic", sans-Serif;}
.table-30-02{
	font-weight: bold;
	color: #FF0000;
	font-size: 24px;}
.table-30-03{
	border: solid 1px #999999;
	background: #E1EFFF;
	width: 500px;
	margin: 0 auto;}
.table-30-03 p {
  margin: 5px 0;
  padding-bottom: 15px;
  font-size: 14px;
  letter-spacing: 1px;}





.table-31{
	margin: 10px auto;
	margin-bottom: 50px;
	border-collapse:collapse;
	line-height: 140%;
	text-align: center;
	font-size: 16px;
	color: #000000;}
.table-31 th{
	border: solid 1px #999999;
	background: #F3FFFF;
	padding: 10px 5px;
	font-weight: normal;}
.table-31-02{
	width: 150px;}
.table-31-03{
	width: 60px;}
.table-31 img{
	padding: 10px;}
.table-31 td{
	border: solid 1px #999999;
	padding: 5px;}
.table-31-01{
	margin-top: 20px;
	margin-left: 60px;
	font-size: 16px;}
.table-31-02{
	font-size: 13px;}

.table-32{
	margin: 10px auto;
	margin-bottom: 50px;
	border-collapse:collapse;
	line-height: 120%;
	text-align: center;
	font-size: 12px;
	color: #000000;}
.table-32 th{
	border: solid 1px #999999;
	background: #F3FFFF;
	padding: 10px 5px;}
.table-32 td{
	border: solid 1px #999999;
	padding: 10px;}

.table-33{
	text-align: center;
	margin: 10px auto;
	font-size: 18px;}
.table-33 td{
	padding-left: 20px;
	line-height: 200%;}

.table-34{
	text-align: center;
	margin: 5px auto;}
.table-34 td{
	padding: 20px;}

.table-35{
	margin: 10px 10px 10px 30px;
	border-collapse:collapse;
	line-height: 120%;
	text-align: center;
	font-size: 12px;
	float: left;}
.table-35 th{
	border: solid 1px #999999;
	background: #3399FF;
	color: #FFF;
	padding: 10px 5px;}
.table-35 td{
	border: solid 1px #999999;
	padding: 5px 10px;}

.table-36{
	margin: 0px auto;
	border-collapse:collapse;
	line-height: 140%;
	font-size: 14px;
	width: 620px;}
.table-36 th{
	border: solid 1px #999999;
	background: #3399FF;
	color: #FFF;
	padding: 10px 5px;
	width: 110px;}
.table-36 td{
	border: solid 1px #999999;
	padding: 5px 10px;}

.table-37{
	margin: 0px auto;
	border-collapse:collapse;
	line-height: 140%;
	font-size: 12px;
	width: 620px;}
.table-37 th{
	border: solid 1px #999999;
	color: #fff;
	background: #000066;
	padding: 5px 5px;
	text-align: center;}
.table-37 td{
	border: solid 1px #999999;
	padding: 5px 10px;
	text-align: center;}
td.table-37-2{
	text-align: left;}

.table-38{
	margin: 10px auto;
	border-collapse:collapse;
	line-height: 120%;
	text-align: center;
	font-size: 12px;}
.table-38 th{
	border: solid 1px #999999;
	background: #3399FF;
	color: #FFF;
	padding: 10px 3px;}
.table-38 td{
	border: solid 1px #999999;
	padding: 5px 3px;}

.table-39{
	margin: 10px auto;
	border-collapse:collapse;
	line-height: 140%;
	font-size: 14px;}
.table-39 th{
	border: solid 1px #999999;
	text-align: center;
	padding: 10px 3px;}
.table-39 td{
	border: solid 1px #999999;
	padding: 5px 5px;}

.table-40{
	margin: 10px auto;
	border-collapse:collapse;
	line-height: 120%;
	font-size: 13px;}
.table-40 th{
	border: solid 1px #999999;
	text-align: center;
	background-color: #F0FF89;
	padding: 5px 3px;}
.table-40 td{
	border: solid 1px #999999;
	padding: 5px 3px;}


.table-photo-oritatami{
	border-collapse:collapse;
	margin: 0 auto;
	width: 560px;
	background-color: #333333;
	border: solid 3px #000000;
	border-top: solid 0px #999999;}
.table-photo-oritatami td{
	vertical-align: middle;}
.table-photo-oritatami a{
	color: #00CCFF;}
.table-photo-oritatami a:hover{
	color: #FFFF00;}

.table-photo{
	border-collapse:collapse;
	margin: 0 auto;
	width: 560px;
	background-color: #999999;
	border: solid 3px #000000;
	border-top: solid 0px #999999;}
.table-photo th{
	padding: 0 5px;
	background-color: #000000;
	color: #FFFFFF;}
.table-photo th a{
	color: #0099FF;}
.table-photo th a:hover{
	color: #FF0033;}
.table-photo td{
	padding: 15px;
	text-align: center;}
td.table-photo-bun{
	text-align: center;
	padding: 5px;
	font-size: 12px;
	line-height: 100%;
	color: #FF6699;
	background-color: #111111;}

.form-01{
	padding: 15px;
	text-align: center;
	border: solid 1px #999999;
	background-color: #E7EEFF;}

.koushienmark{
	vertical-align: -5px;
	padding-right: 5px;}

.prof{
	border: solid 1px #999999;
	background-color: #E7EEFF;
	padding: 5px;
	width: 600px;
	margin: 0 auto;}

.bookinfo{
	float: right;
	margin-top: 15px;
	padding-left:10px;
	text-align: center;}
.bookinfo a{
	line-height: 120%;}

.tagiru-01{
	float: right;
	margin-top: 15px;
	padding-left:10px;
	padding-right:20px;
	text-align: center;
	font-size: 12px;
	color: #0066FF;
	line-height: 130%;}

.tagirucoment{
	margin-top: 30px;
	margin-left: 10px;
	float: left;
	text-align: center;
	color: #FF0000;
	line-height: 140%;
	font-size: 13px;
	width: 250px;}
.tagirucoment img{
	padding:5px;}

.v1-01{
	background-image: url(img/v1.jpg);
	background-repeat: no-repeat;
	height: 393px;
	width: 600px;
	margin: 0 auto;
	margin-bottom: 30px;
	border: solid 5px #000000;
	border-top: solid 0px #000000;}
.v1-01 img{
	margin-left: 495px;
	margin-top: 250px;}
.v1-01-01{
	margin: 0 auto;
	padding: 5px 10px;
	width: 580px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	border-left: solid 5px #000000;
	border-right: solid 5px #000000;
	background-color: #000000;}
.v1-02 {
	border: solid 1px #999999;
	border-bottom: solid 0px #999999;
	background-color: #0B034C;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 20px;
	text-align: center;
	width: 400px;
	margin: 0px auto;
	margin-top: 30px;}

.v1-03 {
	border: solid 1px #999999;
	background-color: #E7EEFF;
	padding: 5px 20px;
	width: 400px;
	margin: 0px auto;}
.v1-03 a{
	text-decoration: none;}
.v1-03 a:hover{
	text-decoration: underline;}

.v2-01{
	background-image: url(img/v2.jpg);
	background-repeat: no-repeat;
	height: 377px;
	width: 600px;
	margin: 0 auto;
	margin-bottom: 30px;
	border: solid 5px #000000;
	border-top: solid 0px #000000;}
.v2-01 img{
	margin-left: 460px;
	margin-top: 250px;}
.v2-01-01{
	margin: 0 auto;
	padding: 5px 10px;
	width: 580px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	border-left: solid 5px #000000;
	border-right: solid 5px #000000;
	background-color: #000000;}
.v2-02 {
	border: solid 1px #999999;
	border-bottom: solid 0px #999999;
	background-color: #0B034C;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 20px;
	text-align: center;
	width: 430px;
	margin: 0px auto;
	margin-top: 30px;}
.v2-03 {
	border: solid 1px #999999;
	background-color: #E7EEFF;
	padding: 5px 20px;
	width: 430px;
	margin: 0px auto;}
.v2-03 a{
	text-decoration: none;}
.v2-03 a:hover{
	text-decoration: underline;}

.v3-01{
	background-image: url(img/v3.jpg);
	background-repeat: no-repeat;
	height: 377px;
	width: 600px;
	margin: 0 auto;
	margin-bottom: 30px;
	border: solid 5px #000000;
	border-top: solid 0px #000000;}
.v3-01 img{
	margin-left: 470px;
	margin-top: 350px;}
.v3-01-01{
	margin: 0 auto;
	padding: 5px 10px;
	width: 580px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	border-left: solid 5px #000000;
	border-right: solid 5px #000000;
	background-color: #000000;}
.v3-02 {
	border: solid 1px #999999;
	border-bottom: solid 0px #999999;
	background-color: #0B034C;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 20px;
	text-align: center;
	width: 430px;
	margin: 0px auto;
	margin-top: 30px;}
.v3-03 {
	border: solid 1px #999999;
	background-color: #E7EEFF;
	padding: 5px 20px;
	width: 430px;
	margin: 0px auto;}
.v3-03 a{
	text-decoration: none;}
.v3-03 a:hover{
	text-decoration: underline;}

.v4-01{
	background-image: url(img/v4.jpg);
	background-repeat: no-repeat;
	height: 377px;
	width: 600px;
	margin: 0 auto;
	margin-bottom: 30px;
	border: solid 5px #000000;
	border-top: solid 0px #000000;}
.v4-01 img{
	margin-left: 470px;
	margin-top: 350px;}
.v4-01-01{
	margin: 0 auto;
	padding: 5px 10px;
	width: 580px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	border-left: solid 5px #000000;
	border-right: solid 5px #000000;
	background-color: #000000;}
.v4-02 {
	border: solid 1px #999999;
	border-bottom: solid 0px #999999;
	background-color: #0B034C;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 20px;
	text-align: center;
	width: 430px;
	margin: 0px auto;
	margin-top: 30px;}
.v4-03 {
	border: solid 1px #999999;
	background-color: #E7EEFF;
	padding: 5px 20px;
	width: 430px;
	margin: 0px auto;}
.v4-03 a{
	text-decoration: none;}
.v4-03 a:hover{
	text-decoration: underline;}

.m1942-top{
	margin: 0 auto;
	width: 600px;
	margin-bottom: 30px;
	border: solid 5px #CC9900;}
.m1942-02 {
	border: solid 1px #999999;
	border-bottom: solid 0px #999999;
	background-color: #0B034C;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 20px;
	text-align: center;
	width: 300px;
	margin: 0px auto;
	margin-top: 30px;}
.m1942-03 {
	border: solid 1px #999999;
	background-color: #E7EEFF;
	padding: 5px 20px;
	width: 300px;
	margin: 0px auto;}
.m1942-03 a{
	text-decoration: none;}
.m1942-03 a:hover{
	text-decoration: underline;}

.PhotoGallery{
	background-color: #999999;
	padding: 10px;
	padding-left: 20px;
	margin: 0 auto;
	width: 524px;
	border: solid 3px #000000;
	border-top: 0;}
.gallery{
	display: inline;
	margin: 0;
	padding: 0;}
.gallery li{
	list-style: none;
	float: left;
	padding: 7px;}
.heianphoto-01{
	background-color: #000000;
	padding: 1px 5px;
	width: 550px;
	margin: 0 auto;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;}
.heianphoto-01 a{
	color: #0099FF;}
.heianphoto-02{
	background-color: #111111;
	padding: 1px 5px;
	width: 550px;
	margin: 0 auto;
	color: #FF3366;
	font-size: 12px;
	text-align: center;}

.kanren{
	background: #000066;
	font-weight: bold;
	color: #FFFFFF;
	width: 400px;
	margin: 0 auto;
	padding: 0 10px;}
.kanren-02{
	color: #FF0000;}

.MemoryHEIAN-01{
	margin-top: 10px;}
.MemoryHEIAN-02{
	width: 498px;
	margin: 0 auto;
	margin-bottom: 40px;
	border: solid 1px #333333;
	background: #eeeeee;
	overflow: hidden;}
.MemoryHEIAN-03{
	margin: 0;
	padding: 0;
	margin-left: 25px;
	padding: 10px;
	line-height: 120%;
	list-style: url(img/listmark.gif);}
.MemoryHEIAN-03 li{
	padding: 5px 0;}
	
.list-03{
	margin: 10px 40px;}	
.list-03 dt{
	clear: left;
	float: left;
	width: 90px;
	border-left: solid 8px #00CC00;
	padding-left: 5px;
	color: #333333;
	font-weight: bold;}
.list-03 dd{
	margin-bottom: 10px;
	margin-left: 10px;}


.stadium-01{
	padding: 10px 0;
	padding-left: 25px;
	width: 500px;
	margin: 5px auto;
	border: solid 1px #333333;
	overflow: hidden;
	background: #eeeeee;
	letter-spacing: 0;}
.stadium-01 li{
	padding-left: 17px;
	padding-right: 25px;
	padding-bottom: 15px;
	background-image: url(img/ball.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	list-style-type: none;
	float: left;
	line-height: 110%;}
.stadium-01 a{
	line-height: 110%;}

.link-01{
	padding: 10px 0;
	padding-left: 25px;
	margin: 5px 20px;
	overflow: hidden;
	letter-spacing: 0;}
.link-01 li{
	padding-left: 17px;
	padding-right: 25px;
	padding-bottom: 10px;
	background-image: url(img/ball.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	list-style-type: none;
	line-height: 110%;}
.link-01 a{
	line-height: 110%;}

.tweet-03-001{
	width: 560px;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 5px 5px;
	border:solid 1px #999999;
	border-bottom:solid 0px #999999;
	background: #000033;
	text-align: center;}
.tweet-03-001 img{
	vertical-align: middle;
	padding: 5px 10px;}
.tweet-03-01{
	width: 560px;
	font-size: 16px;
	color: #000;
	margin: 0 auto;
	padding: 5px 5px;
	padding-bottom: 10px;
	border:solid 1px #999999;
	border-top:solid 0px #999999;
	background: #C3DFFF;
	text-align: left;}
.tweet-03 {
	border:solid 1px #999999;
	font-size: 13px;
	line-height: 140%;
	letter-spacing: 0;
	margin: 0 auto;
	margin-bottom: 30px;
	height:230px;
	width:620px;
	overflow:auto;}
.tweet-04 {
	margin-bottom: 5px;
	padding-top: 5px;
	text-align: center;}
.tweetlist{
	max-height: 500px;
	overflow: auto;
	border: solid 1px #999999;
	padding:10px 20px;
	color: #333;
	background: #fff;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0;
	height:500px;}	
.tweettime{
	font-size: 12px;
	color: #333;}

.YamazakiBord{
	text-align: center;}
.YamazakiBord img{
	border: solid 8px #0033FF;}
.YamazakiBord-02{
	text-align: right;
	margin-right: 50px;}

.k2012{
	margin: 0 auto;}
.k2012 td{
	text-align: right;
	padding-left: 10px;}

.k2012tagiru{
	float: left;
	text-align: center;
	margin-top: 30px;
	margin-left: 50px;
	margin-bottom: 30px;}
.k2012tagiru-02{
	text-align: center;
	margin-top: 30px;
	margin-left: 50px;
	margin-bottom: 30px;}
.k2012tagiru-03{
	float: left;
	text-align: center;
	margin-top: 30px;
	margin-left: 120px;
	margin-right: 50px;
	margin-bottom: 30px;}


.iframe-douga{
	text-align: center;
	padding: 20px 0;
	background: #000000;}

/*---------- 左メニュー ----------*/

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

.menulist {
  margin-bottom: 15px;
  padding-right: 2px;
  width: 270px;
  text-align: left;}
.menulist h3{
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  margin: 0;
  padding: 0 0 0 22px;
  color: #ffffff;
  background-image: url(img/list-img.gif);}
.menulist a{
  color: #444444;
  display: block;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #000099;
  border-left: solid 1px #dddddd;
  width: 237px;
  padding: 10px 4px 10px 27px;
  font-size: 80%;
  background-image: url(img/menuicon.gif);
  background-repeat: no-repeat;
  text-decoration: none;}
.menulist a:hover{
  color: #0B034C;
  background-image: url(img/menuicon-a.gif);
  background-repeat: no-repeat;
  background-color: #C7E6FF;}

.menulist-02 {
  margin-bottom: 15px;
  padding-right: 2px;
  width: 270px;
  text-align: left;}
.menulist-02 h3{
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  margin: 0;
  padding: 0 0 0 22px;
  color: #ffffff;
  background-image: url(img/list-img.gif);}
.list {
	border:solid 1px #999999;
	height:230px;
	width:268px;
	overflow:auto;
	background-color: #FFF;
	margin-right:5px;}
.list-01{
	font-weight: bold;
	padding: 0;
	padding-left: 10px;
	padding-top: 10px;}
.list-02{
	padding: 0 5px;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 0px;}

.menulist-03 {
  margin-bottom: 15px;
  padding-right: 2px;
  width: 270px;
  text-align: left;}
.menulist-03 h3{
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  margin: 0;
  padding: 0 0 0 22px;
  color: #ffffff;
  background-image: url(img/list-img.gif);}
.menulist-03-a{
	text-align: center;
	border: solid 1px #999999;
	border-top: solid 0px #999999;
	padding: 10px;
	padding-top: 0}
.menulist-03-a img{
	margin-top: 10px;}
.menulist-03-02 {
	border: solid 1px #999999;
	text-align: center;
	padding: 10px;}

.menulist-04 {
  margin-bottom: 15px;
  padding-right: 2px;
  width: 270px;
  text-align: left;}
.menulist-04 h3{
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  margin: 0;
  padding: 0 0 0 22px;
  color: #ffffff;
  background-image: url(img/list-img.gif);}

.menulist-tweet{
	margin-bottom: 15px;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 130%;}
.menulist-tweet h3{
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	margin: 0;
	padding: 0 0 0 22px;
	color: #ffffff;
	background-image: url(img/list-img.gif);}
.menulist-tweet-02{
	border: solid 1px #999999;
	border-top: solid 0px #999999;}
.menulist-tweet a{
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 0;
	text-decoration: none;}

.menulist-rss {
	margin-bottom: 15px;
	padding-right: 2px;
	width: 270px;
	text-align: left;}
.menulist-rss h3{
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	margin: 0;
	padding: 0 0 0 22px;
	color: #ffffff;
	background-image: url(img/list-img.gif);}
.rsslist{
	max-height: 270px;
	overflow: auto;
	border: solid 1px #999999;
	border-top: solid 0px #999999;}
table.rss-01{
	width: 250px;}
table.rss-01 th{
	vertical-align: top;
	padding-top: 7px;}
table.rss-01 td{
	padding: 5px;
	font-size: 11px;
	color: #000000;}
table.rss-01 a{
	line-height: 120%;
	letter-spacing: 0px;
	text-decoration: none;}
table.rss-01 a:hover{
	color: #000099;
	text-decoration: underline;}

table.rss{
	width: 270px;
	border: solid 1px #999999;
	border-top: solid 0px #999999;}
table.rss th{
	vertical-align: top;
	padding-top: 7px;}
table.rss td{
	padding: 5px;
	font-size: 11px;
	color: #000000;}
table.rss a{
	line-height: 120%;
	letter-spacing: 0px;
	text-decoration: none;}
table.rss a:hover{
	color: #000099;
	text-decoration: underline;}

table.rss-02{
	width: 270px;
	border: solid 1px #999999;
	border-top: solid 0px #999999;
	padding: 5px;}
table.rss-02 th{
	vertical-align: top;
	padding-top: 7px;}
table.rss-02 td{
	padding: 7px 5px;
	padding-bottom: 0px;
	font-size: 11px;
	color: #000000;}
table.rss-02 a{
	line-height: 120%;
	letter-spacing: 0px;
	text-decoration: none;}
table.rss-02 a:hover{
	color: #000099;
	text-decoration: underline;}

.weather{
	width: 270px;
	border: solid 1px #999999;
	border-top: solid 0px #999999;
	line-height: 120%;
	border-collapse:collapse;}
.weather th{
	padding: 5px 5px;
	color: #111111;
	font-size: 14px;
	background: #A6CCFF;
	font-weight: normal;}
.weather td{
	font-size: 13px;
	color: #000000;
	text-align: center;}
.weather img{
	padding: 20px 10px;}
.weather-01{
	background: #C9E4FF;
	width: 63px;}
.weather-02{
	background: #DFF1FF;
	padding: 5px 0;}
.weather-03{
	font-size: 11px;
	float: right;}

.weather-04{
	width: 270px;
	border: solid 1px #999999;
	border-top: solid 0px #999999;
	line-height: 110%;
	border-collapse:collapse;}
.weather-04 th{
	padding: 5px 5px;
	color: #111111;
	font-size: 14px;
	background: #A6CCFF;
	font-weight: normal;}
.weather-04 td{
	text-align: center;}
.weather-05{
	font-size: 11px;
	border-right: solid 1px #999999;}
.weather-04 img{
	padding: 5px 2px;}

/*---------- フッター ----------*/
#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding-bottom: 10px;
	font-size: 13px;
	color: #FFFFFF;
	border-top: solid 8px #0B034C;
	background-color: #333333;}
#footer table{
	border-collapse:collapse;
	width: 960px;}

.footer-logo{
	padding: 0;
	padding-left: 30px;
	vertical-align: top;}

.copyright{
	padding-top: 15px;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 120%;}
.produce{
	padding-top: 40px;
	line-height: 120%;}
.produce a{
	color: #0B034C;
	margin-right: 10px;}
.produce a:hover{
	color: #FF0033;}

.i2i{
	padding-top: 50px;}
	
.pagetop{
	vertical-align: top;
	padding: 0;
	padding-right: 20px;}
.pagetop a{
	background-image: url(img/pagetop.gif);
	color: #FFFFFF;
	width: 109px;
	line-height: 25px;
	text-decoration: none;}
.pagetop a:hover{
	color: #FF0033;}


/*---------- youtube ----------*/
.yt_holder{
    background: #000;
    padding: 10px;
	margin:0 auto;
	width: 500px;}
#ytvideo{
	text-align: center;}


.demo1{
    margin: 0 auto;
    margin-top: 10px;
    padding: 0;
    width: 520px;}
.demo1 li{
    list-style-type: none;
    display:block;
    margin-right: 3px;
    margin-bottom: 3px;
    float: left;}
.demo1 li a{
    text-decoration: none;
    display: block;
    color: #111111;
    background: #99CCFF;
    padding: 0 10px;}
.demo1 li a:hover{
    color: #111111;
    background: #FFFF99;}
.currentvideo {
	font-weight: bold;
	border-left: solid 10px #FF6600;}
