/* 基本設定
------------------------------------------------------------ */

body {
	color: #444444;
	margin: 0px;
	}
	
h1 {
	font-size: 22px;
	margin-bottom: 0px;
	margin-top: 0px;
}

h2 {
	font-size: 110%;
	margin: 0px;
	font-weight: normal;


}

h3 {
	font-size: 110%;
	color: #777777;
	margin: 0px;
}

h4 {
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: normal;
}

p {
	font-size: 100%;
	margin: 0px;

}

ul {
	margin: 0px;
	padding-top: 3px;
	padding-left:19px;
}

li {
	font-size: 13px;
	line-height: 140%;
}

td {
	font-size: 83%;
	line-height: 160%;
	}
	
	.navi {
	font-size: 110%;
	line-height: 160%;
	}
	
	.navi_item {
	font-size: 110%;
	line-height: 160%;
	}
	
	.notes {
	font-size: 85%;
	line-height: 140%;
	}
	





/* リンクの設定
------------------------------------------------------------ */

a:link {color:#666666; text-decoration:underline}

a:hover {color:#993366; text-decoration:none}

a:active {	color:#666666;	text-decoration: none;}

a:visited {color:#993366; text-decoration:underline}

