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

/* text.css 下層ページ基本
------------------------------------------------------------ */
@import url(text.css);


/* ------------ message.css ------------ */

h1{
	background-image:url(../img/link/link_h1.gif);
	background-image:none;  /* ここからnew design */
	}
	
#link01, #link02{
	padding:25px 5px;
	clear:both;
	}
	
#link01 h2{
	background-image:url(../img/link/link_h2_01.gif);
	}

#link02 h2{
	background-image:url(../img/link/link_h2_02.gif);
	}



.pref li{
	text-align:left;
	line-height:1.5;
	padding:0 0 0 0;
	}
.pref li.li_pref{
	text-align:left;
	list-style-type:square;
	list-style-position:inside;
	color:#CC0000;
	font-size:120%;
	}

.college{
	padding:0 0 2em 3em;
	}	
.college li{
	text-align:left;
	list-style-type:circle;
	list-style-position:inside;
	line-height:1.5;
	padding:0 0 0 0;
	color:#000000;
	font-size:120%;
	}

.college li a{
	color:#000000;
	}
.college li a:hover{
	color: #0099FF;
	}
.box_left{
	float:left;
	width:49%;
	padding:0 0 0 0;
	}
.box_right{
	float:right;
	width:50%;
	padding:0 0 0 0;
	}