@charset "utf-8";
* {
	margin: 0; 
	padding: 0;
	line-height: 1.3;
	color: #333333;
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

ul {
	list-style-type:none;
}

img {
	border:none;
}

a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration:underline;
}
a:hover {
	color: #DC0001;
	text-decoration:underline;
}


/* 幅 */
div#container {
	width: 800px;
	margin: 5px auto 0 auto;
	padding: 0;
	text-align: center;
}

div#entry_area {
	background: #0066CC;
	margin: 5px 0 0 0;
	padding: 30px 0;
}	

ul {
	width: 800px;
	float: left;
}

ul:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

li {
	float: left;
}

img {
	vertical-align: top;
}

div.fortop {
	text-align: right;
}
