@charset "utf-8";
/* CSS Document */

a:link{
	text-decoration: none;
	color: #99CC33;
}
a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #FF9900;
}
a:active{
	text-decoration: none;
	color: #99CC33;
}

h1,h2,h3,h4,h5,h6{
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

p{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 160%;
}

.right{
	text-align: right;
	clear: both;
}

.right02{
    text-align: right;
	clear: both;
	margin-top: 50px;
}

.right03{
	text-align: right;
	clear: both;
}

.right04{
	text-align: right;
	clear: both;
	font-size: 10px;
	background-image: url(../images/yya.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 10px;
}


.left{
    text-align: left;
}


.left02{
    text-align: left;
	margin-top: 50px;
}


.center{
    text-align: center;
}

.title-text{
	margin: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF9900;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	letter-spacing: 0.3em;
}

.font01{
	font-weight: bold;
	color: #FF9900;
}

.font02{
	color: #99CC33;
}

.font03{
	font-size: 0.8em;
	padding-left: 10px;
}

.font04{
	font-size: 1.4em;
	font-family: "Courier New", Courier, mono;
	color: #990000;
	font-weight: bold;
}

.font05{
	padding-left: 10px;
}

.caption{
    font-size: 80%;
}
