@charset "UTF-8"; 

body{
	margin: 0px;
	padding: 0px;
	font-size: small;
	color: #333;
	background-color: #FFF;
	font-family: Garamond, Times, "ＭＳ 明朝", serif;
}

a:link {
	border: none;
	color: #C03;
	text-decoration:none;
}
a:visited {
	border: none;
	color: #C03;
	text-decoration:none;
}
a:active {
	border: none;
	color: #000;
}
a:hover {
	border: none;
	color: #903;
	text-decoration:underline;
}

p {
	margin: 0px 0px 60px 0px;	
	padding: 20px 0px 40px 0px;	
	border-bottom: 2px solid #903;
}

.fullbox{
	margin: 11px auto;
	padding: 0px;
	width: 863px;
	/* background-color: #FFF; */
	/* background: #FFF URL(./images/head-061109170347-.png) no-repeat; */
	border-color: #903;
	border-width: 10px;
	border-style: solid;
	text-align: center;
}

.title{
	width: 487px;
	height: 23px;
	margin: 104px auto 0px auto;
	padding: 0px;
	font-size: 23px;
	text-align: center;
	letter-spacing: 1px;
}
.subtitle{
	width: 487px;
	height: 23px;
	margin: 1px auto 0px auto;
	padding: 0px;
	font-size: 11px;
	text-align: center;
	letter-spacing: 10px;
}

.menu{
	width: 487px;
	height: 23px;
	margin: 17px auto 0px auto;
	padding: 0px;
	font-size: normal;
	text-align: center;
}

.PageContent{
	width: 487px;
	margin: 31px auto 0px auto;
	padding: 0px;
	text-align: left;
}

.PageContentTitle{
	margin: 0px auto 0px auto;
	letter-spacing: 2pt;
}

.PageContentBody{
	margin: 31px auto 0px auto;
	line-height:150%;
}

.tiles {
	width: 485px;	
	margin: 19px auto 0px auto;
	padding: 0px;
}

.tiles td{
	width: 97px;	
	height: 97px;
	text-align: center;
}

.tiles .hidden{
	background-color: #CCC;
}

.tiles A img{
	border: solid 1px #FFF;	
}

.tiles A:hover img{
	border: solid 1px #903;	
}

.foot{
	width: 487px;
	height: 23px;
	margin: 77px auto 0px auto;
	padding: 0px;
	text-align: center;
}

/* ----------------------------*/
.viewer_out{
	//border: solid 1px #903;	
	//width: 797px;
	width: 817px;
	/*height: 797px;*/
	margin: 0px;
	//padding: 33px 33px 0px 33px;
	padding: 33px 23px 0px 23px;
	text-align: center;
	background-color: #FFF;
}

.viewer{
	width: 700px;
	height: 700px;
	text-align: center;
	background-color: #FFF;
}

.viewer .center{
	width: 500px;
	height: 500px;
}

.viewer .center img{
}

/* ----------------------------*/
	/*
	text-decoration:underline;
	background-color: #FcF;
	border: solid 1px #CCC;	
	font-size: 9px;
	font-family: "Geneva";
	*/

