@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.5em;
   letter-spacing:0em;
   font-family:Verdana, Helvetica, sans-serif;
   font-size:10pt;
   color:#000000;
   background:#f2f2b0;
}

br {
   letter-spacing:normal;
}

a {
   color:#762f07;
   text-decoration:none;
}

a:hover {
   color:#00552e;
   text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
#top {
   width:1000px;
   margin:10px auto;
   border:1px solid #333;
}

#header {
   width:1000px;
   height: 60px;
}

#menu {
   float:left;
}

#topicPath {
   display:inline;/* for IE6 */
   float:left;
}

#contents {
   clear:both;
}

#main {
   float:left;
   width:760px;
   padding:10px;
}

#sub {
   float:right;
   width:200px;
   padding:10px;
}

#pageTop {
   clear:both;
}

#footer {
   clear:both;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:10px;
   font-size:24px;
}

#header h1 a {
   color:#333;
}

#header #pr p {
   margin:0;
   padding:10px;
   font-size:11px;
}

.title {
   height : 40px;
   width : 400px;	
   position: relative;top: 0px;left: 10px;
   float: left;
   background : url('css_images/ginbunaschool.png');
}

.funa
{
height:54px;
width:81px; 
position: relative;top: 0px;right: 10px;
float: right;
background: url('css_images/ginbuna_header.png');
}

/* ========TOPICPATH CUSTOMIZE======== */
#topicPath {
   width:975px;
   margin:5px;
   padding:5px;
   background:#deb068;
   text-indent: 5px;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:0;
   padding:0;
   border-left:1px solid #762f07;
}

#menu li {
   float:left;
   color:#00552e;
   text-align:center;
   list-style-type:none;
   border-right:1px solid #762f07;
}

#menu li a {
   display:block;
   width:110px;
   color:#762f07;
   line-height:30px;
   text-decoration:none;
   background:#eec362;
}

#menu li:first-child a {
   width:98px;
}

#menu li a.active {
   color:#fff;
   text-decoration:none;
   background:#956f29;
}

#menu li a:hover {
   color:#fff;
   text-decoration:none;
   background:#FF3300;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main h2 {   
   margin-bottom:20px;
   padding:10px;
   font-size:18pt;
   font-weight: bold;
   line-height: 1.2em;
   color: #f2f2b0;
   border: 2px solid #640125;
   border-left:30px solid #640125;
   border-radius: 30px 10px 40px 30px;
   background-color: #f8b500; 
   text-shadow: 3px 3px 3px #583822;
   box-shadow: 5px 5px 5px #2b2b2b; 
}

#main h3 {
   margin-bottom: 10px;
   padding: 5px;
   font-size: 16pt;
   font-weight: bold;
   line-height: 1.2em;
   color: #956f29;
   border: 0px;
   border-left: 30px solid #956f29;
   border-bottom: 2px solid #956f29;
   border-radius: 5px 24px 24px 5px;
   background-color: rgba(157,137,108,0.3); 
   text-shadow: 3px 3px 3px #ffffff;
   box-shadow: 3px 3px 3px #2b2b2b; 

}

#main h4 {
   margin-bottom:5px;
   padding: 3px;
   font-size:14pt;
   color:#fff;
   text-shadow: 2px 2px 2px #16160e;
   border:1px solid #956f29;
   border-radius: 5px;
   background: url('css_images/caption_background.png');
}

#main h5 {
   margin-bottom:5px;
   padding: 2px 2px 2px 5px;
   font-size:12pt;
   text-shadow: 2px 2px 2px #a3a3a2;
   border-left: 5px solid #956f29;
   border-bottom:0px solid #956f29;
   border-radius: 0px 5px 5px 0px;
   background: rgba(149,111,41,0.1);
   box-shadow: 1px 1px 1px;
}

#main h6 {
   margin-bottom:5px;
   padding: 2px;
   font-size:10pt;
   box-shadow: 1px 1px 1px;
   
}


#main p {
   margin:0 0 1em 0;
   text-indent: 1em;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#deb068;
}

#title_container {
width: 100%;
height: 150px;
position: relative;
float: none;
}

