/*sitemap */

body{
	font-family: sans-serif;
	font-size: 16px;
	line-height : 30px;
}

/* センタリング */
div {
	text-align : center; /* IE用の中央寄せ */
 	margin-left : auto;  /* IE以外用の中央寄せ */
 	margin-right : auto; /* IE以外用の中央寄せ */
}

/* アウトラインボックス */
div.box1 {
	width : 300px;
	margin-top : 20px;
	margin-bottom : 20px;
	padding-top : 10px;
	padding-left : 30px;
	padding-right : 30px;
	padding-bottom : 20px;
 	text-align : left;
	background-color : #e9eefd;
	border : solid #adc0f8 1px;
}

	a:link {color : #4f27b8; font-style : normal; text-decoration : underline;}
	a:visited {color : #6dabfe; text-decoration : underline;}
	a:hover {color : #cc99ff; font-style : normal; text-decoration : underline;}
	a:active {text-decoration : none;}

h1{
	font-size: 100%;
	border-style: solid;
	border-width: 0px 0px 1px 1em;
	border-color: #0000ff ;
	padding: 0.3em 0em 0.3em 0.5em;
}

li{
	font-weight: normal;
	margin-top: 0.5em;
}

li.dir{
	font-weight: bold;
	color: #006666;
	margin-top: 1.5em;
}
		

