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




/*===============================================================

※このスタイルシートは以下のページから分離させたものです。

syokyo_linkbody.html


=================================================================*/




table, th, td { 
border: 2px #2b2b2b solid; 
} 
th, td { padding: 10px; } 

td { 
height: 40px; 
} 

{ width: 450px; } 



/*=================================================================*/


/*base*/

body {
	width: 1004px;
	line-height: 1.2em;
	margin: auto;
	font-size: 16px;
	text-align: center;
	background: #B1BFD6;
}

div#container {
	background: #FFFFFF;
}

h1 {
	display: none;
}


/*-----*/



div#container {
	width: 1004px;
	text-align: center; /*for IE*/
}

div#content {
	padding-top: 1em;
	padding-bottom: 3em;
	padding-left: 1em;
}

	div#content table,
	div#content table caption {
		margin-right: auto;
		margin-left: auto;
	}

	div#content table,
	div#content table caption {
		text-align: left;
	}