@charset "utf-8";
/* CSS Document */

body{
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;sans-serif;
	font-size:14px;
	color:#FFFFFF;
	line-height:160%;
	margin:0;
	padding:0;
	background-color:#000000;
	
}

#main{
	width:1280px;
    margin: 0 auto;  
}
#head{
}
#side{
	width:300px;
	float:left;
}
#container{
    margin: 0 auto;  
	width:900px;
	float:left;
	padding:15px;
}
#footer{
	border-top:solid #FFFFFF 1px;
}

a,
a:link,
a:visited {
    color:#FFFFFF;
    text-decoration: none;
}
a:hover {
    color:#FFFFFF;
    text-decoration: underline;
}
a:active {
    color:#FFFFFF;
    text-decoration: none;
}

a img {
    border: 0;
}



.box {
	display: inline-block;
}


.clear_both{
	clear:both;
}

.logo{
	font-size:30px;
	padding-top:10px;
	padding-bottom:30px;
}
.logo_s{
	padding-top:30px;
	font-size:16px;
}

.sns_tw{
	width:280px;

}
	

.h1_neko{
	font-size:18px;
	border-bottom:#FFFFFF solid 1px;
	font-weight:bold;
}
.story{
	margin:20px;
	font-size:14px;
	line-height:200%;
}

.border_radius {
	color:#000;
	text-align:center;
	width:500px; /* 横幅 */
    padding:5px; /* 内側余白 */
    border:solid 1px #FFF; /* 罫線 */
    border-radius:10px; /* 角丸 */
}
