﻿@charset "utf-8";
@import "common.css";

/*  
Theme Name: FlagTeacher
Theme URI: http://www.toyomedia.com/
Version: 1.0
Author: 松本
Author URI: http://www.toyomedia.com/
*/

/*----------リンク色----------*/

a:link {text-decoration:underline;color:#006699;}
a:visited {text-decoration:underline;color:#006699;}
a:hover {text-decoration:underline;color:#0099CC;}
a:active {text-decoration:underline;color:#0099CC;}

/*----------レイアウト----------*/

body {
	text-align:center;
}

#bg_wrap{
}

/*----------ヘッダ_TOPバー----------*/

#header {
	width:960px;
	margin:0 auto 10px;
	text-align:left;
	padding:30px 0 20px 0;
	background:url(images/bg_header.jpg) right bottom no-repeat;
}

h1 {
	width:320px;
	height:70px;
	float:left;
}

h1 a {
	display:block;
	width:320px;
	height:70px;
	text-indent:-9999px;
	background:url(images/logo.jpg) no-repeat;
}

.top_contact {
	margin-left:400px;
	text-align:right;
}

.top_contact a{
	text-decoration:none;
	margin-left:5px;
}
.top_contact a:link {text-decoration:none;color:#333;}
.top_contact a:visited {text-decoration:none;color:#333;}
.top_contact a:hover {text-decoration:none;color:#0099CC;}
.top_contact a:active {text-decoration:nonecolor:#0099CC;}


.top_contact a.ico_mail{background:url(images/ico_mail.jpg) no-repeat left center;padding-left:20px;}
.top_contact a.ico_ques{background:url(images/ico_ques.jpg) no-repeat left center;padding-left:15px;}


.qa_l{
	width:50%;
	float:left;
}

.qa_search {
	height:20px;
	width:195px;
	float:right;
	margin-top:5px;
}


.search_text {
	display:block;
	width: 140px;
	height: 12px;
	font-size: 92%;
	line-height:1em;
	border:1px solid #999;
	background:#fff;
	float:left;
	padding:3px 5px;
}

.search_text:focus {
	background:#E2F4FA;
}	
.search_submit {
	display:block;
	width: 40px;
	height: 20px;
	background: url(images/search_button.gif) no-repeat !important;
	font-size: 0%;
	cursor: pointer;
	border: none;
	margin:0;
	padding:0;
	float:right;
}



/*----------ナビ----------*/

#navi {
	width:960px;
	margin:0 auto 15px;
	text-align:left;
	height:30px; background:url(images/bg_navi.jpg) repeat-x #f6f6f6;
}

#navi ul{
}

#navi li {
	float:left;
	margin-left:20px;
}

#navi li a{
	display:block;
	line-height:30px;
	text-indent:-9999px;
}

#navi li.navi_home a{width:35px;background:url(images/navi_home.jpg) no-repeat;}
#navi li.navi_home a:hover{width:35px;background:url(images/navi_home2.jpg) no-repeat;}
#navi li.navi_about a{width:155px;background:url(images/navi_about.jpg) no-repeat;}
#navi li.navi_about a:hover{width:155px;background:url(images/navi_about2.jpg) no-repeat;}
#navi li.navi_teachers a{width:77px;background:url(images/navi_teachers.jpg) no-repeat;}
#navi li.navi_teachers a:hover{width:77px;background:url(images/navi_teachers2.jpg) no-repeat;}
#navi li.navi_qa a{width:138px;background:url(images/navi_qa.jpg) no-repeat;}
#navi li.navi_qa a:hover{width:138px;background:url(images/navi_qa2.jpg) no-repeat;}
#navi li.navi_practice a{width:38px;background:url(images/navi_practice.jpg) no-repeat;}
#navi li.navi_practice a:hover{width:38px;background:url(images/navi_practice2.jpg) no-repeat;}
#navi li.navi_anketo a{width:80px;background:url(images/navi_anketo.jpg) no-repeat;}
#navi li.navi_anketo a:hover{width:80px;background:url(images/navi_anketo2.jpg) no-repeat;}
#navi li.navi_movie a{width:52px;background:url(images/navi_movie.jpg) no-repeat;}
#navi li.navi_movie a:hover{width:52px;background:url(images/navi_movie2.jpg) no-repeat;}
#navi li.navi_tool a{width:52px;background:url(images/navi_tool.jpg) no-repeat;}
#navi li.navi_tool a:hover{width:52px;background:url(images/navi_tool2.jpg) no-repeat;}

/*----------コンテンツ部----------*/


/*共通*/

#cnt {
	width:960px;
	margin:0 auto;
	text-align:left;
}


#cnt_L{
	width:670px;
	float:left;
}


