@charset "utf-8";
body {
	font:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background: #333;
	margin: 0;
	padding: 0;
	color: #fff;
}

#youtube {
width: 100%;
background-color:#111;
margin-left:auto;
margin-right:auto;
text-align:center;

}

#youtube iframe {
width: 560px;
height: 315px;
margin-left:auto;
margin-right:auto;
text-align:center;
margin-bottom:30px;
}

#youtubeVoiceTitle {
	background-color:#111;
	color:#fff;
	text-align:center;
	font-size:1.5em;
	margin-top:1em;
	margin-bottom:10px;
}

#youtubeVoice {
width: 100%;
background-color:#111;
margin-left:auto;
margin-right:auto;
text-align:center;

}

#youtubeVoice iframe {
width: 560px;
height: 315px;
margin-left:auto;
margin-right:auto;
text-align:center;
margin-bottom:30px;
}


ul, ol, dl {
	padding: 0;
	margin: 0;
}
ul,ol {
	list-style-position:inside;
}
p {
	margin-left:30px;
	margin-right:30px;
	color:#fff;
	background-color:#111;
}

li {
	margin-left:30px;
	margin-right:30px;
}

dl {
	margin-left:0;
	margin-right:0;
	color:#fff;
	background-color:#111;
	font-size:1.5em;
}

dt {
	margin-left:30px;
	padding-left:30px;
	font-weight:bold;
}

dd {
	margin-left:30px;
	padding-left:30px;
	padding-bottom:2em;
}






h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

#h204 {
	text-align:center;
	background-color:#111;
	color:#fff;
	font-size:1.5em;
	margin-top:1em;
	margin-left:30px;
	margin-right:30px;
}

h5 {
	margin:20px 30px;
	padding:5px 20px;
	font-size:20px;
	font-weight:bold;
	background-color:#111;
	color:#fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}




a img { 
	border: none;
}

a:link {
	color: #111;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}


#header {
	background: #fff;
	margin: 0 auto;
	height:50px;
	border-bottom:5px solid #111;
}
#header p.headLogo {
	float:left;
	margin-left:0;
}

#header p.headTel {
	float:right;
	margin-right:0;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

#contents {
	background: #111;
	width: 960px;
	margin: 0 auto;
	border-bottom:20px solid #111;
	border-top:10px solid #111;
	border-left:1px solid #111;
	border-right:1px solid #111;
}
.container {
	width: 960px;
	background: #111;
	margin: 0 auto;
}
.container p {
	background: #111;
	color:#fff;
}





.content {
	width: 960px;
	background: #111;
	margin: 0 auto;
	border-bottom:20px solid #111;
}

.content p {
	padding: 0 3em 2em;
	font-size:1.2em;
}


.contentQA {
	width: 960px;
	background: #111;
	margin: 0 auto;
}
.contentQA a {
	text-decoration:none;
	color:#c00;
	font-weight:bold;
}
.contentQA a:hover {
	text-decoration: underline;
	color:#fff;
}
.contentQA h4 {
	text-align:center;
	margin: 0 auto 20px;
	font-size:36px;
	color:#c00;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.85),0px 0px 5px rgba(0,0,0,1);
}


.contentQA ul {
	list-style-type:none;
	padding: 0;
	margin:0 30px 50px;
	background: #111;
	color:#fff;
}
.contentQA li {
	width:600px;
	clear:both;
	list-style-type:none;
	padding: 0;
	margin:0 auto;
	font-size:1.5em;
	text-align:center;
	background: #111;
	color:#fff;
	display:block;
	border-top:1px solid #666;
	line-height:3em;
}
.round {
	padding-bottom:1em;
}
.round li {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
	border-bottom:none;
	list-style-type:none;
}
.round dl {
	padding-right:2em;
	padding-top:1em;
	background-color:#111;
	color:#fff;

}
.round dt {
	padding-right:2em;
	padding-top:1em;
	background-color:#111;
	color:#c00;
	padding:5px 10px;
}
.round dd {
	padding-bottom:0;
}


.round dd p {
	background-color:#111;
	color:#fff;
	font-size:0.8em;
}

