
/* テキストの折返し表示 */
td, th, p, h1, h2, h3, h4, h5, h6, label {
	word-break: break-all;
	word-wrap: break-word;
}

/*sitemap設定 */

body{
	font-size : 19px;
	line-height : 1.5em;
	font-family: sans-serif;
}

/* アウトラインボックス */
div.box1 {
	width : 85%;
	margin-top : 20px;
	margin-bottom : 20px;
	padding-top : 5px;
	padding-left : 5px;
	padding-bottom : 20px;
 	text-align : left;
	line-height:250%;
	letter-spacing : -1pt;
	background-color : #e9eefd;
	border : solid #adc0f8 1px;
	max-height : 999999px;
}

h1{
	margin-left : auto;
	margin-right : auto; 
	width : 75%;
	font-size: 100%;
	border-style: solid;
	border-width: 0px 0px 1px 1em;
	border-color: #0000ff ;
	padding: 0.3em 0em 0.3em 0.5em;
	max-height : 999999px;
}

ul{
	margin-left : 0px;
	max-height : 999999px;
}

li{
	margin-left : 0px;
	margin-top: 0.5em;
	max-height : 999999px;
}

li.dir{

	margin-left : 0px;
	color: #006666;
	margin-top: 1.5em;
	max-height : 999999px;
}
		

