/* ************************************************ 
 *	‹¤’ÊÝ’è
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
	}
body {
	color: #333;
	font-size: 12px;
	font-family: "Verdana", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ƒSƒVƒbƒN", "Osaka]“™•";
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	}
table {
	font-size: 13px;
	font-family: "Verdana", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ƒSƒVƒbƒN", "Osaka]“™•";
	}

a:link	  {color: #768FBE; text-decoration: underline;}
a:visited {color: #768FBE; text-decoration: underline;}
a:active  {color: #768FBE; text-decoration: none;}
a:hover   {color: #3B6190; text-decoration: none; background: #F18A6C;}

/* ************************************************ 
 *	ƒy[ƒWƒŒƒCƒAƒEƒg
 *       TOP
 *       MAIN SIDE
 *       BOTTOM
 * ************************************************ */
div.top   {  width:950px;margin:5px;background-color:#ffffff; }
div.main  { float:left;	width:700px; margin:2px; background-color:#ffffff; }
div.side  { float:left;	width:200px;margin:2px; background-color:#ffffff; }
div.bottom{ clear:left; width:900px; background-color:#ffffff; }


h2 {
	font-size: 13px;
	border-top: 2px solid #768FBE;
	padding-top: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	}

h3 {
	font-size: 13px;
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	}