.round2 {
	margin:10px 60px;
	padding:1em;
	border:3px dotted #c00;
}
.round2 dl {
	background-color:#111;
	color:#fff;
}
.round2 dt {
	background-color:#111;
	color:#c00;
	padding:5px 10px;
	text-align:center;
	margin:0 0 20px;
	padding:0 0 3px;
	border-bottom:2px solid #c00;
}
.round2 dd {
	margin:0;
	padding:0;
}


.round2 dd p {
	background-color:#111;
	color:#fff;
	font-size:0.8em;
	margin-bottom:10px;
}
.round2 dd p a {
	background-color:#111;
	color:#fff;
	text-decoration:none;
}
.round2 a:hover {
	text-decoration:underline;
}


.contentQA dt {
	font-size:24px;
	font-weight:bold;
	line-height:70px;
}

.contentQA dd {
	clear:both;
	margin-left:0;
	font-size:18px;
	padding-right:30px;
	text-align:left;
}


.contentIM {
	width: 960px;
	background: #111;
	margin: 0 auto;
	border-bottom:20px solid #333;
}

.contentIM ul {
	list-style-type:none;
	padding: 0;
	margin:0 30px;
	background: #111;
	color:#fff;
}
.contentIM li {
	clear:both;
	list-style-type:none;
	padding: 0;
	margin:0;
	font-size:1.2em;
	background: #111;
	color:#fff;
	display:block;
	margin-bottom:2em;
	padding-bottom:2em;
	border-bottom:3px dotted #333;
}

.contentIM li.none {
	border-bottom: none;
}



.contentIM dt {
	padding:5px 20px;
	font-size:20px;
	font-weight:bold;
	background-color:#111;
	color:#fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


.contentIM dd  p {
	background-color:#111;
	color:#fff;
	font-size:18px;
}



.tel {
	background-color:#111;
	width:960px;
	padding-top:40px;
	padding-bottom:40px;
}
.tel a {
	background-image:url(../images/tel-6th.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:600px;
	height:300px;
	display:block;
	margin:0 180px;
	text-align:center;
	text-indent:-9999px;
}
.tel a:hover {
	background-image:url(../images/tel-6th.jpg);
	background-repeat:no-repeat;
	background-position:0 -300px;
	width:600px;
	height:300px;
	text-align:center;
	text-indent:-9999px;
}





#privacy {
	clear:both;
	width:800px;
	height:300px;
	margin:20px 80px;
	overflow:scroll;
	border:1px solid #ccc;
	background-color:#fff;
	font-size:1em;
}
#privacy dl {
	font-size:1em;
}



#privacy dt {
	background-color:#ccc;
	color:#333;
	text-align:center;
	padding:10px;
	padding-left:0;
	margin-left:0;
	font-size:1em;
}
#privacy dd {
	background-color:#fff;
	color:#555;
	padding-left:0;
	margin-left:0;
	font-size:1em;
}



#mail {
	background-color:#111;
	color:#fff;
	border-bottom:3px solid #111;
	text-align:center;
	line-height:2em;
	margin-bottom:1em;
}

#mailForm {
	background-color:#111;
	color:#fff;
	text-align:center;
	font-size:1.5em;
	margin-bottom:1em;
}


form#mailform {
	padding: 5px;
}
table.mailform {
	margin-left:40px;
	margin-right:40px;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 200px;
	font-size:0.9em;
}
table.mailform tr th span {
	color: #CC0000;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}
table.mailform li {
	margin-bottom:3px;
	margin-left:0;
	list-style-type:none;
}
table ul {
	margin-left:0;
	padding-left:0;
}
table ol {
	margin-left:0;
	padding-left:0;
}

table.mailform span {
	text-align:center;
}

#tennis0a {
	background-color:#111;
	color:#fff;
	font-size:1em;
	padding-bottom:2em;
	background-image:url(../images/matsuo01.jpg);
	background-position:right center;
	background-repeat:no-repeat;
}

#tennis0a dl {
	background-color:#111;
	color:#fff;
	font-size:1em;
	width:490px;
	margin-bottom:2em;
	margin-left:30px;
}
#tennis0a dt {
	width:150px;
	float:left;
	margin-left:0;
	padding-left:0;
	border-bottom:1px solid #fff;
	line-height:1.5em;
}
#tennis0a dd {
	margin-left:0;
	margin-left:150px;
	border-bottom:1px solid #fff;
    padding-bottom: 0;
    padding-left: 0;
	line-height:1.5em;
}



