.content_sitemap {
	float : left;
	width : 800px;
	/*height : 500px;*/
	margin-top: 10px;
	padding-left:10px;
	padding-bottom:10px;
	/*background-color: #eee;*/
	
}
/*
.content_sitemap a{
	text-decoration : none;
}
*/
.content_sitemap a:link {  text-decoration : none; color:#000}
.content_sitemap a:visited { text-decoration : none; color:#000}
.content_sitemap a:hover { text-decoration : none; color:#0066FF}
.content_sitemap a:active { text-decoration : none; color:#000}

.line_content {
	width: 100%;
	height:6px;
	background-color: #0f77b6;
}

a.no_style {
	text-decoration:none;
}

.contet_space {
	clear: both;
	display: block;
	width: 100px;
	height: 50px;
	background-color: red;
}

.content_item {
	float : left;
	width : 390px;
	/*height : 240px;*/
	margin-top: 10px;
	margin-left:5px;
	/*background-color: #red;*/
}

.content_item_left {
	clear : both;
	float : left;
	width : 390px;
	/*height : 240px;*/
	margin-top: 10px;
	margin-left:5px;
	/*background-color: #red;*/
}


ul.inside {
	list-style-position:inside;
}

ul > li  >ul >li {
    margin-left: 20px;
	/*padding-left:  20px;*/
}
.non_style{
	list-style-type: none;
}

.topic { 
	font-family: 'PSL-Kanda',Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FF6600;
}

.title{
	font-family: 'PSL-Kanda',Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FF6600;
}

