* {
	margin: 0;
	padding: 0;
}


html {
	height: 100%;
	overflow-y: scroll;
}


body {
	position: relative;
	height: 100%;
	font-size: 90%;
	color: white;
	line-height: 1.5em;
}


/*　リンクのデザイン　*/
a:link{
	color: darkorange;
	text-decoration: none;
	border: none;
}

/*　訪問済みメニューリンクのデザイン　*/
a:visited {
	color: orange;
	text-decoration: none;
	border: none;
}

/*　マウスオーバー時のメニューリンクのデザイン　*/
a:hover {
	color:#FF7518;
	text-decoration:underline;
	border:none;
}


/* 画像にリンクした場合に枠線がでないようにする */
img {
	border: 0px;
	vertical-align: middle;
}


#contents {
	/* border: 1px solid orange; 2010autumn ver. */
	/* border: 1px solid #e00010; 2010winter ver. */
	border: 1px solid #77ee22; /* 2011spring ver. */

	position: absolute;
	top: 50%;
	left: 50%;
	width: 780px;
	height: 400px;
	margin: -210px 0 0 -400px;
	padding: 10px;
	color: black;
	text-align: center;
}
