@charset "utf-8";

/* ------------------------------------------- CSS Information
 File Name:      default.css
 Author:         MIYA
 Style Info:     ブラウザスタイルのリセットと基本設定
----------------------------------------------------------- */

/* ----------------------- Browser Default Initialization */
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}
p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
}

/* ----------------------- Basic Style */
body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #333;
	font-size: 80%;
	line-height: 160%;
	background-color:#fff;
	margin:auto;
	text-align:center;
}

.btn {
	cursor:pointer;
	padding:0px;
}


br.clear {
	clear: both;
	font-size:0pt;
	line-height:0%;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}


/* ページ幅設定
----------------------------------------------- */
#wrapper {
	width:940px;
	height:100%;
	margin:auto;
	text-align:left;
	position: relative;
}


/* ヘッダー
----------------------------------------------- */
.header {
	background:url(../img/header_bg.gif) repeat-x;
	height:135px;
	position: relative;
}


.header h1 {
	font-size: 10px;
	font-weight: normal;
	width: 550px;
	line-height: 1.2em;
	position: absolute;
	top: 2px;
	left: 20px;
}
.logo {
	position: absolute;
	top: 47px;
	left: 20px;
}
.jaa {
	position: absolute;
	top: 53px;
	left: 335px;
}
.jaaR {
	position: absolute;
	top: 55px;
	left: 500px;
	line-height:1.2em;
}
.jaaR em {
	text-decoration: underline;
	color:#0096FF;
	font-size:10px;
	line-height:1.2em;
}
.jaaR a {
	text-decoration: underline;
	color:#0096FF;
	font-size:10px;
	line-height:1.2em;
}
.jaaR a:hover {
	text-decoration: none;
}
.freedial {
	position: absolute;
	top: 5px;
	right: 10px;
	text-align:right;
	font-size:10px;
	line-height: 180%;
}
.freedial a {
	text-decoration: underline;
	color:#0096FF;
	font-size:10px;
	padding:0 0 0 2px;
	line-height:1em;
}
.freedial a:hover {
	text-decoration: none;
}
.menu2 {
	position: absolute;
	top: 70px;
	right: 10px;
}
.menu2 ul li {
	float: left;
	line-height:120%;
}
.menu2 ul li a {
	display: block;
	text-align:center;
	text-decoration: underline;
	color:#498931;
	border:none;
	background: url(../img/home01-014.gif) no-repeat 0px;
	padding-left: 22px;
}
.menu2 ul li a:hover {
	text-decoration: none;
}
.menu2 ul li a.t2 {
	display: block;
	text-align:center;
	text-decoration: underline;
	color:#CF4A66;
	border:none;
	background: url(../img/text031_19.gif) no-repeat 0px;
	padding-left: 41px;
}
.menu2 ul li a.t2:hover {
	text-decoration: none;
}
.menuBG {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../img/menuBG.gif) repeat-x;
	height:35px;
}

.menuBG ul li {
	float: left;
	line-height:100%;
}
.menuBG ul li a {
	display: block;
	background: url(../img/menu.gif) no-repeat;
	width: 155px;
	height: 26px;
	text-align:center;
	font-size:12px;
	text-decoration: none;
	color:#000;
	padding-top:4px;
}
.menuBG ul li a:hover {
	color:#FFB400;
	background: url(../img/menu_over.gif) no-repeat;
}

.mIMG {
	vertical-align:middle;
}









/* コンテンツ
----------------------------------------------- */
.menuL {
	float: left;
	width:240px;
	height:100%;
	margin-top:10px;
}
.contents {
	float: right;
	width:680px;
	height:100%;
	margin-top:10px;
}
.footer {
	clear:both;
	position: relative;
	height:100%;
}








