@charset "shift-jis";
<!--

/* ベース */
body { margin: 0px auto; }

h1, h2, h3, h4, h5 { margin: 0px; padding: 0px; }

.linehight160 {
	line-height: 160%;
}

.linehight140 {
	line-height: 140%;
}

.linehight110 {
	line-height: 110%;
}



/* テキスト色 */

a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000CC;
}
a:hover {
	text-decoration: underline;
	color: #0000CC;
}
a:active {
	text-decoration: none;
}

/* パンくず白背景用 */
.bred {
	font-size: 70%;
	color: #666666;
	display:block;
	margin:10px 0 0 8px;
}

.bred a:visited {
	text-decoration:none;
	color: #666666;
}

.bred a:link {
	color: #666666;
	text-decoration: none;
}

.bred a:hover{
	color: #0000CC;
	text-decoration: underline;
}

/* indexページ用パンくず */
.bredidx {
	font-size: 70%;
	color: #999999;
	display:block;
	margin:10px 0 0 8px;
}

.bredidx a:visited {
	color: #999999;
	text-decoration: none;
}

.bredidx a:link {
	color: #999999;
	text-decoration: none;
}
.bredidx a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}

-->
