@charset "shift_jis";


/*---------- ページ全体の指定 ----------*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #4138f3;
	background-color: #FFFFFF;
	border-top: solid 2px #99ab4e;
}


/* IE7 用 */

*:first-child+html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}


/* IE6 用 */
* html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}


a:link {
  color: #69821b;
  font-size: 13px;
}

a:hover {
  color: #99ab4e;
  font-size: 13px;
}

a:visited {
  color: #69821b;
  font-size: 13px;
}

p {
  margin: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
}

img {
  border: 0;
}


/*---------- メイン ----------*/

#main {
  width: 900px;
  margin: auto;
  padding: 0;
  text-align: center;
  border-right: solid 2px #e5e4e6;
  border-left: solid 2px #e5e4e6;
  background-color: #f7f7f4;
}



/*---------- ヘッダー ----------*/

#header {
	margin: 0 auto 0 auto;
	width: 900px;
	height: 60px;
	text-align: center;
	background-image: url(img/header.jpg);
	background-repeat: repeat-x;
}

#header h1 {
  margin: 0;
  padding: 2px 0 2px 5px;
  font-weight: normal;
  text-align: left;
  font-size: 10px;
  color: #666666;
}

#header h2 {
  margin: 0;
  padding: 24px 0 0 20px;
  text-align: left;
  font-size: 20px;
  color: #444444;
  letter-spacing: 1px;
}

#header p {
  margin: 0;
  padding:  4px 0 0 10px;
  text-align: left;
  font-size: 13px;
  color: #444444;
  letter-spacing: 1px;
}

#table-left{
  text-align: left;
  font-size: 13px;
  color: #444444;
  line-height: 150%;
  text-decoration: none;
}

#table-left a{
  font-size: 20px;
  color: #666666;
  text-decoration: none;
}

#table-left a:hover{
  font-size: 20px;
  color: #888888;
  text-decoration: none;
}

#table-right{
	text-align: right;
	margin: 0;
	font-size: 20px;
	color: #c9171e;
	line-height: 190%;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 2;
}

#table-right a{
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

#table-right a:hover{
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}


#header-menu {
	margin: 3px auto 10px auto;
	width: 900px;
	padding: 0;
	height: 45px;
	text-align: left;
	background-image: url(img/head_menu_back_base01.gif);
	background-repeat: repeat-x;
}

#header-menu ul {
  width: 900px;
  text-align: left;
  margin: 0 auto 0 auto;
  padding: 0;
  background-image: url(img/head_menu_back_base.gif);
  background-repeat: repeat-x;
}


#header-menu li {
  display: inline;
  list-style-type: none;
  float: left;
  color: #ffffff;
}

#header-menu li a {
	font-size: 12px;
	line-height: 20px;
	color: #fffffc;
	text-align: center;
	display: block;
	line-height: 150%;
	letter-spacing: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	text-decoration: none;
	padding: 6px 28px 2px 28px;
	background-image: url(img/head_menu_back_abase01.gif);
}

#header-menu li a:hover {
	color: #FFFFFF;
	background-image: url(img/head_menu_back_hover.gif);
}

#header-menu #home a {
  border-left: none;
  padding: 6px 28px 2px 28px;
}

#header-menu span.sub {
	color: #00CCFF;
}


#header-img {
  width: 100%;
  margin: 2px 0 0 0;
  text-align: center;
}

#header-img-slim {
  width: 100%;
  margin: 2px 0 0 0;
  text-align: center;
}


/*---------- コンテンツ ----------*/

#container {
	width: 885px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	padding: 7px 10px 6px 5px;
	background-color: #FFFFFF;
}


/*---------- メインコンテンツ ----------*/

#contents {
	float: right;
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 13px;
	width: 640px;
	letter-spacing: 1px;
	text-align: left;
	line-height: 180%;
}

#contents #pannavi {
	margin: 0 0 5px 0;
	padding: 0 0 8px 0;
	font-size: 12px;
}

#contents h2 {
	height: 28px;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(img/titlebar01.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 46px;
}

#contents h2.page_title {
  height: 32px;
  margin: 0 0 18px 0;
  padding: 18px 0 0 22px;
  font-size: 16px;
  color: #4c1800;
  background-image: url(img/page_title.gif);
  background-repeat: no-repeat;
}

#contents h3 {
	margin: 12px 3px 10px 3px;
	padding: 10px 10px 7px 13px;
	line-height: 110%;
	font-size: 13px;
	color: #69821b;
	background-color: #CCFFCC;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #66CC00;
	border-left-color: #66CC00;
}

#contents p {
	margin: 18px 0 18px 0;
	padding: 0 3px 0 3px;
	line-height: 190%;
	font-size: 15px;
	font-weight: 800;
}

#contents a {
  color: #69821b;
  font-size: 13px;
}

#contents a:hover {
	color: #99ab4e;
	font-size: 13px;
}

