@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Noto+Sans|Quicksand|Playfair+Display');

/*
#E0E0E0
#C0C0C0
#A0A0A0
#808080
#606060
#404040
#202020

#C0A080
#A08060
#E0A080
#E0C0C0
#E0A0A0
#806060
#604040
#404060
*/

body{
	background-image: url("./img/bg6.jpg");
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	color: #f0f0f0;
	margin: 0px;
	background-color: #202020;
}

a:link,a:visited,a:active{
	text-decoration: none;
	color: #f0f0f0;
}

a:hover{
	text-decoration: none;
	color: #925468;
}

.main{
	margin-top: 50px;
	text-align: center;
	/*
	width: 600px;
	background-color: rgba(0,0,0,0.50);
	border-radius: 15px;
	padding: 40px 30px 30px 30px;*/
}

.title{
	margin-bottom: 40px;
	color: #f0f0f0;
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	letter-spacing: 2px;
	/*display: table-cell;*/
}

.title a:hover{
	text-decoration: none;
	color: #f0f0f0;
}

.zf{
	/*display: table-cell;*/
	font-size: 90px;
	line-height: 0.9;
	text-align: right;
	vertical-align: bottom;
}

.the9th{
	/*display: table-cell;*/
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 220px;
	line-height: 0.9;
	vertical-align: bottom;
}

.contents{
	margin-top: 40px;
	padding: 0px;
	color: #f0f0f0;
	text-align: center;
	letter-spacing: 1px;
	list-style-type: none;
	list-style-position: outside;
}

.contents a{
	margin: 0px 15px 0px 15px;
}

.frame{
	border: none;
	margin-top: 20px;
}

.rss-box{
	/*background-color: rgba(0,0,0,0.4);*/
	border-radius: 10px;
	margin-bottom: 5px;
	padding: 25px;
}

.rss-title{
	font-size: 24px;
	text-decoration: none;
}

.rss-date{
	font-family: 'Noto Serif', serif;
	font-size: 12px;
	padding-left: 12px;
}

ul.rss-items{
	margin-left: 12px;
	padding: 0px;
	list-style-type: disc;
	list-style-position: outside;
}

ul{
	margin: 0px;
}

.footer{
	margin-top: 25px;
}
