body {
	color:tan;
	background: -moz-linear-gradient(90deg, dimgray, black);
	background: -webkit-gradient(
		linear, 
		left top, 
		left bottom, 
		from(black),
		to(dimgray)
	);

	background-repeat: no-repeat;
	background-attachment: fixed;
	padding:4px;
}
a{
	color:chocolate;
	text-decoration:none;
}
a:visited{
	color:chocolate;
	text-decoration:none;
}
a:hover{
	color:orange;
	text-decoration:underline;
}
div {
	border-radius        : 4px;	
	-moz-border-radius	 : 4px;
	-webkit-border-radius: 4px;
}
div.content{
	width:890px;
	padding:30px;
	text-align:center;
	margin:0px;

	background-image:url(/imgs/bg.jpg); 
	background-repeat: no-repeat;

	border:solid 1px gray;
}
div.header{
	line-height: 320%;;
	text-align:left;
	border-radius        : 16px;	
	-moz-border-radius	 : 16px;
	-webkit-border-radius: 16px;
}
div.main{
	text-align:left;
	padding:10px;
	margin-top:30px;
	background-color:white;
	font-size:100%;
	line-height:120%;
	border:solid 1px white;
	color:sienna;
	background: -webkit-gradient(
		linear, 
		left top, 
		left bottom, 
		from(rgba(255, 255, 255, 0.8)),
		to(  rgba(255, 255, 255, 0.8))
	);
}
div.footer{
	margin-top:10px;
	border:solid 1px white;
}

div.logo{
	padding:20px;
	border:solid 1px white;
	text-shadow: 0 1px 0 burlywood;
}
div.yuco_name{
	font-family:serif;
	margin:0px;
	padding:20px;
	font-size:800%;
	letter-spacing:-0.02em;
}
div.yuco_name_kana{
	font-family:serif;
	letter-spacing:-0.2em;
	margin:0px;
	padding:20px;
	font-size:660%;
}
div.section{
	margin:30px;
}
div.en, div.ja{
	display:none;
}
div.ja{
	display:block;
}
