@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Nunito:300);

body{
	font-family: 'Nunito','Noto Sans Japanese',sans-serif;
	font-weight: 200;
	text-align: center;
	background-image: url(alpha-noize.png);
	font-size:13px;
	line-height: 20px;
	letter-spacing: 3px;
	color: #696b84;
}

::selection {
    background: #696b84; /*背景色*/
    color: #fff; /*文字色*/
}
::-moz-selection {
    background: #696b84; /*背景色*/
    color: #fff; /*文字色*/
}

#loader {
    width: 164px;
    height: 52px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -26px; /* heightの半分のマイナス値 */
    margin-left: -82px; /* widthの半分のマイナス値 */
    z-index: 100;
}
 
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-image: url(alpha-noize.png);
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}


a{
	text-decoration: none;
	color:#bea27a;
}
a:hover{
	color:#fff;
}
.tumblr img{
	width:65px;
	height:65px;
	border-radius: 10px;
}
.tumblr li{
	list-style-type: none;
	float: left;
	margin-left:5px;
}
h1{
	font-weight : normal;
	text-align: right;
	color:#999;
}
h2{
	margin-top:20px;
	color: #a73735;
}
h3{
	margin-top:5px;
	font-weight: normal;
	color: #c8bda1;
}
b{
	font-weight: 500;
}
.wrapper{
	width: 100%;
	text-align: center;
}

.main{
	margin:0 auto;
	width:700px;
	text-align: left;
}
p{
	margin-left:15px;
}

.clap{
	background-color: #fff;
    border-radius:3px;
    border:1px solid #ccc;
    margin-top:20px;
    padding:3px;
    width:70px;
    text-align: center;


}