@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      shared.css
 Author:         masaki kiuchi
 Style Info:     共用スタイル
----------------------------------------------------------- */


/*----------------------------------------------------
	Base
----------------------------------------------------*/

html {
	font-size: 100%;
}

body {
	font-size: 62.5%;
	background-color: #FFF;
}

body div {
	margin: 0 auto;
	text-align: left;
}

/*--------------------------------------------------
	基本リンク
----------------------------------------------------*/

a {
	font-weight: bold;
	color: #0033CC;
	text-decoration: none;
}

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

/*----------------------------------------------------
	#container
----------------------------------------------------*/

div#container {
	width: 1000px;
	zoom: 1;/*for IE 5.5-7*/
}

div#container:after {/*for modern browser*/
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

* html div#container {
	display:inline-table;
	/*\*/display:block;/**/
}

/*----------------------------------------------------
	header
----------------------------------------------------*/

div#header {
	width: 1000px;
	height: 86px;
	zoom: 1;/*for IE 5.5-7*/
}

div#header:after {/*for modern browser*/
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

* html div#header {
	display:inline-table;
	/*\*/display:block;/**/
}

div#header h1 {
	float: left;
	height: 59px;
	width: 397px;
	margin-top: 11px;
}

div#header h1 a {
	height: 59px;
	width: 397px;
	display: block;
	text-indent: -9887em;
	background: url(../img/share/logo.gif) no-repeat left top;
}

div#header p {
	float: right;
	width: 181px;
	margin-top: 11px;
	margin-bottom: 0;
	text-align: right;
}

div#header p a {
	color: #FFF;
	display: block;
}

/*----------------------------------------------------
	navi
----------------------------------------------------*/

div#navi {
	height: 35px;
	width: 1000px;
	background: url(../img/share/navi.gif) no-repeat left top;
}

div#navi ul {
	height: 34px;
	width: 1000px;
}

div#navi ul li {
	float: left;
	width: 200px;
	list-style: none;
}

/*----------------------------------------------------
	topics
----------------------------------------------------*/

div#topics {
	margin: 5px 0;
}

div#topics a {
	font-weight: normal;
}

/*----------------------------------------------------
	wrapper
----------------------------------------------------*/

div#wrapper {
	width: 1000px;
	zoom: 1;/*for IE 5.5-7*/
}

div#wrapper:after {/*for modern browser*/
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

* html div#wrapper {
	display:inline-table;
	/*\*/display:block;/**/
}

/*----------------------------------------------------
	contents
----------------------------------------------------*/

div#contents {
	float: left;
	width: 786px;
	margin-right: 20px;
}

div#contents h2 {
	margin-bottom: 15px;
}

div.box {
	padding: 15px;
	margin: 0;
	border: #D0D0D0 solid 1px;
	zoom: 1;/*for IE 5.5-7*/
}

