@charset 'utf-8';

/* base setting for all pages */

body {
 margin: 0; /* 0px 0px 0px 0px;  upper - right - under - left */
 border: 0;
 padding: 0;
 color: #000000;
 background-color: #ffffff;
 font-family: Gothic, sans-serif;
 font-weight: normal;
 font-size: small;
 line-height: 1.3em;
 overflow:scroll;
}

a:link { color: #003399; background-color: #ffffff; text-decoration: none; }
a:visited { color: #660099; background-color: #ffffff; text-decoration: none; }
a:active { color: #cc0000; background-color: #ffffff; text-decoration: underline; }
a:hover { color: #666666; background-color: #ccccff; text-decoration: underline; }

img { border: 0; }
a:link img, a:visited img, a:active img, a:hover img { border: none; }

h1, h2, h3, h4 { margin: 0px; padding: 0px; font-weight: normal; }


/* design for all pages */

.align_center { text-align: center; }
.align_right { text-align: right; }
.no_br_indent { text-indent: 0em; line-height: 0em; }
.no_br { line-height: 0em; }
.no_indent { text-indent: 0em; }
.space0 { letter-spacing: 0em; }

#current_page {
 color: #000000;
 background-color: #ccccff;
 padding: 2px;
 border-left: 2px solid #0000ff;
 border-bottom: 1px solid #0000ff; }


/* layout setting for all pages */

#top {
 padding: 10px 0px 5px 0px;
 border-bottom: 1px solid #000000;
 margin: 0px 0px 0px 0px;
 background-color: transparent;
 background-image: url(./png/title_back.png);
 background-repeat: no-repeat;
 background-attachment: scroll;
 background-position: 98% 50%;
}

#banner_img { float: left; width: 66px; padding-left: 10px; }

#banner { margin: 5px 10px 10px 66px; }


#pagebody {
 clear: both;
 /*position: relative;*/
 width: 100%;
}

#pagebody-inner {
 /*position: static;*/
 width: 100%; 
}


#left {
 float:left;
 /*position: absolute;*/
 margin: 0px;
 padding: 0px;
 width: 200px;
 border-right: 1px solid #000000;
}

.sidebar {
 padding: 10px;
}

#center {
 padding: 0px;
 margin: 0px 0px 0px 200px;
 border-left: 1px solid #000000;
}

.content {
 margin: 0px;
 padding: 10px;
}


#footer {
 clear: both;
 padding: 10px;
 border-top: 1px solid #000000;
}

.foot_col { margin-bottom: 1em; }


/*design for each column*/

#banner h1 { color: #000000; background-color: transparent; font-size: x-large; line-height: 1.5em; }
#banner h2 { font-size: small; line-height: 1.5em; }
#banner a { color: #000000; background-color: transparent; text-decoration: none; }
#banner a:link { color: #000000; background-color: transparent; text-decoration: none; }
#banner a:visited { color: #000000; background-color: transparent; text-decoration: none; }
#banner a:hover { color: #000000; background-color: #cccccc; text-decoration: underline; }


.sidebar h2 {
 font-size: small;
 padding: 3px;
 border-left: 3px solid #cccccc;
 border-bottom: 1px solid #cccccc;
}

.sidebar ul { padding-left: 0px; margin: 1em 0px 1em 0px; }
.sidebar li {
 font-size: small;
 text-align: left;
 line-height: 1.2em;
 margin-top: 0.2em;
 list-style-type: none;
}


.content h2 {
 font-size: large;
 line-height: 1.3em;
 padding: 0px 0px 3px 0px;
 border-bottom: 1px solid #999999;
 margin: 0px 0px 1em 0px;
}

.content h3 {
 font-size: medium;
 line-height: 1.3em;
}


.content p { text-indent: 1em; margin-bottom: 1em; }



#footer p { line-height: 1.2em; margin: 0.2em 0px 0.2em 0px; }

