@charset "utf-8";


/* type_a */
.menu_list_a ul {
	margin: 0;
	list-style-type: none;
}
.menu_list_a ul {
	margin: 0;
	padding: 0;
}
.menu_list_a li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 10px 0 0 31px;
	height: 31px;
}
.menu_list_a li a {
	display: block;
	width: 100%;
}
.menu_list_a  a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.menu_list_a  a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.menu_list_a  a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
.menu_list_a  a:active {
	text-decoration: underline;
	color: #0033ff;
}


/* type_b */
.menu_list_b {
	margin: 0;
	padding: 0;
}
.menu_list_b ul {
	margin: 12px 10px 18px 40px;
	padding: 0;
}
.menu_list_b li {
	margin: .4em 0;
	list-style-type: none;
	list-style-image: url(/img/icon_migi5.png);
	list-style-position: outside;
}
.menu_list_b li ul {
	margin: 2px 0;
}
.menu_list_b li li {
	margin: .2em 0 .2em 12px;
	list-style-image: url(/img/icon_migi6.png);
}


/* type_c */
.menu_list_c {
	margin: 5px 0 10px 6px;
	padding: 0 0 0 0;
}
.menu_list_c ul {
	margin: 5px 0 0 22px;
	padding: 1px;
	text-align: left;
}
.menu_list_c li {
	margin: 0 0 0 0;
	list-style-type: none;
	list-style-image: url(/img/icon_migi3.gif);
	list-style-position: outside;
	border-bottom: 1px dotted #999999;
}
.menu_list_c li ul {
	margin: 0;
	padding: 0;
}
.menu_list_c li ul li {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-position: outside;
	list-style-image: none;
	background-image: url(/img/icon_migi.gif);
	background-repeat: no-repeat;
	background-position: 1px 30%;
	border-left: 1px solid #809DB9;
	border-bottom: none;
}
.menu_list_c .menu_list_c_end {
	border: none;
}
.menu_list_c p {
	display: block;
	/*background-image: url(/img/icon_migi2.gif);
	background-repeat: no-repeat;
	background-position: 8px 40%;*/
}
.menu_list_c p a {
	margin-left: 20px;
}


/* type_d */
.menu_list_d {
	width: 173px;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
}
.menu_list_d ul {
	display: block;
	margin: 0 0 0 24px;
	padding: 0;
}
.menu_list_d li {
	display: block;
	height: 1em;
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}
.menu_list_d .menu_list_d_end {
	border: none;
}
.menu_list_d li a {
	display: block;
	vertical-align: 1px;
}
#sidebar1 .menu_list_d {
	border-left: 1px solid #993300;
	border-right: 1px solid #993300;
	border-bottom: 1px solid #993300;
}


/* type_e */
.menu_list_e {
	width: 170px;
	margin: 0 0 0 6px;
	padding: 0;
}
.menu_list_e ul {
	margin: 0;
	padding: 0;
}
.menu_list_e li {
	width: 170px;
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
	border: none;
}


/* type_e2 */
.menu_list_e2 {
	width: 176px;
	margin: 0 0 0 6px;
	padding: 0;
}
.menu_list_e2 ul {
	margin: 0;
	padding: 0;
}
.menu_list_e2 li {
	width: 176px;
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
	border: none;
}


