@charset "utf-8";
/* --------------------------------------------------
	Since : 2007/11/28
	Last Modified: 2007‒11‒28
	Version: 3.2
 --------------------------------------------------- */

/*
===== CONTENTS ================================================================================

	1: Base Style Setting
		: Reset
		: Base Setting
		: Font Setting
		: Finding Setting
	2: Huck
	3: Layout Setting
		: main-layout
		: header
		: footer
		: navi
		: sidebar
		: entry
		: trackbacks
		: comments
		: option
	4: Contents

===============================================================================================
*/



/* 1: Base Style Setting
----------------------------------------------------------------------------------------------*/

/* Reset
==========================================================*/
*        { margin:0;padding:0; }
img      { border:none;vertical-align:top; }
p        { margin:0;padding:0; }
b,strong { font-weight:bold; }
ul       { margin:0;padding:0; }
li       { margin:0;padding:0;list-style:none; }
dl       { margin:0;padding:0; }
dt       { margin:0;padding:0; }
dd       { margin:0;padding:0; }
.clear   { clear:both;}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
	clear:both;
	}


/* Base Setting
==========================================================*/
blockquote {
	margin:10px;
	padding:10px;
	text-align:left;
	background:#f4f4f4;
	}

a {color:#777;text-decoration:none;}
a:hover {text-decoration:underline; }

table { font-size:12px; }
	
body {
	margin:0;
	padding:0;
	text-align:center;
	font:12px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:#D7D6D2;
	line-height:160%;
	color:#222;
	}


/* Font Setting
==========================================================*/
.font-color-gray   {color:#888;}
.font-color-orange {color:#f93;}
.font-color-red    {color:#c00;}
.font-color-red2   {color:#600;}
.font-color-white  {color:#fff;}
.font-color-blue   {color:#000066;}
.font-color-green  {color:#006600}
.font-color-pink   {color:#e93069;}
.font-color-purple {color:#a644ff;}
.font-color-cyan   {color:#3aa;}

.font-size-large   {font-size:16px;font-weight:normal;}
.font-size-nomal   {font-size:12px;font-weight:normal;}
.font-size-small   {font-size:10px;font-weight:normal;}


/* Finding Setting
==========================================================*/
h1 {
	height:32px;
	background:url(image/main/h1.jpg) no-repeat left top;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:32px;
	padding-left:15px;
	}

h2 {
	background:url(image/main/h2.jpg) no-repeat left center;
	padding:8px 15px;
	margin-bottom:10px;
	border-bottom:1px dotted #aaa;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	}

h3 {
	font-size:110%;
	border-left:10px solid #333333;
	padding-left:10px;
	background:#eee;
	}

h2 a {
	color:#222;
	}

h3 a {
	color:#222;
	}

h4 {
	border-left:4px solid #ddd;
	padding:2px 5px;
	text-align:left;
	margin:5px 0;
	}

/* 2: Huck
----------------------------------------------------------------------------------------------*/

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


/* Safariのフォントサイズを変更
==========================================================*/
html:\66irst-child body,
html:\66irst-child table{
	font-size:10px;
}


/* CSSロールオーバー(アルファ使用)
==========================================================*/
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}


/* 透過pngを利用する場合 IE6用 パターン1
==========================================================*/
/*
* html div#alpha{
	width:283px;
	height:96px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src=http://ms-tenniscollege.co.jp/img/main/logo.png);
	}
* html  div#alpha img{
	display:none;
	}
*/


/* 透過pngを利用する場合 IE6用 (iepngfix.jsを使用) パターン2
==========================================================*/
/*
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }
*/



/* 3: Layout Setting
----------------------------------------------------------------------------------------------*/

/* main-layout
==========================================================*/
div#container {
	width:808px;
	background:url(image/main/background-main.jpg);
	text-align:center;
	margin: 0 auto;
	}

div#wrapper{
	padding:6px 10px;
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 auto;
	}
	
div#content {
	width:590px;
	}
	
div.main {
	padding-bottom:4px;
	}
	
div.section {
	padding-bottom:20px;
	}

/* layout */
body#layout-left #content  { float:right; }
body#layout-right #content { float:left;  }
	

/* header 
==========================================================*/
div#header {
	width:800px;
	height:69px;
	position:relative;
	text-align:left;
	background:url(image/main/header.jpg) no-repeat;
	}
		
div#top-menu {
	position:absolute;
	top:45px;
	right:10px;
	text-align:right;
	widht:300px;
	}
	
	
/* footer
==========================================================*/
div#footer {
	width:800;
	height:50px;
	background:url(image/main/footer.jpg) bottom center no-repeat;
	clear:both;
	text-align:center;
	}
	
#footer p{
	padding-top:10px;
	}	


/* navi
==========================================================*/
div#navi {
	padding:0 0 5px 0;
	}
	
	
/* sidebar
==========================================================*/
#sidebar               { width:186px; }
#layout-left #sidebar  { float:left; }	
#layout-right #sidebar { float:right; }

div.side-form {
	padding-bottom:4px;
	}
	
div.side-title {
	}
		
div.side-body {
	background:url(image/main/background-menu.jpg);
	border-bottom:1px solid #ccc;
	}
	
div.side-body p{
	line-height:160%;
	}
	
.side-body ul {
	padding:0 5px;
	padding-top:5px;
	}
	
.side-body li{
	background:url(image/main/list.jpg) no-repeat left 8px;
	line-height:160%;
	padding:5px;
	padding-left:15px;
	margin-bottom:5px;
	border-bottom:1px dotted #ddd;
	}
	
div#mobile {
	background:#f4f4f4;
	padding:5px;
	text-align:center;
	}
	
div#mobile img{
	margin-bottom:5px;
	}
	
div#mobile p{
	text-align:left;
	padding:5px;
	}

	
