﻿@charset "utf-8";

/********* HTMLリセット *********************************************/

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, pre, blockquote, th, td, form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
em, strong, code, address, th {
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
q:before, q:after {
	content: "";
}
abbr, acronym {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
fieldset, img {
	border: 0;
}

/********* HTML再定義 ***********************************************/

body {
	line-height: 1.4;
	margin: 0 auto;
	padding: 10px;
/*	background-color: #EEEEEE;*/
	background-color: #EEEEEE;
	color: #000000;

	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;

	background-image: url(images/bg_leaf.jpg);
	background-repeat: repeat-x;
	background-position:  left top;

}

h1 {
	line-height: 1.0;
	font-size: 200%;
	font-weight: bold;
}
h2 {
/*	margin: 10px 0;
	margin: 0px 0;*/

	padding: 5px 0;
	border-top: 1px solid #AAAAAA;
	border-bottom: 2px solid #336600;
	border-left: 5px solid #336600;
	font-weight: bold;
/*	background-color:#33CC00;*/
	background-color:#CCFF99;
	text-align: center;
	background-image: url(images/gra_green_50_50.png);
/*	background-repeat: no-repeat;*/
	background-repeat: repeat-x;
	background-position:  right bottom;


}
h3 {
	font-weight: bold;
}
h4, h5, h6 {
	margin: 10px 0;
	font-weight: bold;
}

p {
	margin: 10px 0;
}
em, strong {
	font-style: normal;
	font-weight: bold;
}
ul {
	margin: 10px 20px;
}
ul li {
	list-style: disc;
}
ol {
	margin: 10px 30px;
}
ol li {
	list-style: decimal;
}
dl {
	margin: 10px 0;
}
dl dd {
	margin-left: 30px;
}
pre {
	overflow: auto;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
}
code {
	color: #000080;
}
pre, code {
	line-height: 1.2;
	font-size: 100%;
	font-family: "ＭＳ ゴシック", monospace;
}
blockquote {
	overflow: auto;
	margin: 10px 0;
	padding: 0 15px;
	border-left: 2px solid #7777AA;
}
blockquote div, blockquote p, blockquote li, blockquote dt, blockquote dd {
	color: #777777;
}
address {
	padding-top: 10px;
	border-top: 1px solid #999999;
}

table {
	margin: 15px 0;
	border: 1px solid #666666;
}
table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	font-weight: bold;
	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #AAAAAA;
}
table tr td input {
	margin: -2px 0;
}

form legend {
	display: none;
}
form input, form textarea {
	padding: 1px;
}
form dl dt {
	float: left;
	clear: left;
	width: 7em;
}
form ul {
	margin: 15px 0px;
}
form ul li {
	list-style: none;
}
form p input {
	padding: 2px;
}
img {
	vertical-align: middle;
	margin: auto 1px;
}

a:link, a:visited {
	color: #0000CC;
	text-decoration: underline;

}
a:active, a:hover {
	color: #FF7700;
	text-decoration: underline;

}

/********* 基本構造 *************************************************/
/*-------------------------wrapperの指定*/ 
div#ki_wrapper {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
/*-------------------------headerの指定*/ 
#ki_header {
	height:180px;
/*	width:300px;*/
	margin:0px 5px 5px 5px; 

	border-top: 0 solid #486D94 ;
	border-right: 0 solid #336600 ;
/*	border-bottom: 5px solid #336600 ;*/
/*	border-left: 5px solid #336600 ;*/
	padding: 0px 0px 0px 0px ;

/*	background-color: #CCFFCC;*/
/*	background-image: url(images/gra_green_50_200.png);`*/

/*	background-image: url(images/mitubachi.gif);*/
	background-image: url(images/EnglishPower002a.png);

	background-repeat: no-repeat;
	background-position:  left top;
}

/*-------------------------sidebarの指定*/
div#ki_sidebar {
  	width: 150px;
	font-size: 80%;

/*  	width: 200px;*/
  	float: left;
