/* category.css */

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

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

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


.cont_sitemap{
	width :570px;
	height : 400px;
	
	margin : 0px 0px;

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

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




p.sitemap_cont{
	height : 17px;
	font-size : 12px;
	text-align : left;

	margin : 5px 20px 15px 20px;
	line-height : 1.2em;
	
	border-bottom : 1px dotted #A0A0A0;



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

div.cat_cont_midasi a:visited {
	color:#FFFFFF;
	text-decoration : none;
}

div.cat_cont_midasi a:link {
	color:#FFFFFF;
	text-decoration : none;
}
div.cat_cont_midasi a:hover {
	color:#FFFFFF;
	text-decoration : underline;
}

div.cat_cont_midasi a:active {
	color:#FFFFFF;
	text-decoration : underline;
}
