@charset "shift_jis";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	font-size: 65%;
	font-family: sans-serif;
	color: #333333;
	background: #FFFFFF url(../images/bg.gif) left top repeat-x;
	line-height: 1.5;
}
img {
	vertical-align: bottom;
	border: none;
}
#wrapper {
	position: relative;
	width: 773px;
	margin: 0 auto;
}
#logo {
	padding: 38px 0 26px 11px;
}
#globalNav {
	position: absolute;
	left: 482px;
	top: 43px;
	width: 285px;
}
#globalNav li {
	display: inline;
}
#itemList {
	margin-top: 4px;
}
#itemList li {
	float: left;
	display: inline; /* for WinIE6 */
	width: 247px;
	margin: 0 0 4px 8px;
}
#information {
	clear: both;
	overflow: auto;
	width: 763px;
	margin: 0 auto;
	padding-bottom: 10px;
	background: url(../images/corner_bottom.gif) left bottom no-repeat;
}
#information #campaign {
	float: left;
}
#information #news {
	float: right;
}
#information .section {
	width: 374px;
}
#information .section h3 {
	padding: 20px 0 6px 0;
	background: #FFF;
}
#information .section ul {
	padding: 10px 18px 0 18px;
	background: url(../images/corner_top.gif) left top no-repeat;
}
#information .section ul li {
	padding: 6px 0;
	border-bottom: 1px solid #FFFFFF;
}
#information .section ul li .date {
	font-weight: bold;
}
#copyright {
	margin: 30px 5px 0 5px;
	padding: 25px 0;
	border-top: 1px solid #EBEBEB;
	text-align: center;
}
