@charset "UTF-8";

#CONTENTS a{/*リンクされた文字*/
	color:#475bc1;
	text-decoration:none;
}
#CONTENTS a:link {/*未訪問のリンク*/
	text-decoration:none;
}
#CONTENTS a:visited {/*訪問後のリンク*/
	text-decoration:none;
}
#CONTENTS a:hover {/*マウスをのせたとき*/
	text-decoration:underline;
/*	font-weight:bold; */
}
#CONTENTS a:active {/*クリック中*/
	text-decoration:underline;
}

/* ----- */

#CONTENTS img.message {
	width:  640px;
	margin: 0px 0px 20px 0px; /*上 右 下 左*/
	padding: 0px; /*上 右 下 左*/

	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#d4d0d0;
}

#CONTENTS div.society {
	min-height: 245px;
	height: auto !important;
	height: 245px;
}

#CONTENTS div.go_loveyellow {
	padding: 20px;
	text-align: center;
}

/* ---------------------------------------- */
#CONTENTS div.cort {
	text-align: center;
	line-height: 1.2em;
	font-size: 110%;
}

#CONTENTS div.goal {
	height:200px;
	line-height: 1.2em;
}


/* MENU ---------------------------------------------- */
#MENU a{
	text-decoration:none;
}
#MENU div.banner1{
	margin: 0px 0px 12px 0px; /*上 右 下 左*/
}
#MENU div.banner2{
	margin: 0px 0px 20px 0px; /*上 右 下 左*/
	text-align:center;
}

#MENU div.menu-title {
	margin: 0px 0px 0px 0px;  /* 上 右 下 左 */
	height: 38px;
	border-color:#d4d0d0;
	border-style:solid;
	border-width:2px 0px 1px 0px;
	position:relative;
}
#MENU p.menu-title {
	top:70%; margin-top:-1em;
	position:absolute;

	color:#393839;
	font-weight: bold;
}

#MENU ul {
	margin: 0px 5px 20px 0px;  /* 上 右 下 左 */
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#d4d0d0;
}
#MENU li {
	height: 30px;
	padding-left:10px;
	border-style:dashed;
	border-width:1px 0px 0px 0px;
	border-color:#d4d0d0;

	font-size: 85%;
	line-height: 1.5em;
	list-style-position: outside;
	background: url(../images/list_menu.png) no-repeat 0px 0px; /* 上 左 */
}
#MENU a.list{
	display:block;
	padding: 5px 0px;
	height:20px;
	background:#ffffff;
	text-decoration:none;
}

#MENU a:hover{
	color: #bcc1c4;
}

/* ---------------------------------------- */
table#office{ /* 会社概要 */
	width: 640px;
	margin: 10px 0px 20px;
    border: 1px #A1A1A1 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#office th {
	width: 125px;
	padding: 5px;
	vertical-align: top;
	text-align: right;
    white-space: nowrap;

	border: #b4b4b4 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	line-height: 120%;
}
table#office td {
	border: 1px #B4B4B4 solid;
	border-width: 0 1px 1px 1px;
	padding: 5px;
}

/* ----- */
table#contact{
	width: 640px;
	margin: 10px 0px 20px;
    border: 1px #A1A1A1 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#contact th {
	width: 290px;
	padding: 5px 5px 5px 10px; /*上 右 下 左*/
	vertical-align: top;
/*	text-align: right;*/
    white-space: nowrap;

	border-top: none;
	border-right: none;
	border-bottom: 1px #b4b4b4 dotted;
	border-left: none;

	line-height: 30px;
	font-size: 86%;

}
table#contact td.tel {
	width: 110px;
	padding: 5px 5px 5px 10px;

	border-top: none;
	border-right: none;
	border-bottom: 1px #b4b4b4 dotted;
	border-left: none;

	line-height: 30px;
	font-size: 110%;
}
table#contact td.mail {
	padding: 5px 5px 5px 15px; /*上 右 下 左*/

	border-top: none;
	border-right: none;
	border-bottom: 1px #b4b4b4 dotted;
	border-left: none;

	line-height: 30px;
	font-size: 90%;
}
/* ----- */
table#difference{ /* サッカーとの違い */
	width: 640px;
	margin: 10px 0px 20px;
	font-size: 95%;

    border: 1px #A1A1A1 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#difference th {
	padding: 8px 5px;
	vertical-align: top;
	text-align: center;
    white-space: nowrap;
	line-height: 150%;

	border: #b4b4b4 solid;
	border-width: 0 0 1px 1px;
	background: #f5f5f5;
}
table#difference td {
	width: 240px; 
	padding: 8px 5px;
	vertical-align: top;
	line-height: 150%;

	border: 1px #b4b4b4 solid;
	border-width: 0 1px 1px 1px;
}

/* ----- */
table#clinic_01 { /* クリニック */
	width: 640px;
	font-size: 100%;
	border: 1px #b4b4b4 solid;
	border-width: 0 0 1px 0px;
}

table#clinic_01 th {
	width: 220px; 
	padding: 10px 5px;
	vertical-align: top;
	text-align: center;
    white-space: nowrap;
	line-height: 140%;
}
table#clinic_01 td {
	padding: 10px 5px;
	vertical-align: top;
	line-height: 140%;
	text-indent: 1em;
	font-size: 100%;
}

p.table_title_clinic {
	line-height: 30px;
	font-size: 110%;
	font-weight: bold;
	text-indent: 0em;
}

/* ----- */
table#clinic_02 { /* クリニック 時間割 */
	width: 640px;
	margin: 10px 0px 20px;
	font-size: 95%;

    border: 1px #A1A1A1 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#clinic_02 th {
	padding: 5px 5px;
	vertical-align: top;
	text-align: center;
    white-space: nowrap;
	line-height: 150%;

	border: #b4b4b4 solid;
	border-width: 0 0 1px 1px;
	background: #f5f5f5;
}
table#clinic_02 td {
	padding: 5px 5px;
	vertical-align: middle;
	line-height: 150%;
	text-align: center;

	border: 1px #B4B4B4 solid;
	border-width: 0 1px 1px 1px;
}
