@charset "UTF-8";
/* CSS Document */

body { 
font-family: Helvetica, Arial, sans-serif; 
line-height: 1.3em; 
-webkit-font-smoothing: antialiased; 
background-color:#000;
}

#container {
	        width: 100%;
	    }

.next_btn{
	position:absolute;
	right:0px;
	top:45%;
	border:0;
}

.prev_btn{
	position:absolute;
	left:0px;
	top:45%;
	border:0;
}

img {
	border:0;
}

#title{
	font-family: "Times New Roman", Times, serif;
	font-size:3em;
	color:#666;
	position:absolute;
	line-height: 1.2em;
}

#comment_ja p{
	font-size:14px;
	line-height:180%;
	color:#333;
}
		
#comment_ja h2 {
	font-size:14px;
	font-weight:bolder;
	padding-bottom:10px;
}
		
#comment_en p{
	font-size:13px;
	line-height:180%;
	color:#666;
	font-style: italic;
	padding-bottom:20px;
}

.credit {
	color:#666;
	font-size:0.8em;
	font-style:normal;
}

#text_en p {
	font-size:14px;
	line-height:160%;
	font-weight:bolder;
	padding-bottom:20px;
}

#text_ja p {
	font-size:14px;
	line-height:200%;
	padding-bottom:20px;
}

#text_ja h2 {
	font-size:14px;
	font-weight:bolder;
	padding-bottom:20px;
}



a:link {
	color: #09C;
}
a:visited {
	color: #09C;
}
a:hover {
	color: #F60;
}
