@charset "utf-8";
/* CSS Document */
/***********************************************************************************
// ページ全体（body）
***********************************************************************************/
	body{
		text-align:left;
		color: #646464;
		margin: 0;																	/* マージン */
		padding: 0;																	/* パディング */
		background: #ffffff; 												/* 背景画像の配置 */
	}
	
/***********************************************************************************
// イベント情報＆新着情報
***********************************************************************************/
	table.topics { 
		font-size: 70%;
	}

	a{
		text-decoration:none;														/* 下線なし */
	}

	p.link_title a:link{
		color: #646464;																/* 文字の色 */
	}
	p.link_title a:visited{
		color: #646464;																/* 文字の色 */
	}
	p.link_title a:hover{
		color: #646464;																/* 文字の色 */
		text-decoration:underline;
	}
	p.link_title a:active{
		color: #646464;																/* 文字の色 */
	}
