@import "baselayout.css";

#header{
	margin-bottom: 80px;
}

h2{
	margin-bottom: 36px;
}

/*over ride*/
#main{
	width: 830px;
	height: 480px;
	margin-bottom:40px;
}

#main h2{
	font-size: 120%;
	font-weight: bold;
	padding-top: 24px;
}

#main p.text1{
	font-size: 120%;
	padding-bottom: 34px;
}

div#text-en{
	float: left;
	width: 380px;
}

div#text-ja{
	float: right;
	width: 380px;
}
