@charset "utf-8";
/* CSS Document */
/* メインビジュアル */

#pic_main {
	background: #ddd;
	float:left;
	height: 244px;
	width: 515px;
	overflow: hidden;
	border-color: #E1E1E1;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* インフォメーション */

#info {
	float: left;
	width: 674px;
	overflow: visible;
	background-color: #eee;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#info2 {
	float: left;
	width: 515px;
	overflow: visible;
	background-color: #eee;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

.info_wrap {
	float: left;
	width: 515px;
	background-color: #E1E1E1;
  scrollbar-base-color: #bbb;

}

.info_wrap0 {
	float: left;
	width: 515px;
	height: 20px;
	background: #bbb;
	overflow: auto;
}
.info_wrap1 {
	float: left;
	margin-top: 4px;
	width: 515px;
	height: 218px;
	overflow: auto;
		
}

.info_wrap2 {

	width: 215px;
	height: 20px;
	overflow:hidden;
	background: #bbb;
}


.info_wrap1 dl {
	clear: both;
	margin-left:6px;
}
.info_wrap2 dl {
	clear: both;
}
.info_wrap1 dt {
	padding-top: 10px;
}
.info_wrap2 dt {
	padding-top: 10px;
}
/* 各ページ表題スタイル */
#caption {
	width:99%;
	color: #ffffff;
	text-align: left;
	background-color: #3B3B3B;
	padding: 6px 0px 6px 6px;
}
/* 各ページ文書スタイル */
#appearance {
  list-style : none;
  margin-top:4px;
	padding: 5px 10px 5px 10px;
}
#appearance li{
	padding: 5px 10px 5px 15px;
}

#appearance dd{
	padding-left:5px;
}


/* サイトマップ */

#sitemap {
	margin: 0 auto;
	padding-top: 10px;
	width: 890px;
	overflow: hidden;
}
/* バナー*/

#banner {
	margin-top: 4px;
	float: right;
	width: 150px;
	height: 490px;
	overflow: visible;
	background-color: #E1E1E1;
}
#banner_wrap{
	float: none;
	width: 150px;
	height: 20px;
	background: #bbb;
	overflow: auto;
}
#banner_line {
	margin-top: 4px;
	width: 150px;
	height: 202px;
	overflow: visible;
}

#banner_line dt img {
	border: 0;
	margin-bottom:2px;
}
