﻿@charset "UTF-8";

#flash {
	width:463px;
	}

body#index #contents {
	padding:30px 40px 60px 40px;
	}

/* news ----------------------------------------- */
#news {
	float:left;
	width:646px;
	}
#news dl {
	padding:10px 5px;
	border-bottom:solid 1px #dad5ce;
	}
#news dl dt {
	float:left;
	}
#news dl dd {
	margin-left:160px;
	line-height:1.67;
	}
#news dl dd span,
#news dl dd a {
	margin-left:10px;
	color:#8f3a3a;
	font-size:1.2em;
	font-weight:bold;
	}
#news dl dd a {
	text-decoration:underline;
	}
#news dl dd a:hover {
	text-decoration:none;
	}


/* rightMenu ----------------------------------------- */
#rightMenu {
	float:right;
	width:204px;
	}
