@charset "utf-8";

div#logo {
	position:absolute;
	top:-10px;
	left:0;
}

.newList {
	width:590px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.newList dt {
	font-weight:bold;
	width:100px;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	color: #FF7D26;
}
.newList dd {
	font-size:135%;
	background-image:url(../images/index/ico_new.gif);
	background-repeat:no-repeat;
	width:440px;
	padding-left:50px;
	float:right;
	padding-top:10px;
	padding-bottom:10px;
}
.newList dd strong{
	font-weight:bold;
}
.newList dd em{
	/* メイリオは斜体が無いのでここでは抜く */
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style:italic;
}
#linkButton {
	width:610px;
	clear:both;
	margin-bottom:40px;
}
#linkButton img {
	display:block;
	margin-bottom:10px;
}
#linkButton_Left{
	float:left;
	margin-right:10px;
}
#linkButton_Right{
	float:right;
}
#infoButton {
	width:610px;
	clear:both;
}
#infoButton img {
	display:block;
	margin-bottom:10px;
}
#infoButton_Left{
	float:left;
	margin-top:10px;
	margin-right:8px;
	margin-left:10px;
}
#infoButton_Right{
	margin-top:10px;
	float:right;
	margin-right:8px;
}

#rect {
	border: 2px dotted #78B91D;
	background-color: #E0F5C2;
}
#newListBlock {
	margin-bottom:40px;
	height:120px;
	overflow:auto;
}

