@charset "UTF-8";
/* CSS Document */

#newsWrapper {
	width: 600px;
	height: auto;
	border: dotted 1px;
	background: url(../information/images/news_top.png) no-repeat 15px 15px;
	margin: 0 auto;
}

#newsInner {
	margin: 60px 20px 20px 20px;
	max-height: 300px;
	width: 560px;
	overflow-y: auto;
}

#newsInner p, h1 {
	margin-bottom: 10px;
	}

#profileWrapper {
	width: 600px;
	height: auto;
	border: dotted 1px;
	background: url(../information/images/profile_top.png) no-repeat 15px 15px;
	margin: 20px auto 0;
}

#profileInner {
	margin: 60px 20px 20px 20px;
	width: 560px;
}

#profileInner p, h1 {
	margin-bottom: 10px;
	}

.takuyaImage {
	margin: 0 20px 20px 0;
	float: left;
}

#discoWrapper {
	width: 600px;
	border: solid 1px;
	background: url(../information/images/discography_top.png) no-repeat 15px 15px;
	margin: 20px auto 0;
}

#discoInner {
	margin: 60px 20px 20px 20px;
	width: 560px;
}