@charset "utf-8";

/* Contents
---------------------------------------------------------- */
#bg {
	min-width: 1200px;
	background: #ebebeb;
	}

#wrapper {
	width: 1210px;
	margin: 0 auto;
	}

.container {
	width: 905px;
	float: left;
	}

#topicPath {
	width: 870px;
	padding: 20px 5px;
	}

#topicPath a {
	text-decoration: underline;
	}

#topicPath a:hover {
	text-decoration: none;
	}

#error {
	text-align: center;
	padding: 250px 0;
	}

/* pagetop */
p#pageTop {
	bottom: 20px;
	right: 20px;
	position: fixed;
	}

p#pageTop a img {
	border: medium none transparent;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;
	}

p#pageTop a:hover img {
	filter: alpha(opacity=90);
	opacity: 0.4;
	}


/* Aside
---------------------------------------------------------- */
aside {
	width: 300px;
	padding: 20px 5px 30px 0;
	float: right;
	}

/* twitter */
aside #twitter {
	border: 1px solid #dcdcdc;
	background: #fff;
	margin: 0 0 20px 0;
	}

aside #twitter h1 {
	line-height: 0;
	background: #1e1e1e;
	padding: 15px 10px;
	}

aside #twitter #detail {
	height: 385px;
	margin: 10px;
	overflow: hidden;
	}

/* banner */
aside ul#spBanner ,
aside ul#officialBanner {
	margin: 0 0 20px 0;
	}

aside ul#spBanner li ,
aside ul#officialBanner li {
	margin: 0 0 10px 0;
	}

aside ul#banner {
	width: 300px;
	margin: 0 0 10px 0;
	}

aside ul#banner li {
	width: 150px;
	text-align: center;
	margin: 0 0 10px 0;
	float: left;
	}

aside ul#jasrac {
	width: 300px;
	}

aside ul#jasrac li {
	width: 150px;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	margin: 0 0 10px 0;
	float: left;
	}

aside ul#jasrac li img {
	margin: 0 0 5px 0;
	}



/* Footer
---------------------------------------------------------- */
footer #footerNavi {
	min-width: 1200px;
	text-align: center;
	background: #fff;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin: 0 auto;
	padding: 15px 0;
	}

footer #footerNavi a {
	color: #333;
	text-decoration: none;
	}

footer #footerNavi a:hover {
	color: #8c8c8c;
	text-decoration: underline;
	}

footer #footerCopy p {
	font-size: 10px;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	}