@charset "Shift_JIS";


/*--------------------------------------------------
  File       : index.css
  Date       : 2010.05.15
  Next Update: ----------
  Last Update: ----------
--------------------------------------------------*/

/*	header
/*---------------------------------------------------*/

#header_index{
	width: 780px;
	height: 460px;
	position: relative;
	margin: 0 auto 0 auto;
}

/* navi
--------------------------------------------------*/

#navi_index {
	width: 780px;
	height: 390px;
	position: absolute;
	top: 70px;
	left: 12px;
}

#navi_index object {
	margin: 40px 0 0 0;
	position: absolute;
	z-index: 0;
}

#navi {
	position: absolute;
	z-index: 5;
}

/* contents
--------------------------------------------------*/

.contents_box {
	width: 760px;
	height: auto;
	background-image: url(/images/contents_middle.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	border: 1px solid #CCCCCC;
	margin: 20px auto 0 auto;
}

#contents_box_top {
	width: 740px;
	height: auto;
	background-image: url(/images/contents_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 10px 0 10px;
}

.contents_box_bottom {
	width: 740px;
	height: 35px;
	background-image: url(/images/contents_bottom.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 25px 20px 0 0;
	clear: both;
}

#contents_box_top dl {
	clear: both;
	margin: 0 0 0 10px;
}

#contents_box_top dt {
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 1.4em;
	float: left;
}

#contents_box_top dd {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 1.7em;
}

#contents_box_top .big {
	font-size: 18px;
	font-weight: bold;
	color: #FF8942;
}

#contents_box_top dd img {
	margin: 20px 5px 20px 5px;
}

.next_button {
	width: 90px;
	height: 17px;
	float: right;
}
#footNavi{
	font-weight:normal;
	
}
#footer ul#footNavi li{
	margin-right:0px;
	padding-right: 5px;
}

