/* DEFAULT LIGHT GREEN STYLE STYLESHEET *******************************************************
This file only contains color info. For global layout info use layout.css.
For global style info use style.css.
split the following sections:
- GLOBAL LAYOUT(style formatting for layout.css entries)
- GLOBAL SEMANTICS (direct formatting of markup <a> <form> <img>, etc.)
- CLASSES & IDS (.whatever & #whatever - organized alphabetically)
- COMMON PLUGIN CSS
- NAVBAR CSS

SAMPLE:
.poll-vote,
.poll-vote-results {
  background:transparent;
  color:#000000;
  font-size:smaller;
}

These are the rough rules:
- always put a ';' after the last entry
- always a linebreak before .
- always a linebreak after , ; { and }
- always a . before all classes
- always a # before all ids
- two spaces indent
- no tabs
- no spaces after colons
**********************************************************************/

/* GLOBAL LYOUT*****************************************************/

#gl_container {
  background:#000;
}
#gl_header {
/*  background:#FFFFFF url(images/header-bg.png) 0 0 repeat-x;
  background:url(images/titlebg.gif) no-repeat #000;
  color:#fff;
  height:37px*/
  #home #header {
    background-image: url(http://www.sac.cc/ave/images/library/Image/top.gif);
  }
  #sub #header {
    background-image: url(http://www.sac.cc/ave/images/top.gif);
  }

}
#gl_wrapper {
}
#gl_content { /* standard left & right blocks - switched to dynamically by functions.php*/
  background:#fff;
}
#gl_content-full { /* no blocks  - switched to dynamically by functions.php*/
  background:#000;
}
#gl_content-wide-right { /* left blocks & content displayed  - switched to dynamically by functions.php*/
  background:#000;
}
#gl_content-wide-left { /* right blocks & content displayed  - switched to dynamically by functions.php*/
  background:#000;
}
#gl_navigation,
#gl_navigation-alt { /*the leftblocks*/
  background:#F7F7F7;
  border:1px solid #CCCCCC;
}
#gl_extra,
#gl_extra-alt { /*the rightblocks*/
  background:#000;
/*  border:1px solid #CCCCCC;*/
}
#gl_footer {
  background:#000;
  border-top:1px solid #666666;
  color:#fff;
}

/* GLOBAL SEMANTICS ***********************************************/

a {
  background:transparent;
}
a:link.non-ul,
a:visited.non-ul,
a:hover.non-ul,
a:active.non-ul {
  color:#000000;
}
a:link {
  color:#228B22;
}
a:visited {
  color:#006400;
}
a:hover {
  color:#00FF00;
}
a:active {
  color:#00FF00;
}
body {
  background:#000000;
  color:#ffffff;
}
form fieldset div.notes {
  background-color:#ffffe1;
  border:1px solid #666666;
  color:#666666;
}
form fieldset div.notes h4 {
  background:url(images/icon_info.png) no-repeat top left;
  border:0px 0px 1px 0px solid #666666;
  color:#666666;
}
form fieldset div.notes p {
  color:#666666;
}
input,
submit,
td {
  color:#000000;
}
select {
  color:#000000;
}
textarea {
  color:#000000;
}
th {
  color:#000000;
}

/* CLASSES & IDS ********************************************************/

/* Admin lists **********************************/
.admin-menu { /* the box around the menu */
  border:1px solid #EEEEEE;
}
/* General formatting class***********************/
.ext-link {
  background:url(images/external.png) right center no-repeat;
  background-color:transparent;
}
/* Blocks **************************************/
.block-box,
.block-box-left,
.block-box-right, {
}
.block-box ul,
.block-box-left ul,
.block-box-right ul {  /* do not indent lists in the blocks too much */
}

