body
	{
	font-size:10pt;
	color: #333333;
	background-color: #FFFFFF;
	margin:0px;
	}

.hdr
	{
	width:910px;
	background-image: url(img/bg02.jpg);
	margin:0 auto 0 auto;
	}

.ftr
	{
	width:910px;
	height:45px;
	background-image: url(img/bg03.gif);
	color:#666666;
	margin:0 auto 0 auto;
	clear:both;
	}

.menu
	{
	width:910px;
	height:25px;
	background-image: url(img/bg02.jpg);
	color:#666666;
	line-height:25px;
	font-size:10pt;
	margin:0 auto 0 auto;

	}

.cnt
	{
	width:910px;
	background-color: #ffffff;
	background-image: url(img/bg02.jpg);
	margin:0 auto 0 auto;
	}

.navi
	{
	float:left;
	width:222px;
	color:#444444;
	font-size:12pt;
	padding-top:4px;
	padding-right:0px;
	padding-left:18px;
	line-height:120%;
	}

.cm
	{
	float:right;
	width:166px;
	color:#C01C15;
	font-size:10pt;
	padding-top:4px;
	padding-right:18px;
	padding-left:0px;
	line-height:120%;
	}

.main
	{
	float:left;
	width:480px;
	color:#333333;
	font-size:10pt;
	padding-top:4px;
	padding-right:0px;
	padding-left:3px;
	}

.navi a:link
	{
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	color:#0000ff;
	}

.navi a:visited
	{
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	color:#0000ff;
	}

.navi a:hover
	{
	text-decoration:underline;
	text-align:center;
	font-weight:normal;
	color:#ff0000;
	}
	
.navi td
	{
	font-size:10pt;
	}

.cm td
	{
	font-size:11pt;
	}

.menu ul
	{
	border:0;
	margin:0 0 0 0;
	padding:0;
	list-style-type:none;
	}

.menu ul li
	{
	width:90px;
	display:block;
	float:right;
	text-align:center;
	padding:0;
	margin:0;
	}

.menu ul li a
	{
	text-decoration:none;
	display:block;
	text-align:center;
	font-weight:normal;
	color:#C01C15;
	}

.menu ul li a:hover 
	{
	text-decoration:none;
	display:block;
	text-align:center;
	font-weight:normal;
	color:#C01C15;
	background-color:#eeeeee;
	}

