@charset "UTF-8";
/* CSS Document */
html{
    height:100%;
}
body{
    background-image: url("img/wallpaper.gif");
    height:100%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
    margin:0;
    padding:0;
}
* html div#container{
    height:100%;
}
div#container{
    width: 820px;
    margin:0px auto;
    position:relative;
    min-height: 100%;
	background-color:#452416;
}
body > #container {
        height: auto;
}

div#main{
    padding-bottom:23px;
}
#foot{
    position:absolute;
    bottom:0px;
    height:23px;
    width:100%;
}

.flash {
	width: 800px;
	height: 554px;
	background-color:#F8F6F2;
	border-left: solid 10px #452416;
	border-right: solid 10px #452416;
}
.language {
	color:#F8F6F2;
	background-image : url("img/language.gif");
	background-color: #452416;
	line-height: 40px;
	text-align:right;
	border: solid 10px #452416;
}
.copyright {
	color: #F8F6F2;
	font-size: 10px;
}
.copyright img{
	margin: 10px 20px;
}

/*-- 第２階層共通 --*/
.head2 {
	width: 800px;
	height: 118px;
	background-color:#F8F6F2;
	border-left: solid 10px #452416;
	border-right: solid 10px #452416;	
}
.line {
	width: 800px;
	height: 2px;
	border-left: solid 10px #452416;
	border-right: solid 10px #452416;
}
.content {
	width: 760px;
	padding: 20px;
	background-color:#F8F6F2;
	border-left: solid 10px #452416;
	border-right: solid 10px #452416;
}
.content p {
	font-size: 12px;
	line-height: 140%;
}

#exhcontent {
	width: 760px;
	padding: 20px;
	background-color:#F8F6F2;
	border-left: solid 10px #452416;
	border-right: solid 10px #452416;
}
#exhcontent p {
	font-size: 12px;
	line-height: 140%;
	margin-bottom:40px;
}

.txt {
	margin-left: 20px;
}

/*-- フォント定義 --*/
#exhcontent h1 { font-size: 16px; margin-top:30px;	}
h1		{ font-size: 16px; }
.font9	{ font-size:  9px;	}
.font10	{ font-size: 10px;	}
.font12 { font-size: 12px;	}
.font14 { font-size: 14px;	}

.caption {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	padding: 1px;
}
.caution {
	color: #9c101c;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.1em;
}