@charset "UTF-8";

* {
	padding: 0;
	margin: 0;
}


/*ページ全体*/




body {
	color: #999999;
	background-color: #e7d3f1;
	line-height: 150%;
	font-family:serif;
}



h1 {
	color: #666699;
	line-height: 150%;
	text-align: center;
	font-size: 150%; 
	margin-top: 12px;
	margin-bottom: 0px;
	height: 20px;
}




img {
	border:none;
}

address {
	font-style:normal;
	text-align:right;
	font-size: 80%;
	color: #999999;
	background-color: #e7d3f1;
	padding: 10px 5px 0 0;
}



/*リンクの配色*/
a:link{
	color:#9966cc;
}
a:visited{
	color:#666699;
}
a:hover{
	color:#3399cc;
	text-decoration:none;
}

/*表示部分全体*/
#wrap {
	width: 940px;
	height: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: auto;
	background-image: url(images/hasu-26.gif);
/*border: 1px solid #666699;*/
}

/*ナビゲーション部分*/
.navi{
	width: 120px;
	height: 530px;
	float: left;
	padding: 0px 0px 20px 25px;
	background-image: url(images/hasu-25.gif);
}

.navi ul {
	text-align:left;
	line-height: 33px;
}

.navi li {
	list-style:none;
	line-height: 33px;
}

.navi img {
	padding-top: 20px;
}

/*メイン部分*/

.main {
	width: 665px;
	margin-left: 235px;
	background-image: url(images/hasu-26.gif);
	
}

.main ul {
	margin: 2em;
}

.main img {
	margin: 0 0 10px 0;
}



/*フッターの配置*/
.footer{
	clear: left;
	padding-top: 10px;
	text-align: right;
}


.close {
	color: #CC0033;
}



.center{
	text-align: center;
}


tr,td{
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 74px;
	padding-right: 56px;
}

.serif{
	font-family:serif;
} 

a img {
	border: none;
}