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

pre { border: 1px solid #CCC; background-color: #EEE; color: #333; padding: 10px; }

#top address{
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: fixed;
	right: 20px;
	bottom: 10px;
	color: #eee;
	}
#top h1{
	position: absolute;
	right: 20px;
	top: 32%;
	}
#top ul{
	position: absolute;
	right: 20px;
	top: 40%;
	}

#under h1{
	margin: 53px 0 30px 0;
	}
ul.navi{
	margin: 10px 0 0 0;
	}
ul.navi:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
ul.navi li{
	margin: 2px 0;
	padding: 5px 0 5px 20px;
	}
ul.navi li.select{
	color: #ccc;
}
ul.navi li a{
	color: #333;
	text-decoration: none;
	
}
ul.navi li a:hover{
	color: #ccc;
	text-decoration: none;
}
ul.lang{
	margin: 15px 0 0 20px;
	font-size: 90%;
	color: #333;
	}
ul.lang li{
	margin: 3px 0;
	}

div.left{
	width: 230px;
	position: fixed;
	top: 0;
	left: 30px;
	float: left;
	color: #333;
	}
address{ 
	color: #999;
	font-size: 11px;
	position: fixed;
	left: 40px;
	bottom: 20px;
}

div.content_area{
	background: #fff;
	color: #333;
	width: 55%;
	max-width: 700px;
	float: left;
	padding: 30px 30px 100px 30px;
	position: relative;
	margin-left: 260px;
	clear: none;
	word-break: break-all;
	}

div#english{
	border-bottom: 1px solid #ccc;
	margin: 30px 0 80px 0;
	padding-bottom: 80px;
	}
div#Japanese{
	margin-top: 80px;
	}
.pagetop{
	position: fixed;
	right: 0;
	bottom: 10%;
	}
div.content_area h2{
	font-family: 'Lateef', cursive;
	color: #111;
	font-size: 20px;
	line-height: 22px;
	}
	
.works_ul:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	} 
.works-link{
	margin: 80px 0 0 0;
	}
.works-link a{
	color: #333;
	text-decoration: none;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-family: "Lucida Console", Monaco, monospace;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.works-link a:hover{
	color: #735d3c;
	text-decoration: none;
}
.works-link h3{
	margin-bottom: 5px;
	}
.title-font{
	font-family: 'Lateef', cursive;
	color: #111;
	font-size: 20px;
	line-height: 22px;
}
