@charset "UTF-8";

@import "common.css";


/*--------------------------------------------------
           各要素
---------------------------------------------------*/
#contents {
	background-color: #000;
}


/* Flash
===================================================*/



/* 最新情報＾
===================================================*/

#contents .update {
	min-height: 61px;
	height: auto !important;
	height: 61px;
	background-color: #000;
	color: #fff;
}
#contents .update p {
	margin-left: 92px;
	width: 83px;
	height: 61px;
	float: left;
}
*html #contents .update p {
	margin-left: 46px;
	width: 83px;
	height: 61px;
	float: left;
}
#contents .update dl {
	margin-left: 215px;
	margin-right: 92px;
	padding-top: 10px;
}
#contents .update dt {
	/*display: list-item;*/
	width: 100px;
	float: left;
	/*list-style-image: url(../images/index/update_arrow.gif);*/
	background: url(../images/index/update_arrow.gif) left 5px no-repeat;
	font-size: 120%;
	padding-left: 25px;
	padding-bottom: 7px;
}
#contents .update dd {
	margin-left: 100px;
	font-size: 120%;
	padding-bottom: 7px;
}
#contents .update dd a {
	text-decoration: none;
}
#contents .update dd a:link {
	color: #ffffff;
}
#contents .update dd a:visited {
	color: #777777;
}
#contents .update dd a:hover {
	color: #333333;	
}
