@charset "utf-8";

/*
 Share Style
----------------------------------------------------------- */

body {
	padding: 0;
	margin: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	color: #333;
	line-height: 1.7;
	letter-spacing:1px;
	text-align: center;
}

html {
	overflow-y: scroll;
}

em {
	font-weight: normal;
}

span.span01 {
	font-size:120%;
	font-weight:bold;
	color:#000066;
}

p.span02 {
	color:#0066FF;
	font-weight:bold;
	padding:10px 0 0 0;
	font-size: 110%;
}

strong {
	font-size: 110%;
	color: #FF0000;
}

p {
	margin: 0 0 1em;
}

a:link {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #0000FF;
}

a:active {
	color: #0000FF;
}

a img {
	border: 0;
}

dl,
ul,
dl dt,
dl dd,
ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

ol,
ol li {
	padding: 0;
	margin: 0 0 5px 12px;
}

textarea,
select,
input {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", "sans-serif";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

h1 {
	padding: 0 0 5px 0;
	font-size: 80%;
	font-weight: normal;
	color: #555;
	text-align: right;
	background: url(img/keyword-bg.gif) repeat-x left bottom;
}

h2 {
	float: left;
}

h3 {
	padding: 0 0 0 12px;
	font-size: 130%;
	font-weight: bold;
	color: #fff;
	background: url(img/m-title.gif) no-repeat;
	clear: both;
}

h4 {
	clear: both;
	padding: 0 0 0 12px;
	margin-bottom: .5em;
	border-left: 5px #000099 solid;
	font-size: 120%;
	color: #000099;
	letter-spacing: 1px;
}

h5 {
	margin: 0 0 5px;
	border-bottom: dotted 1px #006699;
	font-size: 110%;
	font-weight: normal;
	color: #006699;
}

h6 {
	font-size: 100%;
}

#wrapper {
}

#body {
	width: 780px;
	margin: 0px auto;
	text-align: left;
}

#header {
	height: 80px;
	width: inherit;
	background: url(img/head-bg.gif) repeat-x bottom;
}

address {
	float: right;
	height: 53px;
	width: 255px;
	padding: 0px;
	margin: 3px 0 0 0;
	background: url(img/inquiry-hover.gif);
}

address a {
	height: 53px;
	width: 255px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(img/inquiry.gif);
}

address a:hover {
	background: none;
}

#title {
	clear: both;
	margin-bottom: 10px;
}

#contents {
	width: 780px;
	padding: 0 0 10px 0;
	background: url(img/left-back.gif) repeat-y left top;
	zoom: 100%;
}

#sub {
	float: left;
	width: 170px;
	margin: 0px;
	background-color: #FFFFFF;
}

#sub dl {
	padding: 5px;
	margin: 0 0 10px 0;
	background-color: #dfdfdf;
}

#sub dt {
	font-size: 110%;
	font-weight: bold;
	color: #000099;
}

#main {
	float: right;
	width: 595px;
}

.maincontents {
	float: left;
	width: 573px;
	padding: 15px 10px 10px 10px;
	margin-bottom: 10px;
	border: 1px solid #535353;
	zoom: 1;
}

.maincontents:after,
#contents:after {
	clear: both;
	height: 0.1px;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
	display: block;
	content: ".";
}

#footer {
	clear: both;
	padding: 22px 0 20px 0;
	font-size: 80%;
	background: url(img/f-bg.gif) repeat-x left top;
	background-color: #f1f1f1;
}

#footer a {
	color: #5f5f5f;
	text-decoration: none;
}

#footer a:hover {
	color: #3366FF;
}

#footer li {
	padding: 0 0 0 5px;
	margin: 0 0 0 7px;
	border-left: 1px solid #5f5f5f;
	display: inline;
}

#footer p {
	clear: both;
	margin: 0px;
	text-align: right;
}

/* #menu */

#menu {
	width: 780px;
	background-color: #fff;
}

#menu li {
	float: left;
	height: 39px;
	width: 156px;
	text-indent:-9999px;
	/*\*/ overflow: hidden;
}

