@charset "UTF-8";
/* CSS Document */

.cap {
	font-size: 68%;
	color: #666;
}
.std {
	font-size: 80%;
	color: #666;
	
}
.std a {
	/* color: #966; */
	color: #1111cc;
	text-decoration: none;
	background-image: url(../image/link01.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 0px;
}

.std a:visited {
    color: #111199;
}

.std a:hover{
	color: #cc1111;
	text-decoration:underline;
	/* color: #C33; */
}

.lead {
	font-size: 100%;
	color: #666;
}
.lead a {
	color: #1111cc;
	/* color: #966; */
	text-decoration: none;
	background-image: url(../image/link01.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 4px;
}

.lead a:visited {
    color: #111199;
}

.lead a:hover{
	color: #cc1111;
	text-decoration:underline;
	/* color: #C33; */
}

a:link{
	text-decoration: none;
}

.lead_large {
	font-size: 150%;
	color: #666;
	line-height: 1.5em;
}
.lead_left {
	font-size: 100%;
	color: #666;
	text-align: left;
}

/* ---- kawano --- */

.anchor_tag {
}
.anchor_tag a {
	background-image: none;
}

.lead_large200 {
	font-size: 200%;
	color: #666;
	line-height: 1.3em;
}