/* entry
==========================================================*/
div.entry-body{
	padding:4px 10px 30px 10px;
	}
	
div.entry-body p{
	padding:5px 0 20px 0;
	}
	
div.entry-body ul,
div.entry-body li,
div.entry-more ul,
div.entry-more li{
	padding:0 0 10px 0;
	margin:0;
	}
	
div.entry-more{
	padding-top:10px;
	text-align:right;
	}
	
div.entry-more-view{
	padding-top:10px;
	}
		
	
/* option
==========================================================*/
.img-left{
	float:left;
	margin:0 10px 10px 0;
	}
	
.img-right {
	float:right;
	margin:0 0 10px 10px;
	}

	
/* table
==========================================================*/
table.tbl-nomal,
table.tbl-class {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
	}
	
table.tbl-nomal th,
table.tbl-class th{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	border-left:4px solid #000066;
	font-weight:normal;
	background:#f4f4f4;
	white-space:nowrap;
	}
	
	
table.tbl-nomal td,
table.tbl-class td{
	padding:8px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	}
	
table.tbl-class th{
	border:1px solid #ccc;
	width:20%;
	}
	
table.tbl-class td.td-red {
	background:#FFdddd}

	
/* form
==========================================================*/
div.form-btn {
	text-align:center;
	padding:10px;
	}
	
div.form-btn button {
	border:none;
	background-color:#FFFFFF;
	cursor:hand;
	}
	
input.input-txt {
	border:1px solid #ccc;
	margin-right:10px;
	width:380px;
	}
	
input.input-txt2 {
	border:1px solid #ccc;
	padding:5px;
	width:100%;
	}
	
textarea.input-txtarea {
	border:1px solid #ccc;
	padding:5px;
	width:380px;
	height:150px;
	}


/* sitemap
==========================================================*/
.sitemap {
	margin:20px;
	}

.sitemap ul {line-height: 1.6em;}

.sitemap ul li {
	list-style:none;
	background-image: url(image/sitemap/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding: 0px 0px 5px 17px;
	width:200px;
}
.sitemap ul li ul {
	background-image: url(image/sitemap/tree_bg.gif);
	background-repeat: repeat-y;
	background-position: 9px 0px;
}

.sitemap ul li ul li {
	margin: 0px 0px 4px 5px;
	padding: 0px 10px 0px 20px;
	background-image: url(image/sitemap/tree.gif);
	background-repeat: no-repeat;
	background-position: 4px 1px;
}
.sitemap ul li.top a {
	border:1px solid #ccc;
	display:block;
	background:#eee;
	padding:5px;
}

.sitemap ul li ul li.up  {background-image: url(image/sitemap/tree_up.gif);}
.sitemap ul li ul li.end {background-image: url(image/sitemap/tree_end.gif);}
.sitemap li ul {margin: 4px 0px 4px 0px;}
.sitemap li ul li ul {font-size: 10px;}



/* 4: Contents
----------------------------------------------------------------------------------------------*/

/* top
==========================================================*/
div#news {
	height:220px;
	background:url(image/main/news-area.jpg) no-repeat left top;
	}
	
div#news ul {
	padding:50px 5px 0 5px;
	text-align:left;
	}
	
div#news ul li{
	background:url(image/main/list.jpg) no-repeat center left;
	line-height:160%;
	padding:5px;
	padding-left:15px;
	margin-bottom:5px;
	border-bottom:1px dotted #ddd;
	}


/* link
==========================================================*/
dl#link {
	margin-left:20px;
	}
	
dl#link dt {
	border-left:4px solid #aaa;
	padding-left:7px;
	}
	
dl#link dd {
	margin-left:20px;
	margin-bottom:15px;
	}


/* school
==========================================================*/
div.img {
	padding:10px;
	text-align:center;
	}
	
.img-border{
	padding:2px;
	border:1px solid #ccc;
	margin:5px
	}