/*****************************************************************************/
/* 																			 */
/* 入り口ページのデザイン定義												 */
/* 																			 */
/*****************************************************************************/

body
{
	color				: #555;
	background-color	: #fff;
	text-align			: center;
}

/*****************************************************************************/
/*																			 */
/* enterクラスの定義														 */
/*																			 */
/*****************************************************************************/

div.enter
{
	text-align			: center;
	margin				: 2em 1em 1em 1em;
	padding				: 1em 0em 1em 0em;
	width				: 800px;
}

/*****************************************************************************/
/*																			 */
/* enterクラス内の定義														 */
/*																			 */
/*****************************************************************************/

div.enter img
{
	border-style		: none ;
}

div.enter a
{
	color				: #312 ;
}

div.enter a:link
{
	color				: #312 ;
	text-decoration		: underline ;
}

div.enter a:visited
{
	color				: #312 ;
}

div.enter a:hover
{
	background-color	: #312 ;
	color				: #fff ;
}

div.enter a:active
{
	background-color	: #fff ;
	color				: #333 ;
	text-decoration		: underline ;
}

/*---------------------------------------------------------------------------*/
/*- 隠し															 		-*/
/*---------------------------------------------------------------------------*/

del.hidden
{
	display				: none ;
}
/*****************************************************************************/
/* eof																		 */
/*****************************************************************************/
