@charset "utf-8";

/***************************************************
	スタイルシート
	index.css
	トップページレイアウトスタイル定義
***************************************************/

/* トップページ index.html
------------------------------------------------------------ */
/*-----contents-----*/
#contents {
	margin-top: 15px;
	padding: 50px 20px 0;
	background: #e9f1f9 url(../img/temp/bg_home.gif) repeat-x;
}
#contents #news {
	float: left;
	width: 386px;
	border-bottom: 5px solid #709dca;
}
#contents #news .frame {
	padding: 0 8px 2px 10px;
	background: url(../img/index/new_bg.jpg) repeat-y;
}
#contents #news iframe {
	width: 368px;
	height: 77px;
}

#contents .b_left {	float: left;}
#contents .b_right {	float: right;}
#contents .box_bn {
	position:relative;
	width: 386px;
	height: 120px;
	margin-bottom: 15px;
}
#contents .box_bn h3,
#contents .box_bn p.text {
/*	position: relative;
	z-index:1;*/
}
#contents .box_bn p.btn {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width:100%;
}
#contents .box_bn p.btn a {
	display: block;
	height: 120px;
	background-position: 0 0;
	background-repeat:no-repeat;
}
#contents .box_bn p.btn a:hover {	background-position: -386px 0;}
#contents .box_bn p.btn a span {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
#contents #bn01 a {	background-image: url(../img/index/bn01.jpg);}
#contents #bn02 a {	background-image: url(../img/index/bn02.jpg);}
#contents #bn03 {	margin-top: -2px;}
#contents #bn03 a {	background-image: url(../img/index/bn03.jpg);	height: 122px;}

#contents #bn04 {	height: 90px;}
#contents #bn04 a {	background-image: url(../img/index/bn04.jpg);	height: 90px;}

#contents #bn05 {	height: 90px;}
#contents #bn05 a {	background-image: url(../img/index/bn05.jpg);	height: 90px;}

#contents #bn06 {	height: 100px;}
#contents #bn06 .inner {
	height: 100px;
	background: url(../img/index/bn06.jpg) no-repeat;
}
#contents #bn06 h3 {	position: relative;	z-index: -1;}
#contents #bn06 ul {
	position: absolute;
	bottom: 6px;
	padding-left: 13px;
}
#contents #bn06 li {
	float: left;
	width: 177px;
	padding-right: 5px;
}
#contents #bn07 {	height: 100px;}
#contents #bn07 a {	background-image: url(../img/index/bn07.jpg);	height: 100px;}


#contents #bn_links {
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url(../img/temp/border02.gif) left bottom repeat-x;
}
#contents #bn_links ul {
	padding-top: 15px;
	background: url(../img/temp/border02.gif) left top repeat-x;
}
#contents #bn_links li {
	float: left;
	width: 256px;
	padding-right: 11px;
}
#contents #bn_links li.n03 {	padding-right: 0;}






