@charset "utf-8";

/* ページベース
--------------------------------------*/
#-------page_bases------- {}

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
table {
	border-left-style:none;
	border-collapse:collapse;
}



body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #000000;
	line-height: 1.6em;
	background-image: url(body_bg.png);
	background-repeat: repeat;
	background-attachment:fixed;
}



#wrapper {
	width: 820px;
	margin: 0px auto;
	position: relative;
	height: auto;
	background-color: #FFFFFF;
	background-repeat: repeat;
}
#header_h1  h1{
	height: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	background-color: #FFECDA;
	padding-left: 10px;
}
#header a {
	background-image: url(header_logo.png);
	background-repeat: no-repeat;
	display: block;
	height: 145px;
	width: 820px;
}

#footer {
	width: 820px;
	height: auto;
	background-repeat: no-repeat;
	position: relative;
	clear: both;
	background-color: #000000;
	text-align: center;
	color: #FFF;
}
#footer p {
	font-size: 20px;
	line-height: 1.8em;
}





/* リンク設定
--------------------------------------*/
#-------link_styles------- {}

a img {
	border-style: none;
}







#left_links {
	width: 18%;
	height: auto;
	float: left;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url(left_bg.png);
	background-repeat: repeat;
}
#left_link_menu {
	margin-top: 30px;
	color: #333;
	font-weight: bold;
	height: 46px;
	line-height: 3.3em;
	margin-right: 5px;
	margin-left: 5px;
	width: auto;
	position: relative;
}
#left_link_menu a {
	display: block;
	height: 46px;
	width: 137px;
	background-image: url(menu_top.png);
	background-repeat: no-repeat;
	text-decoration: none;
}
#left_link_menu a:link {
	text-decoration: none;
}
#left_link_menu a:visited {
	text-decoration: none;
}



#left_links_button {
	position: relative;
	width: 145px;
	height: auto;
}
#left_links_button  ul  li  {
	list-style: none;
}
#left_links_button   ul li a   {
	width: 135px;
	line-height: 2.5em;
	text-decoration: none;
	font-weight: bold;
	margin: 20px 5px;
	color: #FFFFFF;
	display: block;
	height: 35px;
	background-image: url(left_button.png);
	background-repeat: no-repeat;

}
#left_links_button  ul  li  a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#left_links_button  ui  li  a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#left_links_button  ul  li  a:hover {
	color: #FF0;
	text-decoration: none;
	background-image: url(left_button_hover.png);
}

#head_links {
	width: auto;
	height: 50px;
	position: relative;
	background-image: url(head_button_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 10px 10px 10px 20px;

}
#head_links  ul  li  {
	list-style: none;
	float: left;
	text-align: center;
	display: block;
}
#head_links ul li a {
	text-decoration: none;
	font-weight: bolder;
	color: #FFFFFF;
	line-height: 2.5em;
	position: relative;
	height: 37px;
	width: 106px;
	top: 6px;
	background-image: url(botan.png);
	background-repeat: no-repeat;
	text-align: center;
	display: block;

}
#head_links ul li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#head_links ui li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#head_links ul li a:hover {
	color: #FF0;
	text-decoration: none;
	font-weight: bolder;
}


#pan {
	height: auto;
	position: relative;
	width: 96%;
	border-bottom: 1px dotted #999999;
	clear: both;
	margin-bottom: 20px;
	padding-left: 10px;
	font-style: oblique;
}
#pan a {
	text-decoration: none;
	color: #090;
	font-style: oblique;
}
#pan a:hover {
	text-decoration: underline;
}
#wrapper_02 {
	width: 820px;
	height: auto;
	clear: both;
	position: relative;
}






/* ページベース
--------------------------------------*/
#main_rayout {
	height: auto;
	width: 82%;
	position: relative;
	float: right;
}
#go_head {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: 20px;
	margin-right: 20px;
	visibility: visible;
	height: 50px;
	width: 100px;
}
#go_head a {
	font-weight: bold;
	color: #FF0;
	text-decoration: none;
	display: block;
	height: 50px;
	width: 100px;
}
