@charset "shift_jis";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	font-size: 90%;
	font-family: '‚l‚rƒSƒVƒbƒN';
	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: 782px;
	margin: 0 auto;
}
#logo {
	padding: 5px 0 10px 0;
}
#globalNav {
	position: absolute;
	left: 482px;
	top: 43px;
	width: 285px;
}
#globalNav li {
	display: inline;
}
#itemList {
	margin-top: 1px;
}
#itemList li {
	float: left;
	display: inline; /* for WinIE6 */
	width: 390px;
	margin: 0x;
}
#information {
	/*clear: both;
	overflow: auto;*/
	width: 782px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#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;
}


#main h2 {
	padding: 0 0 10px 0;
	text-align: right;
}


.petit {
	background-color: #006f61;
	padding: 3px 5px 2px 5px;
	color: #ffffff;
	width: 200px;
	margin-top: 10px;
}

.article {
	background-color: #f9583e;
	padding: 3px 5px 2px 5px;

	border: 3px double #ff9900;

	color: #ffffff;
	width: 350px;
	margin-top: 10px;
}

#copyright {
	margin: 30px 5px 0 5px;
	padding: 25px 0;
	border-top: 1px solid #EBEBEB;
	text-align: center;
}

