@charset "shift-jis";

/***** base style *****/
html{
 height : 100%;
}
body {
 margin : 0;
 height : 100%;
 font-size: 1em;
 letter-spacing: 0.1em;
 font-family: Verdana,"MS UI Gothic",sans-serif;
 background-color : #cdc9c9;
 overflow : auto;
}
/***** link style *****/
a {
 text-decoration:none;
}
a:link {
 color : #fff;
}
a:visited {
 color : #fff;
}
a:active,a:hover {
 color : #633;
}

/***** menu style *****/
div#menu{
 height : 100%;
 width : 50%;
 background-color : #633;
}
#menu ul{
 font-size: 0.6em;
 font-weight: bold;
 margin : 0;
 padding : 1.5em 0 0 0;
 list-style-type: none;
 text-align : center;
}
#menu li{
 display : inline;
 margin : 0 0.5em 0 0.5em;
}

/***** heading style *****/
h1{
	width : 656px;
	position:absolute;
	top : 192px;
	font-size : 1.5em;
	letter-spacing: 0.5em;
	padding-bottom : 1em;
	color : #fff;
	border-bottom : 1px dotted #fff;
	text-align : center;
	left: 169px;
}

/***** block style *****/
address{
 width : 95%;
 position:absolute;
 top : 90%;
 font-size: 0.8em;
 text-align : right;
 font-style:normal;
 color : #fff;
}
/***** inline style *****/
em {
 color : #ff6;
 font-style:normal;
}
#admin{
 color : #fff;
}
hr.hidden{
 display: none;
}
