*
{
	margin: 0px;
	padding: 0px;
}

body {
	background: #FFFFFF url(background.gif)
	repeat-x;
	text-align:center;
}

#container {
    width:750px;
    margin-left :auto;
    margin-right : auto;
    text-align:left;
}

#header {
    width:750px;
    height:130px;
    margin-left :auto;
    margin-right : auto;
    background-image: url(header.gif);
}

#menu {
    margin-left :auto;
    margin-right : auto;
    width:750px;
}

#menu ul {
    list-style:none;
}

#menu li {
    float: left;
    width:100px;
}

#menu li a{
    display: block;
    width: 100px;
    height: 25px;
    text-align:center;
    text-decoration:none;
    color:#000000;
    background: url(bt_menu.gif);
}

#menu li.current a{
    display: block;
    width: 100px;
    height: 25px;
    text-align:center;
    text-decoration:none;
    color:#000000;
    background: url(bt_menu_on.gif);
}


#menu li a:hover{
    color:#000000;
    width: 100px;
    height: 25px;
    background: url(bt_menu_on.gif);
}

#contents {
    clear:both;
    padding: 5px 25px 0px 25px;
}

.section {
    clear:both;
     margin:25px 0px 25px 0px;
}

.section-border {
        clear:both;
     border-style:solid;
    border-width:2px;
    border-color:#ABC96B;
    margin:25px 0px 25px 0px;
}

img {
    border-style:none;
}

a img {
        border-style:none;
}

.section h1,
.section h2
{
	color: #659c39;
	border-color: #659c39;
	border-style: none none dashed solid;
	border-left-width:5px;
    border-bottom-width:2px;
	padding: 2px 0px 2px 1em;
	font-size: 1em;
	margin-bottom:1em;
}


.section-border h1,
.section-border h2
{
	color: #ffffff;
	background: #659c39;
	padding: 2px 0px 2px 1em;;
	font-size: 1em;
	margin-bottom:1em;
}


.section h3,
.section h4,
.section h5,
.section h6
{
	border-color: #659c39;
	border-style: none none solid none;
    border-bottom-width:1px;
	padding: 2px 0px 2px 2px;
	font-size: 1em;
	margin-bottom:1em;
	margin-top:1em;
}


.section-border h3,
.section-border h4,
.section-border h5,
.section-border h6 {
	border-color: #659c39;
	border-style: none none solid none;
    border-bottom-width:1px;
    margin-left:1em;
	padding: 2px 0px 2px 2px;
	font-size: 1em;
	margin-bottom:1em;
	margin-top:1em;
}


.section h1 a,
.section h2 a,
.section h3 a,
.section h4 a,
.section h5 a,
.section h6 a

{
	color: #659c39;
	text-decoration: none;
	outline: none;
}


.section-border h1 a,
.section-border h2 a
{
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}


.section-border h3 a,
.section-border h4 a,
.section-border h5 a,
.section-border h6 a
{
	text-decoration: none;
	outline: none;
}


.section-border strong,
.section strong{
	color: #ff6600;
}

.section-border a,
.section a{
	color: #669966;
}

.section-border a:hover,
.section a:hover{
	color: #ff6600;
}

.section-border ul,
.section ul
{
    list-style-image: url("bt_list.gif");
    list-style-position:inside;
    margin-left:2em;
   	margin-bottom:1em;
}

.section-border ol,
.section ol
{
    list-style-type:upper-roman;
    list-style-position:inside;
    margin-left:2em;
   	margin-bottom:1em;
}

.section-border li,
.section li
{
	margin-bottom:1em;

}

.section-border p,.section-border dl,.section-border dt,.section-border dd,
.section p,.section dl,.section dt,.section dd
{
    padding-left:1em;
}

.section-border form,
.section form
{
    padding-left:1em;
    padding-right:1em;
}


