@charset "UTF-8";

html, body {
	margin: 0;
	padding: 0;
	background-color: #F7F7CF;
}

div#wrapper {
	margin: 50px auto 20px;
	width: 700px;
}

div#enter {
	background-image: url(../images/sitetop_logo.png);
	background-repeat: no-repeat;
}

div#enter p,
div#enter ul#mode_btn {
	margin-left: 280px;
}

p#intro_jpn {
	padding-bottom: 10px;
	font-size: 123.1%;
	line-height: 1.5;
}

p#intro_eng {
	padding-bottom: 20px;
	font-size: 108%;
	line-height: 1.5;
}

div#enter ul#mode_btn {
}

ul#mode_btn li {
	float: left;
	margin-right: 30px;
	width: 120px;
	height: 40px;
}

ul#mode_btn li#mode_jpn a,
ul#mode_btn li#mode_eng a {
	display: block;
	width: 120px;
	height: 40px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

ul#mode_btn li#mode_jpn a {
	background-image: url(../eng/images/mode_to_jpn_eng.png);
}

ul#mode_btn li#mode_eng a {
	background-image: url(../jpn/images/mode_to_eng_jpn.png);
}

ul#mode_btn li a:link {
	background-position: 0 0;
}

ul#mode_btn li a:hover {
	background-position: 0 -40px;
}

ul#mode_btn li a:active {
	background-position: 0 -80px;
}

p#mobile {
	clear: both;
	padding-top: 20px;
	padding-bottom: 70px;
	font-size: 108%;
}

p#mobile span {
	font-weight: bold;
}

p#mobile a {
	color: #419F13;
}

div#topics {
	float: left;
	width: 500px;
	padding: 10px 0;
}

div#topics h2,
div#topics dl {
	margin-left: 20px;
	margin-right: 20px;
}

div#topics h2 {
	margin-bottom: 0.8em;
	border-bottom: 1px solid #CCC;
	padding-bottom: 2px;
	font-size: 123.1%;
	font-weight: bold;
}

div#topics dl {
	font-size: 116%;
	line-height: 1.5;
}

div#topics dl dt {
	margin-bottom: 0.2em;
}

div#topics dl dd {
	margin-bottom: 1em;
	margin-left: 1em;
}

div#topics dl dd ol {
	margin-top: 1em;
}

div#topics dl dd ol li {
	list-style-type: decimal;
	margin-left: 3em;
}

ul#banner {
	float: right;
	width: 160px;
}

ul#banner li {
	margin-bottom: 5px;
}

p#copyright {
	clear: both;
	padding: 30px 0;
	text-align: center;
}




