@charset "utf-8";

*{
	padding:						0px;
	margin:						0px;
}

h2{
	padding:						10px 0px;
	margin:						20px 0px;
	color:						#666;
	border-bottom:				2px ridge #ccc;
}

p, dl{
	padding:						7px 0px;
}

ul, ol{
	list-style-type:			none;
}

a, img{
	border:						none;
}

body{
	background:					#fff url("http://www.openvista.jp/resources/openvista.jp/bg.png") top left repeat-x;
}

div#site,
div#page,
div#publication{
	background-color:			white;
	border:						1px solid white !important;
	border:						1px solid #444;
	outline:						1px solid #444;
	padding:						10px 20px;

}

div#site{
	height:						auto !important;
	height:						190px;
	min-height:					190px;
	border-width:				1px 1px 0px 1px;
	padding:						0px;
	margin:						20px 20px 0px 20px;
	text-align:					center;
	background:					#003333 url("http://www.openvista.jp/resources/openvista.jp/logo.png") top center no-repeat;
}

div#page{
	border-width:				0px 1px;
	margin:						0px 20px;
}

div#publication{
	border-width:				0px 1px 1px 1px;
	margin:						0px 20px 20px 20px;
	padding-top:				20px;
	text-align:					center;
	font-size:					90%;
}

#site h1{
	padding:						0px;
	margin:						0px;
}

#site h1 dfn{
	display:						none;
}

#site #information{
	color:						white;
	font-weight:				bold;
	letter-spacing:			3px;
	text-align:					center;
	padding-top:				180px;
}

#site #description{
	width:						100%;
	margin:						0px;
	text-align:					center;
	background-color:			#669900;
	color:						white;
}
