@charset "UTF-8";


/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */

/* ******************************************
 Title	　定義
****************************************** */
#contents-wrap #wrap-top {
	background: url(../images/bbs_title.jpg) no-repeat;
}

#contents-wrap h2 {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}

/* ******************************************
 コンテンツ内	　定義
****************************************** */
#contents-wrap iframe {
/* Typical fixed height and fixed width example */
border: none;
width: 595px;
height: 530px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0px 25px 0px 35px;
padding: 0px;
}


/******    scroll   ******/
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}
.vscrollerbase {
width: 10px;
background: url(../../images/scroll_bar.gif) repeat-y;
}
.vscrollerbar {
width: 10px;
background-color: #302f2f;
}
/******    scroll   ******/