div.box:after {/*for modern browser*/
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

* html div.box {
	display:inline-table;
	/*\*/display:block;/**/
}

div.box h3.top {
	padding: 0 10px;
	margin-top: 0;
	margin-bottom: 1em;
	border: #719185 solid 1px;
	border-left: #719185 solid 10px;
	font-size: 1.4em;
	color: #719185;
	line-height: 1.8;
}

div.box h3.title {
	padding: 0 10px;
	margin-top: 3em;
	margin-bottom: 1em;
	border: #719185 solid 1px;
	border-left: #719185 solid 10px;
	font-size: 1.4em;
	color: #719185;
	line-height: 1.8;
}

div.box h4 {
	padding: 1px 10px;
	margin-top: 3em;
	margin-bottom: 1em;
	font-size: 1.2em;
	color: #FFF;
	line-height: 1.8;
	background-color: #719185;
}

div.box p {
	font-size: 1.2em;
	line-height: 1.8;
}

div.box p.box {
	width: 700px;
	margin: 0 20px 30px;
	border: #CCC solid 1px;
	padding: 10px;
}

div.box p.link a {
	height: 16px;
	padding-left: 20px;
	background: url(../img/share/world_go.gif) no-repeat left center;
}

div.box p.link02 {
	text-align: right;
	background-color: #F1F1F1;
}

div.box p.prof {
	border-left: #CCC solid 1px;
	padding-left: 10px;
}

div.box p.train01 {
	width: 300px;
	font-weight: bold;
	color: #FF9900;
}

div.box p.train02 {
	width: 300px;
	font-weight: bold;
	color: #0084ff;
}

div.box p.train01 img, div.box p.train02 img {
	vertical-align: middle;
	margin-right: 5px;
}

p.subnav {
	font-size: 1.2em;
	line-height: 1.8;
	text-align: center;
}

div.box p.address {
	margin: 25px 0 0;
	background-color: #F1F1F1;
	padding: 10px;
}

table.normal {
	width: 700px;
	margin: 0 20px 10px;
	border: 1px solid #CCCCCC;
	font-size: 1.2em;
	color: #666666;
	border-collapse: separate;
	border-spacing: 1px;
}

table.normal th {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #BCCCBC;
}

table.normal td {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F6F6F6;
	text-align: center;
	white-space: nowrap;
}

table.normal td.green {
	background-color: #EAF3EC;
}

table.normal td.white {
	background-color: white;
}

.orange {
	color: #CC0000;
}

.blue {
	color: #0033CC;
}

.green02 {
	color: #006600;
}

.gray {
	color: #666666;
}

/*----------------------------------------------------
	予約カレンダー
----------------------------------------------------*/

h3.month {
	padding-left: 10px;
	margin: 15px 20px 5px;
	border-left: #769279 solid 5px;
	font-size: 1.6em;
}

p.form {
	position: relative;
	margin: 0;
	text-align: left;
}

p.form a {
	position: absolute;
	left: 579px;
	top: -30px;
	padding: 2px 10px;
	color: #FFF;
	display: block;
	background-color: #FF9900;
}

p.form a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #CC0000;
}

table.calender {
	width: 710px;
	margin-left: 20px;
	line-height: 1.8;
}

table.calender th {
	padding: 1px 5px;
	border: #FFF solid 1px;
	font-weight: normal;
	color: #FFF;
	background-color: #769279;
}

table.calender th a {
	color: #FFF;
} 

table.calender td {
	border: #D0D0D0 solid 1px;
	font-size: 1.4em;
}

.date {
	padding: 1px 5px;
	font-weight: bold;
	text-align: center;
	background-color: #EEEEEE;
}

.am {
	padding: 1px 5px;
	text-align: center;
}

.pm {
	padding: 1px 5px;
	text-align: center;
}

.sat {
	padding: 1px 5px;
	font-weight: bold;
	text-align: center;
	background-color: #CDE8FF;
}

.sun {
	padding: 1px 5px;
	font-weight: bold;
	text-align: center;
	background-color: #FCC;
}

/*----------------------------------------------------
	sub
----------------------------------------------------*/

div#sub {
	float: left;
	width: 194px;
}

div#calenderbox {
	margin: 15px 0;
	border-right: #D0D0D0 solid 1px;
	border-bottom: #D0D0D0 solid 1px;
	border-left: #D0D0D0 solid 1px;
}

div#calenderbox p {
	margin: 0.5em 12px;
	font-size: 1.2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*----------------------------------------------------
	ページトップへ戻るナビゲーション
----------------------------------------------------*/

p.pageTop {
	margin-top: 15px;
	text-align: right;
}

/*----------------------------------------------------
	#bottomnavi（ページ下部のナビゲーション）
----------------------------------------------------*/

div#bottomnavi {
	clear: both;
	padding: 5px 0;
	margin-top: 15px;
	color: #FFF;
	text-align: center;
	background-color: #4b675a;
}

div#bottomnavi p {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

div#bottomnavi a {
	color: #FFF;
	text-decoration: none;
}

div#bottomnavi a:hover {
	color: #FFF;
	text-decoration: underline;
}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/

div#footer {
	height: 57px;
	margin-top: 1px;
	border-top: #4b675a solid 1px;
	background: url(../img/share/footer.gif) repeat-x left top;
}

div#footer address {
	margin-top: 1em;
	color: #FFF;
	text-align: center;
}
