﻿@charset "utf-8";
/* CSS Document */

/*  見出し
------------------------------------------------------------------------*/
#indexPage #mainInner
{
	width:890px;
	margin:0 auto;
}
#mainInner h3.information
{
	background:url(../img/informaiton.gif) no-repeat 0 0;
	height:20px;
	width:420px;
	text-indent:-9999px;
	display:block;
}

#mainInner #dlBox
{
	width:890px;
	margin-bottom:30px;
}


#mainInner #dlBox dt
{
	width:420px;
	float:left;
}
#mainInner #dlBox dd
{
	width:450px;
	float:right;
	font-size:10px;
}

.newsBox
{
	width:408px;
	height:140px;
	overflow-y:scroll;
	border:solid 1px #ccc;
	float:left;
	padding: 5px;
}
