﻿@charset "utf-8";

html { font-family		: MS P ゴシック	; }
h2	 { text-align		: center		; margin : 0px;	}
tr	 { vertical-align	: top			; }

#frame	{ border	: 1px solid ;	border-collapse  : collapse ;	}
#right	{ text-align: right		; }

.prog	{ border	: 2px solid ;	border-collapse  : collapse ;	}
.prog td{ border	: 1px solid ;	}
.cntr	{ text-align: center	;	width :	360px ; }

@media (max-width: 640px) {
	html	{ font-size	: 80% ;	;	line-height	: 1.5 ; }
	img		{ width 	: 95% ;	}
	#tdWdth { width 	: 40px; }
	#koushi	{ rowspan	; 2   ;	} 
}

@media (min-width: 640px) {
	html	{ width	 : 800px ;	font-size	: 100%	;	line-height	: 1.5	;	}
	#tdWdth { width	 :  50px ;	}
	#koushi	{ width	 : 120px ;	} 
	#koushi2{ width	 : 300px ;	} 
	#picture{ width	 : 300px ;	float		: right	;	}

	#tbl1	{ float	 : left	 ; }
	#tbl2	{ float	 : left	 ; }
}