/*==========================================================================*/
/*	Style																	*/
/*--------------------------------------------------------------------------*/
@charset "UTF-8";

body {
	background-color:	white;
	font-size:			14px;
	font-family:		"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka-等幅", Osaka, "平成角ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:		100%;
	text-align:			center;
	margin:				0;
	padding:			0;
	color:				black;
}

a {
	color:				white;
	text-decoration:	none;
}

a:hover {
	color:				white;
	text-decoration:	none;
}

small {
	color:				#254476;
	font-size:			0.8em;
	position:			absolute;
	bottom:				7px;
	left:				14px;
}

div#gaiyou {
    text-align:			left;
	width:				640px;
    margin:				0 auto;
	position:			relative;
	top:				50px;
    clear:				both;
}

div#gaiyou h1 {
	font-size:			1em;
	background:			#cef;
	padding:			3px 5px;
	font-weight:		bold;
	border-right:		solid 1px #ccc;
	border-bottom:		solid 1px #ccc;
	border-left:		solid 5px #254476;
	margin:				5px 0 20px 14px;
}

div#gaiyou dl {
	margin:				0 10px 15px;
	border-bottom:		dashed 1px #CCC;
}

div#gaiyou dt {
	clear:				left;
	float:				left;
	font-weight:		bold;
	margin:				0 0 5px;
	width:				100px;
	padding-left:		5px;
}

div#gaiyou dd {
	margin:				0 0 5px 100px;
}
