@charset "utf-8";

/*	共通設定	*/
.cont2{
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
}



h1{
	border-style: solid;
	border-color: green;
	border-width: 2px 5px 5px 2px;
	font-size: 14pt;
	background-color: #ccff99;
	font-style: impact;
	color: #000000;
	padding: 2px;
}

h2{
	border-style: solid;
	border-color: crimson;
	border-width: 2px 5px 5px 2px;
	font-size: 11pt;
	background-color: mistyrose;
	font-style: impact;
	color: crimson;
	padding: 2px;
}
/*
table{
	width: 480px;
	border: 1px solid #ffd700;
	font-family: sans-serif;
	margin-left: 10px;
}
*/
/*
th, td{
	padding: 5px;
	border: 1px solid #ffd700;
	font-size: 11px;
	text-align: center;
}

th{
	background: #ff9900;
	color: #ffffff;
}
*/

/*	4列組みのtable	*/
.col4{
	width : 480px;
	border-spacing : 3px;
}

/*	2列組みのtable	*/
.col2{
	width : 480px;
	border-spacing : 3px;
}

/*	女性用	*/
.female{
	width : 120px;
	height : 120px;
	background : #ffa07a;
	padding : 0px;
}
td.female{
	padding : 0px;
}

/*	男性用	*/
.male{
	width : 120px;
	height : 120px;
	background : #66cc33;
}

/*	名前セル	*/
td.teacher_name{
	font-family : cursive;
	font-weight : bold;
	font-size : 10pt;
	text-align : center;
	height : 19px;
}

/*	写真セル	*/
td.pic{
	width : 60px;
	height : 100px;
}

/*	ジャンルセル	*/
td.genre{
	background : #fffacd;
	width : 60px;
	height : 105px;
	font-size : 7pt;
	padding : 1px;
	vertical-align : top;
}
td.blank_genre{
	width : 60px;
	height : 105px;
}


/*	男性用	*/
.male2{
	width : 240px;
	height : 120px;
	background : #66cc33;
}
td.genre2{
	background : #fffacd;
	width : 180px;
	height : 105px;
	font-size : 7pt;
	padding : 1px;
	vertical-align : top;
}
td.blank_genre2{
	width : 60px;
	height : 105px;
}

