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

/* all */

*{
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
}

img{border:0;}

body {
	background-color: #111;
}

a:link{
	color:#ACD100;
	text-decoration: none;
}

a:visited{
	color:#FFA800;
	text-decoration: none;
}

.clear{clear:both;}

/* header */

.header_wrapper {
	height: 355px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 1px;
}

.header_bg {
	height: 355px;
	background-image: url(../image/background_blue.jpg);
}

.header_box {
	height: 355px;
	width: 850px;
	background-color: #111;
	margin: auto;
	padding-right: 2px;
	padding-left: 2px;
}

.header_contents_wrapper {
	height: 80px;
	margin-top: 10px;
	margin-bottom: 1px;
}

.header_contents_bg {
	height: 80px;
	background-image: url(../image/background_blue.jpg);
	margin-top: 0px;
}

.header_contents_box {
	margin: auto;
	height: 80px;
	width: 850px;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #111;
}

/* menu */

.menu_wrapper {
	width: 853px;
	height: 27px;
	margin-right: auto;
	margin-left: auto;

}

.menu_bg {
	width:100%;
	margin:0;
	padding:0;
	background:url(../image/menu_bg.jpg);
}

.menu1 {
	float: left;
	height: 25px;
	width: 105px;
	margin-top: 1px;
	padding-right: 1px;
}

.menu2 {
	height: 25px;
	width: 105px;
	float: left;
	margin-top: 1px;
}

.menu3 {
	float: left;
	height: 25px;
	width: 110px;
	margin-top: 1px;
	padding-right: 1px;
}

.menu4 {
	float: left;
	height: 35px;
	width: 110px;
}

/* contents */

.contents_wrapper {
	height: auto;
	width: 100%;
	background-color: #555;
	padding-top: 15px;
	margin-top: 1px;
}

.contents_wrapper2 {
	height: auto;
	width: 100%;
	background-color: #555;
	padding-top: 15px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(../image/contents_wrapper_bg2.jpg);
	margin-top: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.contents_box {
	width: 850px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.contents_left {
	width: 850px;
	margin-top: 10px;
}
.contents_title {
	height: 18px;
	width: 850px;
}

.contents_right {
	float: right;
	width: 200px;
}

/* news */

.update_history {
	margin-left: 10px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	line-height: 20px;
	padding-top: 10px;
}

/* banner */

.banner {
	height: 40px;
	width: 200px;
	margin-bottom: 10px;
	background-color: #000;
}

.banner2 {
	height: 40px;
	width: 200px;
	background-color: #000;
	float: left;
	margin-right: 10px;
}

.banner_text {
	float: left;
	color: #FFF;
	font-size: 12px;
	padding-top: 10px;
}

/* footer */

.footer_wrapper {
	margin: auto;
	width: 905px;
}
.footer_box {
	margin-top: 10px;
}
.footer_style {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}


.copyrights {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-top: 10px;
	text-align: center;
}

/* discography */

.dg_menubox {
	margin-top: 10px;
	height: 20px;
}
.dg_menu1 {
	height: 20px;
	width: 43px;
	float: left;
	margin-right: 10px;
}
.dg_menu2 {
	float: left;
	height: 20px;
	width: 64px;
	margin-right: 10px;
}
.dg_menu3 {
	float: left;
	height: 20px;
	width: 64px;
	margin-right: 10px;
}
.dg_menu4 {
	float: left;
	height: 20px;
	width: 58px;
	margin-right: 10px;
}
.dg_menu5 {
	float: left;
	height: 20px;
	width: 64px;
	margin-right: 10px;
}
.dg_menu6 {
	height: 20px;
	width: 64px;
	float: left;
}
.dg_box {
	margin-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 30px;
}
.dg_leftbox {
	width: 244px;
	float: left;
}
.dg_rightbox {
	width: 600px;
	float: right;
}

/* about_ksl */

.about_ksl_wrapper {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

.about_ksl_top {
	width: 800px;
	padding-top: 5px;
	padding-bottom: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FF3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.about_ksl_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 20px;
}
.mail_title {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #639300;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #639300;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
.mail_text1 {
	padding: 6px;
	color: #FFF;
	font-weight: bold;
	width: 150px;
	float: left;
}
.mail_text2 {
	padding: 6px;
	float: left;
}
.mail_text_clear {
	clear:both;
	padding-bottom:12px;
}.otsu_about_bg_box {
	height: 639px;
	width: 847px;
	background-image: url(../image/otsu_about_bg.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
.otsu_about_text_box {
	width: 455px;
	font-size: 14px;
	color: #FFF;
	padding-left: 84px;
	padding-top: 85px;
	line-height: 18px;
}
.otsu_about_text_box2 {
	width: 415px;
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	padding-left: 390px;
	padding-top: 50px;
}
.otsu_event_report_banner {
	width: 709px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
.otsu_discography_text_style1 {
	font-size: 12px;
	color: #FFF;
	line-height: 18px;
	padding-top: 5px;
}
.otsu_update_box {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 10px;
	color: #FFF;
}
.otsu_update_log_bt {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

.linkover a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}

.line03 {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #BBBBBB;
	margin-bottom: 10px;
}
.event_report_title {
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FC3;
	font-size: 16px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 4px;
	padding-left: 6px;
}

.outbox2 {

	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.txt {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}

.txt2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 8px;
}

.otsu_top_page_bt {
	width: 336px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
.txtday {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #fff;
}
.update_log_style1 {
	color: #FFF;
	line-height: 18px;
	font-size: 14px;
}
