@charset "utf-8";
/* CSS Document */

a:link{
	color: #00CCFF;
	text-decoration: underline;
}
a:visited{
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
	color: #CC0000;
}
a:active{
	text-decoration: none;
	color: #006600;
}

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: 150%;
}

.right{
	text-align: right;
}

.right02{
	text-align: right;
	clear: both;
	padding-top: 50px;
	padding-bottom: 30px;
}

.right03{
	text-align: right;
	clear: both;
	padding-right: 223px;
	padding-top: 30px;
}

.left{
    text-align: left;
}


.left02{
    text-align: left;
	margin-top: 50px;
}


.left03{
    text-align: left;
	clear: both;
}

.center{
    text-align: center;
}

.center02{
	text-align: center;
	margin-top: 50px;
}

.center03{
    text-align: center;
	clear: both;
}

.font-red{
	color: #FF0000;
}

.font-red02{
	font-size: 1.1em;
	font-weight: 600;
	color: #FF0000;
	padding-top: 20px;
}

.font-red03{
	color: #FF0000;
	margin-left: 20px;
	font-size: 9px;
	font-weight: normal;
}
