@charset "utf-8";
/* CSS Document */

a:link{
	text-decoration: underline;
	color: #FFCC00;
}
a:visited{
	text-decoration: underline;
	color: #FFCC00;
}
a:hover{
	text-decoration: none;
	color: #BAAA01;
}
a:active{
	text-decoration: none;
	color: #BAAA01;
	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: 140%;
}

.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;
	font-size: 80%;
}

.left03{
    text-align: left;
	margin-top: 50px;
}


.center{
    text-align: center;
	clear: both;
}

.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;
	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: 10px;
}

.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-red{
    color: #FF6868;
	font-weight: 600;
}


.font-red02{
    color: #CC0000;
	font-size: 150%;
	font-weight: 600;
}

.font-blue{
    color: #0099FF;
	font-weight: 600;
}

.font-yellow{
    color: #D1D370;
}

.font-yellow02{
    color: #D1D370;
	font-size: 150%;
	font-weight: 600;
}

.font-black{
    color: #000000;
}

.caption{
    font-size: 80%;
}

.caption02{
    font-size: 85%;
}
