@charset "utf-8";

/*
-----------------------------------------------

update:2008/5/1
----------------------------------------------- */

/*
===== CONTENTS =====

	1: headline
		:base
		:index
		:top
	2: news
		:form
	
====================
*/

/* 1: headline
----------------------------------------------- */

/* base */

#headline *,.board *{
	margin:0px;
	padding:0px;
	list-style:none;
}

#headline ul,.board ul{
	position:absolute;
	padding-top:2px;
	height:120px;
	overflow-y:auto;
	overflow-x:hidden;
	border-width:1px 0px 0px 0px;
	border-color:#414141;
	border-style:solid;

}

#headline li,.board li{
	color:#fff;
	width:200px;
	_width:230px;
	padding-left:20px;
	_padding-right:20px;
	margin-bottom:3px;
	background:url(top/bpi_top_list.jpg) 4px 4px no-repeat;
	border-width:0px 0px 1px 0px;
	border-color:#414141;
	border-style:solid;
	line-height:20px;
	font-size:80%;
	text-align:left;
}
*:first-child+html #headline li,*:first-child+html .board li{width:190px;}

#headline li span,.board li span{
	display:block;
}

#headline li a,.board li a{color:#fff;}


/* index */

#headline{
	position:absolute;
	top:532px;
	left:113px;
	width:583px;
	height:125px;
	background-image:url(index/bg.gif);
	text-align:left;
}

#headline div{
	position:absolute;
	height:120px;
	width:230px;

}

#headline #kyotei{left:10px; _left:0px;}
#headline #keirin{left:352px; _left:342px;}


/* board */

.board{
	height:206px;
	width:550px;
	background-image:url(top/bpi_top_news.jpg);
	position:relative;
}

.board ul{
	top:62px;
}



.board .headline1{left:28px;}
.board .headline2{left:297px;}


/* 2: news
----------------------------------------------- */

/* news-list */

.news-list{
	margin:0px;
	padding:0px;
	text-align:left;
	max-height:200px;
	_height:200px;
	overflow-y:auto;
	overflow-x:hidden;
}

.news-list *{
	margin:0px;
	padding:0px;
}

.news-list li{
	text-align:left;
	list-style:none;
	margin-top:2px;
	border-width:1px 0px 0px 0px;
	border-color:#c6c3c6;
	border-style:solid;
	padding-bottom:8px;
	padding-top:8px;
}

.news-list .list1{border-width:0px; padding-top:0px;}

.news-list li a{
	background:url(news/yashirushi.jpg) left no-repeat;
	padding-left:25px;
	margin-left:10px;
	font-size:80%;
	color:#000;
	display:block;
}


/*
===== form =====
*/

.form-area{
	width:537px;
	margin-top:20px;
}

.form-area .title{
	margin-bottom:15px;
}

.form-area table{
	width:535px;
}
.form-area th,
.form-area td{
	font-weight:normal;
	border-width: 0 0 1px 0px;
	border-style:solid;
	padding:7px 7px 7px 10px;
	text-align:left;
	font-size:14px;
}

.form-area th{
	background:#7f9eca;
	font-weight:bold;
	border-color:#dce3ed;
	color:#fff;
	font-size:14px;
	width:35%;
}
.form-area th span{
	font-weight:normal;
	font-size:12px;
}

.form-area td{
	background:#e9eaec;
	border-color:#a8b1ba;
	width:65%;
}

.form-area .long{width:300px;}
.form-area .middle{width:200px;}
.form-area .short{width:90px;}
.form-area textarea{
	width:300px;
	height:150px;
}

.form-area .btn{
	text-align:center;
}


.kakunin{
	margin-bottom:20px;
	line-height:1.6;
	background:#eee;
	padding:10px;
}










