@charset "utf-8";


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block; }
/*Hides from IE-mac \*/
*html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	background-image: url(../images/chara_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	font-size: 12px;
	color: #666666;
	text-align: center;
}
#whole {
	padding: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	text-align: left;
	height: 100%;
}
#topflag {
	background-image: url(../images/topflag.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 100%;
	background-position: center;
}
#flag2010 {
	padding: 0px;
	height: 135px;
	width: 290px;
	background-image: url(../images/flag2010.png);
	background-repeat: no-repeat;
	float: right;
	background-position: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 740px;
	clear: both;
	position: absolute;
	right: 0px;
}


#title {
	text-align: center;
	height: 285px;
	padding: 0px;
	width: 540px;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	margin: 0px;
}
#navi {
	float: right;
	margin-right: 56px;
}
h1 {
	margin: 0px;
	padding: 0px;
	height: 285px;
	text-indent: -99999px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link, a:visited {
	color: #00aebd;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FF3300;
	text-decoration: none;
}

#list {
	width: 360px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 550px;
	padding-top: 90px;
	_padding-top: 320px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	min-height: 500px;
}
#list #item {
	line-height: 1.2;
	vertical-align: bottom;
	height: 75px;
}

#list #item img {
	float: left;
}
#list #item h2 {
	margin: 0px;
	font-size: 16px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.copyright {
	font-size: 10px;
}
