@charset "utf-8";
/* 背景 */
body {
	background-image: url(../images/bg02a.jpg);
}
#main {
	background-image: url(../images/bg02a.jpg);
}

/* 見出し */

#contents h4 {
	font-size: 1.5em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #996666;
	padding-left: 10px;
	color: #996666;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ヘッダー間隔 */
#header {
	height: 90px;
	margin-bottom: 40px;
}

/* パンくず */
.pan {
	text-align: right;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	margin-bottom: 10px;
}

/* アドビプレーヤー */
.adobe {
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #EFEFEF;
	margin-top: 10px;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
}
.adobe img {
	margin-right: 5px;

}


/* ホワイトスペース */
.topics , .news , .areamap , .otoku , .link , .access , .contact , .download , .course , .attention , .mail , .event{
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 10px;
	width: 650px;
}

/* 上へ戻る */
.up {
	margin-top: 20px;
	clear: both;
	text-align: right;
}

/* ポイントボックス */
.pointbox{
	border: 1px solid #FF9933;
	padding: 10px;
	margin-top: 10px;
}

/* 行間 */
#contents p {
margin-top: 10px;
margin-bottom: 10px;
}

/* ボーダークリア */
.clear{
	display: none;
}
/* 画像スペース */
.img-left {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}


.img-right{
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

/* アイコン説明 */
.iconinfo {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-align: right;
	margin-top: 10px;
}
.iconinfo img{
	vertical-align: bottom;

}
