
.linebox{
	border:#666666 1px solid;
	margin:5px 0;
	padding:10px;
	background:#FFFFFF;
}

/***********************************************/
/*Accordion*/
/***********************************************/
#category_container{/*外枠のアコーディオン*/
	width:820px;
	overflow: hidden;   /* required for effect */  
	position: relative; /* required for bounding--works around a "peculiarity" in Prototype */
	
}
.accordion_content{
	background:#FFFFFF;
	overflow:hidden;/* required for effect */
	padding:0;/* 0pxじゃないとアニメーションがカクつく */
	margin:0;
	clear:both;
	/*border:1px solid #0c5c73;*/
	margin-bottom:5px;
}

.container{
	border-top:none;
	padding:10px;
	margin-bottom:5px;
	
}


.accordion_toggle{
	margin:0 0 5px 0;
	padding: 0px;
	width:820px;
	height:36px;
	display:block;
	text-indent:-5555px;
	position: relative; /* required for effect */  
	z-index: 10;        /* required for effect */  
	background: #FFFFFF;   /* required for effect--can be anything except "transparent" */  
	cursor: pointer; 
}
.accordion_toggle h2.title01,
.accordion_toggle h2.title02,
.accordion_toggle h2.title03,
.accordion_toggle h2.title04,
.accordion_toggle h2.title05,
.accordion_toggle_active h2.title01,
.accordion_toggle_active h2.title02,
.accordion_toggle_active h2.title03,
.accordion_toggle_active h2.title04,
.accordion_toggle_active h2.title05{
	margin: 0px;
	padding: 0px;
	width:820px;
	height:36px;
	display:block;
	text-indent:-5555px;
	cursor: pointer;
	background:#FFFFFF;
}
.accordion_toggle h2.title01{
	background:url(../access/img/access_bar01_off.gif) no-repeat left;
}
.accordion_toggle h2.title02{
	background:url(../access/img/access_bar02_off.gif) no-repeat left;
}
.accordion_toggle h2.title03{
	background:url(../access/img/access_bar03_off.gif) no-repeat left;
}
.accordion_toggle h2.title04{
	background:url(../access/img/access_bar03_off.gif) no-repeat left;
}
.accordion_toggle h2.title05{
	background:url(../access/img/access_bar04_off.gif) no-repeat left;
}


.accordion_toggle h2.title01:hover{
	background:url(../access/img/access_bar01_over.gif) no-repeat left;
}
.accordion_toggle h2.title02:hover{
	background:url(../access/img/access_bar02_over.gif) no-repeat left;
}
.accordion_toggle h2.title03:hover{
	background:url(../access/img/access_bar03_over.gif) no-repeat left;
}
.accordion_toggle h2.title04:hover{
	background:url(../access/img/access_bar03_over.gif) no-repeat left;
}
.accordion_toggle h2.title05:hover{
	background:url(../access/img/access_bar04_over.gif) no-repeat left;
}


.accordion_toggle_active h2.title01{
	background:url(../access/img/access_bar01_off.gif) no-repeat left;
}
.accordion_toggle_active h2.title02{
	background:url(../access/img/access_bar02_off.gif) no-repeat left;
}
.accordion_toggle_active h2.title03{
	background:url(../access/img/access_bar03_off.gif) no-repeat left;
}
.accordion_toggle_active h2.title04{
	background:url(../access/img/access_bar03_off.gif) no-repeat left;
}
.accordion_toggle_active h2.title05{
	background:url(../access/img/access_bar04_off.gif) no-repeat left;
}

/*-------------*/
.access_box P {
	margin-right:20px;
}
.access_box TD {
	vertical-align:top;
}

.access_box p.line{
	border:solid 1px #CCB27F;
	padding:10px;
}






