/* sitemap.css */

.wrapper{
	width : 950px;
	height : 950px;

	margin : 0px auto 0 auto;
	background-color : #FFFFFF;
/*
	border-bottom : 1px solid #2D2300;
	border-left : 2px solid #A0A0A0;
	border-right : 2px solid #A0A0A0;
	border : 1px solid #2D2300;
	background-color : #FF0066;
*/
}


.content {
	width : 900px;
	height : 820px;

	position : absolute; top:100px; left: 25px;
/*
	background-color : #FFF0F0;
*/
}


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

.right_side {
	width :230px;
/*
	background-color : #FF00FF;	
	border-right : 2px solid #A0A0A0;
*/
	position : absolute; top:0px; left: 670px;
}


.main {
	width :650px;
	height : 700px;

	position : absolute; top:140px; left: 0px;
/*
	border-top : 7px solid #4E3000;
	background-color : #00FF00;
*/
}


.footer{
	width : 100%;
	height : 155px;

	clear : both;
/*
	height : 150px;
	text-align : right;
	background: url(../img/hedder.jpg) repeat-y scroll;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	background-color : #BEA037;
	background:#1a1a1a url(../img/bg/bg_foot03.gif) no-repeat top;
*/

	background-color : #323232;
	border-top : 2px solid #FF0000;
	position : absolute; top:1060px; left: 0px;
}


.cont_01{
	width :650px;
	height : 695px;
	
	margin : 5px 0px;
/*
	border-top : 2px solid #A0A0A0;
	background-color : #FFE304;
*/
}


/* gaiyo */

p.link_top{
	float : right;
	text-align : right;
	width : 630px;
	margin : 70px 10px 0 0;
/*
	background-color : #E3FF04;
*/
}


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

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

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


.sitemap_cont_midasi{
	width : 600px;
	height : 17px;

	text-align : left;
	vertical-align : middle;

	margin : 0px 0px 10px 0px;
	padding : 10px 25px 8px 25px;
/*
	padding-top : 9px;
	padding-left : 30px;
	height : 20px;
*/
	font-size:13px;
	font-weight : bold;
	color : #FF00FF;
	background-color : #A0A0A0;
/*
	letter-spacing : 2px;
	border-top : 1px solid #A0A0A0;
	border-bottom : 1px solid #A0A0A0;
	border-bottom : 1px dotted #A0A0A0;
	background : url(../img/midasi/midashi.png) no-repeat;
*/
}


.sitemap_cont_midasi a:visited{
	color : #FFFFFF;
}


.sitemap_cont_midasi a:link{
	color : #FFFFFF;
}


.sitemap_cont_midasi a:hover{
	color : #FFFFFF;
}


.sitemap_cont_midasi a:active{
	color : #FFFFFF;
}


.sitemap_cont a:visited{
	color : #808080;
}

.sitemap_cont a:link{
	color : #808080;
}

.sitemap_cont a:hover{
	color : #808080;
}

.sitemap_cont a:active{
	color : #808080;
}
