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

body,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

#main_A{
	width:800px;
	margin:auto;
}

h1{
	text-align:center;
}
h4{
	background-color:#d3d3d3;
}

/*リンクの色*/
a{
	text-decoration:none;
}
a:link{
	color:#000000;
}
a:visited{
	color:#000000;
}
a:hover{
	color:#21B6D5;
}

/*募集要項のテーブル*/
table{
	width:800px;
	margin:auto;
	background-color:#000000;
}

/*左のグレー*/
.tableman th{
	background-color:#dcdcdc;
	width:250px;
	font-weight:bold;
}
.tableman td{
	background-color:#ffffff;
}

/*テーブルの細かい設定*/
.programtable th,
	td {
		padding: 6px;
		vertical-align: middle;
	}

p{
	text-align:center;
}

/*フッダー*/
h5{
	background-color:#d3d3d3;
	text-align:center;
}