/* CSS Basic Style ---------------------------------------------------------- */
#flash_wrap {
	background: #F0F2E5;
}

#flash_inner {
	width: 965px;
	height: 375px;
	margin: 0 auto;
}

#description_wrap {
	background: #8DBA23;
	padding: 5px 0;
}

#description_wrap h2 {
	color: #FFF;
	margin: 0 auto;
	width: 900px;
	font-weight: bold;
	text-align: center;
}

#contents_left {
	float: left;
	width: 615px;
}

#contents_right {
	float: right;
	width: 258px;
}

#news_wrap {
	margin-bottom: 30px;
}

#news_wrap table {
	width: 100%;
	border-top: 1px dotted #CCC;
	text-align: left;
}

#news_wrap table th {
	border-bottom: 1px dotted #CCC;
	width: 130px;
	_width: 150px;
	padding: 5px 10px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}

#news_wrap table td {
	border-bottom: 1px dotted #CCC;
	padding: 5px 10px;
}

#greeting_wrap {
	margin-bottom: 30px;
}

#greeting_img {
	float: left;
	width: 170px;
}

#greeting {
	float: right;
	width: 420px;
}

.page_list {
	width: 615px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #CCC;
}

.page_list div {
	float: right;
	width: 165px;
}

.page_list dl {
	float: left;
	width: 430px;
}

#contents_right {
	margin-top: -30px;
}

#contents_right div {
	margin-bottom: 15px;
}

/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/

