@charset "UTF-8";
@import url("../../share/css/common.css");

/*======================================

	コンテンツ

=======================================*/
/* 記事リスト */
.report_list {
	width: 590px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

.report_list li {
	border-bottom: 1px dotted #BEBEBE;
	margin: 0px;
	padding: 5px 0px 3px 0px;
	list-style: none;
}

.report_list li .new {
	float: left;
	width: 35px;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

.report_list li .report {
	float: left;
	width: 531px;
	background-image: url("../../share/images/icon_paper.gif");
	background-repeat: no-repeat; 
	background-position: 0% 20%;
	margin: 0px;
	padding: 3px 0px 3px 20px;
	font-size: 0.75em;
	line-height: 1.6;
}

.report_list_2 {
	width: 590px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

.report_list_2 li {
	border-bottom: 1px dotted #BEBEBE;
	background-image: url("../../share/images/icon_paper.gif");
	background-repeat: no-repeat; 
	background-position: 0% 50%;
	margin: 0px;
	padding: 9px 0px 7px 20px;
	font-size: 0.75em;
	line-height: 1.6;
}


/* サブコンテンツ */
.sub_contents_1 {
	width: 590px;
	margin: 60px 0px 0px 0px;
	padding: 0px;
}

.sub_contents_2 {
	width: 590px;
	margin: 25px 0px 0px 0px;
	padding: 0px;
}

.sub_con_left {
	float: left;
	width: 280px;
	margin: 0px 30px 0px 0px;
	padding: 0px;
}

.sub_con_right {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0px;
}

.sub_con_title_base {
	border-top: 2px solid #87B3C4;
	border-bottom: 1px solid #87B3C4;
	margin: 0px;
	padding: 1px 0px 0px 0px;
}

.sub_con_title_bg {
	background-image: url("../../share/images/free_subtitle_3_bg.gif");
	background-repeat: repeat-x; 
	background-position: 0% 0%;
	margin: 0px;
	padding: 8px 8px 6px 8px;
}

.sub_con_title {
	background-image: url("../../share/images/icon_file.gif");
	background-repeat: no-repeat; 
	background-position: 0px 4px;
	margin: 0px;
	padding: 2px 0px 0px 25px;
	font-size: 0.875em;
	line-height: 1.6;
}



/* サブリスト */
.sub_list {
	width: 280px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

.sub_list li {
	background-image: url("../../share/images/icon_paper.gif");
	background-repeat: no-repeat; 
	background-position: 4% 50%;
	border-bottom: 1px dotted #BEBEBE;
	margin: 0px;
	padding: 8px 0px 6px 28px;
	font-size: 0.75em;
	line-height: 1.6;
}



/* サイドボタン 手続き検索 */
.side_process {
	width: 285px;
	margin: 0px;
	padding: 0px;
}

.side_process_base {
	border-left: 1px solid #184674;
	border-right: 1px solid #184674;
	border-top: 1px solid #184674;
	background-color: #557AA8;
	margin: 0px;
	padding: 2px 1px 0px 1px;
}

.side_process_bg {
	background-color: #557AA8;
	background-image: url("../../images/process_title_bg.gif");
	background-repeat: repeat-x; 
	background-position: 0% 0%;
	margin: 0px;
	padding: 0px 0px 2px 0px;
}

.side_process_title {
	background-image: url("../../images/icon_process.gif");
	background-repeat: no-repeat; 
	background-position: 2% 70%;
	margin: 0px;
	padding: 7px 8px 5px 30px;
	color: #FFFFFF;
	font-size: 0.875em;
}

.side_process_contents {
	background-image: url("../images/side_menu_bg.gif");
	background-repeat: repeat-x; 
	background-position: 0% 0%;
	margin: 0px;
	padding: 0px;
}

.side_process_list {
	margin: 0px;
	padding: 8px 10px 8px 10px;
	font-size: 0px;
	list-style: none;
}

.side_process_list li {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