#gl_content-full h2{ /* no blocks  - switched to dynamically by functions.php*/
  background: url('./images/title_bk.gif') no-repeat top left;      
	height: 20px;
	text-indent: 10px;
  color:#fff;
}
#gl_content-full h1{ /* no blocks  - switched to dynamically by functions.php*/
  background: url('./images/title_bk.gif') no-repeat top left;      
	height: 20px;
	text-indent: 10px;
  color:#fff;
}

.block-box h2 {
/*  background: url('./images/title_bk.gif') no-repeat top left;      
	height: 20px;
	text-indent: 10px;
  color:#fff;
*/
}
.block-columnpad {
}
.block-content-left,
.block-content-right {
  background:transparent;
  color:#fff;
}
.block-content{
  background:transparent;
}
.block-content-right a {
  background:transparent;
  color:#fff;
}
.block-content ul,
.block-content-left ul,
.block-content-right ul {
}
.block-helpicon,
.block-helpicon-left,
.block-helpicon-right {
}
.block-title,
.block-title-left,
.block-title-right {
/*  background:#CCCCCC;
  color:#000000;*/
 background:#000 url(./navbar/images/sidettl_base.gif) top left repeat-x;
  color:#fff;
	height: 20px;

}
/* Comments ***********************************/
.commentbar-line1 {
  background:transparent;
  color:#000000;
}
.commentbar-line2 {
  background:#E7E7E7;
  border-bottom:1px solid #FFFFFF;
  border-top:1px solid #FFFFFF;
}
.commentbar-line3 {
  background:#FFFFFF;
  border-bottom:1px solid #FFFFFF;
  border-top:1px solid #E7E7E7;
  color:#000000;
}
.commenttitle {
  background:#F7F7F7;
  border-bottom:1px solid #E7E7E7;
  border-left:1px solid #E7E7E7;
  border-right:1px solid #E7E7E7;
  border-top:1px solid #E7E7E7;
}
/*Edit*****************************************/
.fieldhelp {
  color:#666666;
}
/* Footer **************************************/
#footer-copyright {
  color:#fff;
}
#footer-copyright .footerlinks a {
  color:#333333;
}
#footer-copyright .footerlinks a:hover {
  color:#666666;
}
/* Header ***************************************/
#header-site-logo {

}
#header-site-slogan {
  color:#000000;
}
#header-textbox {
  background:url(images/bg_search.jpg) no-repeat right -22px #fff;
  color:#000000;
}
#header-textbox:focus {
  background:url(images/bg_search.jpg) no-repeat right -1px #fff;
  color:#000000;
}
.header-textbox-search {
  background:#FFFFFF;
}
/**********************************************/
.highlight {
  background-color:yellow;
  color:#000000;
}
.searchauth {
  background:transparent;
  color:#000000;
}
.searchdate {
  background:transparent;
  color:#000000;
}
.searchform-box {
  background:#E7E7E7;
  border-bottom:1px solid #CCCCCC;
}
.searchhits {
  background:transparent;
  color:#000000;
}
/* Story ****************************************/
.story { /* the frame around all elements of one story */
  background:transparent;
  color:#000000;
}
.story h1{ /* the title of a story */
/*  background:transparent;
  color:#000000;
*/
  background: url('./images/title_bk_s.gif') no-repeat top left;      
	height: 20px;
	text-indent: 10px;
  color:#fff;
}

.story a:link.non-ul,
a:visited.non-ul,
a:hover.non-ul,
a:active.non-ul {
  color:#fff;
}
.story-featured { /* the frame around all elements of a featured story */
  background:transparent;
  color:#000000;
}
.story-featured h1 { /* the title of a featured story */
/*  background:transparent;
  color:#000000;
*/}
.story-footer { /* the bottom of the story with edit-links etc */
  color:#666666;
}
.story-icons { /* print & mail icons in a storybox */
}
.story-information {
  /* the author, views and date of a story */
  background:transparent;
  color:#666666;
}
.system-message {
  background:url(images/header-bg.png) #FFFFFF;
  border:1px solid #000000;
  color:#FFFFFF;
  font-weight:bold;
  margin:10px;
  width:95%;
}
.system-message-body {
  background:#CCCCCC;
  border-top:3px solid black;
  color:#000000;
  padding:5px 15px 5px 15px;
}
.warning {
  background:transparent;
  color:#FF0000;
}
.warningsmall {
  background:transparent;
  color:#FF0000;
}
.welcomeanddate-text {
  border-bottom:1px solid #CCCCCC;
}
/* COMMON PLUGIN CSS ************************************************/
/* Recommended CSS to be used by Plugin Authors - allows easier site themeing */

