@charset "shift_jis";

@import url("basic.css");

/*===== INDEX ========================================*/

div#index-headerArea {width:950px;height:140px;text-align:left;background:url(../img/www/bar_01.gif) no-repeat center top;}

div#bodyArea #indexContents {width:900px;margin:0 auto;padding:20px 0;text-align:left;}

#indexContents #indexMain {padding:20px;height:350px;background:url(../img/www/bg_18chk_new.png) no-repeat;}
* html #indexContents #indexMain {height:350px;}
#indexContents ul#chk {padding-left:100px;}
#indexContents ul#chk li {margin-bottom:10px;}
#indexContents #chk-btn {margin-bottom:20px !important;line-height:1.1;}
#indexContents ul#chk #to-precious a {padding-left:15px;background:url(../img/www/icon_arrow2.gif) no-repeat left center;}

a.over {
	width:219px;
  	height:62px;
	display:block;
	background:url(../img/www/enter1.jpg) no-repeat;
	text-indent:-9999px;
}

a.under {
	width:219px;
  	height:62px;
	display:block;
	background:url(../img/www/exit1.jpg) no-repeat;
	text-indent:-9999px;
}
a.over:hover{
	background:url(../img/www/enter2.jpg) no-repeat;
}

a.under:hover{
	background:url(../img/www/exit2.jpg) no-repeat;
}

