@charset "utf-8";
/* CSS Document */

@import url("../../css/common.css");

/* box_01
-------------------------*/

#box01{
	clear:both;
	margin-bottom:20px;
}


#box01 h2{
	float:left;
	width:505px;
}

#box01 ul{
	float:right;
	width:220px;
	padding:15px 15px 0 0;
	background:url(../img/main_bg.jpg) 0 0 no-repeat;
	height:190px;
}

#box01 li{
	background:url(../img/main_btn.jpg) no-repeat;
	width:220px;
}
#box01 li a{
	height:inherit;
	display:block;
	overflow:auto;
	text-indent:-9999px;
}
#box01 li a:hover{background:url(../img/main_btn_on.jpg) no-repeat;}
#box01 li#btn1,#box01 li#btn1 a:hover{background-position:0 0;}
#box01 li#btn1 a{
	height:96px;
	margin-bottom:6px;
}
#box01 li#btn2,#box01 li#btn2 a:hover{background-position:0 -102px;}
#box01 li#btn2 a{height:51px;}

/* box_02
-------------------------*/

#box02{
	margin-bottom:30px;
	clear:both;
}

#box02 p{
	margin-bottom:30px;
}

#box02 table{
	width:740px;
}

#box02 th{
	border:#cccccc solid 1px;
	padding:10px;
}

#box02 td{
	border:#cccccc solid 1px;
	padding:10px;
}

#box02 td.noboder{
	border:none;
	padding-top:0;
}

#box02 .color{
	 background:#cec28d;
	 color:#ffffff;
	 font-weight:bold;
	 font-size:1.2em;
	 padding:2px 10px;
}

#box02 #btn{
	background:url(../../img/icon01.jpg) left no-repeat;
	padding-left:15px;
}

/*
#box02 #btn{
	background:url(../images/joken/title01_btn.jpg) 0 0 no-repeat;
	width:290px;
	height:39px;
}
#box02 #btn a{
	display:block;
	overflow:auto;
	height:39px;
	text-indent:-9999px;
}
#box02 #btn a:hover{ background:url(../images/joken/title01_btn_on.jpg) 0 0 no-repeat;}
*/