/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
html,body{
	width:100%;
	height:100%;
	color:#663300;
	font-size:12px;
	line-height:1.6em;
}
.clear{
	clear:both;
}
a:hover,a:active,a:link,a:visited{
	color:#663300;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#wrapper{
	width:800px;
	height:600px;
	margin:0px auto;
}
#header{
	background:url(img/topbg_w1h70.gif) repeat-x;
	text-align:right;
}
#header img{
	margin-right:20px;
}
#menuBox{
	background:url(img/topberbg_w1h30.gif) repeat-x;
	text-align:right;
	height:30px;
}
#menus{
	margin-left:255px;
}
#menus li{
	float:left;
	display:block;
	margin-left:7px;
	_margin-left:6px;	/*IE6なぜか中途半端にマージンがでかくなる・・・*/
	height:20px;
	list-style:none;
}
#menus li img{
	margin-top:10px;
	vertical-align:bottom
}
#contents{
	width:100%;
}
#left{
	width:239px;
	float:left;
	text-align:center;
}
#left img{
	margin-top:25px;
}
#center{
	width:260px;
	float:left;
}
#right{
	width:301px;
	float:left;
	text-align:left;
}
#right img{
	margin:10px;
}
#infoBox{
	text-align:center;
	line-height:1.5em;
}
#infoBox table{
	width:270px;
	margin-left:20px;
}
#infoBox table tr{
	height:2em;
}
td.infoTitle{
	width:60%;
	text-align:left;
}
td.infoDate{
	color:#B0BB6E;
	width:40%;
	text-align:left;
}
#footer{
	border-top:1px solid #CC9966;
	text-align:center;
}
#footer img{
	margin-top:20px;
	margin-left:-60px;
}
