@charset "utf-8";
/* CSS Document */


/* コンテナ */
div#container	{
	width: 765px;
	margin-left: auto;
	margin-right: auto;
}

/* ヘッダー */
div#header	{
	background-color: #FFFFFF;
	background-image: url(top.jpg);
	height: 100px;
	padding-top: 5px;
	width: 763px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3399CC;
	border-left-color: #3399CC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3399CC;
}

div#header h1	{
	margin: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #002C57;
}

div#header p	{
	color: #ffffff;
	font-size: 14px;
	margin: 0;
	vertical-align: bottom;
	padding-left: 20px;
}
	
div#nav-bar {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	background-color: #FCFCFE;
	text-align: center;
	height: 2em;
	width: 763px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	color: #FFFFFF;
	line-height: 2em;
	background-image: url(non_simple.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3399CC;
	border-left-color: #3399CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3399CC;
}
#nav-bar a {
	line-height: 2em;
	color: #004080;
	text-decoration: none;
	display: block;
	float: left;
	width: 10em;
	border-right-width: 2px;
	border-right-style: groove;
	border-right-color: #EAEAEA;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	background-image: url(non_simple.gif);
}
#nav-bar a:hover {
	color: #FF850B;
	background-image: url(non_simple.gif);
}

/* パンくずリスト */
p#bread	{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1em;
	margin-left: 5px;
}
.bold-bred {
	font-weight: bold;
	color: #0080C0;
}



/* コンテンツ */
div#content	{
	width: 569px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	border: 1px solid #3399CC;
}

div#content h2	{
	background-color: #014471;
	background-image: url(bar-blue.png);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #ffffff;
	line-height: 2em;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 5px
}

div#content h3	{
	font-size: 14px;
	line-height: 2em;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #3C8CBD;
	color: #113E4F;
	margin-right: 10px;
	margin-left: 10px;
	border-top-style: double;
	border-top-color: #3C8CBD;
	background-color: #BBE7F9;
}
div#content  h4{
	font-size:14px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #C0C0C0;
	border-left-color: #004080;
	line-height: 1.5em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-left: 10px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	color: #030303;
	height: 1.5em;
	padding-bottom: 5px;
}
div#content p	{
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 5px;
	line-height: 1.3em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #2d2d2d;
}
div#content  dl{
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
}div#content  dt{
	padding-left:20px;
	background-image: url(maru-skyblue.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 2em;
	font-weight: bold;
	color: #3399CC;
	margin-top: 5px;
	margin-bottom: 7px;
}div#content  dd{
	padding-bottom:6px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	padding-right: 5px;
	line-height: 1.5em;
	color: #2D2D2D;
}
div#content ul{
	list-style:none;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 20px;
}
div#content li {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 2em;
	color: #2D2D2D;
	margin-left: 30px;
	background-image: url(arrowr_orange.gif);
	background-repeat: no-repeat;
	background-position: 0.2px;
	padding-left: 10px;
}
/* 問い合わせ */
div#extra	{
	width: 564px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	border: 1px double #3399CC;
	margin-top: 10px;
}
div#extra  dl{
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	margin-top: 5px;
	margin-bottom: 3px;
}	
div#extra  dt{
	background-position: left center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #333333;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #3399CC;
	padding-left: 5px;
}
div#extra  dd{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #3E3E3E;
	text-align: left;
	margin-left: 5px;
	line-height: 1.5em;
}
/* セミナーテーブル */
table.semina {
	margin-top: 0.2em;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: solid 1px #999;
	background-position: center;
	margin-left: 45px;
}
table.semina  caption {
	margin-top: 10px;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.5em;
}
table.semina   th,
table.semina   td {
	border: solid 1px #999;
	padding: 4px 6px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
}
table.semina  th {
	background: #E6E6E6;
	text-align: center;
	white-space: nowrap;
	color: #666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
table.semina  td.course {
	text-align: center;
	font-size: 12px;
	font-weight: bolder;
	line-height: 1.5em;
}
table.semina  td.time,
table.semina  td.fee {
	text-align: left;
	white-space: nowrap;
	font-size: 12px;
}
table.table010/* 保険テーブル */
 {
	margin-top: 5px;
	margin-bottom: 10px;
	border-collapse: collapse;
	border: 1px solid #999;
	font-size: 14px;
	margin-right: 5px;
	margin-left: 30px;
}
table.table010   caption {
	margin-top: 5px;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	margin-bottom: 1em;
}
table.table010  td  

 {
	border: solid 1px #999;
	padding: 4px 6px;
	line-height: 1.5em;
}
table.table010  th {
	background: #E6E6E6;
	text-align: center;
	white-space: nowrap;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
	border: 1px solid #999;
}
table.table010   td  {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5em;
}
table.table010    td red  {
	text-align: center;
	font-weight: normal;
	color: #FF3333;
}

table.shi/* 施設*/
 {
	margin-top: 5px;
	margin-bottom: 10px;
	border-collapse: collapse;
	border: solid 1px #999;
	font-size: 14px;
	margin-right: 5px;
	margin-left: 20px;
	width: 500px;
}

table.shi td 
{
	border: solid 1px #999;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3em;
	text-align: left;
	white-space: nowrap;
	color: #181818;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}

table.shi  td.01 {
	text-align: center;
	white-space: nowrap;
	color: #181818;
	background-color: #D8FEEE;
}
table.shi  td.02 {
	background: #ffffff
	text-align: left;
	white-space: nowrap;
	color: #181818;
	text-align: left;
}

/* サイドバー */
div#sidebar	{
	width: 180px;
	float: right;
	margin-bottom: 10px;
}

div.nav	{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border: 1px solid #3399CC;
}
div#sidebar  h2	{
	background-color: #006699;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	line-height: 1.3em;
}
div#sidebar   h2 a	{
	background-color: #006699;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	line-height: 1.3em;
}
div#sidebar  p.photo	{text-align: center}
div#sidebar  p	{
	font-size: 12px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 7px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #424242;
}
div#sidebar  ul	{
	padding: 0;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
	font-size: 0.75em;
}
div#sidebar  ul  li 	{
	background-image: url(maru-green.png);
	background-repeat: no-repeat;
	background-position: 2px 0.6em;
	padding-left: 13px;
	list-style-type: none;
	line-height: 1.7em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #424242;
}
div#sidebar   dl	{
	padding: 0;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
