@charset "shift_jis";

/***********************************************/
/* エンターページ                                 */
/***********************************************/

body {
	font-size:94%;
	padding:20px;
	background-color:#EFDEFF;
	}

a {
	color:#0000FF;
	}

a:hover {
	color:#FF0000;
	}

.center {
	text-align:center;
	}

p.enter	{
	font-size:1.4em;
	font-weight:bold;
	margin-top:40px;
	margin-bottom:80px;
	}

address {
	margin-top:10px;
	font-style:normal;
	color:#333366;
	}