#title_funa {
width: 200px;
height: 137px;
position: relative;left: 0px;top: 0px;
float: left;
background: url('css_images/waraibuna_w200px.png')
}

#title_spacer {
width: 15px;
height: 150px;
position: relative;left: 0px;top: 0px;
float: left;
}

#title_program {
height: 150px;
width: 540px;
position: relative;top: 0px;left: 0px;
float: left;
border: solid 1px #f6bfbc;
border-radius: 20px;
box-shadow: 2px 5px 5px;
}

#title_program_name {
height: 50px;
width: 540px;
position: relative;top: 0px;left: 0px;
float: left;
border-radius: 20px 20px 0 0;
background-color: #f6bfbc;
}

.title_program_text {
width: 500px;
height: 90px;
position: relative;top: 5px; left: 20px;
float: left;
font-size: 12pt;
letter-spacing: 0em;
}

#spacer1 {
clear: both;
width: 100%;
height: 20px;
position: relative;left:0px;top:0px;
float: left;
}

#main_text1 table {
border-collapse: separate;
border: 1px solid #deb068;
border-spacing: 0px;
border-radius: 10px;
font-size: 12px;
}

#main_text1 table th {
color: #762f07;
padding: 8px 15px;
background: #deb068;
background:-moz-linear-gradient(rgba(222,176,104,0.7), rgba(222,176,104,0.9) 50%);
font-weight: bold;
border-left:0px;
border-right:0px;
border-top:0px;
border-bottom:0px;
line-height: 120%;
text-align: center;
text-shadow:0 -1px 0 rgba(242,242,176,0.9);
}

#main_text1 table th:first-child {
border-radius: 10px 0 0 0;
}

#main_text1 table th:last-child {
border-radius: 0 10px 0 0;
}

#main_text1 table tr td {
padding: 8px 15px;
border-left: 0px solid #deb068;
border-bottom: 0px solid #deb068;
text-align: left;
}

#main_text1 table td:nth-child(2n-1){
border-bottom: 1px solid #deb068;
border-right: 1px solid #deb068;
}

#main_text1 table td:nth-child(2n){
border-bottom: 1px solid #deb068;
}

#main_text1 table td:nth-child(2n+1){
border-bottom: 1px solid #deb068;
border-left: 1px solid #deb068;
}

#main_text1 table td:first-child{
border-left:0;
}

#main_text1 table td:last-child{
border-right: 0;
}

#main_text1 table tr:last-child td{
border-bottom:0;
}

#main_text1 table tr {
background: #f2f2b0;
}

#main_text1 table tr:nth-child(2n+1) {
background: #ebe1a9;
}

#main_text1 table tr:hover {
background: #e6b422;
cursor:pointer;
}

#waraibuna_title1_otenba {
width: 200px;
height: 200px;
position: relative;top: 20px; left: 0px;
float: left;
}

.otenba {
width: 190px;
height: 29px;
position: relative;top: 0px; left: 5px;
float: left;
background: url(css_images/otenba.png);
}

.aina_anim {
width: 200px;	
height: 146px;
position: relative;top: 0px; left: 0px;
float: left;
background: url(css_images/smile_aina.gif);
}

#waraibuna_title1_wanpaku {
width: 200px;
height: 200px;
position: relative;top: 20px; left: 0px;
float: right;
}

.wanpaku {
width: 190px;
height: 30px;
position: relative;top: 0px; right: 5px;
float: right;
background: url('css_images/wanpaku.png');
}

.atsushi_anim {
width: 185px;
height: 146px;
position: relative;top: 0px; right: 0px;
float:right; 
background: url('css_images/smile_atsushi.gif');
}

#waraibuna_title2 {
height:60px;
width:300px; 
position: relative;top: 0px;left: 0px;
float: left;
background: url('css_images/waraibuna.png');
}

.waraibuna {
clear: both;
}

#waraibuna_iroiro {
width: 750px;
height: 50px;
position: relative;top: 10px; bottom: 10px; left: 5px;
float: left;
border-radius: 10px;
background: url('css_images/caption_background.png');
}