#menu a {
	height: 39px;
	width: 156px;
	display: block;
}

#menu .menu01 {
	background: url(img/menu01-hover.gif);
}

#menu .menu01 a {
	background: url(img/menu01.gif);
}

#menu .menu01 a:hover {
	background: none;
}

#menu .menu02 {
	background: url(img/menu02-hover.gif);
}

#menu .menu02 a {
	background: url(img/menu02.gif);
}

#menu .menu02 a:hover {
	background: none;
}

#menu .menu03 {
	background: url(img/menu03-hover.gif);
}

#menu .menu03 a {
	background: url(img/menu03.gif);
}

#menu .menu03 a:hover {
	background: none;
}

#menu .menu04 {
	background: url(img/menu04-hover.gif);
}

#menu .menu04 a {
	background: url(img/menu04.gif);
}

#menu .menu04 a:hover {
	background: none;
}

#menu .menu05 {
	background: url(img/menu05-hover.gif);
}

#menu .menu05 a {
	background: url(img/menu05.gif);
}

#menu .menu05 a:hover {
	background: none;
}

/*sub-menu*/

#sub-menu {
	width: 170px;
	padding-bottom: 5px;
	background: #fff;
}

#sub-menu li {
	margin-bottom: 10px;
}

#sub-menu a {
	display: block;
	width:170px;
	height:50px;
	text-indent:-9999px;
	/*\*/ overflow: hidden;
}

#sub-menu .menu-s01 a {
	background: url(img/sub-banner01.gif);
}

#sub-menu .menu-s02 a {
	background: url(img/sub-banner02.gif);
}

#sub-menu .menu-s04 a {
	background: url(img/sub-banner04.gif);
}

#sub-menu .menu-s03 a {
	height: 30px;
	background: url(img/sub-banner03.gif);
}

/* LAYOUT
--------------------------------------------- */

/* class */

.clear {
	clear: both;
}

.img_r {
	float: right;
	padding: 0 0 10px 10px;
	background-color: #fff;
}

.img_l {
	float: left;
	margin: 0 10px 10px 0;
}

.p_r {
	text-align: right;
}

.p_c {
	text-align: center;
}

/* 戻る */
.return {
	clear: both;
	padding: 0px;
	margin: 1em 0 2em;
	text-align: right;
}

.return a:link {
	background: #808080;
}

.return a:visited {
	background: #808080;
}

.return a:hover {
	background: #6699cc;
}

.return a:active {
	background: #6699cc;
}

/* CONTENTS
---------------------- */
/* all */
/*greeting.html*/
#CompanyInfo {
	width: 95%;
	margin: 1em auto 2em;
	border-collapse: separate;
}

#CompanyInfo th,
#CompanyInfo td {
	padding: 5px 10px;
	border-bottom: 1px solid #cccccc;
	line-height: 1.5;
}

#CompanyInfo th {
	border-left: 3px solid #898989;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

#CompanyInfo td ul {
margin-bottom:15px;
}

/* privacy.html
------------------*/
#Privacy ul li {
	margin-left: 1.5em;
	list-style: none;
}

#Privacy dl {
	margin-left: 1.5em;
}

#Privacy dl dd {
	margin-bottom: 1em;
}

#Privacy h4 {
	padding: 0;
	margin: 20px 0 5px 0;
	border: none;
	font-weight: bold;
	color: #6a6e9e;
}

/*inquiry.html*/

#Inquiry ul li {
	float: left;
	margin: 0 10px 0 0;
}

p.inquiry-hour {
	clear: both;
	padding: 0 0 0 5px;
	color: #666666;
	letter-spacing: 1px;
}

#Inquiry span {
	color: #FF0000;
}

#MailForm {
	width: 500px;
	margin: 5px 0 15px;
	border-collapse: collapse;
}

#MailForm th,
#MailForm td {
	padding: 10px;
	border: 1px solid #CCCCCC;
	font-weight: normal;
	color: #444;
}

#MailForm th {
	width: 130px;
	background-color: #EBEBEB;
}

