@charset "utf-8";
/* CSS Document for index.html */


/*
body
-------------------------------------*/
body{
	background-image: url(../img/bg_sky.gif);
	background-repeat: repeat-x;
	background-position: left 10px;
}


/*
header
-------------------------------------*/
#header{
}


/*
MainImg
-------------------------------------*/
#Imagebox{
}

/*
col_Left
-------------------------------------*/
#col_Left{
float:left;
width:404px;
}

/*
col_Right
-------------------------------------*/
#col_Right{
float:right;
width:513px;
}

/*インフォメーション---------------*/
#boxNews {
width:513px;
}

#boxNews #flame{
	width:513px;
	height:321px;
	background:url(../img/bg_topix.gif) no-repeat left top;
	margin-top: 8px;
	padding-top: 10px;
}

#boxNews #flame .inBox{
	width:482px;
	margin-bottom: 0;
	margin-left: 18px;
	height: 300px;
	overflow: auto;
}

#boxNews h2#midashi{
	height:40px;
	font-size:12px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}


#boxNews dl {
margin: 0 0 15px;
padding: 0 0 6px;
font-size:12px;
text-align:left;
margin:4px 0 0 0;
overflow:auto;
}

#boxNews dl dt {
	width: 86px;
	padding: 4px 0;
}
#boxNews dl dt p{
	padding:0;
	line-height: 120%;
    color:#631700;
	font-weight:bold;
}
#boxNews dl dd {
	padding: 0 0 10px 0;
	margin:0 0 6px 0;
	line-height: 150%;
	background:url(../img/dot.gif) repeat-x left bottom
	}
