.h1 {
    font-size: 11px;
    color: #666;
    margin:0px;
	font-weight: normal;
}
.h2 {
    font-size: 16px;
    color: #C96;
    margin:0px;
	font-weight:bold;
}
.h3 {
    font-size: 14px;
    margin:0px;
	font-weight:bold;
}
.add {
    font-size: 12px;
    color: #ffffff;
	line-height: 110%;
	text-align:center
}
.spec {
	font-size: 13px;
	color: #333;
}
.letter {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.path {
	position: absolute;
	text-align: left;
	font-size: 11px;
	margin: 9px 0px 9px 12px;
	width: 500px;
	top: 235px;
}
a{/*リンクされた文字*/
    color:0000ff;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:0000ff;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#934C7B;
    text-decoration:underline;
}
