@charset "UTF-8";

#container {
	background-image: url(../common_img/bg_shadow_summer.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
h3 {
	font-size: 110%;
	margin-top: 1.5em;
	margin-bottom: 5px;
	color: #000066;
	padding-bottom: 3px;
	padding-left: 2em;
}
#situation h3 {
	font-size: 110%;
	margin-top: 0em;
	margin-bottom: 0px;
	padding-bottom: 3px;
	padding-left: 2em;
}


#indexcontents h1{
	background-image:url(../index_summer_img/club_theme.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 170px;
	width: 515px;
	margin: 0px;
	padding: 0px;
}
#season {
	background-image:url(../index_summer_img/index_summer.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 220px;
	width: 199px;
	margin-top: 0px;
	margin-left: 360px;
	position: absolute;
	z-index: 5;
}
#contents {
	background-image:url(../contents_img/c_back_summer.jpg);
	background-repeat: no-repeat;
}

#contents h1 {
	color:#000066;
	font-size: 140%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000066;
	padding-top: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 1em;
	margin-left: 10px;
}

#contents h2 {
	color:#000066;
	font-size: 120%;
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	padding: 0px;
	margin-right: 0px;
	line-height: 120%;
}
#contents h2.greeting {
	color:#000066;
	font-size: 110%;
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	padding: 0px 0px 1em;
	margin-right: 0px;
	line-height: 120%;
	text-align: right;
}

#topics h3 {
	color:#000066;
	font-size: 100%;
	padding-top: 0px;
	padding-bottom: 0em;
	padding-left: 1em;
}
#schedule h3 {
	color:#000066;
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	margin-top: 5px;
	margin-right: 1em;
	margin-bottom: 0px;
	margin-left: 2em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000066;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 120%;
}
#schedule h3.west {
	font-size: 120%;
}

#topics {
	color:#666666;
	margin-right: 1em;
	margin-left: 1em;
	margin-top: 2em;
	margin-bottom: 0em;
	background-color: #DDFFFC;
	padding: 10px;
	font-size: 90%;
	line-height: 120%;
}
/* ---------------------------------------------------------------- *
	概要の表組み
 * ---------------------------------------------------------------- */
#situation table {
	border:none;
	border-collapse:collapse;
	font-size: 90%;
	color: #333333;
	width: 460px;
	padding: 0px;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}
#situation th,td {
	border-top: 1px solid #003399;
	border-bottom: 1px solid #003399;
	border-left: none;
	border-right: none;
	empty-cells:show;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 120%;
}
#situation thead {
	color: #FFFFFF;
	background:#003399;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#situation .zi {
	background:#E5FFF9;
	width: 180px;
}	


/* ---------------------------------------------------------------- *
	年間計画の表組み
 * ---------------------------------------------------------------- */
#schedule-y table {
	border:none;
	border-collapse:collapse;
	font-size: 90%;
	color: #333333;
	width: 460px;
	padding: 0px;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
}
#schedule-y th,td {
	border-top: 1px solid #003399;
	border-bottom: 1px solid #003399;
	border-left: none;
	border-right: none;
	empty-cells:show;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 120%;
}
#schedule-y thead {
	color: #FFFFFF;
	background:#003399;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#schedule-y .day {
	background:#E5FFF9;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}	
#schedule-y .day-t {
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}	
#schedule-y .number {
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 35px;
}	
#schedule-y .number-t {
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}	


/* ---------------------------------------------------------------- *
	当月予定の表組み
 * ---------------------------------------------------------------- */
#schedule table {
	border:none;
	border-collapse:collapse;
	font-size: 90%;
	color: #333333;
	width: 450px;
	line-height: 120%;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 3em;
	margin-left: auto;
}
#schedule table.west {
	font-size: 110%;
	line-height: 120%;
	font-weight: bold;
}

#schedule th,td {
	border-top: 1px solid #003399;
	border-bottom: 1px solid #003399;
	border-left: none;
	border-right: none;
	empty-cells:show;
	text-align: left;
	padding-top: 0.1em;
	padding-right: 1em;
	padding-bottom: 0.1em;
	padding-left: 1em;
	line-height: 120%;
}
#schedule thead {
	color: #FFFFFF;
	background:#003399;
	font-weight: bold;
	letter-spacing: .6em;
}
#schedule .day {
	background:#E5FFF9;
	text-align: center;
	width: 60px;
}	
#schedule .day-t {
	text-align: center;
	width: 60px;
}	
#schedule .holiday {
	text-align: center;
	width: 60px;
	color: #CC0000;
	background-color: #FFE7FB;
}	
#schedule .holiday-r {
	color: #CC0000;
	background-color: #FFE7FB;
}	
/* ---------------------------------------------------------------- *
	ADD-S 2008.06.30 HIC
 * ---------------------------------------------------------------- */
 #schedule .month {
    font-size: 150%;
	margin-right: 1em;
	margin-left: 1em;
	padding-top: 10px;
	margin-top: 1em;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
/* ---------------------------------------------------------------- *
	ADD-E 2008.06.30 HIC
 * ---------------------------------------------------------------- */