div#sidebar   dt   	{
	background-image: url(maru-green.png);
	background-repeat: no-repeat;
	background-position: 2px 0.6em;
	padding-left: 13px;
	list-style-type: none;
	line-height: 1.5em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
div#sidebar   dd	{
	font-size: 12px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 7px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #424242;
	text-align: left;
}
div#sideba  hr	{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin: 0px;
	padding: 0px;
}
/* フッター */
div#footer	{background-image: url(line-blue.png);
	background-repeat: repeat-x;
	width: 760px;
	margin-top: 0;
	padding-top: 8px;
	clear: both
	}
address	{
	font-size: 10px;
	font-style: normal;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.red {
	color: #FF3333;
}
.indent1 {
	text-indent: 1em;
}
.small {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #181818;
}
.small-red {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #FF2D2D;
	text-align: left;
}
.box {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #424242;
	background-color: #EAF8FD;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 40px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #008ACC;
	line-height: 2em;
	width: 470px;
}
.left {
	text-align: right;
}
.gyou {
	line-height: 1.5em;
	font-size: 14px;
}
.back  {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #FF8000;
	text-decoration: underline;
	text-align: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.nav hr {
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pagetopBox {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	text-decoration: underline;
	text-align: right;
	margin-right: 10px;
	background-image: url(arrowu_orange.gif);
	background-repeat: no-repeat;
	background-position: 420px;
	padding-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}




/* 右サイドバー*/
div#sidebar-l	
{
	width: 176px;
	float:left;
	margin-bottom: 25px;
	margin-right: 16px;
	margin-left: 0px;
	padding-bottom: 10px;
	border: 1px solid #3399CC;
}
div#sidebar-l   p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

ul.sidemenu	{font-size: 0.75em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0}

ul.sidemenu li	
{
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	background-color: #005087;
	border-bottom: solid 1px #ffffff;
}
ul.sidemenu  li p	
{
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	background-color: #005087;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px;
}

ul.sidemenu li a	
{
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	background-color: #005087;
	padding-left: 10px
}

ul.sidemenu li a:hover	{background-color: #017acd}

ul.sidemenu ul 	{margin: 0;
	padding: 0}

ul.sidemenu ul li a 	{
	background-color: #ffffff;
	color: #000000;
	border-bottom: solid 1px #aacfff;
	line-height: 24px;
	background-image: url(arrowr_orange.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 20px;
	font-size: 12px;
}

ul.sidemenu ul li a:hover 	{background-color: #faffda}

.class { clear:both; }   
.clear hr { display:none; }  
