@charset "UTF-8";
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../img/back_104_02.jpg);
	background-repeat: repeat;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}
#screen {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 50px;
}

/* ------- header ------- */
#header {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 18px;
	color: #CCC;
	text-decoration: none;
	background-color: #000;
	background-repeat: no-repeat;
	height: auto;
	width: auto;
	position: relative;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 2px;
}

/* ------- main image ------- */
#imgcontainer {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

#mainimg img {
	height: auto;
	width: 100%;
	position: relative;
}

/* ------- text ------- */
#contents {
	width: 96%;
	left: 2%;
	right: 2%;
	position: relative;
}


#text h1 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 24px;
	color: #FFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	position: relative;
}

#text #fr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	margin: 0px;
	padding: 0px;
}
#text #jp {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #CCC;
	margin: 0px;
	padding: 0px;
}
#text #credit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

/* ------- sub image ------- */
#subcontainer {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

#subimg img {
	height: auto;
	width: 100%;
	position: relative;
}

/* ------- nextprev image ------- */
#nextprev {
	position: relative;
	margin: 0px;
	padding: 0px;
	}
#nextprev ul li {
	display: inline;
	list-style-type: none;
	float: left;
}
#nextprev ul {
	width: 100%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCC;
}
#nextprev ul #prev {
	left: 0px;
	position: relative;
	width: 50%;
	text-align: left;
}
#nextprev ul #next {
	width: 50%;
	text-align: right;
	right: 0px;
	position: relative;
}

/* ------- footer ------- */
#footer {
	position: absolute;
	bottom: 0;
	height: auto;
	width: 100%;
	background-color: #000;
}
#copyright p {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif, "ＭＳ Ｐ明朝", "MS PMincho";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	font-size: 11px;
	color: #999;
	text-align: center;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

a:link {
	color: #CCCCCC;
}
a:link{
TEXT-DECORATION:NONE;
}

a:visited{
	color: #CCCCCC;
} 
a:hover{
	color: #999999;
} 
a:active{
	color: #999999;
}