.iroiro {
width: 722px;
height: 31px;
position: relative;top: 10px; bottom: 10px; left: 12px;
float: left;
background: url('css_images/iroiro.png');
}

#program_box_container {
clear: both;
width: 760px;
height: 160px;
}

#program_box_spacer {
width: 40px;
height: 160px;
float: left;
}

#program_box_a {
width: 160px;
height: 160px;
position: relative;top: 10px; left: 10px;
float: left;
border-radius: 20px;
background: url('css_images/white.png');
}

#program_box_b {
width: 160px;
height: 160px;
position: relative;top: 10px; left: 10px;
float: left;
border-radius: 20px;
background: url('css_images/blue.png');
}

#program_box_c {
width: 160px;
height: 160px;
position: relative;top: 10px; left: 10px;
float: left;
border-radius: 20px;
background: url('css_images/green.png');
}

#program_box_d {
width: 160px;
height: 160px;
position: relative;top: 10px; left: 10px;
float: left;
border-radius: 20px;
background: url('css_images/cherry.png');
}

#program_box_text {
width: 140px;
height: 110px;
position: relative;top: 5px; left: 10px;
float: left;
}

.kinokomamawashi
{
height: 35px;
width: 207px;
position: relative;top: 7px;left: 20px;
float: left;
background: url('css_images/kinokomamawashi_title.png');
}	

.kinokomamawashi_s {
width: 133px;
height: 23px;
position: relative; top: 10px; left: 12px;
float: left;
background: url('css_images/kinokomamawashi_button.png');
}

.komeamenamename
{
height: 33px;
width: 253px;
position: relative;top: 7px;left: 20px;
float: left;
background: url('css_images/komeamenamename_title.png');
}

.komeamenamename_s
{
width: 134px;
height: 19px;
position: relative;top: 12px;left: 12px;
float: left;
background: url('css_images/komeamenamename_button.png');
}

.harmonica {
height: 33px;
width: 298px;
position: relative;top: 7px;left: 20px;
float: left;
background: url('css_images/harmonica_title.png');
}

.harmonica_s {
width: 131px;
height: 16px;
position: relative; top:13px; left: 15px;
float: left;
background: url('css_images/harmonica_button.png');
}

.science {
height: 35px;
width: 164px;
position: relative;top: 7px;left: 20px;
float: left;
background: url('css_images/science_title.png');
}

.science_s {
width: 108px;
height: 24px;
position: relative;top: 10px;left: 25px;
float: left;
background: url('css_images/science_button.png');
}

.teasobi {
height: 34px;
width: 240px;
position: relative;top: 7px;left: 20px;
float: left;
background: url('css_images/teasobi_title.png');
}

.teasobi_s {
width: 142px;
height: 21px;
position: relative; top: 12px; left: 10px;
background: url('css_images/teasobi_button.png') 
}

.reading {
height: 31px;
width: 219px;
position: relative;top: 7px;left: 20px;
float: left;
background: url('css_images/reading_title.png');
}

.reading_s {
width: 143px;
height: 22px;
position: relative;top: 12px;left: 10px;
float: left;
background: url('css_images/reading_button.png') 

}

.bucket_toilet {
height: 32px;
width: 262px;
position: relative;top: 7px;left: 20px;
float: left;
background: url('css_images/bucket_toilet_title.png');
}

.bucket_toilet_s {
width: 139px;
height: 19px;
position: relative;top: 12px;left: 12px;
float: left;
background: url('css_images/bucket_toilet_button.png') 
}

.aina_anim_unchi {
width: 200px;	
height: 146px;
position: relative;top: 140px; left: 0px;
float: left;
background: url(css_images/smile_aina.gif);
}

.asobi_request {
width: 145px;
height: 97px;
position: relative;top: 10px;left: 5px;
float: left;
background: url('css_images/asobi_request.png');
}

#magowayasashiiunchi_rayout {
width: 100%;
position: relative;top: 10px; left: 0px;
float: left;
}

.magowayasashiiunchi {
width: 400px;
height: 283px;
position: relative;top: 10px;left: 0px;
float: left;
background: url('css_images/magowayasasiiunchi_w400px.png');
z-index: 3
}

