/* category.css */

.content {
	width : 760px;
	height : 1790px;

	position : absolute; top:105px; left: 0px;

/*
	background-color : #F0F0F0;
*/
}

/* サイドナビゲーション用 */

.left_side {
	width :180px;
	height : 600px;

	


	position : absolute; top:0px; left: 0px;
	
/*
	background-color : #FF00FF;
	border-right : 2px solid #A0A0A0;
*/
}

.main {
	width :570px;
	height : 1650px;

	position : absolute; top:0px; left: 190px;
/*
	background-color : #00FF00;
*/
}


.footer{
	width : 760px;

/*
	height : 150px;
	text-align : right;
	background: url(../img/hedder.jpg) repeat-y scroll;
*/

	background-color : #69017E;

	position : absolute; top:1690px; left: 0px;
}


.cont_okegawa_saijo{
	width :570px;
	height : 710px;
	
	margin : 0px 0px;

	position : relative; top:0px; left: 0px;

/*
	border-top : 2px solid #A0A0A0;
*/
}


p.exp_link{
	margin : 20px 40px 10px 40px;
	font-size : 11px;
/*
	background: url(../img/cursor02.jpg) no-repeat scroll 0% 50%;
	background-color : #FF3600;
*/
}


.cont_okegawa_kihon{
	width :570px;
	height : 310px;
	
	margin : 10px 0px;

/*
	background-color : #FFE304;
	border-top : 2px solid #A0A0A0;
*/
	position : relative; top:0px; left: 0px;
}

.cont_okegawa_access{
	width :570px;
	height : 400px;
	
	margin : 10px 0px;



/*
	background-color : #FFE304;
	border-top : 2px solid #A0A0A0;
*/
	position : relative; top:0px; left: 0px;


}

