@charset "utf-8";
/* CSS Document */

body {
	color:#666666;
	}
.f10h16 {
		font-size:10px;
		line-height:16px;}
.f12h28 {
		font-size:12px;
		line-height:28px;}
.f12h20 {
		font-size:12px;
		line-height:20px;}
		
h1, body{
	text-align:center;
	margin:0;
	padding:0;
}
h2{
	margin:0;
	padding:0;
}
h3{
	margin:0;
	padding:0;
}

ul{
	margin:0;
	padding:0;
}
li{
	margin:0px;
	padding:0;
	list-style-type:none;
	}
img{
	border:0;
	}
/* ===== リンク色 ===== */
a:link{ color: #666; text-decoration:underline;}
a:visited{ color: #666; text-decoration:underline;}
a:active{ color: #999; text-decoration:underline;}
a:hover{ color: #999; text-decoration:none;}

/* ===== コンテンツ内リンク色 ===== */
#text a:link{ color:#666; text-decoration:underline;}
#text a:visited{ color:#666; text-decoration:underline;}
#text a:active{ color:#FF8080; text-decoration:underline;}
#text a:hover{ color:#FF8080; text-decoration:none;}

#text a{ color:#FF8080; text-decoration:none;}

.pink{ color:#FF8080;}
.gray{ color:#999999;}

