@charset "shift_jis";

/*ƒŠƒZƒbƒg
-----------------------------------------------------¥--¥--¥---*/
* {
	margin: 0px;
	padding: 0px;
}

/*body
-----------------------------------------------------¥--¥--¥---*/
body {
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	width: 100%;
	text-align: center;
}


/*ƒŠƒ“ƒNƒeƒLƒXƒgƒJƒ‰[
-----------------------------------------------------¥--¥--¥---*/
a{
color			:#1C7F99;
text-decoration		:underline;
}
a:hover{
color			:#FFAA56;
text-decoration		:none;
}
a:focus{
-moz-outline-style	:none;
}

a img{
border			:none;
}

/*…•½ü
-----------------------------------------------------¥--¥--¥---*/
hr {
	clear: both;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border:none;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	height: 5px;
	margin-bottom: 3px;
}


/*container
-----------------------------------------------------¥--¥--¥---*/
#container {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}

/* title
-----------------*/
#title {
	width: 800px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
#title h1 {
	font-size: 10pt;
	font-weight: normal;
	background-image: url(img/title.gif);
	text-indent: -9999px;
	height: 85px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: center;
}
/* 
-----------------*/

/*contents
-----------------------------------------------------¥--¥--¥---*/
#contents {
	width: 800px;
	padding-top: 5px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
} 
#caption {
	text-align: right;
	background-repeat: no-repeat;
	width: 790px;
	padding-right: 10px;
}
#caption h1 {
	font-size: 10px;
	font-weight: normal;
}

/*ƒTƒCƒhi¶‘¤j
-----------------------------------------------------¥--¥--¥---*/
#side {
	width: 185px;
	float: left;
	text-align: center;
	padding-bottom: 30px;
}
#menu2 {
	width: 165px;
	margin-right: auto;
	margin-left: auto;
}
#menu_banner01 {
	background-image: url(img/side/menu_banner01.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 165px;
	margin-top: 15px;
	text-indent: -9999px;
}
#menu_banner01 a {
	background-image: url(img/side/menu_banner01.gif);
	background-repeat: no-repeat;
	display:block;
	height: 35px;
	width: 165px;
	text-indent: -9999px;
}
#menu_banner01 a:hover {
	background-image: url(img/side/menu_banner01_over.gif);
	background-repeat: no-repeat;
	display:block;
	height: 35px;
	width: 165px;
	text-indent: -9999px;
}


#menu_banner02 {
	background-image: url(img/side/menu_banner02.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 165px;
	margin-top: 20px;
	text-indent: -9999px;
}
#menu_banner02 a {
	background-image: url(img/side/menu_banner02.gif);
	background-repeat: no-repeat;
	display:block;
	height: 40px;
	width: 165px;
	text-indent: -9999px;
}
#menu_banner02 a:hover {
	background-image: url(img/side/menu_banner02_over.gif);
	background-repeat: no-repeat;
	display:block;
	height: 40px;
	width: 165px;
	text-indent: -9999px;
}


#menu_toi{
	background-color	: #fafafa;
	text-align		: center;
	line-height		: 1.5em; 
	width			: 165px;
	margin-top		: 20px;
	margin-bottom		: 20px;
	padding-top		: 10px;
	padding-bottom		: 10px;
	font-size		: 10pt;
	color			: #666666;
}

#menu_toi_A{
	font-size		: 11pt;
	font-weight		: bold;
	color			: #333333;
}

#menu_toi_B{
	font-size		: 11pt;
	font-weight		: bold;
	color			: #333333;
}





/*ƒƒCƒ“i‰E‘¤j
-----------------------------------------------------¥--¥--¥---*/

#main {
	float: right;
	width: 590px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#main li {
	list-style-type: none;
	margin: 5px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#main p {
	margin-top: 5px;
	margin-bottom: 10px;
}
.main-img {
	margin-top: 10px;
}


/*ƒtƒbƒ^[
-----------------------------------------------------¥--¥--¥---*/
#footer_nav{
	text-align		:right;
	background-image	: url(../img/footer_bg.gif);
	background-repeat	: no-repeat;
	height			: 75px;
	width			: 790px;
	padding-top		: 10px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
}
#footer_nav ul {
	height: 45px;
}



#footer_nav ul li{
font-size		:10pt;
list-style		:none;
display			:inline;
color			:#333333;

}

#footer_nav ul li a{
color			:#333333;
text-decoration		:none;
margin-right		:5px;

}

#footer_nav ul li a:hover{
color			:#666666;
text-decoration		:underline;
margin-right		:5px;

}
address {
	text-align: left;
	vertical-align: bottom;
	width: 780px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

