/* style.css */

html {
	background-image: url(../img/bg1.jpg);
	height: 100%;
}

body {
	height: 100%;
}

body > #container {
	height: auto;
}

/*******************
	div要素
********************/
#container {
	min-height: 100%;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0px 10px 0px;
	text-align: left;
	background-image: url(../img/bg2.jpg);
	background-size: auto auto;
	background-repeat: repeat-y;
	font-family: "cursive","Comic Sans MS";
	font-size: 14px;
}

#header {
	height: 200px;
	width: auto;
	background-image: url(../img/header.png);
	background-size: 300px auto;
	background-repeat : no-repeat;
	background-position: left;
}

#menu {
	marginbottom: 15px;
	overflow: hidden;
}

#main {
	overflow: hidden;
	margin-bottom: 18px;
}

#exlink {
	height: auto;
	padding-left: 30px;
	background-image: url(../img/body_bg.png);
	background-repeat : repeat-y;
}

#liveinfo {
	height: auto;
	padding-left: 10px;
	padding-top: 10px;
	background-image: url(../img/body_bg.png);
	background-repeat : repeat-y;
}

#youtubeinfo {
	height: auto;
	padding-left: 10px;
	padding-top: 10px;
	background-image: url(../img/body_bg.png);
	background-repeat : repeat-y;
}

#biography {
	height: auto;
	padding-left: 10px;
	padding-top: 10px;
	background-image: url(../img/body_bg.png);
	background-repeat : repeat-y;
}

#discography {
	height: auto;
	background-image: url(../img/body_bg.png);
	background-repeat : repeat-y;
	padding-left: 10px;
	padding-top: 10px;
}

#mailmagazine {
	height: auto;
	background-image: url(../img/body_bg.png);
	background-repeat : repeat-y;
	padding-left: 10px;
	padding-top: 10px;
}

#footer {
	font-size: 12px;
	color: #ccc;
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 10px 0 20px;
}







/*******************
	子孫要素
********************/
#menu ul>li {
	float: left;
	width: 100px;
	font-size: 13px;
	text-align: center;
	padding: 4px;
	background: #ccc;
	margin-right: 10px;
	border-radius: 4px;
	text-shadow: 0 1px 0 #fff;
}

#menu ul>li:hover {
	background: #ddd;
}

#menu ul>li>a {
	text-decoration: none;
	display: block; /* 文字以外のボタン上でもクリック可能になる */
}

h1 {
	font-weight: bold;
	font-size: 23px;
	padding: 3px 0 3px 10px;
	color: #660000;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	border-left: 5px solid Maroon;
	padding: 3px 0 3px 10px;
	margin-bottom: 10px;
}

h3 {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding: 3px 0;
	margin-bottom: 10px;
}

p {
	margin-bottom: 14px;
}

hr {
	margin: 0 auto 10px;
	padding: 0;
	width: 940px;
	overflow:hidden;
	background: url(../img/border.png) repeat-x;
}
ul.release {
	marginbottom: 15px;
}

ul.release>li {
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

ul.release>li:last-child {
	border: none;
}

ul.release>li>img {
	float: left;
	width: 60px;
	padding: 2px;
	background: #fff;
	border: 1px solid #ccc;
}

ul.release>li>p {
	margin-left: 70px;
	font-size: 13px;
}


.live_title {
	text-shadow: 0 1px 0 #fff;
	color: red;
	font-weight: bold;
}

.live_detail {
	color: DarkGreen;
}

#news>h2 {
	color: Maroon
}


#media_control li{
	float: left;
	margin-top: 18px;
	margin-left: 39px;
}

#youtube_list>li.movie {
	float: left;
	
}

#youtube_list li { 
	margin-top: 19px;
	margin-left: 15px;
}

.scroll {
	height: 310px;
	background-image: url(../img/body_bg.png);
	background-repeat : no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

#toppanel #panel .left p {
	font-size: 5px;
	padding-left: 95px;
	color: #8B4513;
}

#mailmagazine_info {
	font-size: 10px;
	color: #8B4513;
}

#bodytext {
	font-family:"C4-UniversalLine-BDY-R";
	font-family:"メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	letter-spacing: 0.1em;
}


.mm_button {
	width: 50px;
	height: 25px;
}



#mailmagazine input.text {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#mailmagazine input:focus.mm_textbox {
	background: #fffacd;
}

#mailmagazine input:focus.mm_textbox {
	background: #fffacd;
}

#mailmagazine .mm_textbox {
	height: 25px;
	width: 200px;
	color: #8b4513;
	line-height: 20px;
	font-size: 15px;
	border: 1px #1A1A1A solid;
	background: #d2b48c;
}

.tt {
 line-height: 58%;
 font-family:"serif", "Georgia";
}

#tt2 {
	font-weight: bold;
	font-size: 1px;
	color: red;
}
#tt1 {
	font-size: 1px;
	color: black;
}

#img_thumbnail {
	margin-top: 5px;
	margin-right: 5px;
}

