@charset "UTF-8";
/* CSS Document */

/*************************
 a
*************************/
a {
	color: #B3B3B3;
	text-decoration: none;
	font-size: 10px;
	line-height: 16px;
}
a:hover {
	color:#960000;
	text-decoration: none;
	font-size: 10px;
	line-height: 16px;
}

/*************************
 テキスト
*************************/
p {
	font-size: 11px;
	
	
	color: #5A5A5A;
	text-align: left;
	line-height: 20px;
}

/*************************
 whatsnew
*************************/
.style05 {
	color: #5A5A5A;
	font-size: 9px;
	line-height: 17px;
}

/*************************
 cloud
*************************/
h1 {
	font-size:9px;
	color: #5A5A5A;
	text-align: left;
	font-weight: lighter;
	line-height: 17px;
}

/*************************
 privacy sitemap
*************************/
h2 {
	font-size:14px;
	color: #B3B3B3;
	text-align: left;
	font-weight: lighter;
	line-height: 26px;
}
.style02 {
	color: #B3B3B3;
	font-size: 9px;
}

/*************************
 linksite
*************************/
h3 {
	font-size:10px;
	color: #5A5A5A;
	text-align: left;
	font-weight: lighter;
	line-height: 20px;
	margin-bottom: 20px;
}
.style01 {
	color: #B3B3B3;
	font-size: 11px;
	line-height: 20px;
}
.style03 {
	color: #5A5A5A;
	font-size: 10px;
	line-height: 18px;
}

/*************************
Copyright
*************************/
h4 {
	font-size:10px;
	color: #B3B3B3;
	text-align: center;
	font-weight: lighter;
	line-height: 17px;
	padding-top: 15px;
}

