/*epispde left frame*/

/*ボディ指定*/
body {
	margin: 0px;
	background-image: url(image/index_back.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed;
		}

/*リンク*/
 a:link {color: #AE0000; text-decoration: none;}
 a:visited {color: #AE0000; text-decoration: none;}
 a:hover {color: #FF0000; text-decoration: none;}
 a:active { color: #FF0000; text-decoration: none;}

/*イメージ*/
img
	{
		border: none;
	}

/*文字指定*/
.text_01	{
		font-size: 10px;
		font-weight: none;
		font-family: "ＭＳ ゴシック", "MS Gothic", osaka, sans-serif;
		text-decoration: none;
		letter-spacing: 1px;
		margin-top: 5px;
		margin-bottom: 5px;
		color: #000000;
	}

.margin10{
		margin: 10px;
		}

/*--カウンタフォント--*/
.td-counter {
		font-size: 5px;
		font-weight: none;
		font-family: "ＭＳ ゴシック", "MS Gothic", osaka, sans-serif;
		text-decoration: none;
		letter-spacing: 1px;
		margin-top: 5px;
		margin-bottom: 5px;
		color: #000000;
}