#MailForm input,
#MailForm textarea {
	width: 310px;
	border: 1px solid #B2B2B2;
}

.inputarea li {
	float: left;
	margin: 0 15px 0 0;
}

#thanks p {
	line-height: 300px;
	text-align: center;
}

.border {
	border:solid 1px #ccc;
	margin:0 0 20px;
}

.border p {
	padding:5px 10px;
	margin:0;
}

.bg_c_siz {
	color:#fff;
	font-weight:bold;
	font-size:120%;
	background-color:#006699;
	width:200px;
}

.bg_c_siz2 {
	color:#fff;
	font-weight:bold;
	font-size:120%;
	background-color:#FF6600;
	width:200px;
}

.table2 th,
.table2 td {
	padding:0 30px 0 0;
}

/* ===================contents1.html=================== */
.dl1 dt {
	font-size: 110%;
	font-weight: bold;
}

.dl1 dd {
	margin: 0 0 1em 20px;
}

.dl1 dd dl {
	margin: 0 0 0 12px;
}

.dl1 dd dt {
	font-size: 100%;
	color: #006699;
}

.dl1 dd dd {
	margin: 0 0 7px 12px;
}

.maincontents .set1 .list08 {
	margin:0 0 15px 0;
	overflow:hidden;
	zoom:1;
}

.maincontents .set1 {
	margin:0 0 20px 10px;
}

#main .maincontents .set1 h5 {
	padding:0 0 0 7px;
	margin:0 0 15px -10px;
	border-bottom: dotted 2px #006699;
}

.maincontents .set1 .list08 dt {
	width:450px;
	float:left;
}

.maincontents .set1 .list08 dd {
	text-align:right;
	border-bottom:dotted 1px #ccc;
	margin-bottom:8px;
	padding-left:460px;
}

.list09 {
	width:180px;
	border:solid 1px #ccc;
	margin: 0 0 15px 0;
	padding:10px;
}


/* ---------------course--------------- */
.table1 {
	width: 99%;
	border: 1px solid #83e2ff;
	border-collapse: collapse;
	margin:0 0 1em;
}

.table1 td,
.table1 th {
	padding: 3px 7px;
	border: 1px solid #83e2ff;
}

.table1 th {
	color: #0195c2;
	background: #c5f1ff;
}

.bg_c {
	background-color: #ddf7ff;
}

.font_red {
	margin: 0 0 20px;
	color: #FF0000;
}

.dl2 dt {
	margin: 5px 0 0;
	font-weight: bold;
	color: #006699;
}

.dl2 dd {
	padding: 0 0 25px 30px;
	background: url(img/icon1.gif) 70px bottom no-repeat;
}

.img-big {
	color: #FF0000;
	font-weight:bold;
	font-size:120%;
}

h3.title-center {
	text-align:center;
}

.table3 th {
	padding:0 20px 0 0;
}

.table3 {
	font-size:120%;
	font-weight:bold;
	border:0px;
	margin:0 0 30px 100px;
}

.kousyuu em {
	font-size:130%;
	font-style:normal;
	font-weight:bold;
}

.kousyuu table th {
	width:60px;
}

.dl3 {
	width:300px;
}

.dl3 dt {
	float:left;
	width:100px;
}

.dl3 dd {
	border-bottom:solid 1px #ccc;
	padding:0 0 5px;
	margin:0 0 5px;
}

.bg_c2 {
	border:solid 1px #666;
	padding:10px 10px 0;
	margin:0 0 1em;
}

/* ---------------index.html--------------- */



.list01 {
	padding:10px 0 0 0;
}

.list01 dt {
	font-size:110%;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	margin-bottom:12px;
}

.list01 dd {
	margin-bottom:20px;
}

.list01 dd span {
	display:block;
}

.list01 dd .type {
	font-weight:bold;
	color:#5F4325;
	margin-bottom:8px;
	padding:0 0 0 8px;
	border-left:3px solid #5F4325;
}

.list01 dd .price {
	font-size:110%;
	letter-spacing:1px;
	margin:6px 0;
}