#tennis0a h4 {
	background-color:#111;
	color:#fff;
	text-align:center;
	font-size:1.5em;
}
#tennis0a h5 {
	font-size:1.2em;
	width:300px;
}

#tennis0a p {
	background-color:#111;
	color:#fff;
	font-size:1em;
	width:470px;
	margin-bottom:2em;
	margin-left:30px;
	padding:10px;
	border:3px dotted #f00;
}



#tennis02 dl {
	color:#000;
	background-color:#ccc;
	margin:0 40px;
	font-size:1em;
	padding-right:30px;
	padding-top:1em;
    padding-left: 0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;  
}
#tennis02 dt {
	clear:both;
	width:6em;
	float:left;
}
#tennis02 dd {
	margin-left:8em;
}




#tennis02 a {
	color:#000;
	background-color:#ccc;
}

.tennis03 img {
	width:400px;
	float:left;
}

.tennis04a  {
	width:800px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
.tennis04a img {
	border:10px solid #999;
}



#tennis0b {
	margin-top:10px;
	margin-bottom:1em;
	font-size:0.85em;
	list-style-type:disc;
}
#tennis0b li {
	margin-left:10px;
	list-style-type:disc;
}

#tennis0x {
	text-align:center;
	font-size:3em;
	background-color:#111;
	color:#fff;
	border:4px double #ccc;
	padding:5px;
}





#goto_top {
	position:fixed;bottom:20px;right:10px;
}
#goto_top a {
	width:50px;height:50px;background:#fff;border:1px solid #333;border-radius:0;display:block;line-height:0;padding:0;
}
#javaP {
	margin-left:60px;
	margin-right:60px;
	background-color:#111;
	color:#ccc;
}
#javaP a {
	color:#ccc;
}

.centerText {
	background-color:#111;
	text-align:center;
}
.centerText input {
	font-size:1.5em;
}

#footer {
	width:100%;
	height:3em;
	line-height:3em;
	display:block;
	margin:0;
	padding:0;
	background:#fff;
	color:#fff;
}

#footer p {
	margin:0 auto;
	text-align:center;
	color:#555;
}

#footer a {
	color:#555;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration: none;
}




#kato h3 {
	text-align:center;
	background-color:#ccc;
	color:#c00;
	line-height:2em;
}

#kato dl {
	background-image:url(../images/kato.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	min-height:400px;
	font-size:1em;
	margin-left:0;
	padding-top:1em;
}
#kato li {
	margin-left:0;
}



#kwon h3 {
	text-align:center;
	background-color:#ccc;
	color:#c00;
	line-height:2em;
}

#kwon dl {
	background-image:url(../images/kwon0.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	min-height:340px;
	font-size:1em;
	margin-left:0;
	padding-top:1em;
}
#kwon li {
	margin-left:0;
}



#tagawa h3 {
	text-align:center;
	background-color:#ccc;
	color:#c00;
	line-height:2em;
}

#tagawa dl {
	background-image:url(../images/tagawa.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	min-height:400px;
	font-size:1em;
	margin-left:0;
	padding-top:1em;}
#tagawa li {
	margin-left:0;
}

#matsuo h3 {
	text-align:center;
	background-color:#ccc;
	color:#c00;
	line-height:2em;
}

#matsuo dl {
	background-image:url(../images/matsuo.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	min-height:400px;
	font-size:1em;
	margin-left:0;
	padding-top:1em;}
#matsuo li {
	margin-left:0;
}

#nakamura h3 {
	text-align:center;
	background-color:#ccc;
	color:#c00;
	line-height:2em;
}


#nakamura dl {
	background-image:url(../images/nakamura.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	min-height:400px;
	font-size:1em;
	margin-left:0;
	padding-top:1em;}
#nakamura li {
	margin-left:0;
}
#nunome h3 {
	text-align:center;
	background-color:#ccc;
	color:#c00;
	line-height:2em;
}

#nunome dl {
	background-image:url(../images/nunome.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	min-height:400px;
	font-size:1em;
	margin-left:0;
	padding-top:1em;
}
#nunome li {
	margin-left:0;
}