#content_citizen1 {
	float : left;
	width : 800px;
	/*height : 500px;*/
	margin-top: 50px;
	margin-left:200px;
	/*background-color: #eee;*/
	
}

#content_citizen1  a:link {  text-decoration : none; color:#000}
#content_citizen1  a:visited {  text-decoration : none; color:#000}
#content_citizen1  a:hover {  text-decoration : none; color:#0066FF}
#content_citizen1  a:active {  text-decoration : none; color:#000}

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


.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;
}

#content_citizen{
	position:  relative;
	float: left;
	margin-left: 180px;
	width: 900px;
	/*height: 500px;*/
	/*background-color:#eeeeee;*/
}

.line_item_heading{
	clear: both;
	/*float: left;*/
	display: block;
	width: 100%;
	/*margin-top: 50px;*/

}

.title_2{
	font-family: 'PSL-Kanda',Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #1B75BB;

}

.line_item_detail{
	clear: both;
	/*float: left;*/
	display: block;
	
	margin-top: 30px;
	width: 100%;
	/*margin-top: 50px;*/
	font-family: "Thonburi",Tahoma, Helvetica, sans-serif ;
	font-size: 13px;
	color: black;
}

.left20{
	margin-left: 20px;
}

.padding_20{
	padding: 20px;
}


.top_space50{
	margin-top: 50px;
}

.content_block{
	float: left;
	margin-left: 180px;
	width: 800px;
	
/*	background-color: #eee;*/
}

.ol_inside{
	list-style-position: inside;
	margin-left: 20px;
}
img.padding_round{
	padding: 20px;
}