@charset "Shift_JIS";

/* Elements */
*{
	margin: 0px;
	padding: 0px;
}
a:link{
	text-decoration: none;
	background-color: transparent;
	color: #5B5B5B;
	font-weight: bold;
}
a:visited{
	text-decoration: none;
	background-color: transparent;
	color: #5B5B5B;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
	background-color: transparent;
	color: #5B5B5B;
	font-weight: bold;
}
a:active{
	text-decoration: none;
	background-color: transparent;
	color: #5B5B5B;
	font-weight: bold;
}
body{
	color: #5B5B5B;
	font-size: 100%;
	font-family: Century, "‚l‚r –¾’©", serif;
	background-color: #FFFFFF;
}
hr{
	display: none;
}
h1{
	margin-bottom: 2em;
	font-size: 1.4em;
}
h2{
	clear: both;
}
h2,h3{
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 1.2em;
}
dd{
	line-height: 1.5em;
	margin-left: 1em;
}
p{
	text-indent: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
address{
	display: inline;
	font-style: normal;
}
img{
	border: none;
}

/* Classes */
div.enikki-section{
	float: right;
	width: 200px;
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
}
div.sub-section{
	margin-left: 1em;
}
div.input-section{
	display: none;
}
div.comment-section p{
	text-indent: 0px;
	line-height: 1.5em;
	margin-bottom: 0px;
}
div.comment-section{
	font-size: 0.9em;
	border-top: 1px dotted #333333;
	margin-left: 1em;
	margin-right: 1em;
}

/* IDs */
div#header{
	text-align: center;
}
div#main{
	margin-top: 4em;
}
div#footer{
	clear: both;
	margin-top: 2em;
	text-align: center;
	font-size: 0.8em;
}
div#header h2{
	font-size: 0.8em;
	margin-top: 1em;
	background-color: transparent;
	color: #BBBBBB;
}
div#header li{
	text-transform: uppercase;
	list-style: none inside;
}
div#navigation li{
	display: inline;
	list-style: none;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
div#navigation li.point{
	font-weight: bold;
	list-style: none;
	background-color: transparent;
	color: #E48654;
}
div#styles{
	display: none;
}
div#main h2{
	border-bottom: 1px #666666 solid;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 3px;
	padding-bottom: 2px;
}
div#main p{
}
div#main dl, div#main ul{
	margin-left: 1em;
}
div#footer p{
	display: inline;
}