/*  	margin: 0;*/
	margin:5px 0px 5px 0px; 

  	padding: 0;
	border-top: 0 solid #486D94 ;
	border-right: 0 solid #336600;
	border-bottom: 0px solid #486D94 ;
	border-left: 0 solid #486D94 ;
}

div#ki_sidebar_0 {
  	width: 140px;

/*  	width: 190px;*/
/*  	margin: 0;*/
/*	K.I margin:0px 10px 10px 10px; */
	margin:0px 5px 5px 5px;

  	padding: 0px;
	border-top: 3px double #336600 ;
	border-right: 0px double #486D94 ;
	border-bottom: 3px double #336600 ;
	border-left: 0px double #486D94 ;
/*	background-color: #98FB98 ; */
	background-color:#CCFFCC;

}

/***********************************************/
#ki_sidebar_0 ul {
	border-bottom: 5px solid #5d9808;

	margin-left:3px;
	margin-right:3px;
 

}
#ki_sidebar_0 a {
	text-align: center;
	display: block;
	width: 100%;
/*	width: 100%;*/
	color: #000000;
	text-decoration: none;
	background: #FFFFFF url(images/menu_bg.gif) no-repeat bottom;

	padding-top: 10px;
	padding-bottom: 10px;

}
#ki_sidebar_0 a:hover {
	background: #5D9808 url(images/menu_bgn.gif) no-repeat left bottom;
	color: #FFFFFF;
}

#ki_sidebar_0 li {

	padding: 0px 0px 0px 0px;

	list-style-type: none;
}

/***********************************************/


div#ki_sidebar_1 {

  	width: 140px;
/*  	width: 190px;*/

	margin:0px 5px 5px 5px; 

  	padding: 0px;
	border-top: 3px double #336600 ;
	border-right: 0px double #486D94 ;
	border-bottom: 3px double #336600 ;
	border-left: 0px double #486D94 ;
	background-color:#FFCC33 ;
}


/***********************************************/
div#ki_sidebar_2 {
  	width: 140px;
/*  	width: 190px;*/

	margin:0px 5px 5px 5px; 

  	padding: 0px;
	border-top: 3px double #336600 ;
	border-right: 0px double #486D94 ;
	border-bottom: 3px double #336600 ;
	border-left: 0px double #486D94 ;
/*	background-color: #98FB98 ; */
	background-color:#CCFFCC;

}

#ki_sidebar_2 ul {
	border-bottom: 5px solid #5d9808;

	margin-left:3px;
	margin-right:3px;

}
#ki_sidebar_2 a {
	text-align: center;
	display: block;
	width: 100%;
	/* color: #5d9808;*/
	color: #000000;
	
	text-decoration: none;
	background: #FFFFFF url(images/menu_bg.gif) no-repeat bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}
#ki_sidebar_2 a:hover {
	background: #5D9808 url(images/menu_bgn.gif) no-repeat left bottom;
	color: #FFFFFF;
}

#ki_sidebar_2 li {
	list-style-type: none;
}

.m_reset {
	margin: 0 0 0 -20px;
	padding: 2px;


}

/***********************************************/



div#container {
	width: 550px;
	font-size: 90%;

/*	width: 550px;*/
/*	margin: 0 auto;*/
	margin: 5px 2px 5px 2px;

	/*padding: 20px;*/
	padding: 0px;
	border-top: 3px double #336600 ;
	border-right: 0px double #486D94 ;
	border-bottom: 3px double #336600 ;
	border-left: 0px double #486D94 ;
	background-color: #CCFFCC;
/*	background-image: url(images/Businessman.jpg);*/
	
	background-repeat: no-repeat;
	background-position:  right bottom;

	float: left;
}

div#container_table {
	width: 820px;
	font-size: 80%;

/*	width: 550px;*/
/*	margin: 0 auto;*/
	margin: 5px 2px 5px 2px;

	/*padding: 20px;*/
	padding: 0px;
	border-top: 3px double #336600 ;
	border-right: 0px double #486D94 ;
	border-bottom: 3px double #336600 ;
	border-left: 0px double #486D94 ;
	background-color: #CCFFCC;