/* トップページ
----------------------------------------------- */
.naiyouMAP {
	float:left;
	width:322px;
	height:100%;
}
.naiyouMAP h6 {
	padding:20px 0 5px;
}
.naiyouMAP2 {
	float:right;
	width:330px;
	height:100%;
}
.naiyouMAP2 h6 {
	padding:20px 0 5px;
}
.naiyou {
	float:left;
	width:480px;
	height:100%;
}
.naiyou a {
	text-decoration: underline;
	color:#0096FF;
}
.naiyou a:hover {
	text-decoration: none;
}
.imgArea {
	float:right;
	width:180px;
	height:100%;
}
.naiyou h4 {
	text-align:center;
}
.naiyou p {
	margin-top:20px;
	line-height:2em;
}
.naiyou em {
	color:#0096FF;
	font-weight:bold;
}
.naiyou p.type2 {
	margin-top:20px;
	color:#376ad2;
	line-height:2em;
}
.endImg {
	margin-top:20px;
}
.naiyou2 {
	height:100%;
}
.naiyou2 p {
	margin-top:20px;
	line-height:2em;
}
.naiyou2 em {
	color:#0096FF;
	font-weight:bold;
}
.naiyou h3 {
	color:#0096FF;
	background: url(../img/qanda01-005.gif) no-repeat 0px;
	padding: 3px 0 3px 30px;
}
.naiyou2 h3 {
	color:#0096FF;
	background: url(../img/qanda01-005.gif) no-repeat 0px;
	padding: 3px 0 3px 30px;
}
.naiyou2 h6 {
	background: url(../img/document01-018.gif) no-repeat 0px;
	padding-left: 20px;
	margin-top: 20px;
	font-weight:normal;
}
.naiyou2 h6.t9 {
	background: url(../img/document01-018.gif) no-repeat 0px;
	padding-left: 20px;
	margin: 5px 0 0 18px;
	font-weight:normal;
}
.naiyou2 h6.t10 {
	background: none;
	margin: 5px 0 0 0;
	font-weight:normal;
	color:#7E002A;
}
.naiyou2 h5 {
	background: url(../img/folder01-011.gif) no-repeat 0px;
	padding-left: 20px;
	margin-top: 20px;
	font-weight:normal;
}
.naiyou2 h6 a {
	text-decoration: underline;
	color:#0096FF;
}
.naiyou2 h6 a:hover {
	text-decoration: none;
}
.answer {
	float:right;
	width:649px;
	line-height:2em;
}
.answer2 {
	float:right;
	width:449px;
	line-height:2em;
}










/* 新着ニュース
----------------------------------------------- */
.newsBar {
	background: url(../img/newsBar.gif) no-repeat;
	margin:20px 0 0;
	height:30px;
}
.newsBar h3 {
	float:left;
	padding:4px 0 0 20px;
	font-weight:normal;
}
.newsBar h4 {
	float:right;
	padding:2px 15px 0 0;
}
.newsBOX {
	width:680px;
	padding:10px 0;
	height:100%;
}
.newsBOX ul li {
	background: url(../img/ya_2_07.gif) no-repeat 0px 0.3em;
	margin-top:5px;
	padding-left:20px;
}
.newsBOX ul {
	list-style:none;
}
.newsBOX ul li a {
	text-decoration: underline;
	color:#666;
}
.newsBOX ul li a:hover {
	text-decoration: none;
}
.newsJSbox {
	text-align:left;
	padding:10px;
}
.newsJSdaiji {
	display:inline;
	background-color:#7E002A;
	color:#fff;
	padding:0 10px;
}
.newsJStitle {
	font-size:14px;
	margin:20px 0 0 ;
	color:#0070FF;
}
.newsLINE {
	margin:10px 0;
	background:url(../img/dot.gif) repeat-x 0px;
	font-size:0pt;
	line-height:0%;
	height:1px;
}
.newsJSright {
	float:right;
	padding: 0 0 10px 20px;
}
div.pager {
	float:right;
	padding-top:20px;
}
div.pager a,
div.pager span {
    display: block;
    float: left;
    margin-right: 0.1em;
    padding: 0px 4px;
}

div.pager a {
    color: #105cb6;
    background-color: #fff;
    border: 1px solid #9aafe5;
    text-decoration: none;
}

div.pager a:hover {
    color: #003;
    background-color: #fff;
    border: 1px solid #2e6ab1;
}

div.pager span.current {
	float: left;
    color: #fff;
    background-color: #2e6ab1;
    border: 1px solid #2e6ab1;
    font-weight: bold;
}

div.pager span.nextprev {
    border: 1px solid #ddd;
    color: #999;
    background-color: #fff;
}

div.pager a.nextprev {
    font-weight: bold;
}








/* パンクズ
----------------------------------------------- */
.pankuzu {
	font-size:10px;
	float:left;
}
.pankuzu a {
	text-decoration: underline;
	color:#0096FF;
	font-size:10px;
}
.pankuzu a:hover {
	text-decoration: none;
}
.pankuzu2 {
	float:right;
}
.pankuzu2 a.link1 {
	text-decoration: none;
	color:#5E8440;
}
.pankuzu2 a.link2 {
	text-decoration: none;
	color:#C5CBFF;
}



