
/*----------initialize----------*/
@charset "UTF-8";

.base_2col_right_inner{
	width:100%;
	height:auto;
	padding:10px;
	background-color:#ffffff;
	border:1px solid #e3e4de;
	border-radius: 4px;         /* CSS3 */
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
	behavior: url(border-radius.htc);　/*for IE ←　この１行を追加*/
}

.page_title{
	width:100%;
	height:41px;

	margin-top:1px;

	background-image:url("/img/dep_title_bg.png");
	background-repeat:repeat-x;
}

.page_title h1{
	font-size:16px;
	font-weight:bold;
	line-height:50px;
	font-family: "メイリオ",Meiryo,helvetica,arial,freesans,clean,sans-serif;
	padding-left:10px;
}

.page_title_img{
	margin-top:20px;
}

.chart_box {
	margin-bottom:10px;
}

.chart_title{
	width:100%;
	height:40px;
	margin-top:20px;
	border-top:1px solid #e3e4de;
	border-bottom:1px solid #e3e4de;
	padding-left:10px;
}

.mark_orange{
	margin-top:6px;
	margin-right:10px;
	display:inline-block;
	width:8px;
	height:26px;
	background-color:#d24447;
}

.chart_title h2{
	display:inline-block;
	font-size:16px;
	vertical-align:top;
	padding-top:10px;
}

.chart_inner {
	padding:10px;
	line-height:200%;
}

.chart_inner_title {
	width:100%;
	height:30px;
	margin-bottom:20px;
	border-bottom:1px solid #3A98A1;
}
.mark_square {
	display:inline-block;
	margin-left:5px;
	color:#3A98A1;
}
.chart_inner_title h3 {
	display:inline-block;
	margin-left:5px;
	font-weight:normal;
	line-height:30px;
	color:#3A98A1;
}
.chart_inner p {
	margin-bottom:5px;
}

.chart_inner ol {
	margin-left:20px;
	margin-bottom:10px;
}
.chart_inner ol li {
	list-style-type:decimal;
}

.chart_inner a:link {
	color: #3A98A1;
	text-decoration: underline;
}
.chart_inner a:active {
	color: #3A98A1;
	text-decoration: underline;
}
.chart_inner a:hover {
	color: #3A98A1;
	text-decoration: underline;
}
.chart_inner a:visited {
	color: #3A98A1;
	text-decoration: underline;
}

.chart_table_1 {
	width:100%;
}

.chart_table_1 th {
	padding:5px 10px;
	background-color:#3AABB3;
	border:1px solid #cccccc;
	color:#ffffff;
	text-align:left;
}

.chart_table_1 td {
	padding:5px 10px;
	border:1px solid #cccccc;
}

.img_box {
	position:relative;
	float:right;
	padding:0 20px 10px 20px;
}

.bottom20 {
	margin-bottom:20px !important;
}
.bottom30 {
	margin-bottom:30px;
}
.textcenter {
	text-align:center;
}
.textright {
	text-align:right;
}
.textbold {
	font-weight:bold;
	color:#3AABB3;
}

.toTop {
	margin-top:20px;
	text-align:right;
}