/*	background-image: url(images/Businessman.jpg);*/
	
	background-repeat: no-repeat;
	background-position:  right bottom;

	float: left;
}


div#container01 {
	width: 500px;
	font-size: 90%;

/*	width: 550px;*/
	height: 500px;
	
/*	margin: 0 auto;*/
	margin: 0 2px 5px 2px;

	/*padding: 20px;*/
	padding: 0px;
	border-top: 3px double #336600 ;
	border-right: 0px double #486D94 ;
	border-bottom: 3px double #336600 ;
	border-left: 0px double #486D94 ;
	background-color: #CCFFCC;
	background-image: url(images/Businessman.jpg);
	
	background-repeat: no-repeat;
	background-position:  right bottom;

	float: left;
}

div#ki_right {
  	width: 270px;
/*  	margin: 0;*/

	margin:5px 0px 5px 0px; 

  	padding: 0px;
	border-top: 0px double #486D94 ;
	border-right: 0px double #486D94 ;
	border-bottom: 0px double #486D94 ;
	border-left: 0px double #486D94 ;
/*	background-color: #CCFFCC ;*/

	float: left;


}

div#ki_right2 {
  	width: 270px;
/*  	width: 280px;*/
	font-size: 80%;

	margin:5px 5px 5px 5px; 

  	padding: 0px;
	border-top: 3px double #486D94 ;
	border-right: 0px double #486D94 ;
	border-bottom: 3px double #486D94 ;
	border-left: 0px double #486D94 ;
	background-color: #CCFFCC ;

/*	float: left;*/
/*	clear: both;*/

}


div#debug {
  	width: 160px;
/*  	margin: 0;*/
	margin:0px 10px 10px 10px; 

  	padding: 0px;
	border-top: 3px double #486D94 ;
	border-right: 0px double #486D94 ;
	border-bottom: 3px double #486D94 ;
	border-left: 0px double #486D94 ;
	background-color: #CCFFCC ;

	float: left;

}



div#ki_footer {
	height: 50px;
/*	margin: 0;*/

	font-size: 80%;

	margin:5px 5px 5px 5px; 

	border-top: 0 solid #486D94 ;
	border-right: 0 solid #486D94 ;
	border-bottom: 2px solid #336600 ;
	border-left: 5px solid #336600 ;
	padding: 2px 2px 2px 2px;
	background-color:#CCFFCC;
	/* float: left;*/
	clear: both;
}

/************************************/


div#menu {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
div#customer {
	margin-bottom: 20px;
}
div#work {
	margin-bottom: 20px;
}

/********* 予約テーブル*********/
.ki_table_0 {
	padding:2px; 
	margin:0px; 
	border:2px solid #AAAAAA;
	background-color: #D1E8FF ;
}

.ki_table_1 {
	padding:2px; 
	margin:0px; 
	border:2px solid #AAAAAA;
	background-color: #FFFFFF ;
}

/********* メニュー *************************************************/

div#menu h2 {
	display: none;
}
div#menu ul {
	margin: 5px 0;
}
div#menu ul li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}

/********* ページ移動 ***********************************************/

div#page h2 {
	display: none;
}
div#page ul {
	margin: 5px 0;
}
div#page ul li {
	display: inline;
	margin-right: 10px;
}

/********* ナビゲーション *******************************************/

div#navi h2 {
	display: none;
}
div#navi ul {
	margin: 5px 0;
	text-align: right;
}
div#navi ul li {
	display: inline;
	margin-left: 5px;
}

/********* 顧客情報 *************************************************/

div#customer dl dt {
	float: left;
	clear: left;
	width: 6em;
}

/********* 処理選択 *************************************************/

div#work form {
	margin: 10px 0;
}
div#work form dl dt {
	display: none;
}
div#work form dl dd {
	margin: 0;
}

/********* 設定編集 *************************************************/