/* 題字
----------------------------------------------- */
.daiji {
	margin:10px 0 0;
	height:100%;
}
.daijiIMG {
	float:left;
}
.daiji h1 {
	font-size:16px;
	color:#008F00;
	padding:6px 0 0;
}
.daiji h3 {
	margin:10px 0 0;
	color:#000;
	background:url(../img/text024_01.png) no-repeat 0px;
	padding-left:45px;
}
.daiji h5 {
	float:right;
	display:inline;
	border:dashed 1px #0096FF;
	padding: 2px 10px;
	font-weight:normal;
	font-size:95%;
}








/* アイコン
----------------------------------------------- */
.icon {
	margin:50px auto 0;
	width:628px;
	height:100%;
}

/* アイコン2
----------------------------------------------- */
.icon2 {
	margin:50px auto 30px;
	width:670px;
	height:100%;
}











/* キャンペーン
----------------------------------------------- */
.canpen {
	margin:50px 0 0;
	border:solid 1px #FFA600;
	padding:0 0 20px;
}
.canpen h5 {
	background-color:#FFA600;
	color:#fff;
}
.canpen p {
	padding:0 20px;
}
.canpen em {
	color:#0096FF;
	font-weight:bold;
}
.canpenDaiji {
	margin:20px 0 15px;
	text-align:center;
}
.listp {
	background: url(../img/flower04-007.gif) no-repeat 0px;
	margin: 4px 0 0 20px;
	padding:0 0 0 20px;
	color:#0073FF;
}
.listp2 {
	background: url(../img/flower04-007.gif) no-repeat 0px;
	margin: 4px 0 8px 20px;
	padding:0 0 0 20px;
	color:#0073FF;
}
.canpen a {
	text-decoration: underline;
	color:#0096FF;
}
.canpen a:hover {
	text-decoration: none;
}






/* スクール
----------------------------------------------- */

ul.schoolUL li {
	background:url(../img/dialog01-001.gif) no-repeat;
	padding-left:1.8em;
	margin-bottom:15px;
	line-height:1.5em;
}
ul.schoolUL em {
	color:#0096FF;
}
ul.schoolUL li.sli {
	background:url(../img/dot.gif) repeat-x 0px;
	font-size:0pt;
	line-height:0%;
	height:1px;
}
.school2end {
	margin:40px auto 20px;
	width:591px;
	height:100%;
	border:double 3px #A5DBC0;
	padding:20px;
}
.kouzaline {
	margin:30px 0 20px;
	background:url(../img/dot.gif) repeat-x 0px;
	font-size:0pt;
	line-height:0%;
	height:1px;
}
.schoolde {
	border:double 3px #FFCF00;
	padding:20px;
	margin:40px 0 0;
}
.schoolde h3 {
	color:#0096FF;
	background: url(../img/text_006_02.gif) no-repeat 0px;
	padding-left:30px;
	margin-bottom:10px;
}
.schoolde h4 {
	margin-bottom:10px;
}
.schoolde h6 {
	font-size:12px;
	color:#666;
	line-height:1.2em;
	text-align:right;
	margin-top:10px;
}
.schoolde h6 a {
	text-decoration: underline;
	color:#0096FF;
}
.schoolde h6 a:hover {
	text-decoration: none;
}
.school3pic {
	margin:50px 0 0;
	height:100%;
}
.schoolFree {
	border:double 3px #DBE6B3;
	padding:20px;
	margin:20px 0 0;
	font-size:12px;
	height:100%;
}
.schoolFree p {
	color:#547240;
	margin-bottom:10px;
}
.schoolFree em {
	float:left;
	line-height:1.2em;
	padding-right:10px;
	font-size:10px;
}
.schoolfrm {
	margin:30px 0 0;
}
.schoolfrm h3 {
	border-left:solid 8px #E296D7;
	padding-left:12px;
	color:#E296D7;
}
.schoolfrm h6 {
	color:#666;
	font-size:12px;
	font-weight:normal;
	padding-left:20px;
}
.schoolFreeTBL {
	margin:10px 0 0;
}
td.TD1 {
	width:160px;
	border:double 3px #ddd;
	padding:10px;
	font-size:12px;
}
td.TD1 p  {
	background: url(../img/point027_01.png) no-repeat 0px;
	padding-left:16px;
	color:#9B2A55;
}

