@charset "UTF-8";



body{
	background:url(image/bg.jpg) left top no-repeat;
	background-color:#fff;
}

/*scrollBtns

--------------------*/

#contentBody ul.scrollBtns li.scrollBtnR a{

		background:url(image/scrollbtn.png) no-repeat top right;

	}

	#contentBody ul.scrollBtns li.scrollBtnL a{

		background:url(image/scrollbtn.png) no-repeat top left;

	}



	

/*scrollbar

--------------------*/

#mainScroll .jspDrag{

	background-color:#d773a2;

}

#mainScroll .customScrollbarH > div{

	background-color:#d773a2;

}







/*modal

--------------------*/

#modalIndex{

	background-color:#9e6982;
	color:#000;

}

#modalProfile{

	background-color:#9e6982;
	color:#FFF;

}

/*ul.indexList 

------------------------------------------------*/

#modalIndex ul.indexList li{

				background-color:#ffffff;

			}

#modalIndex ul.indexList li a span.date{

				text-align:right;

				position:absolute;

				right:25px;

				font-weight:normal;

			}

