/*-- 基本設定 --*/
*	{
	background-color : #FEFEFF;
	color : #6688EE;
	font-size : small;
	line-height : 17px;
}
a	{
	cursor : crosshair;
}
a:link,a:visited	{
	color : #6688EE;
	text-decoration : underline;
}
a:active,a:hover	{
	color : #FEFEFF;
	background-color : #6688EE;
	text-decoration : none;
}

/*-- メイン部分 --*/
h1	{
	margin : 30px 0px 0px 0px;
	padding : 10px;
	text-align : center;

	font : bold large;
}
div.content	{
	border-style : double solid none;
	border-color : #6688EE;
	border-width : 3px 1px 0px;
	text-align : center;

	width : 500px;
	margin-top : 0px;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : 5px;
	padding : 10px 5px 5px;
}
div.content h2	{
	padding : 3px;
	width : 60%;

	font-weight : bold;
	text-align : center;

	border-style : none none solid none;
	border-color : #6688EE;
	border-width : 1px;

}
div.content p	{
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}

/*-- メニュー --*/
div#menu	{
	position : absolute;
	top : 0px; left : 0px;
	width : 100%;

	margin : 0px;
	text-align : center;
}
div#menu ul	{
	margin : 3px;
	padding : 3px;
	width : 100%;

	border-style : solid double solid;
	border-color : #6688EE;	
	border-width : 1px 3px 1px;
}
div#menu ul li	{
	display : inline;

	margin-right : 20px;
	font-size : small;
}