@charset "UTF-8";
/* CSS Document */

div #main_c {
	width:960px;
	height:auto;
	float:left;
	margin:137px auto 0;
	background-color:#FFF;
}

div.c_scroll {
	width:700px;
	float:left;
	text-align:left;
	margin-bottom:10px;
}

.mi_00 {
	color:#333333;
	font-size: 20px;
	margin: 20px 0 0 0;
}

.mi_01 {
	color:#1D1C57;
	margin-top:20px;
	margin-bottom:10px;
}

.cc_05 {
	font-size:14px;
	line-height: 190%;	
}
.link_top_text{
	margin-bottom:20px;
	text-align: left;
}
table.link_table{
	border-collapse: collapse;
}
table.link_table td{
	border:1px solid #000;
}
table.link_table td.center{
	text-align: center;
}
table.link_table td.pblk{
	padding: 10px 20px 10px 20px;
}
table.link_table td a{
	color:#000;
	display: block;
	padding: 10px 20px 10px 20px;
	transition: all 0.5s;
}
table.link_table a:hover{
	background:#d9d9d9;
}





/*---------　linkの設定　start　---------*/

.cc_05 a:link  {
	color:#009;
	text-decoration:underline;
}

.cc_05 a:visited {
	color:#009;
	text-decoration:none;
}

.cc_05 a:hover {
	color:#999;
	text-decoration:nane;
}

.cc_05 a:active {
	color:#999;
	text-decoration:none;
}

/*---------　linkの設定　end　---------*/
