@charset "utf-8";

a:link { color: #0000FF; }
a:visited { color: #0000FF; }
a:hover { color: #0000FF; }
a:active { color: #0000FF; }
A:hover{color:blue;text-decoration: underline;}
A{text-decoration:none;}

h1 {
	font-size : 18px; 
	text-align : left;
	margin:0;
	padding:0;

}

/* ---------------------------------------- */
/* -- ▼全体の外枠・広さの設定▼         -- */
/* ---------------------------------------- */
.container { 
	margin: auto; /* モダンブラウザ向け */
	text-align: left;
}
/* ---------------------------------------- */
/*       ★最上段★                         */
/* ---------------------------------------- */

.super_top {
	text-align: center;
}

body{
	font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	background-color:#FFFFFF;
}

.title_line{
	padding: 5px 0px 5px 10px;
	background-color: #078DD2;
	color:#FFFFFF;
	font-weight: bold;
	border-style: solid none solid none;
	border-color: #FFFFFF #000000 #FFFFFF #000000;
	border-width: 3px;
	position: static;;
	width: 100%;
}

/* ---------------------------------------- */
/*                                          */
/* ---------------------------------------- */

.thre_link_main{
	width: auto;
	vertical-align:top;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	min-height:180px;
	
}

.thre_link_sub{
float: left;
	text-align: center;
	width: 24%;
	min-width: 100px;
	vertical-align:top;
}




.space{
	padding: 0px 0px 10px 0px;
}

.clr{
	clear: left;
}
