@charset "utf-8";

/* #home #header
----------------------------------------------- */
#home #header {
	background: url(../home/topimg_bg.jpg) repeat-x;
}

#home #header #header_img {
	background: url(../home/topimg.jpg) no-repeat 0 0;
	height: 525px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 1024px;
}

/* #home #pagebody
----------------------------------------------- */
#home #pagebody {
	background: #f8f8ff url(../common/pagebody_bg.gif) repeat-x 0 0;
	padding: 5px 0 0;
}

/* #home #contents
----------------------------------------------- */
#home #contents {
	background: url(../common/logo.gif) no-repeat right bottom;
	background-size: 160px auto;
	margin: 0 auto;
	padding: 25px 0 0;
	width: 800px;
}
#home #contents .banner_area {
	margin: 0 auto;
	width: 800px;
}


#home #contents .banner_area li {
	display: inline;
	float: left;
	margin: 0 15px 0 0;
	text-indent: -9999px;
}

#home #contents .banner_area li a {
	display: block;
	height: 45px;
	width: 185px;
}

#home #contents #banner01 a {
	background: url(../home/banner01.gif) no-repeat 0 0;
}
#home #contents #banner02 a {
	background: url(../home/banner02.gif) no-repeat 0 0;
}
#home #contents #banner03 a {
	background: url(../home/banner03.gif) no-repeat 0 0;
	width: 230px;
}

#home #contents #banner01 a:hover {
	background: url(../home/banner01.gif) no-repeat 0 0;;
}
#home #contents #banner02 a:hover {
	background: url(../home/banner02.gif) no-repeat 0 0;;
}
#home #contents #banner03 a:hover {
	background: url(../home/banner03.gif) no-repeat 0 0;
}

/* clear
----------------------------------------------- */
#column:after,
#g_menu ul:after,
#home #contents .banner_area ul:after,
#footer #f_column:after,
#footer #f_menu ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
