@charset "euc";

.mesMsg	{width:90%;max-width:660px;margin:0.25em auto 0.2em;background-color:white !important;padding:0.5em 1em !important;text-align:center;}

input[type="button"],input[type="submit"],input[type="reset"]	{padding:1em;text-align:center;}
button[type="button"],button[type="submit"]	{padding:1em;text-align:center;}
button[type="button"]:hover,button[type="submit"]:hover,input[type="button"]:hover,input[type="submit"]:hover	{background-color:yellow !important;cursor:pointer;}

/*	+++++++++++ メイン 共通　++++++++++++	*/
img.markLead	{height:1.5em;margin:0 0.1em 0 0;padding:0;vertical-align:middle;}
#mark	{height:14px;vertical-align:middle;}
.mark	{height:14px;vertical-align:middle;}
.mark30	{height:30px;vertical-align:middle;}
.mark10	{height:10px;vertical-align:middle;}

#selectCourse	{list-style-type:none;width:460px;margin:0.5em auto 3em;border:0px green solid;padding:0 1em 1em;}
#selectCourse li a.courseN	{width:330px;margin:1em auto;padding:1.5em 0;border:1px silver solid;background-color:#EEE;border-radius:0 3em 3em 0;}
#selectCourse li a.courseN:hover	{border:1px red solid;background-color:white;color:red;}

/* |||||| パネル ページの指定 ||||| */

#menuPanel	{
	width:60%;max-width:400px;
	background-color:window;
	margin:5em auto auto 0;
	padding:1em 0.5em 1em 1em;
	}

#tipsPanel	{
	width:80%;max-width:600px;
	background-color:window;
	margin:5em auto auto 0;
	padding:1em 0.5em 1em 1em;
	}

.panelT	{width:80%;margin:0.5em auto;padding:0.25em 1em;border-top:1px green solid;border-bottom:1px green solid;}
.panelContents	{margin:2em auto 1em 0;}
.progTitle	{color:blue;font-size:1.3em;font-family:'Palatino Linotype','游明朝' !important;font-weight:600;}

