@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:#333;
   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:740px;
   padding:10px;
}

#sub {
   float:right;
   width:220px;
   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:10px;
   margin-top: 30px;
   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 img {
   float: right;
}

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

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

#main ol {
margin-left: 1em;
margin-top: 0;
padding-left: 0;
padding-top: 0;
}

#main ul {
margin-left: 1em;
margin-top:0; 
padding-left: 0;
padding-top: 0;
}

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

#main table th {
color: #762f07;
padding: 8px 15px;
background:#f2f2b0;
font-weight: bold;
border-left:0px;
border-right:0px;
border-top:0px;
border-bottom:0px;
line-height: 120%;
text-align: center;
vertical-align: middle;
text-shadow:0 -1px 0 rgba(242,242,176,0.9);
}

#main table th:first-child {
background: rgba(149,111,41,0.5);
border:0;
border-radius: 10px 0 0 0;
}

#main table th:last-child {
background: rgba(149,111,41,0.5);
border:0;
border-radius: 0 10px 0 0;
}

#main table tr td {
padding: 8px 15px;
border-left: 1px solid #deb068;
border-bottom: 1px solid #deb068;
text-align: left;
vertical-align: top;
}

#main table tr:nth-child(1) {
background: #f2f2b0;
}

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

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

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

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

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

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

#tyrosine {
float: right;
width: 240px;
height: 294px;
margin: 10px;
display: inline-block;
background: url('css_images/tyrosine.png')
}

.hwrap {
width: 470px;
display: inline-block;
}

#prompt {
width: 700px;
text-align: center;
position: relative; left: 10px;
font-size: 12pt;
font-weight: bold;
color: red;
padding: 10px;
margin-bottom: 20px;
border: 1px solid red;
border-radius: 5px;
box-shadow: 2px 2px 2px gray;
}

#toppage {
width: 660px;
height: 440px;
position: relative; left: 50px; top: 0px;
float: left;
background: url('css_images/toppage.png');
}

.clear {
clear: both;	
}

.button {
height: 25px;
float: left;
padding-left: 10px;
padding-right: 10px;
margin-right: 5px;
text-align: center;
line-height: 1.8em;
border: 1px solid #00552e;
border-radius: 5px;
background-color: #c3d825;
box-shadow: 1px 1px 1px;
}

.button:hover {
background-color: #ffd900;
}

.caption {
clear: both;
line-height: 2em;
}

.school_chair {
	width: 150px;
	height: 200px;
   float: right;
   background:url('css_images/school_chair.png');
}

.school_chair_text {
   width: 590px;
   float: left;
}

.educator {
   width: 125px;
   height: 125px;
   float: right;
   position: relative;right: 0px;top: 0px;
   background:url(css_images/educator.png);
}

.educator_caption {
clear: both;
line-height: 2em;
}

.educator_text {
   width: 620px;
   float: left;
}

.news_caption {
   clear: both;
   line-height: 2em;
}

.linuxnongm {
   width:120px;
   height:60px;   
   float:left;
   position: relative;left: 0px;
   margin-bottom: 20px;
   background:url(css_images/managed_with_linux.png);
   display: block;
}

.linuxnongm_text {
   float: right;
   position: relative;left: 0px;
   width: 630px;
   margin-bottom: 20px;
}

.aboutginbunaschool_caption {
clear: both;
line-height: 2em;
}


/* 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;
}

.spacer {
	height: 10px;
}


/* ========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:220px;
   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;
}