/* ---------------------------------------------------------------- *
	会員の表組み
 * ---------------------------------------------------------------- */
#member table {
	border:none;
	border-collapse:collapse;
	margin:2em auto;
	font-size: 90%;
	color: #333333;
}
#member th,td {
	padding: 0.3em 1em;
	border-top: 1px solid #003399;
	border-bottom: 1px solid #003399;
	border-left: none;
	border-right: none;
	empty-cells:show;
	text-align: left;
}
#member thead {
	color: #FFFFFF;
	background:#003399;
	font-weight: bold;
	letter-spacing: 1.5em;
}
#member .c1 {
	background:#E5FFF9;
}	

/*---------- 仕切り線 ----------*/
hr {
	height: 2px;
	width: 680px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 0;
	text-align: center;
}



/* ---------------------------------------------------------------- *
	イメージ使用水平メニュー
 * ---------------------------------------------------------------- */

#hmenu_img {
	width: 515px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#hmenu_img ul {
	padding: 0;
	margin: 0;
}

#hmenu_img ul li {
	padding: 0px;
	margin: 0;
	list-style-type: none;
	display:inline;
	line-height: 150px;
}
/*---------- コンテンツ1 ----------*/
#hmenu_img li a {
	color: #FFFFFF;
	height: 100px;
	width: 103px;
	background-image: url(../common_img/upper_btn_summer.png);
	background-repeat: no-repeat;
	float: left;
	position: relative;
	overflow:hidden;
}
#hmenu_img li a:hover {
	background-position: 0 -100px;
}

/* ---------------------------------------------------------------- *
	イメージ使用垂直メニュー
 * ---------------------------------------------------------------- */

#vmenu_img {
	width: 185px;
	margin: 0 0 0 10px;
	padding: 0;
	background-color: #FFFFFF;
}

#vmenu_img ul {
	padding: 0px;
	margin: 0px;
}

#vmenu_img ul li {
	list-style-type: none;
	display:inline;
	line-height: 210%;
	text-indent: 30px;
}
#vmenu_img ul li.contents {
    padding:0px;
	margin: 0px;
}
#vmenu_img li.graphic {
	line-height: 0px;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}

/*---------- コンテンツ ----------*/
#vmenu_img li.contents a {
	height: 25px;
	width: 185px;
	background-image: url(../common_img/side_btn_summer.png);
	background-repeat: no-repeat;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}

#vmenu_img li.contents a:hover {
	background-position: 0 -25px;
}
#line {
	width: 720px;
	background-image: url(../common_img/footer_bg_summer.jpg);
	background-repeat: repeat-y;
	padding-bottom: 0px;
	height: 2px;
	background-position: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
}

/* ---------------------------------------------------------------- *
	お問合せフォームの設定
 * ---------------------------------------------------------------- */

/* ----------- My Form ----------- */
.myform{
	width: 420px;
	padding: 14px;
	margin: 0 auto;
}

/* ----------- stylized ----------- */
#stylized{
	margin-top: 2em;
	margin-bottom: 4em;
	border: solid 2px #b7ddf2;
	background: #ebf4fb;
}
#stylized h1 {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
}
#stylized p{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: solid 1px #b7ddf2;
	font-size: 11px;
	color: #666666;
}
#stylized label{
	float: left;
	width: 160px;
	font-weight: bold;
	display: block;
	text-align: right;
}
#stylized .small{
	width: 160px;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	display: block;
	text-align: right;
}
#stylized input{
	float: left;
	width: 200px;
	padding: 4px 2px;
	margin: 2px 0 20px 10px;
	border: solid 1px #aacfe4;
	font-size: 12px;
}
#stylized textarea{
	float: left;
	width: 200px;
	padding: 4px 2px;
	margin: 2px 0 20px 10px;
	border: solid 1px #aacfe4;
	font-size: 12px;
}
#stylized button{
	clear: both;
	height: 31px;
	width: 125px;
	margin-bottom: 3em;
	margin-left: 150px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 31px;
	text-align: center;
	background: #666666 url(img/button.png) no-repeat;
}

/* ---------------------------------------------------------------- *
	サイトマップ
 * ---------------------------------------------------------------- */
#site-map ul{
	margin-left: 10em;
	font-size: 0.8em;
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#site-map li {
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 0px;
	background-image: url(../contents_img/sitemap-summer.jpg);
	height: 30px;
	width: 250px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
	line-height: 160%;
}

/* ---------------------------------------------------------------- *
	フッタ
 * ---------------------------------------------------------------- */
 
/* フッタでは折り返しを抑制 */
#footer {
	width: 720px;
	padding-top: .5em;
	padding-bottom: 1.5em;
	margin: 0px auto 10px;
	text-align: center;
	background-image: url(../common_img/footer_bg_summer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 0px;
	padding-left: 0px;
}

/* フッタの箇条書きは横並びリスト */
#footer ul {
	margin: 20;
	list-style: none;
	padding-bottom: 10px;
}

#footer ul li {
	display: inline;
	border-left-color: #666666;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-left-width: 1px;
	border-left-style: solid;
}

#footer ul {
	padding: 0;
	margin: 0;
}

#footer ul li {
	margin: 0;
}