.plugin {
  background:#EFEFEF;
  border:1px solid #CCCCCC;
  color:#000000;
}
.plugin th {
  background:#5CB85C;
  color:#000000;
}
.pluginBG {
  background:#408040;
  color:#FEFEFE;
}
.pluginAltBG {
  background:#408040;
}
.pluginAltBG td {
  color:#FFFFFF
}
.pluginCellTitle {
  background:#408040;
  color:#FFFFFF;
}
.pluginCellFill {
  background:#F7F7F7;
}
.pluginCellText {
  color:#636363;
}
.pluginHeader {
  color:#408040;
}
.pluginFooter, .pluginFooter td {
  background:#5CB85C;
  color:#FFFFFF;
  }
.pluginAlert {
  background:#CCCCCC;
  color:#000000;
}
.pluginInfo {
  background:#CCCCCC;
  color:#707070;
}
.pluginSubTable {
  background:#CCCCCC;
  border:1px solid #CCCCCC;
  color:#000000;
}
.pluginSubTable th {
  background:#E6CFE6;
  color:#000000;
}
.pluginSolidOutline {
  background:#CCCCCC;
}
.pluginSolidFill {
  background:#1A3955;
}
.pluginTitle {
  background:#5CB85C;
  color:#F5F9FF;
}
.pluginCellSubTitle {
  background:#F7F7F7;
  color:#000000;
}
.pluginAltText {
  color:#FFFFFF;
}
.pluginRow1, .pluginRow1 td {
  background:#FFFFFF;
  color:#000000;
}
.pluginRow2, .pluginRow2 td {
  background:#CFE6CF;
  color:#000000;
}
.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver {
  background:#E7E7E7;
  color:#000000;
}
.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,
.pluginRollOut {
  background:#FFFFFF;
  color:#000000;
}
.pluginLinks A:link {
  color:#000000;
}
.pluginLinks A:visited {
  color:#000000;
}
.pluginLinks A:hover {
  color:#000000;
}
.pluginBreadCrumbs,
.pluginBreadCrumbs A:link {
  color:#FFFFFF;
}
.pluginBreadCrumbs A:visited {
  color:#FFFFFF;
}
.pluginBreadCrumbs A:hover {
  color:#FFFFFF;
}
a.pluginButton:link,
a.pluginButton:visited {
  background:transparent;
  color:#000000;
}
a.pluginButton:hover {
  background:transparent url(navbar/images/button_over.gif) center repeat-x;
  color:green;
}

/* Common CSS for on-hover tooltip feature*********/
a.tooltip {
  color:#000;
}
a.tooltip:hover span { /*the span will display just on :hover state*/
  background-color:#E5EFFF;
  border:1px solid #C8DAF7;
  color:#033666;
}
/* End of common CSS for on-hover info feature */

/* Poll Plugin ***********************************/
.poll-vote,
.poll-vote-results {
  background:transparent;
  color:#000000;
}

/* NAVBAR CSS *********************************************************/

