/* CSS Basic Style ---------------------------------------------------------- */

/* === 【トップページ　デザイン】 === */



/* === コンテンツ === */
#i_content {
	width: 780px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

/* === What New === */
.whatnew {

	width: 565px;
	font-size: 12px;
	margin-bottom: 8px;
}

.whatnew th{
	font-size: 12px;
	color: #489F24;
	text-align:left;
	width: 80px;
	line-height: 140%;
}

.whatnew td{
	font-size: 12px;
	color: #333333;
	line-height: 140%;
	letter-spacing:1px;
}

.whatnew a{
	color:#333333;
	text-decoration:none;
	letter-spacing:1px;
	font-weight: normal;
}
.whatnew a:visited {
	color:#333333;
	text-decoration:none;
	letter-spacing:1px;
	font-weight: normal;
}
.whatnew a:active{
	color:#333333;
	text-decoration:none;
	letter-spacing:1px;
	font-weight: normal;
}
.whatnew a:hover {
	color:#FF6600;
	text-decoration:underline;
	letter-spacing:1px;
	font-weight: normal;
}


/* === フッター === */

#i_footer {
	width: 565px;
	font-size: 10px;
	margin-bottom: 15px;
	line-height: 125%;
}

#i_footer a{
	color:#333333;
	text-decoration:none;
	letter-spacing:1px;
	font-weight: normal;
}
#i_footer a:visited {
	color:#333333;
	text-decoration:none;
	letter-spacing:1px;
	font-weight: normal;
}
#i_footer a:active{
	color:#333333;
	text-decoration:none;
	letter-spacing:1px;
	font-weight: normal;
}
#i_footer a:hover {
	color:#FF6600;
	text-decoration:underline;
	letter-spacing:1px;
	font-weight: normal;
}

--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/

