/* -----------------------------------------------------------------------------

clearfix

-------------------------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	min-height:1%;  /* for IE 7*/
}

/* except Mac IE5 \*/

*html .clearfix { height: 1%; }

.clearfix {display: block;}

* html #main { behavior: expression(IEPNGFIX.fix(this)); }
* html #footer { behavior: expression(IEPNGFIX.fix(this)); }

/* end of Holly Hack */

/* -----------------------------------------------------------------------------

bg

-------------------------------------------------------------------------------- */

body {
	background-color: #CBED99;
	background-image: url(../images/background_gla.gif);
	background-repeat: repeat-x;
	line-height: 1.5em;
}


/* -----------------------------------------------------------------------------

container block

-------------------------------------------------------------------------------- */

#container {
	height: auto;
	text-align: left;
	margin: 0 auto;
	width: 860px;
	padding: 0;
}

/* -----------------------------------------------------------------------------

header

-------------------------------------------------------------------------------- */
#header{
	width: 860px;
	margin-top: 18px;
	margin-right: auto;
	margin-left: auto;
}
#header_img{
	width: 860px;
	padding: 0 0 0 0;
}

#header #logo{
	display: block;
	padding-left: 5px;
	float: left;
	padding-top: 12px;
}

#header #banner{
	display: block;
	float: right;
	padding-right: 25px;
	padding-bottom: 5px;

}

#header_background {
	display: block;
	float: left;
	margin: 0px auto 0px auto;
	padding: 0 0 0 0;
}


/* -----------------------------------------------------------------------------

header_background

-------------------------------------------------------------------------------- */



/* -----------------------------------------------------------------------------

main

-------------------------------------------------------------------------------- */

#main {
	background-image: url(../images/background_kage.png);
	background-repeat: repeat-y;
	width: 860px;
}


/* -----------------------------------------------------------------------------

box

-------------------------------------------------------------------------------- */

#box_left {
	float:left;
	width:280px;
}

#box_right {
	float:right;
	width:580px;
}

/* -----------------------------------------------------------------------------

contents

-------------------------------------------------------------------------------- */
#contents {
	width:550px;
	color:  #666666;
	margin: 20px 0px 15px 0px;
	padding-left: 20px;
	padding-right: 10px;
}


/* -----------------------------------------------------------------------------

sub_btn

-------------------------------------------------------------------------------- */

#subbtn {
	display: block;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}

#subbtn ul {
}

#subbtn ul li {
	
	display: block;
	padding-bottom: 10px;
}


/* -----------------------------------------------------------------------------

footer

-------------------------------------------------------------------------------- */

#address {
	width:860px;
	padding-bottom: 5px;
	background-image: url(../images/background_footer.gif);
	background-repeat: repeat-y;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}

#footer {
	width: 860px;
	background-image: url(../images/background_kage.png);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-bottom: 20px;
}

#footer ul {
	text-align: center;
}

#footer ul li {
	color: #666666;
	display: inline;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #55BE47;
	text-decoration: underline;
}

/* -----------------------------------------------------------------------------

{ݒ

-------------------------------------------------------------------------------- */

h3 {
	margin-top: 20px;
	margin-left: 0px;
}

.bold {
	font-weight:bold;
	color:#89CC5F;
}
