@charset "utf-8";
/* CSS Document */

a:link{
	text-decoration: underline;
	color: #00a8eb;
}
a:visited{
	text-decoration: underline;
	color: #00a8eb;
}
a:hover{
	text-decoration: none;
	color: #FF9900;
}
a:active{
	text-decoration: none;
	color: #99CC33;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

p{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.right{
	text-align: right;
}

.right02{
    text-align: right;
	margin-top: 50px;
}

.right03{
	text-align: right;
	clear: both;
}

.left{
    text-align: left;
}


.left02{
    text-align: left;
	margin-top: 50px;
}


.center{
    text-align: center;
}

.center02{
    text-align: center;
	padding-top: 15px;
}

.caption{
	font-size: 10px;
	line-height: normal;
	padding: 8px;
	text-align: justify;
	letter-spacing: -0.1em;
}

.caption02{
	font-size: 11px;
	line-height: normal;
	padding-top: 10px;
	text-align: justify;
	letter-spacing: normal;
}

.font_orange{
	color: #FF6600;
	font-weight: 600;
	font-size: 120%;
}

.font_orange02{
	color: #FF6600;
	font-weight: 600;
}