/* type_i */
.menu_list_i {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.menu_list_i ul {
	margin: 0 0 0 24px;
	padding: 0;
}
.menu_list_i li {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-image: url(/img/icon_migi3.jpg);
	list-style-position: outside;
}


/* type_k */
.menu_list_k {
	width: 173px;
	margin: 5px 0 0 1px;
	padding: 5px 0 5px 0;
}
.menu_list_k ul {
	margin: 0 0 0 0;
	padding: 0;
}
.menu_list_k li {
	width: 170px;
	height: 55px;
	margin: 5px auto 0 auto;
	padding: 0;
	list-style-type: none;
	border: none;
}


/* type_f */
.menu_list_f {
	width: 176px;
	margin: 5px 0 0 6px;
	padding: 5px 0 5px 0;
}
.menu_list_f ul {
	margin: 0 0 0 0;
	padding: 0;
}
.menu_list_f li {
	width: 170px;
	height: 55px;
	margin: 5px auto 0 auto;
	padding: 0;
	list-style-type: none;
	border: none;
}


/* 新着情報リスト等（RSSロゴ付） */
.list_type_a_list {
	clear: both;
	margin: 0 0 20px;
	padding: 0 0 10px;
	background: #ffffff;
	border: 10px solid #C7DECB;
	text-align: right;
}
.list_type_a_list p {
	margin: 0;
}
.list_type_a_title {
	clear: both;
	float: left;
	width: 100%;
	height: 44px;
	background: url(/img/list_type_a_title.png) no-repeat;
	text-align: left;
}
#main .list_type_a_title h2.hide2 {
	border: none;
	margin: 0;
	padding: 10px 0 0 14px;
	font-size: 110%;
	visibility: hidden;
}
p.link_rss {
	display: inline;
	margin-right: 35px;
	padding-left: 18px;
	background: url(/img/logo_rss.gif) no-repeat left center;
}
p.link_ichiran {
	display: inline;
	margin-right: 35px;
	padding-left: 18px;
	background: url(/img/logo_ichiran.gif) no-repeat left center;
}
p.no_data {
	clear: both;
	margin: 10px 20px;
	text-align: left;
}


/* 新着情報等リスト等（RSSロゴなし） */
.list_type_b_list {
	clear: both;
	text-align: left;
	margin: 0 0 1em;
	padding: 0;
}


/* 年月日付リスト */
.list_ccc {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: left;
}
.list_type_a_list .list_ccc,
.soshiki_news .list_ccc,
.kanren1 .list_ccc,
.box2 .list_ccc {
	margin: 0 10px 0 20px;
}
.life_list1 .list_ccc {
	margin: 0 10px 20px 20px;
}
#main .list_ccc ul {
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	border-collapse: separate;
	border-spacing: 0 5px;
}
#main .list_type_a_list .list_ccc ul {
	border-top: 1px solid #CCCCCC;
}
#main .list_ccc li {
	display: table-row;
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
}
.list_ccc li > span {
	display: table-cell;
}
.list_ccc li .span_a {
	width: 10.0em;
	margin: 0 0 0 1px;
	padding: 0 0 0 14px;
	background: url(/img/icon_migi3.gif) no-repeat 0 0.5em;
}
.list_ccc li .span_b {
	width: auto;
}
.list_ccc li .span_c {
	width: auto;
	margin: 0 0 0 1px;
	padding: 0 0 0 14px;
	background: url(/img/icon_migi3.gif) no-repeat 0 0.5em;
}
.list_type_a_list li .span_a {
	padding-left: 0;
	background: none;
	border-bottom: 1px solid #CCCCCC;
}
.list_type_a_list li .span_b {
	padding-bottom: .5em;
	border-bottom: 1px solid #CCCCCC;
}


/* 一覧を見る */
.text_d2 {
	clear: both;
	text-align: right;
}
.text_d2 a {
	margin-right: 18px;
	padding-left: 18px;
	background: url(/img/logo_ichiran.gif) no-repeat left center;
}
p.tit_list {
	clear: both;
	text-align: left;
}
p.tit_list a {
	margin-left: 18px;
	padding-left: 18px;
	background: url(/img/logo_ichiran.gif) no-repeat left center;
}


/* 細々とした部品 */
.text_r {
	text-align: right;
}
.img_a {
	vertical-align: middle;
	border: none;
}
.img_b {
	vertical-align: top;
	border: none;
}
.img_b_life {
	vertical-align: top;
	border: none;
	margin: 0 0 10px 5px;
	padding: 0;
}
.img_360 {
	margin: 2px;
	border: none;
}
.img_q {
	margin: 0 0 3px 3px;
	vertical-align: middle;
	border: none;
}
.hr_c {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	visibility: hidden;
}
.br_a {
	clear: both;
	margin: 0;
	padding: 0;
}
.form_margin {
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
}
.f_search {
	vertical-align: middle;
	margin: 0 0 0 0;
	padding: 2px 2px 2px 2px;
}
.form_a {
	margin: 0 0 0 4px;
}
.form_a p {
	margin: 2px 0 0 0;
	padding: 0;
	text-align: right;
}
.box_kb {
	margin: 0 0 10px 0;
	padding: 0;
}
.box_g {
	float: left;
	width: 420px;
	margin-bottom: 20px;
}
#sidebar2 .box_g {
	float: none;
	width: auto;
	margin-bottom: 0;
}
.box_g p {
	margin-right: 10px;
	margin-left: 16px;
}
.box_contact {
	float: right;
	width: 318px;
	border-width: 1px 1px 3px;
	border-style: solid;
	border-color: #CCCCCC;
	margin-bottom: 20px;
	min-height: 45px;
}
.div_k {
	margin-bottom: 5px;
	padding: 0;
}
.floatend {
	clear: both;
	line-height: 30%;
}
.sec_pageselect {
	margin-top: 5px;
	text-align: center;
}


