@charset "utf-8";
/* CSS Document */

a:link{
	text-decoration: underline;
	color: #1B7113;
}
a:visited{
	text-decoration: underline;
	color: #1B7113;
}
a:hover{
	text-decoration: none;
	color: #996600;
}
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;
	font-size: 10px;
}

.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: 11px;
	letter-spacing: normal;
	background-image: url(../images/arrow02.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 8px;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 23px;
}

.link_text02{
	text-align: right;
	font-size: 11px;
	letter-spacing: normal;
	background-image: url(../images/arrow05.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 23px;
	padding-left: 8px;
}

.fs-10{
    font-size: 10px;
}

.font-red{
    color: #FF0000;
}

.text10p{
	font-size: 10px;
	line-height: 120%;
}

.text12p{
	font-size: 12px;
	line-height: 120%;
}

.text13p{
	font-size: 13px;
	line-height: 130%;
}

.text15p{
	font-size: 15px;
	line-height: 160%;
}