#magowayasashiiunchi_rayout_inner1 {
width: 200px;
height: 100%;
position: absolute;top: 0px; left: 330px;
float: left;
z-index: 2;
}

#magowayasashiiunchi_rayout_inner2 {
width: 240px;
height: 180px;
position: absolute;top: 0px; left: 450px;
float: left;
border-radius: 40px;
background-color: #fff;
box-shadow: 1px 1px 1px;
z-index: 1;
}

.magowayasashiiunchi_text {
width: 220px;
height: 200px;
position: relative; top: 10px; left: 10px;
float: left;
z-index: 4;

}

#main_text1 {
display: block;
width: 500px;
position: relative;top: 0px;left: 0px;right:0px;bottom:0px;
float: left;
}

#komeamenamename_pic1
{
height: 320px;
width: 240px;
position:relative;top: 0px;left: 10px;bottom: 10px;
float: left;
background: url('css_images/komeamenamename.jpg');
}

#kinokomamawashi_pic1
{
height: 264px;
width: 240px;
position:relative;top: 0px;left: 10px;bottom: 10px;
float: left;
background: url('css_images/kinokomamawashi_1.jpg');
}

#main_text2 {
display: block;
width: 100%;
position:relative;top: 10px;left: 0px;bottom: 10px;
float: left;
}

.komeamenamename_pic2
{
height: 320px;
width: 240px;
position:relative;top: 0px;right: 0px;left: 5px;
float: right;
background: url('css_images/komeamenamename_2.jpg');
}

.namename_anim {
width: 200px;
height: 171px;
position: relative;top: 50px;right: 0px;
float: right;
background: url('css_images/namename_aina_w200px.gif')
}




.reservation a {
   background:url(css_images/reservation.png);
   width:152px;
   height:22px;
   display:block; 
}

.documentdl a {
   background:url(css_images/documentdl.png);
   width:152px;
   height:22px;
   display:block; 
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
   border:1px solid #762f07;
   border-radius: 10px;
   box-shadow: 1px 1px 2px;
}

#sub h3 {
   padding:10px;
   font-size:11pt;
   font-weight:bold;
   color:#fff;
   text-align:center;
   border-left:3px solid #c89932;
   border-top: 3px solid #c89932;
   border-right: 3px solid #c89932;
   border-bottom: none;
   border-radius: 10px 10px 0 0;
   background:url('css_images/caption_background.png');
}

#sub h3 a {
   color: #fff;
   text-shadow: 2px 2px 2px #16160e;
}

#sub ul {
   overflow:hidden;
   margin:0;
   padding:0;
   background:#ebe1a9;
}

#sub ul:last-child {
   overflow:hidden;
   margin:0;
   padding:0;
   background:#ebe1a9;
   border-radius: 0px 0px 10px 10px;
}

#sub li {
   width:198px;
   margin:0px;
   padding: 5px 5px;
   border-top:1px solid #762f07;
   font-size: 11pt;
   text-indent: 0;
   text-shadow: 2px 2px 2px #95949a;
}

#sub li {
   width:198px;
   margin:0px;
   padding: 5px 5px;
   border-top:1px solid #762f07;
   text-indent: 0;
}

#sub li a {
   display:block;
   margin: 0px;
   text-indent: 0;
}

#sub .active {
	text-decoration: underline; 
	margin: 0px;
   padding:5px 5px;
   border-top:1px solid #762f07;
	text-indent: 0;
}

.dir_upstream {
padding-left: 10pt;	
background :url('css_images/caption_background.png');
font-weight: bold;
text-shadow: 2px 2px 2px #16160e;
}

a.dir_upstream {
color: #ffffff;
background: transparent;
}

/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:20px 0 4px 0;
   text-align:right;
}

#pageTop a {
   padding:5px 5px 5px 17px;
   background:url("../images/bg_pagetop.gif") 7px 50% no-repeat;
   font-size:11px;
   outline:none;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   clear:both;
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   text-align:center;
   border-top:1px solid #333;
   background:#ddd;
}