@charset "utf-8";
/* CSS Document */

a:link{
	text-decoration: underline;
	color: #CC0000;
}
a:visited{
	text-decoration: none;
	color: #CC0000;
}
a:hover{
	text-decoration: none;
	color: #6B7F0A;
}
a:active{
	text-decoration: none;
	color: #000000;
	outline: none;
}

a:focus{
  -moz-outline-style: none;
}


h1,h2,h3,h4,h5,h6{
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

p{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 150%;
}

.right{
	text-align: right;
	clear: both;
}

.right02{
    text-align: right;
	margin-top: 50px;
}

.right03{
	text-align: right;
	clear: both;
	padding-top: 50px;
}


.left{
    text-align: left;
}


.left02{
    text-align: left;
	margin-top: 50px;
}


.center{
    text-align: center;
}

.center02{
	text-align: center;
	padding: 20px;
}

.center03{
	text-align: center;
	padding-top: 20px;
	clear: both;
}

.center04{
	text-align: center;
	margin-top: 10px;
}

.link_text{
	text-align: right;
	font-size: 9px;
	margin: 0px;
	clear: both;
}

.link_text02{
	text-align: right;
	font-size: 9px;
	letter-spacing: normal;
	background-image: url(../images/yaji02.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 8px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 15px;
}

.link_text03{
	text-align: right;
	font-size: 9px;
	letter-spacing: normal;
	background-image: url(../images/yaji02.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 8px;
	margin-right: 20px;
}

.font-atype{
    color: #0C9BDB;
	font-weight: 600;
}

.font-btype{
    color: #D90070;
	font-weight: 600;
}

.font-ctype{
    color: #A09A01;
	font-weight: 600;
}

.caption{
    font-size: 80%;
}
