@charset "utf-8";

/* CSS Document */

body {
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: url(../img/kkgbg.jpg);
	background-position: center top;
	margin: 0px;
	padding: 0px;
}


.header {
	margin-top: 20px;
	height: 140px;
	overflow: hidden;

}


.header .logo {
	height: 100px;
	width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	color: #903;
	text-decoration: underline;
}
a:visited {
	color: #903;
}

h1 {
	font-size: 18px;
	color: #990033;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;

}
.content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 50px;
	overflow: hidden;
}

.content .left {
	width: 240px;
	float: left;
}
.content .left .menu {
	padding: 0px;
}


.content .left .menu nav ul {
	list-style-type: none;
	background-image: url(../img/menu_bg.png);
	background-repeat: repeat;
	border: 1px solid #999;
	line-height: 200%;
	overflow: hidden;
	padding-top: 6px;
	padding-bottom: 7px;
	margin: 0px;
	font-size: 14px;

}

.content .left .menu nav ul li a {
	color: #999;
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.content .left .menu nav ul li a:hover {
	color: #903;
}


.content .left .twitter {
	margin-top: 44px;
}

.content .right {
	width: 600px;
	float: right;
}

.content .right .latest_sound {
	background-image: url(../img/menu_bg.png);
	background-repeat: repeat;
	border: 1px solid #999;
}
.content .right .right_main {
	background-image: url(../img/menu_bg.png);
	background-repeat: repeat;
	border: 1px solid #999;
	padding-left: 20px;
}


h2 {
	font-size: 18px;
	font-weight: bolder;
	font-family: Georgia, "Times New Roman", Times, serif;
}



.date {
	font-size: 14px;
	color: #999;
}
.news {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 20px;
}
.content .right .right_main .readmore {
	text-align: right;
	margin-right: 50px;
	padding-top: 15px;
	padding-bottom: 10px;
}
h4 { /* CDタイトルんとこ */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990033;
	font-size: 18px;
	color: #990033;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}


.movie_unit {
	height: 255px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.movie_box {
	height: 240px;
	width: 320px;
	border: 1px solid #999;
	float: left;
}
.movie_info {
	float: right;
	width: 240px;
	overflow: hidden;
}


.clear_float {
	font-size: 1px;
	line-height: 0px;
	clear: both;
}
.footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #903;
	color: #999;
	text-align: center;
	margin-top: 60px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	white-space: nowrap;
	line-height: 60px;
}

.footer ul li {
	list-style-type: none;
	display: inline;
}

.footer nav ul li a {
	color: #999;
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.footer nav ul li a:hover {
	color: #903;
}
.profile_box {
	height: 170px;
	width: 600px;
}
.kkg_icon {
	width: 150px;
	margin-top: 25px;
	float: left;
}

.kkg {
	width: 420px;
	float: right;
	padding-top: 25px;
}
.history {
	background-image: url(../img/menu_bg.png);
	background-repeat: repeat;
	border: 1px solid #999;
}
.history_title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-size: 14px;
	font-style: italic;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;

}
.history_exp {
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 60px;
}
.links {
	background-image: url(../img/menu_bg.png);
	background-repeat: repeat;
	padding-left: 20px;
	font-size: 14px;
	padding-top: 10px;
	border: 1px solid #999;
	padding-right: 20px;
	padding-bottom: 10px;
}
.cd {
	background-image: url(../img/menu_bg.png);
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #999;
	overflow: hidden;
}
.album {
	width: 590px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}




.cover {
	text-align: center;
	width: 200px;
	font-size: 12px;
	float: left;
}

.album_info {
	float: right;
	width: 320px;
}


.clearfloat { /* フローティング解除 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.number {
}

.lineup {
	color: #999;
	line-height: 15px;
	margin-bottom: 40px;
}
