body{
	background:#794d4b url(top/back_bluesky3.webp) repeat-x fixed left bottom;
	color:white;
}
.infomation{
	color:tan;
}
.copyright{
	color:tan;
	height:250px;
	padding-left:250px;
	background: url(top/tree.gif) no-repeat scroll left bottom;
}
a{
	color:tan;
}
a:visited{
	color:gold;
}
a:hover{
	color:white;
}

/*-- subject --*/
/*-- big screen --*/
@media screen and (min-width:720px) {
	.subject{
		background:#faf7ef url(/top/title_w.webp) no-repeat center center scroll;
		border-radius: 30px;
		border:1px solid tan;
		padding:10px;
	}
	.mini_title{
		display:none;
	}
}
/*-- small screen --*/
@media screen and (max-width:719px) {
	.subject{
		background:#faf7ef url(/top/title_w.webp) no-repeat center center scroll;
		border-radius: 30px;
		border:1px solid tan;
	}
	.subject .title{
		width:50vw;
	}
	.big_title{
		display:none;
	}
}
.subject{
		text-align: right;
		color:black;
}
.subject h1, .subject .set{
		text-align: right;
}
.url{
	font-size:small;

}
.set2{
	font-size:small;
}
h2{
	border-bottom:1px double #fff;
	text-align:left;
}
h3{
	border-bottom:1px double #8baea5;
}