#main-content {
	padding:7px;
	background:url(images/bg_sidebox.gif) repeat;
	border-bottom:1px solid #fff;
}

#main-content-inner {
	padding:7px;
	background:#fff;
}



/*----------サイドメニュー----------*/

.bnr_space{
	margin-bottom:10px;
}

#cnt_R {
	width:275px;
	float:right;
}

#cnt_R h3 {
	font-weight:bold;
	background:url(images/mark.png) no-repeat left center;
	padding-left:15px;
	margin-bottom:5px;
}


.side_block,
.widget {
	padding:7px;
	background:url(images/bg_sidebox.gif) repeat;
	margin-bottom:10px;
}

/*ボタン*/
#execphp-4,
#execphp-5 {
	padding:0;
	background:none;
}

/*サイドボックス最後の要素に適用*/
.widget_meta{
	margin-bottom:0;
}

.side_block_inner,
.widget ul {
	padding:7px 15px;
	background:#fff;
}


#cnt_R li{
	border-bottom:1px dotted #999;
	line-height:2em;
	margin-bottom:3px;
}


#cnt_R li a:link {text-decoration:none;color:#333;}
#cnt_R li a:visited {text-decoration:none;color:#333;}
#cnt_R li a:hover {text-decoration:none;color:#0099CC;}
#cnt_R li a:active {text-decoration:nonecolor:#0099CC;}

/*最近の投稿*/
#recent-posts-3 li{line-height:1.3em;}

/*検索ウィジェット*/
input#searchsubmit{background:#f6f6f6;}

/*講師紹介ウィジェット*/

.side_teacher {
	padding-bottom:7px;
	margin-bottom:5px;
	border-bottom:1px dotted #999;
}

.side_teacher_l img{
	display:block;
}
.side_teacher_l {
	float:left;
}

.side_teacher_r {
	margin-left:70px;
}


/*----------フッター----------*/

/*
#footer {
	border-top:2px solid #0099CC;
	background:#f6f6f6;
}

.footer_inner {
	width:960px;
	margin:0 auto;
	text-align:left;
}

.footer_navi {
	width:310px;
	padding:10px 0;
}

.footer_navi h3 {
	border-bottom:1px dotted #333;
	margin-bottom:5px;
	font-weight:bold;
	font-size:114%;
}

.footer_navi li {
}

.footer_navi li a:link {text-decoration:none;color:#333;}
.footer_navi li a:visited {text-decoration:none;color:#333;}
.footer_navi li a:hover {text-decoration:underline;color:#0099CC;}
.footer_navi li a:active {text-decoration:underline;color:#0099CC;}


.f_navi_l {
	float:left;
}

.f_navi_cr {
	float:right;
	width:635px;
}

.f_navi_c {
	float:left;
}

.f_navi_r {
	float:right;
}
*/

.footer_bnr {
	text-align:center;
	clear:both;
	margin-top:15px;
}

.page_top {
	width:960px;
	margin:0 auto;
	text-align:right;
}

.page_top img {
}



#footer {
	border-top:2px solid #0099CC;
	background:#F6F6F6;
	}

.footer_inner {
	width:960px;
	margin:0 auto;
	padding:10px 0;
}

.footer_left {
	width:700px;
	float:left;
	text-align:left;
}

.footer_right {
	width:200px;
	float:right;
	text-align:right;
}


#footer a:link {text-decoration:none;color:#333;}
#footer a:visited {text-decoration:none;color:#333;}
#footer a:hover {text-decoration:underline;color:#0099CC;}
#footer a:active {text-decoration:underline;color:#0099CC;}



/*----------記事----------*/
.post {

}

.post h2 {
	margin-bottom:15px;
	padding:0 13px;
	height:30px;
	background:url(images/ttl_center.jpg) no-repeat;
}

