@charset "utf-8";
*   html   .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}
body {
	margin: 0px;
	font-size: 12px;
	color: #555555;
	font-family:  "ＭＳ Ｐ ゴシック", Verdana, Arial, Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.4em;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#all {
	background-image: url(/images/container_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#header_area {
	background-image: url(/images/wallpaper.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#header {
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	margin-bottom: 6px;
	padding-top: 5px;
	line-height: 1.4em;
}
#header #apr {
	float: right;
	width: 450px;
	text-align: right;
	padding-top: 10px;
}
#header #apr h1 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #653409;
}

#header #logo {
	float: left;
}

#menu_area {
	height: 58px;
	width: 962px;
	margin-right: auto;
	margin-left: auto;
}
#menu_area .menu_bt {
	float: left;
}


#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 3px;
	padding-left: 3px;
}


#contents {
	width: 795px;
	float: left;
	line-height: 1.4em;
}
#container_botom {
	background-color: #FFFFFF;
	width: 788px;
	clear: both;
	margin-left: 5px;
}

#top_image {
	width: 785px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-top: 5px;
	background-color: #FFFFFF;

}
#side_area {
	float: right;
	width: 154px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
}
.ul_listArea {
	margin-right: 15px;
	margin-left: 30px;
}
#side_area ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#side_area  li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4D7E0;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	list-style-type: none;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #B4D7E0;
}
.side_bt {
}

.side_data     {
	background-image: url(/images/side_search_bg.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	background-position: top;
}
.side_list {
	margin-bottom: 3px;
	margin-left: 10px;
}
.side_list_naiyou {
	padding-right: 10px;
	padding-left: 15px;
	line-height: 1.5em;
	color: #666666;
	font-size: 10px;
}
.side_arrow {
	text-align: center;
	width: 160px;
}
.side_list_botom {
	margin: 0px;
	padding: 0px;
}





#contents_DATA {
	width: 780px;
	margin-left: 5px;
	padding-left: 5px;
	margin-top: 10px;
	padding-bottom: 20px;
}

#footer {
	float: left;
	width: 100%;
	background-color: #838383;
}
#footer_data {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	font-size: 10px;
	color: #FFFFFF;
}






.f_data_area {
	margin-right: 21px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 5px;
	padding-top: 20px;
	float: left;
}
.f_data_area_no_margin {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 5px;
	padding-top: 20px;
	float: left;
}
.f_data_area_no_line {
	margin-right: 30px;
	padding-left: 5px;
	padding-top: 20px;
	float: left;
}



#footer h3 {
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer h4 {
	font-weight: normal;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer h2 {
	font-size: 10px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


#footer ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#footer li {
	list-style-type: none;
	margin-bottom: 3px;
}
#go_page_top {
	float: right;
	width: 70px;
	margin-right: 10px;
}

#copyright {
	background-color: #666666;
	text-align: center;
	clear: left;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 2px;
}
a:link {
	color: #555555;
	text-decoration: none;
}
a:visited {
	color: #555555;
	text-decoration: none;
}
a:hover {
	color: #F96714;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #F96714;
}
a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.white:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a.white:active {
	text-decoration: none;
	color: #CCCCCC;
}
a.brown:link {
	color: #653409;
	text-decoration: none;
}
a.brown:visited {
	text-decoration: none;
	color: #653409;
}
a.brown:hover {
	text-decoration: underline;
	color: #F96714;
}
a.brown:active {
	text-decoration: none;
	color: #F96714;
}

#apDiv1 {
	position:absolute;
	top:144px;
	width:785px;
	height:270px;
	z-index:1;
}