/* ナビゲーション */
.navigation {
	margin: 1em 0;
	padding: 0;
}
.life_list3 .navigation {
	margin-right: 6px;
	margin-left: 12px;
}
#main .navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
#main .navigation li {
	float: left;
	margin: 0 8px 0 -1px;
	padding: 0 0 0 8px;
	background: url("/img/navi_line.gif") no-repeat left center;
	white-space: nowrap;
}


/* 主に詳細ページの部品 */
/* 文章 */
.detail_text {
	margin: 10px 0 0 0.5em;
}
/* カスタム登録 */
.detail_free {
	margin: 10px 0 0 0.5em;
}
/* カスタム登録内の画像 */
#main_detail p img {
	margin: 10px 0 0 0.5em;
}
/* 罫線 */
#main_detail hr {
	clear: both;
}
/* リンク */
.detail_link {
	margin: 5px 0 0 0.5em;
	padding: 0 0 0 50px;
	background-image: url(/img/icon_link.gif);
	background-repeat: no-repeat;
	background-position: 0 40%;
}
.link_l {
	margin-top: 0;
	margin-right: 0;
	margin-left: 56px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 30px;
	background-image: url(/img/icon_li.gif);
	background-repeat: no-repeat;
}
/* 添付ファイル */
.detail_file {
	margin: 0 0 0 0.5em;
}
/* 画像 */
.detail_img_left {
	text-align: left;
	margin: 10px 0 10px 0.5em;
}
.detail_img_center {
	text-align: center;
	margin: 10px 0 10px 0.5em;
}
.detail_img_right {
	text-align: right;
	margin: 10px 0 10px 0.5em;
}
/* 添付ファイル */
.file_pdf {
	margin-top: 0;
	margin-right: 0;
	margin-left: 56px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 30px;
	background-image: url(/img/icon_p.gif);
	background-repeat: no-repeat;
}
.file_pdf2 {
	margin: 5px 0 0 10px;
	padding: 0 0 0 25px;
	background-image: url(/img/icon_p.gif);
	background-position: 0 0.2em;
	background-repeat: no-repeat;
}
.file_excel {
	margin-top: 0;
	margin-right: 0;
	margin-left: 56px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 30px;
	background-image: url(/img/icon_x.gif);
	background-repeat: no-repeat;
}
.file_word {
	margin-top: 0;
	margin-right: 0;
	margin-left: 56px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 30px;
	background-image: url(/img/icon_w.gif);
	background-repeat: no-repeat;
}
.file_etc {
	margin-top: 0;
	margin-right: 0;
	margin-left: 56px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 30px;
	background-image: url(/img/icon_s.gif);
	background-repeat: no-repeat;
}


/* 表 */
#main table {
	border-color: #CCCCCC;
	border-collapse: collapse;
	border-style: solid;
	border-width: 2px;
	margin: 0 0 10px;
}
#main th {
	border-color: #CCCCCC;
	border-collapse: collapse;
	background: #FFFFEC;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em 0.8em 0.5em 0.8em;
	/*font-size: 88.8%;*/
}
#main td {
	border-color: #CCCCCC;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em 0.8em 0.5em 0.8em;
	/*font-size: 88.8%;*/
}
#tpl_search #main #main_a table,
#tpl_search #main #main_a td,
#tpl_search #main #main_a th {
	border: none;
}


