@charset "utf-8";
/* CSS Document */
/*未来構想の提言*/
/*
[1]レイアウトに関する指定
[2]ヘッダー内の各部分指定
[3]全体のリンク指定
[4]フォントに関する指定
[5]リストに関する指定
[6]クラスの指定
[7]その他
*/

/*======================================
[1]レイアウトに関する指定
======================================*/	



/*container*/
#info li{
/*	text-indent:1em;*/
	}

/*table*/
#info table.tokuten{
	border-top:#CCCCCC solid 1px;
	border-left:#CCCCCC solid 1px;
	margin-bottom:20px;
	}
#info th,#info td{
	border-bottom:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	padding:5px;
	}
#info th{
	background:#F5F5F5;
	}
#info table.tokuten .tb01{
	width:100px;
}
#info table.tokuten .tb02{
	width:70px;
}
#info table.tokuten .tb03{
	width:430px;
}

#info .tb05{
	text-align:center;
	}

#info .tb06{
	font-size:0.9em;
	}


/*======================================
[2]ヘッダー内の各部分指定
======================================*/
#header #gnavi li#admission a{
	background:url(../img/gnavi.gif) no-repeat -749px -80px;
	width:151px;
	height:80px;
	display:block;
	}
	
/*======================================
[4]フォントに関する指定
======================================*/
#info h3{
	color:#003399;
	font-size:1.3em;
	padding-bottom:10px;
	background-image: url(../img/subtitle_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom:5px;
	}

#info h4{
	color:#666666;
	font-size:1.2em;
	margin-bottom:2px;
	}

/*======================================
[5]リストに関する指定
======================================*/