.bg1 {
	border:solid 2px #ccc;
	padding:10px;
}

.table2 {
	border:2px solid #ccc;
	border-collapse:collapse;
}

.table2 td,
.table2 th {
	border:2px solid #ccc;
	padding:5px 10px;
}

.table2 th {
	background-color:#ececec;
}

.ao {
	color:#0000FF;
}

.border2 {
	border:solid 1px #ccc;
	margin:0 0 1em;
}

.border2 .flow_l {
	background-color:#006699;
	font-size:120%;
	font-weight:bold;
	color:#fff;
	padding:10px;
	width:300px;
	float:left;
}

.border2 .flow_r {
	float:right;
	font-size:120%;
	padding:10px;
}

.list02 dt {
	font-weight:bold;
	line-height:28px;
	color:#fff;
	border:1px solid #ccc;
	border-bottom:0px;
	padding:0 0 0 10px;
	background:url(img/bg01.gif) no-repeat left top;
}

.list02 dd {
	position:relative;
	border:1px solid #ccc;
	border-top:0px;
	margin-bottom:15px;
	padding:8px 10px 0 10px;
}

.list02 .r_position {
	position:absolute;
	top:-22px;
	right:8px;
}

.border2 .clear,
.border2 .p_r {
	padding:0 10px;
}

.txt01 {
	color:#333333;
}

.txt04 {
	font-weight:normal;
	font-size:70%;
	color:#333333;
}


.txt02 {
	font-size:140%;
}

.list03 dt {
	font-size:120%;
	font-weight:bold;
	letter-spacing:1px;
	margin-bottom:10px;
}

.list03 div {
	margin:0 30px 0 0;
	float:left;
}

.table4 {
	width:400px;
	border-collapse:collapse;
}

.table4 th,
.table4 td {
	font-weight:normal;
	padding:6px 10px;
	border:1px solid #ccc;
}

.table4 th {
	text-align:center;
	width:23%;
	background:#E1F4F4;
	vertical-align:top;
}

.list04 dt {
	font-size:100%;
	font-weight:bold;
	letter-spacing:1px;
	margin-bottom:2px;
}

.list04 dd {
	margin:0 0 10px 0;
}

.list05 dt {
	position: relative;
	font-size:110%;
	font-weight:bold;
	margin-bottom:15px;
	padding:0 0 0 70px;
}

#main .list05 dt.posi_width01 {
	padding-left:120px;
}

.list05 dt span {
	margin:0px;
	position: absolute;
	font-size:90%;
	color:#fff;
	padding:2px 8px;
	background:#003399;
	top:0px;
	left:0px;
}

.list05 dd {
	margin-bottom:10px;
}

.list06 li {
	margin-bottom:5px;
}

.inset01 h4 {
	letter-spacing:2px;
	margin:0 -10px 20px -10px;
}

.inset01 {
	padding:0 10px;
}

.list07 {
margin:0 0 0 20px;
padding:15px 0;
}

.txt03 {
		font-weight:bold;
}

table.table5 {
    width: 99%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin:0 0 10px;
}

table.table5 th {
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight:normal;
    padding: 5px;
	width:80%;
	text-align:left;
}

table.table5 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
	text-align:center;
}

dl.dl4 {
	margin:0 10px 10px;
}

.dl4 dt{
	color:#006699;
	clear:both;
	float:left;
	width:65px;
}
	
.dl4 dd{
}

.txt05 {
	font-size:110%;
	font-weight:bold;
border:solid 1px #ccc;
	padding:7px;
}

.table6 {
	width:50%;
	border:solid 1px #ccc;
	border-collapse:collapse;
	margin:0 0 15px;
}

#main .table6 thead th {
	text-align:center;
	font-size:110%;
	background:none;
}

.table6 th {
border:solid 1px #ccc;
background:#f7f7f7;
	padding:7px;
}

.table6 td {
border:solid 1px #ccc;
	padding:7px;
}

#main .color1 {
	background:#dcf6ff;
}