/* ページトップに戻る */
#back_or_pagetop {
	clear: both;
	width: 100%;
}
#footer_pagelink {
	display: block;
	width: 100%;
	height: 31px;
	margin: 0 auto;
	padding: 20px 0 0;
	text-align: right;
}
#to_page_back, #to_page_top {
	display: inline-block;
	margin-left: 30px;
}
#to_page_back a {
	display: block;
	width: 138px;
	height: 31px;
	background: url(/img/to_pageback.png) no-repeat;
}
#to_page_top a {
	display: block;
	width: 167px;
	height: 31px;
	background: url(/img/to_pagetop.png) no-repeat;
}
#to_page_back a:hover, #to_page_top a:hover {
	background-position: 0 -31px;
}


/* 各課情報 */
.list_address {
	margin: 0 10px 0 20px;
	padding: 0;
}
#sidebar2 .list_address {
	margin-top: 10px;
}
.list_mapimg {
	margin: 0 10px 0 20px;
	padding: 0;
}
.list_tel {
	margin: 10px 10px 0 20px;
	padding: 0;
}
#sidebar2 .list_tel {
	margin-top: 0;
}
#mymainback .list_tel ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#mymainback .list_tel li {
	margin: 0;
	padding: 0;
}
.list_fax {
	margin: 0 10px 0 20px;
	padding: 0;
}
.list_email {
	margin: 0 10px 14px 20px;
	padding: 0 0 0 20px;
	background: url(/img/logo_email.gif) 0 0.4em no-repeat;
}
.view {
	margin: 0 0 14px;
	text-align: center;
}
.facade_text {
	margin-top: .2em;
	font-style: italic;
}
.freelink_box p {
	margin-right: 10px;
	margin-left: 16px;
}
.map_box {
	margin-top: 14px;
	width: 318px;
	overflow: hidden;
}


/* 課室ページPR画像 */
#soshiki_pr_image {
	margin: 20px 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: left;
	height: 150px;
	border: 1px solid #CCCCCC;
}
#soshiki_pr_image a {
	display: block;
	height: 150px;
	width: 100%;
}
#soshiki_pr_image img {
	border: none;
	height: 150px;
	width: 100%;
}


/* 大分類のメイン画像 */
#main_header_img {
	float: left;
	width: 100%;
	height: 152px;
	margin: 0 0 20px;
}
#main_header_waku {
	clear: both;
	margin: 0;
	border: 1px solid #CCCCCC;
}
#back_img1 {
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
	background: url(/img/life/back_img1.jpg) no-repeat right top;
}
#back_img2 {
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
	background: url(/img/life/back_img2.jpg) no-repeat right top;
}
#back_img3 {
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
	background: url(/img/life/back_img3.jpg) no-repeat right top;
}
#back_img4 {
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
	background: url(/img/life/back_img4.jpg) no-repeat right top;
}
#back_img5 {
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
	background: url(/img/life/back_img5.jpg) no-repeat right top;
}
#h1_title {
	width: 280px;
	height: 150px;
	margin: 0;
	padding: 0;
}


/* くらしの情報ページレイアウト */
.life_lr_wrap {
	width: 100%;
	overflow: hidden;
}
.life_left {
	float: left;
	width: 664px;
}
.life_right {
	float: left;
	width: 435px;
}


/* 2分割ブロック */
#box2_wrap {
	width: 1120px;
	margin-right: -20px;
}
.box2 {
	float: left;
	width: 541px;
	margin-right: 19px;
	margin-bottom: 19px;
}
.life_list2 .box2,
.kanren2 .box2 {
	width: 538px;
	padding-right: 1px;
	padding-bottom: .6em;
	border: 1px solid #CCCCCC;
}


/* 3分割ブロック */
#box3_wrap {
	width: 1119px;
	margin-right: -19px;
}
.box3 {
	float: left;
	width: 354px;
	margin-right: 19px;
	margin-bottom: 19px;
}
.life_list3 .box3 {
  border: 1px solid #cccccc;
  margin-top: 10px;
  overflow: hidden;
  width: 1098px;
}


/* PDF,WMPリンク */
.pdf_download,
.wmplayer_download {
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
	border-top: 1px solid #CCCCCC;
}
.pdf_download .pdf_img,
.wmplayer_download .wmplayer_img {
	float: left;
}
.tenpu_txt {
	float: left;
	margin-left: 1em;
}


#main .test table {
	border:none;
}
#main .test table td {
	border:none;
}