html,body {
	height: 100%;
}
div#container {
	min-height: 100%;
}
/* IE6 */
*html div#container {
	height: 100%;
}

body {
	background-image: url(images/bg.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #444444;
}
a {
	color: #0086b9;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}

.style1 {
	font-size: 12px;
	color: #999999;
	margin-top: 30px;
}
.style2 {
	font-size: 14pt;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #666666;
}
.style3 {
	font-size: 12px;
	line-height: 15px;
	color: #666666;
}
.style4 {
	color: #555555;
}
.style5 {
	color: #CC0000;
	font-weight: bold;
}
.style6 {
	font-size: 14pt;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 5px;
	margin-top: 0px;
	color: #264362;
}
.style7 {
	color: #FFFFFF;
	font-weight: bold;
}
.style8 {color: #FF0000}
.style9 {
	font-size: 14px;
	font-weight: bold;
	color: #264362;
	float: left;
	display: block;
	line-height: normal;
	margin: 0px;
	clear: both;
	height: 24px;
	width: 800px;
	padding-top: 10px;
}


#container {
	background-image: url(images/bg_container.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	height: auto;
}

/* header: main menu */
#header_en {
	height: 85px;
	width: 800px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#title_en {
	width: 800px;
	height: 60px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.menu_en {
	width: 800px;
	height: 25px;
	margin: 0px;
	padding: 0px;
}

.menu_en li {
	float:left;
	margin-right: 15px;
	margin-top: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu_en li a {
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	display:block;  /*リンク範囲をブロックに変更する*/
	height : auto;  /*リンク範囲の高さを自動に：firefox必須*/
}

/* contents */
#contents {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.list {
	width: 800px;
	margin: 0px;
	padding: 0px;
}

.list li {
	display:block;
	float:left;
	background-image: url(images/fr1.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	width: 185px;
	height: 234px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.list p {
	width: 150px;
	margin-top: 10px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 15px;
}


/*--footer--*/
#footer {
	font-size: 12px;
	line-height: 15px;
	color: #666666;
	width: 800px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

