/*
Theme Name:上納池スポーツ公園
Theme URL：http://sv51.wadax.ne.jp/~hamada-sports-com/jounoike/
Description:上納池施設のウェブサイト用です。
Author:yoshida@a-blosse
*/
/* ページの基本デザイン用CSS */
body {
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
	text-align: center;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#F3FAEB;
}
p {
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
	line-height: 110%;
	margin-top: 10px;
	margin-left:10px;
	margin-bottom:10px;

}

/* ====== 見出し==================== */
.caption01{
margin-left:20px;
font-weight:bold;
color:#800000; 
font-size:small;
}

/* -----------------------
　テキスト基本デザイン 
------------------------*/
.txt1{
font-size:75%;
color:#000000;
line-height:130%;
margin-top:5px;
margin-bottom:10px;
margin-left:10px;
margin-right:10px;
}

/*概要の小さい文字(ページ左メニュー下)*/
.txt2{
font-size:60%;
color:#000000;
line-height:130%;
margin-top:10px;
margin-bottom:3px;
}

.txt3{
font-size:70%;
color:#000000;
}

.txt4{
font-size:75%;
line-height:130%;
}
.newsfont p{
font-size:100%;
}
#number td{
font-size:75%;
}
#number p{
font-size:100%;
}
/*フッターのスタイル*/
#footer {
    clear: both;
	background-image: url(../images/footer.gif);
	back-ground-position:bottom;
	height:94px;
	color:#FFFFFF;
position:relative;
}
#footer h1{
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
	font-size: 75%;
	margin-bottom: 0px;
	font-weight:normal;
	position:absolute;
	left: 5px;
	bottom:5px;}


.contents {
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	width: 800px;
	margin:auto;
	text-align: left;
	position:relative;
}

/* -----------------------
　共通クラス
------------------------*/
.pdg-5{padding:5px;}

a img {border:none;}

/* -----------------------
　スポーツ教室
------------------------*/
#lesson-info h3{
        background-color:#ef89a1;
        color:#FFF;
        padding:3px 3px 3px 10px;
        margin-bottom:5px;
        font-size:15px;
        font-weight:bold;
}
#lesson-info table{
	 border-collapse:collapse; 
 	border-spacing:0;
	border-bottom: solid 1px #666;
	border-left: solid 1px #666;
	border-right: none;
	border-top: none;
	margin: 10px 0px;
	line-height: 1.2em;
        font-size:12px;
}
#lesson-info th{
	padding: 3px 3px;
	border-bottom: none;
	border-left: none;
	border-right: solid 1px #666;
	border-top: solid 1px #666;
	color: #333333;
	font-weight: bold;
	text-align: center;
       background-color:#ffe8ea;
        /* background-color:#fdeddf;*/
}
#lesson-info th.table-title{
        background-color:#ffd1d6;
        /*background-color:#ff9933;*/
}
#lesson-info td{
	padding: 3px 3px;
	border-bottom: none;
	border-left: none;
	border-right: solid 1px #666;
	border-top: solid 1px #666;
}
#lesson-info td p{
        padding:0 10px;
        margin:0;
}