div#config form div.data {
	margin-bottom: 20px;
}
div#config form div.data h3 {
	margin: 20px 0 15px 0;
	padding: 3px;
	background-color: #EEEEEE;
}
div#config form div.data p.comment {
	margin: 0 3px 3px 3px;
}
div#config form div.data p.config {
	margin: 0 3px 10px 3px;
}

/********* 個別指定 *************************************************/

.attention {
	color: #FF0000;
	font-weight: bold;
}

/********* IE6用設定 ************************************************/

* html body {
	text-align: center;
}
* html body div#container {
	width: 590px;
	text-align: left;
}
* html body pre {
	width: 100%;
}
* html body table tr th, * html body table tr td {
	font-size: 80%;
}

/********* IE6用設定 ************************************************/
.calendar1 {
float:left;

padding-left:20px;
padding-right:20px;
}

/************************************/
p#item_header{
	margin: 10px 10px 10px 10px;
 	padding:  10px 10px 10px 10px;
	font-weight: bold;
	color: #ffffff;
	text-indent: 1em;
	border-top: 0 solid #486D94 ;
	border-right: 0 solid #486D94 ;
	border-bottom: 1px solid #336600 ;
	border-left: 4px solid #336600 ;
	background-color:#ff8c00;
/*	background-color:#145900;*/
}
p#item_header2{
	margin: 2px 2px 2px 2px;
 	padding:  2px 2px 2px 2px;
	font-weight: bold;
	color: #ffffff;
	text-indent: 1em;
	border-top: 0 solid #486D94 ;
	border-right: 0 solid #486D94 ;
	border-bottom: 1px solid #336600 ;
	border-left: 4px solid #336600 ;
	background-color:#ff8c00;
/*	background-color:#EEEEEE;*/
/*	background-color:#EEEEEE;*/
}


p#body{
	margin: 0 0 0 0 ;
 	padding: 0 0 -1em 0;
/*	font-weight: bold;*/
	color: #000000;
	text-indent: 0;
/*	background-color:#145900;*/
/*	background-color:#EEEEEE;*/
/*	background-color:#EEEEEE;*/
}
#st1{
	margin: 0 0 0 0 ;
 	padding: 0 0 -1em 0;
	font-weight: bold;
	color: #ffffff;
	text-indent: 0;
	background-color:#6a77be;
}
#st1_1{
	margin: 0 0 0 0 ;
 	padding: 0 0 0 0;
	font-weight: bold;
	color: #6a77be;
	text-indent: 0;
}




.sampleover {
font-size:35px;
font-weight:bold;
color:#FFD700;
line-height:1em;
position:relative;
top:-37px;
left:-3px;
}
.sampleunder {
font-size:35px;
font-weight:bold;
line-height:1em;
color:#FF8C00;
}
.sampleunder1 {
font-size:35px;
font-weight:bold;
line-height:1em;
color:#FF8C00;
position:relative;
top:-35px;
}

div#ki_pic_left {
  	width: 100px;
  	float: left;
	position: relative;
	left:-10px;

	margin:5px 5px 5px 5px; 
	font-size:80%;
	text-align: center;

  	padding: 0;
	border-top: 0px solid #486D94 ;
	border-right: 0px solid #486D94;
	border-bottom: 0px solid #486D94 ;
	border-left: 0px solid #486D94 ;
}

img#ki_pic_teacher {
	position: relative;
	left:-12px;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	border:2px solid #006200;
	width: 86px;
	height: 95px;
}

img#ki_pic_teacher2 {
	position: relative;
	left:2px;
	margin: 0;
	padding: 0;
	border:2px solid #006200;
	width: 60px;
	height: 70px;
}




div#box{
	margin: 10px 10px 10px 10px;
 	padding:  10px 10px 10px 10px;
/*	font-weight: bold;*/
	text-indent: 1em;
	border-top: 1px solid #486D94 ;
	border-right: 1px solid #486D94 ;
	border-bottom: 1px solid #336600 ;
	border-left: 1px solid #336600 ;
	background-color:#E3FFE3;
}

.flowbox{ 
 	height:18em;
 	overflow:auto;
 	border:solid 1px;
 

}





table#smallchar{
	font-size: 80%;
}



