@charset "utf-8";
@import url("../webfonts/very_damaged/stylesheet.css");


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


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
a:link {
	color: #5294AA;
	text-decoration: underline;
}
a:visited {
	color: #5294AA;
}
a img { /* 画像リンクのボーダー解除 */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.main_left {
	float: left;
	width: 600px;
}
.main_right {
	float: right;
	width: 240px;
}
.movie_title {
}





.header {
	overflow: hidden;
	padding-top: 150px;
}
.logo {
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	width: 700px;
}
.navi {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #5294AA;
	border-right-color: #5294AA;
	border-bottom-color: #5294AA;
	border-left-color: #5294AA;
	background-image: url(../img/menu_bg.png);
	background-repeat: repeat;
	text-align: center;
	font-size: 24px;
	color: #CCC;
	font-family: very_damaged;
	margin-top: 50px;
	white-space: nowrap;
}


.container {
	width: 900px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 50px;
}
.box {
	border: 1px solid #5294AA;
	background-image: url(../img/menu_bg.png);
	background-repeat: repeat;
	height: 240px;
	width: 900px;
	font-size: 12px;
}

#slider {
	margin: 0px;
	padding: 0px;
	height: 240px;
}

.headline1 {
	margin: 0px;
	padding: 0px;
}
.headline2 {
	margin: 0px;
	padding: 0px;
}
.headlineimage {
	border: 1px solid #CCC;
	float: left;
	height: 200px;
	width: 200px;
	margin-top: 20px;
	margin-left: 20px;
}

.description {
	text-align: center;
	float: right;
	margin-right: 120px;
	padding-top: 20px;
	width: 450px;
}

h3 { /* box内見出し */
	font-size: 28px;
	font-weight: bolder;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 0px;
}






.content {
	margin-top: 20px;



}


h1 { /* コンテンツ内見出し */
	font-family: very_damaged;
	color: #5294AA;
	font-size: xx-large;
}
.news { /* news記事 下線付 */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5294AA;
}
.contact {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5294AA;
	line-height: 40px;
}
.date {
	font-size: 14px;
	color: #999;
}
.readmore {
	float: right;
	padding-bottom: 50px;
	padding-right: 20px;
	font-size: 12px;
	padding-top: 15px;
}



.footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5294AA;
	text-align: center;
	white-space: nowrap;
	width: 900px;
	padding-right: 0;
	padding-left: 0;
	line-height: 60px;
	color: #999;
	margin-top: 60px;
}
.webclap { /* web拍手　下線付 */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5294AA;
	padding-bottom: 40px;
}
nav li{
	display: inline;
	margin-right: 10px;

}
nav li a:link {
	color: #999;
	text-decoration: none;
}
nav li a:visited {
	color: #999;
}
nav li a:hover {
	color: #FFF;
}
nav li a{ /* メニュー項目オンマウス時のアニメーション */
	-webkit-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s;
	-ms-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
}


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



.jquery-slider {
    overflow: hidden;
    position: relative;
}
.jquery-slider-element {
    overflow: hidden;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.jquery-slider-control {
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    border: 1px solid #666;
    background: #fff;
    opacity: 0.33;
    cursor: pointer;
    border-radius: 12px;
    box-shadow: #666 0 0 2px;
    text-shadow: #fff 0 0 1px;
}
.jquery-slider-control:hover {
    opacity: 1;
}
.jquery-slider-control-prev {
    left: 5px;
    top: 5px;
}
.jquery-slider-control-next {
    right: 5px;
    top: 5px;
}
.jquery-slider-pages {
    overflow: visible;
    position: absolute;
    left: 5px;
    bottom: 5px;
    height: 20px;
    right: 5px;
}
.jquery-slider-page {
    overflow: hidden;
    position: relative;
    display: block;
    float: right;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
    background: #999;
	cursor: pointer;
    opacity: 0.33;
    margin: 3px;
    border-radius: 6px;
    box-shadow: #333 0 0 2px;
}
.jquery-slider-page:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
}
.jquery-slider-page-current {
    opacity: 1;
}
.album {
	width: 600px;
	margin-top: 25px;
}


.cover img {
	border: 1px solid #5294AA;
}
h4 { /* CDタイトルんとこ */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5294AA;
	font-size: 18px;
	color: #5294AA;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	line-height: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.number {
}



.cover {
	text-align: center;
	width: 204px;
	font-size: 12px;
	float: left;
	margin-right: 20px;
}
.album_info {
	width: 360px;
	float: right;
}
.lineup {
	color: #999;
	line-height: 15px;
	margin-bottom: 40px;
}
.member_img {
	margin: 0px;
	padding: 0px;
	float: left;
	border: 1px solid #5294AA;
	height: 70px;
	width: 70px;
}
.member_name {
	padding: 0px;
	margin: 0px;
}

.links {
	margin-left: 40px;
	font-size: 14px;
}


h2 { /* news内見出し */
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.movie_unit {
	height: 300px;
}

.movie_box {
	width: 320px;
	border: 1px solid #5294AA;
	float: left;
	height: 240px;
}


.movie_info {
	float: right;
	width: 270px;
}
.movie_desperado {
	margin-left: 40px;
}
.movie_left {
	float: left;
	width: 350px;
	margin-left: 40px;
}
.movie_right {
	float: right;
	width: 350px;
	margin-right: 40px;
}
