@charset "UTF-8";
html, body {
	height: 100%;
	width:100%;
	margin: 0;
	padding: 0;
	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;
	padding-bottom: 50px;
}

/* ------- contents ------- */
#contents {
	width: 88%;
	height:auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	margin-top: 10px;
}

#contents h2 {
	width: 100%;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #FFF;
	font-weight: lighter;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	margin-bottom: 0;
	text-align: left;
}

/* ------- newsimg ------- */

#news {
	width: 100%;
	height:auto;
	margin: 0 auto;
	}

#contents #news .newsimg {
	width: 100%;
	height: auto;
	display: block;
	padding-right: 0;
	padding-left: 0;
	padding-top: 10px;
	padding-bottom:10px;
}

#contents #news .newsimg img {
	width: 100%;
	height: auto;
	display: block;
}



/* ------- text ------- */
#contents #news .text {
	float:left;
	width: 100%;
	height: auto;
	padding-right: 0;
	padding-left: 0;
	padding-top: 20px;
	padding-bottom:10px;
}

.text #date {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.text #fr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
}

.text #jp {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #CCC;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.space {
	clear:left;
}

.text a:link {
	color: #ccc;
}
.text a:visited{
	color: #ccc;
} 
.text a:hover{
	color: #fff;
} 

.text a:active{
	color: #fff;
} 