@charset "UTF-8";


/* +++++ スクロールボックス部（追加指定） +++++ */
div#scrbox_wrapper {
	background-image: url(../../img/karas_shadow.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

/* +++++ サイト説明文エリア +++++ */
div#caption {
	position: absolute;
	right: 15px;
	top: 60px;
}

/* +++++ サイト説明文見出し +++++ */
#caption h2 {
	font-size: 100%;
	padding: 0px 10px 0px 0px;
	text-align: left;
	font-weight: bold; 
	height: auto;
	width: auto;
	margin: 0px 0px 0px 0px;
}

/* +++++ サイト説明文本文 +++++ */
#caption .text {
	margin: 5px 5px 0px 10px;
	padding: 5px 5px 0px 2px;
	text-align: left;
	height: auto;
}

/* +++++ MP3プレイヤー +++++ */
div#mp3player {
	position: absolute;
	left: 14px;
	top: 105px;
}

/* +++++ 銘文 +++++ */
#inscription {
	text-align: left;
	height: auto;
	position: absolute;
	left: 39px;
	bottom: 55px;
	font-size: 110%;
	font-weight: bolder;
}

