﻿/* ページの基本デザイン用CSS */

body{
	font-family:"ＭＳ Ｐゴシック", Arial, sans-serif; color:#888;
	margin:0px;
	padding: 0px;
}

h1{
	font-family:"ＭＳ Ｐゴシック", "Courier New", monospace;
	color:#ffffff;
	font-size:50%;
	font-weight:normal;
	text-align:left;
/*	background-color:#b20000;
*/
	background-image:url(tennistopimage.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	height:120px;
	letter-spacing:5px;
/*	padding-left:10px;
*/	padding-left:0px;
	margin: 0px;
}
h2{
	color:#0033ff;
	font-size:120%;
	border-left:12px solid #0033ff;
	padding-left:5px;
	margin-top:0.5em;
	margin-bottom:0px;
	clear:both;
		
}
h3{
	background-image:url(h3_bgBl.JPG);
	border: 3px double #88f;
	color: #fff;
	font-size: 100%;
	margin: 0.5em 0px;
	padding-left: 8px;
	clear:both;
}
h4{
	border-bottom:2px dotted #03f;
	border-left:6px solid #03f;
	padding-left:5px;
	margin-top:0.5em;
	font-size:100%;
	color:#03f;
	clear: both;
}
h5{
	color:#0033ff;
	font-size:100%;
	border-left:8px solid #0033ff;
	padding-left:5px;
	margin-top:0.5em;
	margin-bottom:0px;
	clear:both;
	
}
img{
	vertical-align:middle;
}
p{
	font-family:"ＭＳ Ｐゴシック", Arial, sans-serif; color:#666666;
	font-size:90%;
	line-height:150%;
}
p.path{
	text-align:right;
	margin:0px;
	font-size:90%;
}

p.address{
	font-family:"ＭＳ Ｐゴシック", Arial, sans-serif; color:#666666;
	font-size:70%;
	line-height:120%;
}
p img{
	float:left;
	margin-right:5px;
	margin-bottom:10px;
	border:solid 1px #666;
	clear:both;

}

p.top:first-letter{
   font-size: 250%;
   line-height: 100%;
   color:#669900;
   float:left;
}
a{
/*	color:#666;
	text-decoration:none;
	*/
	text-decoration:underline;
	font-size:90%;
	
}
table {
	border-collapse:collapse;
	border:none;
	}
td{
	border-top:1px dotted #666666;
	border-right:none;
	border-bottom:1px dotted #666666l;
	border-left:none;
}
th{
	border-top:1px dotted #666666;
	border-right:none;
	border-bottom:1px dotted #666666l;
	border-left:none;
}
address{
	border-top:dotted 2px #9DB5CF;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	font-style:normal;
	text-align:center;
	padding-top:5px;
	margin-top:15px;	
	clear:both;
}
h1 a{
	color: #FFFFFF;
	font-weight:normal;
}
/* 赤ボタン
a.button{
	background-color:#B00;
	display:block;
	width:120px;
	border:solid 3px;
	border-color:#e00 #600 #600 #e00;
	text-align: center;
	color:#fff;
	font-size:80%;
	font-weight:normal;
} */

/*青ボタン*/
a.button{
	background-color:#9DB5CF;
	display:block;
	width:120px;
	border:solid 3px;
	border-color:#88f #88f #88f #88f;
	text-align: center;
	color:#fff;
	font-size:80%;
	font-weight:normal;
}


a.button:hover{
	color: #00a;
}
#path{
	text-align:right;
	margin:0px;
}
#main ul.noDot{
	font-size:90%;
	margin:0px;
	padding-left:30px;
	color:#666;
	line-height:150%;
	list-style:none;
}
#main ul.content{
	font-size:100%;
	margin:0px;
	padding-left:30px;
	padding-bottom:30px;
	color:#666;
	line-height:150%;
	list-style:url('btn_content_notoggle.png');
}
#message{
	overflow:auto;width:600px;height:400px; border: solid 2px orange;
}

#main ul{
	font-size:90%;
	margin:0px;
	padding-left:30px;
	color:#666;
	line-height:150%;
	list-style:square;
}
#main ol{
	font-size:90%;
	margin:0px;
	padding-left:30px;
	color:#666;
	line-height:150%;
}

#side h2{
	font-family:"ＭＳ Ｐゴシック", Arial, sans-serif;
	color:#ffffff;
	border-left:none;
	padding-left:0px;
	font-size:85%;
}
#side h2 a{
	color:#fff;
	font-weight:normal;
}
#side ul{
	font-size:90%;
	margin:0px;
	padding-left:15px;
	color:#ffffff;
	line-height:150%;
}
#side ul a{
	color:#ffffff;
	display:block;
}
#side ul a:hover{
	color: #fc0;
}

form{
	font-size:90%;	
}
.ad img{
	border:0;
	
}
.ad{
	color:#cccccc;
	margin: 12px 0;
	font-size: 90%;	
	line-height:150%;
	text-align:center;
}
.adLetter a{
	color:yellow;
}
.adLetter{
	margin: 12px 0;
	font-size: 70%;	
	color: #ffffff;
	line-height:150%;
}
.specialFeature{
	background-image:url('cutout_bg.gif');
	background-repeat:repeat-y;
	border-right:1px solid #ffcc00;
	border-bottom:1px solid #ffcc00;
	padding-bottom:10px;
	width:450px;	
}
.specialFeature h2{
	background-image:url('cutout_top_bg.gif');
	background-repeat:no-repeat;
	padding-top:10px;
	padding-right:10px;
	padding-left:30px;
	margin-top:0px;
	margin-bottom:1em;
	font-size:90%;
	border-left:0px;
	
}
.specialFeature p{
	padding-right:10px;
	padding-left:20px;
	color:#000;
}
.studentVoice h3{

	padding-left:10px;
	font-size:90%;
	color:#fff;
	background-color:#fc0;
	line-height:150%;
	margin: 5px 5px 0px 10px;
}
.studentVoice p{
	border:2px solid #800;
	background-color:#fff;
	margin: 0px 5px 5px 10px;
}