#navcontainer {
  background:#FFFFFF; /* #F4F4F4; */
  border-bottom:1px solid #24618E;
}
#navcontainer a {
  background:url("navbar/images/tableftJ.gif")
}
#navcontainer a span {
  background:url("navbar/images/tabrightJ.gif") no-repeat right top;
  color:#006400;
}
#navcontainer a:hover span {
  color:#FFFFFF;
}
#navcontainer a#current span {
  background:url("navbar/images/tabrightI.gif") no-repeat left top;
  color:#FFFFFF;
}
#navcontainer a:link#current,
#navcontainer a:visited#current,
#navcontainer a:hover#current {
  background:url("navbar/images/tableftI.gif") no-repeat left top;
}

/* ƒIƒŠƒWƒiƒ‹ CSS *********************************************************/

.tenpo {
	background-image: url("navbar/images/sidettl_base.gif");
	background-repeat: no-repeat;
	height: 20px;
	width: 227px;
	text-align: center;
	vertical-align: middle;
}
.longtext{
	text-align:left;
	text-valign:top;
	font-size:14px;
	font-weight:normal;
	line-break:strikt;
	word-spacing: normal;
	letter-spacing: normal;
	padding-top: 3px;
	padding-left:10px;
	line-height: 15px;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-bottom: 3px;
	color: #666666;
}
.hr1{
	 size:1;
	 color:#33CC00;
}

.ta1 {
	border: 1px solid #CCCCCC;
}
.ta2 {
	border: 1px solid #0C8BFE;
}
.ta3 {
	border: 1px solid #277700;
}
.style7 {font-size: 10px}
.style8 {font-size: 11px}
.style11 {color: #FFFFFF}
.style12 {color: #FFFFFF; font-weight: bold; font-size: 12px}
.style16 {font-size: 12px}
.style17 {
	color: #006600;
	font-weight: bold;
	font-size: 12px;
}
.link_h1{
	height:20px;
	font-size:10pt;
	font-weight:bold;
	padding-top: 6px;
	padding-left: 10px;
	background-color: #ffffff;
}

.link_h2{
	padding-top: 2px;
	padding-left: 15px;
	background-repeat:no-repeat;
	background-image: url(http://kumamoto-j.com/image/i-con2.png);
}

.link_h3{
	height:1px;
	font-size: 2pt;
	background-color: #ffffcc;
}

.map_h1{
	padding-top: 2px;
	padding-left: 15px;
	background-repeat:no-repeat;
	background-image: url(http://kumamoto-j.com/image/i-con1.png);
}

.map_h2{
	padding-top: 1px;
	padding-left: 15px;
	background-repeat:no-repeat;
	background-image: url(http://kumamoto-j.com/image/kagi1.gif);
}

.map_h3{
	padding-top: 2px;
	padding-left: 15px;
	background-repeat:no-repeat;
	background-image: url(http://kumamoto-j.com/image/kagi2.gif);
}
    /*------------------------------ ŠpŠÛCSS */
/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:830px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(images/dialog2-blue-800x1600.png) no-repeat top right;
 _background-image:url(images/dialog2-blue.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}


/*ŠO˜gŠpŠÛ*/
.box{
	float:left;
	background:#fff;
	padding:0 10px;
	margin:10px;
	display:inline;/* IE double margin bug*/
}
.one{width:95%}
.inner{
	background:#fff;
	padding:10px 0;
	margin:-10px 0;
	min-height:0;/* ie7 haslayout issues fix*/
	position:relative;
}
* html .inner{height:1px}/* ie6 haslayout issues fix*/
.top,.base{
	margin:-10px -10px 0;
	background:url(images/one-round-test2.png) no-repeat left top;
	height:10px;
	position:relative;
	font-size:10px;
}
.base{
	background-position:left bottom;
	margin:0 -10px -10px;
}
.top span,.base span{
	background:url(images/one-round-test2.png) no-repeat right top;
	display:block;
	height:10px;
	font-size:10px;
}
.base span{background-position:right bottom;}
.content{	width:100%;}


.office_table {
	border: 1px solid #666633;
	color: #666666;
}

.kaimono_ta {
	border: 1px solid #CC0000;
}