@charset "euc-jp";

/* 基本の設定
------------------------------------------------------------ */
	*:before,
	*:after {content : "";}
	* {margin : 0;padding : 0;font-style : normal;font-weight : normal;}
	body {
		color : #555555;
		line-height : 1.5;
		font-family: "Verdana", "MS UI Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Osaka;
		font-size: 12px;
	/* スクロールバー設定 */
		SCROLLBAR-FACE-COLOR		: #ff99cc;
		SCROLLBAR-HIGHLIGHT-COLOR	: #ff99cc;
		SCROLLBAR-SHADOW-COLOR		: #ff99cc;
		SCROLLBAR-3DLIGHT-COLOR		: #555555;
		SCROLLBAR-ARROW-COLOR		: #555555;
		SCROLLBAR-DARKSHADOW-COLOR	: #555555;
		}
	/* リンク色の設定 */
	a, 
	a:link, 
	a:visited, 
	a:active 
	{color : #6666CC;text-decoration : none;}
/*	{color : #0000FF;text-decoration : none;}*/
/*	{color : #555555;text-decoration : none;}*/
	a:hover {color : #ff0000;text-decoration: underline;position : relative;left:2px; top:2px;}
/*	a:hover {color : #ff0000;text-decoration: none;position : relative;left:2px; top:2px;}*/


/* Mac版IEの文字化け対策
------------------------------------------------------------ */
	/* マック版IEでは表示できるフォントを指定しないと文字化けを起こしますので通常は削除しないで下さい */
	textarea,input,select {
		font-family : "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
	}