#contents .gray_bg_contact {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 180%;
  letter-spacing: 1px;
  font-size: 13px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-image: url(img/contact_btn_bg.gif);
  background-repeat: repeat-x;
  
}

#contents .gray_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 180%;
  letter-spacing: 1px;
  font-size: 13px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

#contents .voice_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 180%;
  letter-spacing: 1px;
  font-size: 13px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #f8f4e6;
}

#contents .orange_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 180%;
  letter-spacing: 1px;
  font-size: 13px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #fbfaf5;
}

#contents span.red {
  color: #e60033;
}

#contents span.red_b {
  color: #e60033;
  font-weight: bold;
}

#contents span.red_big {
  color: #e60033;
  font-weight: bold;
  font-size: 15px;
}

#contents span.blue {
  color: #007bbb;
}

#contents span.blue_b {
  color: #007bbb;
  font-weight: bold;
}

#contents span.blue_big {
  color: #007bbb;
  font-weight: bold;
  font-size: 15px;
}

#contents span.pink {
  color: #c53d43;
}

#contents span.pink_b {
  color: #c53d43;
  font-weight: bold;
}

#contents span.pink_big {
  color: #c53d43;
  font-weight: bold;
  font-size: 15px;
}

#contents span.brown {
  color: #993300;
}

#contents span.brown_b {
  color: #993300;
  font-weight: bold;
}

#contents span.brown_big {
  color: #993300;
  font-weight: bold;
  font-size: 15px;
}

#contents span.green {
  color: #69821b;
}

#contents span.green_b {
  color: #69821b;
  font-weight: bold;
}

#contents span.green_big {
  color: #69821b;
  font-weight: bold;
  font-size: 15px;
}

#contents img.head_photo {
  margin: 0 0 10px 0;
}

#contents img.photo {
  float: left;
  margin: 10px 20px 0 0;
}

#contents img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

#contents img.picture_r {
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#contents p.photo {
  margin: 0 0 20px 0;
  padding: 0;
}

#contents p.back {
  margin: 0;
  padding: 0 5px 0 0;
  text-align: right;
}
.img_hyou {
	padding-left: 6px;
}



table#t01 {
  border: solid 1px #cccccc;
  border-collapse: collapse;
}


td#t01 {
  border: solid 1px #cccccc;
  border-collapse: collapse;
}


td#head {
  padding: 9px 6px 6px 15px;
  border: solid 1px #cccccc;
  border-collapse: collapse;
  background-image: url(img/main_block_bg.gif);
}


table.table_line {
	border-collapse: collapse;
	font-size: 15px;
	border: 1px solid #999999;
}


td.table_line {
	border-collapse: collapse;
	border: 1px double #999999;
	padding : 8px 14px 8px 14px;
}


/*---------- メニュー ----------*/

#menu {
  float: left;
  margin: 0 0 15px 0;
  padding: 5px 0 0 0;
  width: 220px;
  text-align: left;
  letter-spacing: 1px;
}

.menulist {
	width: 210px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.menulist h2 {
	height: 23px;
	margin: 0;
	font-size: 13px;
	color: #fffffc;
	background-image: url(img/sidebar_01.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0px;
}

.menulist a{
	color: #000000;
	display: block;
	border-right: solid 5px #9c9d9e;
	border-bottom: solid 5px #9a9d9e;
	border-left: solid 5px #9a9d9e;
	padding: 8px 4px 3px 30px;
	font-size: 13px;
	line-height: 190%;
	text-decoration: none;
	background-image: url(img/side_menu_bg.gif);
	background-repeat: no-repeat;
 }

.menulist a:hover{
	color: #990000;
	background-image: url(img/side_menu_bg_hover.gif);
	background-repeat: no-repeat;
}

.menu_free {
	margin: 0 0 3px 0px;
	padding: 0;
	width: 210px;
	text-align: left;
	background-image: url(img/menu_back.gif);
}

.menu_free h2 {
  height: 23px;
  margin: 0;
  padding: 9px 0 4px 14px;
  font-size: 13px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menu_free a{
  color: #69821b;
  width: 198px;
  padding: 6px 0 5px 0;
  font-size: 13px;
 }

.menu_free a:hover{
  color: #99ab4e;
}

.menu_free p{
  margin: 0;
  padding: 8px 8px 14px 8px;
  font-size: 13px;
  line-height: 180%;
}

.menu_free span.red {
  color: #e60033;
}

.menu_free span.red_b {
  color: #e60033;
  font-weight: bold;
}

.menu_free span.blue {
  color: #007bbb;
}

.menu_free span.blue_b {
  color: #007bbb;
  font-weight: bold;
}

.menu_free span.brown {
  color: #993300;
}

.menu_free span.brown_b {
  color: #993300;
  font-weight: bold;
}

.menu_btn {
  margin: 0 0 10px 0;
  padding: 0 2px 0px 5px;
  width: 210px;
  text-align: left;
}

.menu_btn a{
  margin: 0 0 8px 0;
  color: #69821b;
  display: block;
  border: solid 1px #dddddd;
  padding: 8px 4px 4px 30px;
  font-size: 13px;
  line-height: 210%;
  text-decoration: none;
  background-image: url(img/side_menu_btn_bg.gif);
  background-repeat: no-repeat;
 }

.menu_btn a:hover{
  color: #69821b;
  background-image: url(img/side_menu_btn_bg_hover.gif);
  background-repeat: no-repeat;
}


.menu_btn_under {
	margin: 0 0 10px 0;
	padding: 0 2px 0px 0px;
	width: 210px;
	text-align: left;
}

.menu_btn_under a{
  margin: 0 0 8px 0;
  color: #69821b;
  display: block;
  border: solid 1px #dddddd;
  padding: 8px 4px 4px 12px;
  font-size: 13px;
  line-height: 210%;
  text-decoration: none;
  background-image: url(img/side_menu_btn_under_bg.gif);
  background-repeat: no-repeat;
 }

.menu_btn_under a:hover{
  color: #69821b;
}


/*---------- フッター ----------*/

#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 22px 0 19px 0;
	text-align: center;
	font-size: 12px;
	color: #333333;
	line-height: 180%;
	background-image: url(img/footer_back.gif);
}

#footer a {
  color: #333333;
  font-size: 12px;
  text-decoration: none;
}

#footer a:hover {
  color: #69821b;
  text-decoration: none;
}
.blue_13px {
	font-weight: 800;
	color: #33F;
	text-indent: 25px;
}

