a.gray{text-decoration:none;color : #666666;}
a.gray:hover{text-decoration:none;color : #666666;}
a.gray:visited{text-decoration:none;color : #666666;}
a.gray:active{text-decoration:none;color : #666666;}


body
{
	background: #eeffdd;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 75%;
	line-height: 1.5;
	color: #333;
	background: url(images/common_bg.gif) 0 0 repeat-x;
}

#frame
{
	background:#fff;
	width:756px;
	text-align:left;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
	padding:0;
	margin:0 auto;
}

#frame-inner
{
	position: static;
	margin: 0; 
	padding: 0;
	width: auto;
}


#banner
{
	position: relative;
	margin: 0 auto; 
	padding: 0;
	width: 100%; /* necessary for ie win */
	height: 197px;
	width: 756px; 
}

#banner-inner
{
	position: static;
	width: 756px;
	height: 197px;
	background-color: #ccc;
	background: url(./images/common_top.jpg) no-repeat ;
	margin: 0 auto; 
	padding: 0;
}
#banner-inner h1{
	font-size: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#banner-header a
{
	width: 756px;
	height: 197px;
	position:absolute; top:0px; left:0px;
	display: block;
	text-indent: -9999px;
	margin: 0; 
	padding: 0;
}


#navigation {
	position: relative;
	text-align: center;
	width: 756px;
	margin: 0 auto; 
}
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 32px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
#navigation li {
	float: left;
	width: 108px;
	margin: 0;
	padding: 0;
}
#navigation a {
	display: block;
	width: 100%;
	padding: 5px 0 7px 0;
	color: #FFFFFF;
	background-color: #ccc;
	background-image: url(images/common_list_bg_105.gif); /* オフマウス時の背景画像を指定 */
	background-position: left top; /* オフマウス時の背景画像の開始位置を左上に指定 */
	text-decoration: none;
	text-align: center;
}
#navigation a:hover {
	background-color: #999; /* オンマウス時の背景色を指定 */
	background-position: right top; /* オンマウス時の背景画像の開始位置を右上に指定 */
}

#pagebody
{
	position: relative;
	text-align: center;
	width: 756px;
	margin: 0 auto; 
}

#pagebody-inner
{
	position: static;
	text-align: left;
	background: #fff;
	padding-top: 0px ;
	padding-right: 10px ;
}

.main {
	margin-top: 10px;
	width:530px;
	float:right;
}

.side {
	position: static;
	margin-top: 10px;
	width:180px; 
	float:left;
}

#side-navigation {
	margin: 0; 
	padding: 0;
	width:190px; 
}
#side-navigation ul {
	margin:0px; 
	padding: 0;
	list-style: none;
}

#side-navigation li {
	width:190px; 
	padding: 0;
}

#side-navigation a {
	display: block;
	padding: 5px 0 5px 10px;
	color: #333;
	background-color: #fff;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #ccc;
	border-left: 10px solid #999;
}
#side-navigation a:hover {
	border-left: 10px solid #99cc99;
	background-color: #eeffee; /* オンマウス時の背景色を指定 */
}


#footer
{
	position: relative;
	width: 756px;
	margin: 0 auto; 
}

#footer-inner
{
	border-top:solid 1px #999;
	position: static;
	text-align: center;
	background: #fff;
	padding-top: 10px ;
	padding-right: 10px ;
	padding-bottom: 20px ;
}

h5
{
	font-size: 12px;
	font-weight:bold;
	padding: 5px 10px 5px 0px;
	color: #ffffff;
	background: #003300;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:right;
}

h1
{
	margin-top: 0px;
	margin-bottom: 0px;
}
h2
{
	font-size: 17px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 3px 0px 8px 28px;
	background: #FFFFFF url(./images/common_h1_bar.gif) left center no-repeat;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	width:490px;
	border-bottom:solid 1px #cccccc;
	padding: 4px 0px 3px 23px;
	background: #FFFFFF url(./images/common_racket_g.gif) left center no-repeat;
	color: #006633;
	text-decoration: none;
	text-align: left;

}
h4 {
	font-size: 13px;
	padding: 0px 0px 0px 21px;
	color: #333333;
	text-decoration: none;
	text-align: left;
}




/* カレンダーテーブル基本設定 */
table{
	border-collapse: collapse;
	margin:15px 0px 10px 20px;
	width:350px;
}

table.wide {
	width:500px;
}

table.schedule {
	font-size:10px;
	width:500px;
	paddin:0px
}

th {
	color: #ffffff;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #ffffff;
	background-color: #5CAF37;
}

th.topwidth{
	width:110px;
}

td {
	color: #333333;
	padding: 4px;
	text-align: center;
	border-right:solid 2px #ffffff;
	border-bottom:solid 1px #cccccc;
	background-color: #FFFFE9;
}

td.left{
	text-align: left;
}

img {
	margin:0px 0px 10px 20px;
}
img.left{
	float: left;
	margin-right:15px;
}
img.right{
	float: right;
	margin-left:15px;
}
.summary{
	float: both;
	width:250px;
	border: solid 1px;
}

.clear{
	clear: both;
}

.note{
	margin: 0px 0px 20px 0px;
	border-bottom:1px dotted #cccccc;
	padding-bottom:5px;
	line-height: 2.5;
	color: #003300;
	vertical-align:top;
}
/* ドロップシャドウ */
.shadow {
	text-valign:top;
	margin: 10px 10px 10px 5px;
	background: url(./images/common_shadow.gif) right bottom;
	float: left;
}
.shadow img {
	margin: 0;
	position: relative;
	left: -5px;
	top: -5px;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #999999;
}

div.marginleft{
	margin-left: 25px;
}
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
}

.red {
	color: #ff0000;
}
.blue {
	color: #0000ff;
}
.big {
	font-size:150%;
	font-weight:bold;
	color: #333333;
	text-decoration: none;
	text-align: left;
}
.to-top {
	float: right;
	width:100px;
	padding: 3px 0px 3px 21px;
	background: #FFFFFF url(./images/common_totop.gif) left center no-repeat;
	color: #337733;
	text-decoration: none;
	text-align: left;
}
.logo
{
	text-align: center;
}

iframe
{
	margin-bottom: 25px;
}

