@charset "shift_jis";
/*----------------------------------------------------------
CLASS:scaleBoxView
スクロールエリア表示領域設定用CLASS
以下のプロパティはスクリプト動作に影響するので設定しないでください。
width
height
overflow
position
float
display
----------------------------------------------------------*/
/*.scaleBoxView{
	background-color:#fff;
}*/

/*----------------------------------------------------------
CLASS:scaleBoxContent
スクロールエリアの表示内容用CLASS
以下のプロパティはスクリプト動作に影響するので設定しないでください。
width
height
position
----------------------------------------------------------*/
/*.scaleBoxContent{
	color:#454545;
	background-color: #FFFFFF;
}*/

/*----------------------------------------------------------
CLASS:scaleBoxScroll
スクロールバーCLASS
以下のプロパティはスクリプト動作に影響するので設定しないでください。
width
height
margin-left
padding
float
display
----------------------------------------------------------*/
/*.scaleBoxScroll{
	
}*/

/*__CLEAR_HACK--------------------------------------------*/
/*.clear{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	background:none;
	font-size:0.1;
	line-height:0.1;
}*/

/*___clearfix--------------------------------------------*/
.clearfix:after {
	content: ".";
	display:block;
	clear: both;
	height:0;
	visibility:hidden;
	margin:0px;
	padding:0px;
	border:none;
}

.clearfix {
	display: inline-block;
}

/* Hide from MacIE \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/*#scrollArea {
	padding: 0px;
	margin: 0px;
	height: 100px;
	width: 560px;
	overflow: hidden;
	background-image: url(../images/top/scroll_area_bg.gif);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}*/
#scrollArea {
	padding: 0px;
	margin: 0px;
	height: 100px;
	width: 560px;
	overflow: auto;
	background-image: url(../images/top/scroll_area_bg.gif);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.scrollAreaTxt {
	padding: 10px;
}