.green_13px {
	color: #093;
	text-transform: uppercase;
}
.header_img01 {
	font-size: 55px;
	font-weight: bolder;
	color: #600;
	background-image: url(img/head_img01.jpg);
	background-repeat: no-repeat;
	height: 290px;
	text-align: left;
	letter-spacing: 0.3em;
	padding-left: 20px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin: auto;
	padding-top: 0px;
}
.header_img02 {
	background-image: url(img/head_img_slim.jpg);
	background-repeat: no-repeat;
	height: 250px;
	margin: auto;
}
.table_font15 {
	font-size: 15px;
	color: #093;
}
.brown_20 {
	font-size: 20px;
	color: #09F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #09F;
	font-weight: 600;
}
.brown_15px {
	color: #F60;
	font-weight: 600;
}
.blue_15px {
	font-weight: 700;
	color: #36F;
}
.yellow_15px {
	font-weight: 600;
	color: #F90;
}
.black_15px {
	font-size: 15px;
	line-height: 1.0em;
	font-weight: 800;
}
.space_2em {
	line-height: 3em;
}
.dark_blue_15px {
	font-size: 16px;
	color: #114395;
	line-height: 300%;
	text-decoration: underline;
}
.under_line {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.font_size20px {
	font-size: 20px;
}
.font_color_broun {
	color: #F60;
	font-size: 20px;
	font-weight: 600;
}
.space_15em {
	line-height: 2.1em;
}
.margin_left15px {
	margin-left: 15px;
}
.margin_bottom20px {
	margin-bottom: 10px;
}
#contents table {
	font-weight: 800;
	font-size: 15px;
}
#column {
	height: 160px;
	width: 210px;
	margin-bottom: 3px;
	background-image: url(img/side_column_bg.gif);
	padding-top: 5px;
}
#column_menu {
	width: 190px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: 5px;
}
#concept_1 {
	height: 300px;
	width: 680px;
	margin-top: 10px;
	margin-left: 10px;
}
#concept_2 {
	height: 300px;
	width: 680px;
	margin-top: 10px;
	margin-left: 10px;
}
#concept_3 {
	height: 300px;
	width: 680px;
	margin-top: 10px;
	margin-left: 10px;
}
#concepts {
	height: 880px;
	width: 640px;
	margin-left: 0px;
}
#concept01 {
	margin-left: 7px;
}
#concept02 {
	margin-left: 10px;
	font-size: 16px;
	color: #333;
	font-weight: 700;
}
#systembotan {
	margin-left: 0px;
}
#pointbotan {
	margin-left: 0px;
}
.dark_blue13px {
	font-size: 13px;
	font-weight: 700;
	color: #2323a4;
	line-height: 120%;
}

#jugyoukikan {
	margin-left: 8px;
}
#jugyoushurui {
	margin-left: 3px;
}
#header_sente {
	margin-left: 3px;
}
.black {
	color: #333333;
}
#system_pic02 {
	margin-top: 10px;
	margin-left: 3px;
}
.dark_blue {
	color: #2323a4;
}
.brown_13px {
	font-size: 13px;
	font-weight: 600;
	color: #F60;
}
.font_size13px {
	font-size: 13px;
}
#ryoukinhyou table {
	color: #515151;
	background-color: #FCFCFC;
	text-align: center;
}
.shotai {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bolder;
	color: #F60;
}
.font_size11px {
	font-size: 11px;
}
