/* category.css */

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

	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 : 1300px;

	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:1600px; left: 0px;
}


.cont_gaiyo_concept{
	width :570px;
	height : 340px;
	
	margin : 0px 0px;

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


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


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_gaiyo_kihon{
	width :570px;
	height : 700px;
	
	margin : 10px 0px;

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

.cont_gaiyo_sono{
	width :570px;
	height : 350px;
	
	margin : 10px 0px;



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


}


table.gaiyo_tbl{
	margin : 10px 20px;
	width : 490px;
	line-height : 2.0em;
	font-size : 12px;
}


table.gaiyo_tbl td{
	text-align : left;

	padding-left : 20px;
}

table.gaiyo_tbl th{
	width : 120px;
	font-weight : bold;
}

p.sono_title{
	margin : 20px 10px 5px 10px;
	font-size : 12px;
	color : #404040;
}

p.sono_data{
	margin : 5px 20px;
	font-size : 12px;
	color : #404040;
}

img.gaiyo_pic{
	width : 218px;
	height : 165px;
	margin : 0px 2px;

	padding:2px;
	border:1px solid #B0B0B0;
	background:#F0F0F0;
}

}