td.TD2 {
	width:470px;
	border:solid 1px #ddd;
	padding:10px;
}
td.TD2 span {
	font-size:10px;
}
td.TD2 em {
	font-size:10px;
	color:#ff0000;
	background: url(../img/arrow32-006.gif) no-repeat 0px;
	padding-left:16px;
	height:20px;
	display:block;
}

.inPolicy {
	width:630px;
	height:100px;
	overflow:auto;
	margin:20px auto 0;
	font-size:12px;
	border:solid 1px #ddd;
	padding:20px;
}
.inPolicy h3 {
	color:#333;
	border:none;
	padding:0px;
}
.submitIMG {
	text-align:center;
	margin:30px auto;
}
.submitIMG2 {
	text-align:center;
	margin:30px auto;
	height:100%;
	width:400px;
}

.tableRollOverEffect1 {
    background-color:#F9E8F9;
}
.inputTJ1 {
	width:200px;
	ime-mode:enabled;
}
.inputTJ2 {
	width:400px;
	ime-mode:enabled;
}
.inputTE1 {
	width:300px;
	ime-mode:disabled;
}
.inputTE2 {
	width:80px;
	ime-mode:disabled;
}
.inputTE3 {
	width:150px;
	ime-mode:disabled;
}
.inputTE4 {
	width:30px;
	ime-mode:disabled;
}
.sendDone {
	margin:50px 0 0;
	font-weight:bold;
}
.schoolFlow {
	margin-top:10px;
}
.schoolFlow td {
	padding:5px 20px 0px 0;
}









/*フッター
---------------------------------------------------------------------------*/
.pagetop {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	text-align: right;
	padding:0 0 10px;
	border-bottom:solid 1px #2A432E;
}
.footerMenu {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 100%;
	border-top:solid 2px #213A22;
	padding:5px 0 0;
}
.footerMenu ul li {
	float: left;
	color:#999;
	font-size: 12px;
}
.footerMenu ul li a {
	color:#BAA66E;
	text-decoration: none;
	font-size: 12px;
}
.footerMenu ul li a:hover {
	text-decoration: underline;
}
.footerFreedial {
	position: absolute;
	top: 110px;
	right: 0px;
	text-align: right;
	line-height:1.5em;
	font-size:10px;
	color:#666;
}
.footerFreedial a {
	color:#BAA66E;
	text-decoration: none;
}
.footerFreedial a:hover {
	text-decoration: underline;
}
.footerSchool {
	position: absolute;
	top: 110px;
	left: 0px;
	line-height:1.5em;
	font-size: 12px;
}
.footerSchool a {
	color:#597542;
	text-decoration: none;
	font-size: 12px;
}
.footerSchool a:hover {
	text-decoration: underline;
}
.footerSchool h5 {
	margin:20px 0 0;
	font-weight:normal;
	font-size: 12px;
}







/* 管理
----------------------------------------------- */
.kanriBASE {
	padding:20px;
	text-align:left;
}
.kanriH3 {
	background: url(../img/arrow45-016.gif) no-repeat;
	padding-left: 28px;
}
.kanriDAIJI {
	display:inline;
	background-color:#333;
	color:#fff;
	padding:0 10px;
}
.kanriTBL td {
	padding:5px;
	
}
.kanriTBL td em {
	font-size:10px;
	color:#ff0000;
	background: url(../img/arrow32-006.gif) no-repeat 0px;
	padding-left:16px;
	height:20px;
	display:block;
}
.kanriTBL tr.bg1 {
	background-color:#FFFFED;
}
.kanriTBL tr.bg2 {
	background-color:#EBFFFF;
}

.kanriTBL th {
	text-align:center;
	border:solid 1px #ddd;
	background-color:#ccc;
}
.knariIMGL {
	float:left;
	width:240px;
}
.knariIMGR {
	float:left;
	width:400px;
}











/* margin
----------------------------------------------- */
.m5px {
margin:5px 0 0;
}
.m10px {
margin:10px 0 0;
}
.m15px {
margin:15px 0 0;
}
.m20px {
margin:20px 0 0;
}
.m25px {
margin:25px 0 0;
}
.m30px {
margin:30px 0 0;
}
.m35px {
margin:35px 0 0;
}
.m40px {
margin:40px 0 0;
}
.m50px {
margin:50px 0 0;
}
.m60px {
margin:60px 0 0;
}
.m70px {
margin:70px 0 0;
}