.post-252 h2,
.post-431 h2,
.post-462 h2,
.post-663 h2,
.post-676 h2,
.post-796 h2,
.post-1267 h2,
.post-2429 h2,
.post-2441 h2,
.post-2460 h2,
.post-2464 h2,
.post-2667 h2,
.post-2676 h2,
.post-2685 h2,
.post-2693 h2,
.post-2695 h2,
.post-2819 h2,
.post-2824 h2,
.post-2828 h2{background:url(images/ttl_noside.jpg) no-repeat !important;}

.post h2 a{
	font-weight:bold;
	font-size:122%;
	text-decoration:none;
	line-height:30px;
}

.post h2 a:link {color:#444;}
.post h2 a:visited {color:#444;}
.post h2 a:hover {color:#666;}
.post h2 a:active {color:#666;}


.entry-content { padding:0 7px; }

.entry-content p {
	line-height:1.5em;
	margin-bottom:20px;
}

.entry-content em {font-style:italic;}
.entry-content ul {
	margin:10px 0;
	list-style-type:disc;
	list-style-position:inside;
}
.entry-content ol {
	margin:10px 0;
	list-style-type:decimal;
	list-style-position:inside;
}

.entry-content blockquote {
	margin:10px 0 10px 20px;
	padding:10px;
	background:#f6f6f6;
}

.post-info{
	text-align:right;
	border-top:1px solid #666;
	margin-top:15px;
	margin-bottom:0px !important;
	padding:3px 0;
}

.more-link{
	display:block;
	text-align:right;
}


.com_h3 {font-weight:bold; font-size:114%; color:#006699; margin-bottom:10px;}


/*----------コメント----------*/

.Comments {
}
.comments {
	font-weight:bold;
	font-size:122%;
	text-decoration:none;
	background:#EFFAFC;
	padding:3px;
	margin-top:15px;
}

ol.commentlist li.comment {
	margin-bottom:10px;
	padding:0;
}

ol.commentlist span.ListUser {
	font-weight:bold;
}

li.depth-1 {
	border-bottom:1px dotted #333;
	margin-bottom:20px;
}

.ListInfo {
	margin:5px;
}
.ListContent p{
	margin:0 5px;
}

span.reply{
	display:block;
	margin:5px;
	text-align:right;
}
/*返信*/
.children li.comment {
	background:#f6f6f6;
}

/*コメントフォーム*/
h3.respond {
	font-weight:bold;
	margin:5px 0;
}

.com_input {
	margin-bottom:5px;
}

.com_input .TextArea {
	height:80px;
	width:80%;
}

.hissu {
	color:red;
	font-size:92%;
}


/*Q&A*/
.post_ques {
	font-weight:bold;
	font-size:136%;
	color:#0099CC;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:5px;
}

.post_ans {
	font-weight:bold;
	font-size:136%;
	color:#CC0000;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:5px;
}

/*講習レポート*/

h3.kosyu{
	font-weight:bold;
	margin-bottom:15px;
}

h4.kosyu{
	font-weight:bold;
	color:#666;
	margin-bottom:10px;
	font-size:114%;
	border-bottom:1px dotted #666;
}
table.kosyu_table {
	margin-bottom:15px;
}

table.no1 {
	width:30%;
}

table.no2 {
	width:50%;
}

table.no3 {
}

.kosyu_table th {
	font-weight:bold;
	background:#D7F0F7;
}

.td_right {text-align:right;}
.no3 .td_right {text-align:center; width:1%; white-space:nowrap;}


/*----------TOP----------*/
#topflash {
	margin-bottom:15px;
}


.top-content {
	padding:7px;
	background:url(images/bg_sidebox.gif) repeat;
	margin-bottom:15px;
	border-bottom:1px solid #fff;
}

.top-content-inner {
	padding:7px;
	background:#fff;
}


h2.com_ttl {
	margin-bottom:15px;
	padding:0 13px;
	height:30px;
	background:url(images/ttl_center.jpg) no-repeat;
}

h2.com_ttl span{
	font-weight:bold;
	font-size:122%;
	color:#444;
	line-height:30px;
}


h2.com_ttl a{
	font-weight:bold;
	font-size:122%;
	line-height:30px;
}

h2.com_ttl a:link {color:#444; text-decoration:none;}
h2.com_ttl a:visited {color:#444; text-decoration:none;}
h2.com_ttl a:hover {color:#666; text-decoration:none;}
h2.com_ttl a:active {color:#666; text-decoration:none;}

h2.com_ttl_n {
	margin-bottom:15px;
	padding:0 13px;
	height:30px;
	background:url(images/ttl_center.jpg) no-repeat;
	font-weight:bold;
	font-size:122%;
	line-height:30px;
}


ul.top_list {
	margin-bottom:20px;
	padding-left:7px;
}

ul.top_list li {
	margin-bottom:5px;
}

ul.top_list li a {
	padding-left:15px;
	background:url(images/ico_arrow.jpg) left center no-repeat;
}

.posts-navigation{
	text-align:center;
	background:#0099CC;
	color:#fff;
}

.posts-navigation a:link{color:#fff; text-decoration:none;}
.posts-navigation a:visited{color:#fff; text-decoration:none;}
.posts-navigation a:hover{color:#FFFFCC; text-decoration:none;}
.posts-navigation a:active{color:#FFFFCC; text-decoration:none;}

/*----------ページ----------*/

.page h2 {
	margin-bottom:15px;
	padding:0 13px;
	height:30px;
	background:url(images/ttl_center.jpg) no-repeat;
}
.page h2 a{
	font-weight:bold;
	font-size:122%;
	line-height:30px;
}

.page h2 a:link {color:#444; text-decoration:none;}
.page h2 a:visited {color:#444; text-decoration:none;}
.page h2 a:hover {color:#666; text-decoration:none;}
.page h2 a:active {color:#666; text-decoration:none;}

span.wrap01{
	border:1px solid #CC9900;
	background:#FDF4D2;
	padding:0.3em 0.5em;
	font-weight:bold;
}

span.wrap02{
	border:1px solid #0099CC;
	background:#E8F8FF;
	padding:0.3em 0.5em;
	font-weight:bold;
	font-size:159%;
}


/*フラッグティーチャについて*/

ul.about { margin-bottom:30px;}
ul.about li {list-style:none outside;}
li.about_txt1{height:20px; text-indent:-9999px; background:url(images/about_txt1.jpg) no-repeat; margin-bottom:15px;}
li.about_txt2{height:20px; text-indent:-9999px; background:url(images/about_txt2.jpg) no-repeat; margin-bottom:15px;}
li.about_txt3{height:42px; text-indent:-9999px; background:url(images/about_txt3.jpg) no-repeat; margin-bottom:15px;}
li.about_txt4{height:20px; text-indent:-9999px; background:url(images/about_txt4.jpg) no-repeat;}

/*講師陣*/

.teachers_table td{
	width:25%;
	padding:0 10px 10px 0;
	border:none;
}

.teachers_box {
}

.teachers_box img {
	display:block;
	float:left;
}

.teachers_box_r {
	margin-left:210px;
}

.teachers_box_r h4 {
	line-height:1.5em;
	border-bottom:1px dotted #666;
	margin-bottom:10px;
	color:#0099CC;
}


/*実践例*/

.pra_box {
	margin-bottom:15px;
	border-bottom:1px dotted #999;
	padding-bottom:15px;
}

.pra_box h3 a {
	font-weight:bold;
	font-size:114%;
}
.pra_box_l {width:120px; float:left;}
.pra_box_r {margin-left:130px;}

/*/教育的価値/*/
.edu_h3 {font-weight:bold; font-size:114%; color:#006699;}
.edu_h4 {font-weight:bold; font-size:114%;}

.edu_child {
	margin-bottom:50px;
}

.edu_box {
	margin-top:20px;
}

.edu_box p {margin:0 !important;}

.box_child_l{float:left; width:370px;}
.box_child_r{float:right; width:220px;}
.box_child_l2{float:left; width:220px;}
.box_child_r2{float:right; width:370px;}

.hukidashi {
	background:url(images/hukidashi_mid.jpg) repeat-y #ccc;
}

.hukidashi_inner {
	padding:7px;
}

.box_child_l  img {
	float:left;
	margin-right:5px;
}

.box_child_r2  img {
	float:right;
	margin-left:5px;
}

.hukidashi div {
	background:url(images/hukidashi_top.jpg) no-repeat;
	padding:7px;
}

.hukidashi_btm {
	background:url(images/hukidashi_btm.jpg) no-repeat;
	height:4px;
	text-indent:-9999px;
}

.edu_teacher {
}

.box_teacher_l{float:left; width:315px;}
.box_teacher_r{float:right;	width:300px;}

.box_teacher_l01{ margin-bottom:15px;}

.box_teacher_l01 .t_wrap {
	background:url(images/edu_yazibox.jpg) no-repeat;
	height:170px;
	overflow:visible;
	padding-top:10px;
}

.t_wrap table {
	width:270px;
	height:130px;
}

.t_wrap td {
	padding:0;
	border:none;
	text-align:center;
}


.box_teacher_l02 p {
	border:1px solid #999;
	background:#fff;
	padding:7px;
}

.box_teacher_l02 img{
	margin:15px 0;
	display:block;
}

.box_teacher_l03 p {
	border:1px solid #999;
	background:#E9F0F8;
	padding:7px;
}

.box_teacher_r p{
	border:1px solid #1A94B3;
	background:#E8FAFF;
	padding:7px;
}

/*/感想/*/

table.feedback h4 {
	font-weight:bold;
	color:#006699;
	font-size:114%;
}

table.feedback th,
table.feedback td{
	border:1px solid #333;
}


table.feedback {border-bottom:1px solid #333;}
table.feedback th{
	white-space:nowrap;
	text-align:center;
	font-weight:bold;
	color:#666;
}

tr.tr_line {
	background:#f6f6f6;
}

table.feedback td{
	border-bottom:none;
	border-top:none;
}

table.feedback .ttl_m{
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	color:#666;
}

table.feedback .ttl_s{
	border-bottom:1px dotted #000;
	height:1em;
	text-align:center;
}
.ttl_s01{width:10em;}

.gakusyu{width:35%;}
.life{width:20%;}

.ttl_tate {
}

table.feedback ul {
	padding-left:1em;
}

table.feedback li {
	list-style-position:outside;
}

/*/class_moriguchi/*/
table.inner_table{
	border:1px dotted #666;
}

table.inner_table td,
table.inner_table th{
	border:none;
}


table.class_table{
}

table.class_table th{
	font-weight:bold;
	background:#F3F3F3;
	text-align:center;
}

table.class_table tr.bg0 th,
table.class_table tr.bg0 td{background:#F7D8AA;}


/*/class_katasimo/*/
table.katasimo th{
	font-weight:bold;
	background:#F3F3F3;
	text-align:center;
}


table.katasimo th.tenkai{
	font-weight:bold;
	background:#F3F3F3;
	width:30%;
	}


table.katasimo th.tate{
	font-weight:bold;
	background:#F3F3F3;
	text-align:center;
	vertical-align:middle;
	width: 1em;
}


table.katasimo th.jisu{
	width: 4em;
}


table.katasimo td.jisu{
	text-align:center;
	vertical-align: middle;	
}

table.katasimo td{
}

table.katasimo tr.bg0 th,
table.katasimo tr.bg0 td{background:#F7D8AA;}










th.bg1,
td.bg1{background:#DBF2FD !important;}

th.bg2,
td.bg2{background:#FFE1E1 !important;}

th.bg3,
td.bg3{background:#FDF7DB !important;}


table.touch_table{
}

table.touch_table th{
	font-weight:bold;
	background:#F3F3F3;
}

table.touch_table .tbl1{width:60%;}
table.touch_table .tbl2{width:30%;}
table.touch_table .inner_tbl th,
table.touch_table .inner_tbl td{
	border:none;
	background:none;
	font-weight:normal;
}

ul.touch_ul{
	list-style:circle inside;
	padding-left:15px;
}

ul.touch_ul li{
	margin-bottom:10px;
}

table.tangen_tbl th{
	white-space:nowrap;
	text-align:center;
}

table.tangen_tbl td{
	vertical-align:middle;
}

.t_center {text-align:center;}
.t_middle { vertical-align:middle;}
.b_none {border:none;}
.t_min {width:1%; white-space:nowrap;}



.txt_indent { display:block; padding-left:1em; text-indent:-1em;}


.yazi_wrap{position:relative;}

img.feedback_yazi1{
	position:absolute;
	top:-400px;
	left:-0.1em;
}

img.feedback_yazi2{
	position:absolute;
	top:-350px;
	left:1em;
}

img.feedback_yazi3{
	position:absolute;
	top:-12px;
	left:4.5em;
}

.feedback_btm{
	padding:15px 0 0 110px;
	background:url(images/feedback_btmyazi.jpg) no-repeat 5px top;
}

.feedback_btm h3 {font-weight:bold;}

/*class_sayamadainana*/
table.sayamadainana{
	border-bottom:1px solid #ccc;
}
table.sayamadainana td{
	border-top:none;
	border-bottom:none;
}

/*class_sennari*/
table.sennari{
	border-bottom:1px solid #ccc;
}
table.sennari td{
	border-top:none;
	border-bottom:none;
}

/*アンケート*/

.ques_box {
}

.ques_box h3,
.ques_box h3 a {
	font-weight:bold;
	font-size:114%;
	margin-bottom:10px;
}

/*実技資料*/

.jitsugi{
	border-bottom:1px solid #ccc;
	padding:10px 5px !important;
	margin-bottom:10px;
}

.jitsugi h3{
	font-weight:bold;
	margin-bottom:10px;
}

.jitsugi_left{
	width:610px;
	float:left;
}

.jitsugi_right{
	margin-left:620px;
}


.mark01{
	background:url(images/mark01.jpg) no-repeat left 0.2em;
	padding-left:15px;
}

.mark02{
	background:url(images/mark02.jpg) no-repeat left 0.2em;
	padding-left:15px;
}

.mark03{
	background:url(images/mark03.jpg) no-repeat left 0.2em;
	padding-left:15px;
}

/*ランゲーム*/

.rungame{
}

.rungame ol{
	list-style:outside decimal;
}

.rungame h3{ text-indent:-9999px; height:30px; margin-bottom:10px;}
.rungame h3.ttl01{ background:url(../../../images/rungame_ttl01.jpg) no-repeat;}
.rungame h3.ttl02{ background:url(../../../images/rungame_ttl02.jpg) no-repeat;}
.rungame h3.ttl03{ background:url(../../../images/rungame_ttl03.jpg) no-repeat;}
.rungame h3.ttl04{ background:url(../../../images/rungame_ttl04.jpg) no-repeat;}
.rungame h3.ttl05{ background:url(../../../images/rungame_ttl05.jpg) no-repeat;}
.rungame h3.ttl06{ background:url(../../../images/rungame_ttl06.jpg) no-repeat;}
.rungame h3.ttl07{ background:url(../../../images/rungame_ttl07.jpg) no-repeat;}
.rungame h3.ttl08{ background:url(../../../images/rungame_ttl08.jpg) no-repeat;}

.rungame_caution{
	border:1px solid #D9CC5B;
	background:#F5F7D9;
	padding:7px;
	margin-bottom:20px;
}

.rungame h4.nutral{
	font-weight:bold;
	color:#CC0000;
	margin-bottom:5px;
}

.rungame h4.formation{
	font-weight:bold;
	font-size:114%;
	margin-bottom:5px;
}

.rungame h4.syuryo{
	font-weight:bold;
	margin-bottom:5px;
}


.run05_left{
	float:left;
	width:300px;
}

.run05_rignt{
	margin-left:310x;
}

span.gazo{
	font-size:85%;
	color:#006699;
}



/*動画*/

h3#mov_ttl{
	font-weight:bold;
	line-height:1em;
	margin-bottom:8px;
	border-left:3px solid #CC6600;
	padding-left:5px;
	font-size:114%;
	color: #CC6600;
}

#youtube{
	width:425px;
	float:left;
}

#movie_menu{
	width:193px;
	float:right;
	height:344px;
	overflow:auto;
}

.menu_box{
	margin-bottom:10px;
}

.active{
	background:#E6F7FF;
}

.active a.movie_ttl{
	font-weight:bold;
}

.menu_box a.thum{
	width:72px;
	float:left;
	display:block;
}

.menu_box a.movie_ttl{
	margin-left:75px;
	display:block;
	font-size:92%;
	padding-top:3px;
}

.dl_btn{
	margin:10px 0;
}

.dl_btn a.btn{
	display:block;
	width:275px;
	height:40px;
	text-indent:-9999px;
	background:url(images/btn_dl01.jpg) no-repeat;
	margin-bottom:5px;
}

.dl_btn a.btn:hover{background:url(images/btn_dl02.jpg) no-repeat;}



/*しっぽ取り*/

.sippo_img01{
	text-indent:-9999px;
	width:30px;
	height:360px;
	background:url(images/sippo_img01.jpg) no-repeat;
}

.sippo_img02{
	text-indent:-9999px;
	width:30px;
	height:360px;
	background:url(images/sippo_img02.jpg) no-repeat;
}

.sippo_img_naiyo{
	text-align:center;
	margin-bottom:20px;
}

.sippo_img_naiyo img{
	margin-bottom:10px;
}

.sippo_m{
	margin-bottom:50px;
}


.sippo3_caution{
	border:3px double #333;
	background:#FCFBE0;
	padding:5px;
	text-align:center;
	font-weight:bold;
}

.sippo_img07 *,
.sippo_img08 *,
.sippo_img09 *,
.sippo_img10 *{
	display:none;
}

.sippo_img07{
	background:url(images/sippo_img07.jpg) no-repeat;
	height:70px;
}
.sippo_img08{
	background:url(images/sippo_img08.jpg) no-repeat;
	height:70px;
}
.sippo_img09{
	background:url(images/sippo_img09.jpg) no-repeat;
	height:150px;
}
.sippo_img10{
	background:url(images/sippo_img10.jpg) no-repeat;
	height:150px;
}


/*パス＆ラン*/

.passrun_tbl{
	margin-bottom:20px;
}

.passrun_tbl td.line1,
.passrun_tbl th.line1{
	border:none;
	width:1em;
	background:none;
}

.passrun_tbl th.line2,
.passrun_tbl th.line3,
.passrun_tbl th.line4{
	text-align:center;
	font-weight:bold;
	background:#f3f3f3;
	border:1px solid #aaa;
}

.passrun_tbl td.line2,
.passrun_tbl td.line3,
.passrun_tbl td.line4{
	border:none;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
}

.passrun_tbl td.line2{
	width:9.5em;
}

.passrun_tbl td.line4{
	vertical-align:middle;
}

.passrun_tbl td.last{
	border-bottom:1px solid #aaa;
}

/*qaboard*/

#qaboard{
	width:628px;
	border:none;
}



/*----------フォーム----------*/

.form {
	margin-top:20px;
}

.hissu {font-size:85%;color:red;}

.error_coution{color:red;font-size:12px;}

.form th {
	font-weight:bold;
	background:#ECE9D8;
}

/*堅下北小学校*/
#katasimo .yousu{ vertical-align:middle;
}

#katasimo .layout td { 
	border:none;
	padding:0;
}





/*その他*/
.last_box{ margin-bottom:0px;}

.page_link a{
	text-decoration:none;
}

.page_link span {
	border:1px solid #0099CC;
	background:#0099CC;
	padding:0 3px 0 4px;
	color:#fff;
}

.page_link a span {
	border:1px solid #0099CC;
	background:#fff;
	padding:0 3px 0 4px;
	color:#0099CC;
}

hr {
	border-top:1px dotted #999;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
}

.indent_box{
	text-indent:-1em;
	padding-left:1em;
}

.noindent_box{
	padding-left:1em;
}

.blue_caution{
	border:1px solid #0099CC;
	background:#EEFAFF;
	padding:5px;
}
.red_caution{
	border:1px solid #CC0000;
	background: #FFECEC;
	padding:5px;
}

.yellow_caution{
	border:1px solid #aaa;
	background:#FCFBE0;
	padding:5px;
}

/*噴出し*/

a.pop:hover{ /*マウスが乗ったら*/
	position: relative;
	top: 0px; left: 0px;
}
.poparea { /*吹き出し本体*/
	position: absolute;
	top:17px; left:20px;
	display: none; /*何も表示しない*/
	padding: 5px; /*内側の余白*/
	width: 450px; /*ブロックの幅
	font-weight: bold; /*文字の太さ*/
	text-decoration: none; /*文字飾り*/
	color: #ffffff; /*文字色*/
	background-color:#0099CC; /*背景色*/
	
	border-top:white solid 10px;
	border-left:#0099CC solid 10px;
	
	filter: alpha(opacity=85); /* IE */
	-moz-opacity:0.85; /* Firefox・Netscape */
	opacity:0.85; /* Opera・Safari */
}

.poptitle{ /*吹き出しタイトル*/
	color:#fff;	
}

a.pop:hover .poparea {
	display: block; /*ブロック要素で表示*/
}