.rightbox {
	float: right;
	margin-left: 15px;
	margin-right: 15px;
	width: 220px;
	padding: 10px 0px 10px 0px;
	color: #abc96b;
	background-color: #ffffff;
}

.leftbox {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	width: 220px;
	padding: 10px 0px 10px 0px;
	color: #abc96b;
	background-color: #ffffff;
}

#footerback {
    width:700px;
    height:130px;
    margin-left :auto;
    margin-right : auto;
    background: url(footer_bg.gif);
    background-repeat:no-repeat;
    text-align:left;
}

#footermenu {
    padding-left:10px;
    padding-top:30px;
}


#footermenu a,a:hover
{
	color: #669966;
	text-decoration:none;
}

#footermenu  ul {
	list-style: none;
}

#footermenu  li {
    margin-top:8px;
   	float:left;
	list-style-type:none;
	margin-right:5px;
	padding-left:10px;
	background:url(footer_bar.gif) no-repeat left center;
	font-size: 12px;
}


#footer {
    font-size:12px;
    text-align:left;
    padding-left:100px;
    padding-top:50px;
    color:#FFFFFF;
}

#footer a,a:hover {
    text-decoration:none;
    color:#FFFFFF;
}


/* Column */

.writer {
	border-bottom: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-top: #eeeeee 1px solid;
	border-left: #eeeeee 1px solid;
	margin-top: 2px;
	margin-bottom: 24px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-left: 8px;
	background-position: left top;
	background-image: url(vgrad.gif);
	background-repeat: repeat-x;
	background-color: #f0f0f0;
}

.writer dl dt {
  clear: left;
  float: left;
  margin: 0 0 0.8em;
  width: 7.5em;
  color: #000;
}

.writer dl dd {
  margin-bottom: 0.8em;
  margin-left: 7.5em;
}


.chat
{
	margin:auto;
	padding:0px;
	background-image: url(chat_body.gif);
	background-repeat: repeat-y;
	width:736px;
	color:#ffffff;
}

.chat .chat_header
{
	background-image: url(chat_header.gif);
	background-repeat: no-repeat;
	width: 736px;
	height: 28px;
}

.chat .chat_footer
{
	background-image: url(chat_footer.gif);
	background-repeat: no-repeat;
	width: 736px;
	height: 28px;
	background-position: left bottom;
}

.chara
{
	margin-left:32px;
	clear:both;
	float:left;
}

.balloon_a
{
	margin-left:120px;
	background-image: url(balloon_a_body.gif);
	background-repeat: repeat-y;
	width:556px;
	color:#564848;
}

 .balloon_a_body
{
	background-image: url(balloon_a_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:556px;
}

 .balloon_a_footer
{
	background-image: url(balloon_a_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:556px;
	height:24px;
}

.balloon_b
{
	margin-left:120px;
	background-image: url(balloon_b_body.gif);
	background-repeat: repeat-y;
	width:556px;
	color:#204020;
}

.balloon_b_body
{
	background-image: url(balloon_b_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:556px;
}

.balloon_b_footer
{
	background-image: url(balloon_b_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:556px;
	height:24px;
}

.balloon_text
{
	padding-top:24px;
	padding-left:40px;
	padding-right:20px;
	padding-bottom:0px;
}

.section-bookmark {
    float:right;
    margin:25px 0px 25px 0px;
}

.section-bookmark a {
    color:#669966;
    text-decoration:none;
    display: block;
    width: 140px;
    height: 20px;
    text-align:center;
    border-style:solid;
    border-width:2px;
    border-color:#ABC96B;
}

.section-bookmark a:hover {
	color: #ff6600;
    text-decoration:none;
}

/*
.section-right .bookmark {
    text-align:center;
    width:140px;
    height:20px;
    color:#669966;
    border-style:solid;
    border-width:2px;
    border-color:#ABC96B;
}
*/

.tokuteiMenu {
text-align:center;
}

.tokuteiMenu a,a:hover
{
	color: #669966;
	text-decoration:none;
}
