h1 {
	width: 760px;
	height: 40px;
	margin: 0;
	padding-left: 60px;
	font-weight: bold;
	font-size: 20px;
}

h2 {
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 18px;
}

h3 {
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 16px;
}

h4 {
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
}

.big {
	font-size: 18px;
}

.medium {
	font-size: 16px;
}

.small {
	font-size: 15px;
}

.xsmall {
	font-size: 14px;
}

ul {
	margin: 0 0 20px;
	padding;: 0;
	list-style-type: none;
}

li {
	display: block;
	margin: 5px 0 0;
	padding: 0;
}

li.barList {
	display: block;
	margin: 5px 0 0;
	padding: 0 0 0 20px;
	background: transparent url(../img/bar_02.gif) left top no-repeat;
}

li.barListBig {
	display: block;
	margin: 20px 0 0;
	padding: 0 0 0 20px;
	background: transparent url(../img/bar_02.gif) left top no-repeat;
	color: #000;
}

li.listBig {
	display: block;
	margin: 20px 0 0;
	padding: 0;
	color: #000;
}

li.big {
	font-size: 18px;
	text-indent: 10px;
	line-height: 2.3em;
	color: #000;
}

li.medium {
	font-size: 16px;
	text-indent: 8px;
	line-height: 1.4em;
	color: #000;
}

li.small {
	font-size: 15px;
	text-indent: 6px;
	line-height: 1.2em;
	color: #000;
}

li.xsmall {
	font-size: 14px;
	text-indent: 4px;
	line-height: 1.1em;
	color: #000;
}

.linknavi {
	color: #f00;
	text-decoration: none;
}

.linknavi:hover {
	color: #fff;
	text-decoration: none;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:focus {
	color: #787800;
	text-decoratio: none;
}
