/**先頭のバナーの設定をインポート**/
@import url("../css/head_banner.css");

/**ページの設定**/
body{
	width:	620px;
	font-family:	Arial;
}

A:link,
A:hover,
A:active,
A:visited{
	text-decoration:	none;
	color:			black;
}
img{	border:			0px;}

/**イントロ部分の設定**/
.intro{
	width:			500px;
	height:			250px;
	margin:			30px 0 0 10px;
	padding:		20px 20px 0 20px;
	font-size:		10pt;
	border:			1px solid gray;
}
/**表の設定**/
.prof_table{
	width:			550px;
	margin:			30px 0 0 10px;
	padding-left:		0px;
	font-size:		10.5pt;
}
.prof_table td{
	border:			1px dotted #CCFF99;
}
/***ＨＰのＴＯＰへ帰る設定（共通）***/
.back{
	margin-left:		500px;
}