@charset "Shift_JIS";

/*↓ブラウザ初期化====================*/
* {
	margin:0;
	padding:0;
	border:0;
	background-color:transparent;
	font:normal normal normal 12px/1.6em "ＭＳ ゴシック",Osaka;
	}

/*↓基本設定====================*/
body {
	color:#000000;
	text-align:center;
	}

img {
	border:none;
	margin:0;
	padding:0;
	}

p {
	border:none;
	margin:0;
	padding:0;
	}

li {
	line-height:1em;
	}

strong {
	font-style:normal;
	font-weight:bold;
	color:#cc0000;
	}

/*Hides from IE5-mac ￥*/
* html ul li {
	height:auto;
}
/*End hide from IE5-mac */

/*↓基本リンク指定====================*/
a, a:link {
	color:#cc0000;
	text-decoration:none;
	}
a:visited {
	color:#333333;
	text-decoration:none;
	}
a:hover {
	color:#ff44e4;
	text-decoration:underline;
	}
a:active {
	color:#ff44e4;
	text-decoration:underline;
	}

A.colorA:link {
	color:#CC0000; text-decoration:underline;
	}
A.colorA:visited {
	color:#660000; text-decoration:none;
	}
A.colorA:hover {
	color:#ff44e4; text-decoration:underline;
	}
A.colorA:active {
	color:#ff44e4; text-decoration:underline;
	}
