*{
	margin:0;
	padding:0;
}

img{
	margin: 0px;
	padding: 0px;
	border-width:0;
}

body{
	width:100%;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro',
 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	background-color: #ffffff;
	color: #666666;
}

h1{
	font-size:large;
	line-height: 2em;
}

h2{
	font-size:medium;
	line-height: 1.5em;
}

p{
	font-size: small;
	line-height: 1.3em;
	vertical-align: middle;
}

li,ol{
	line-height: 1.3em;
	vertical-align: middle;
}


#container{
	width:800px;
	margin:auto;
}

/************************************************/

/***Head***/

#head{
	width: 800px;
}

/***Container***/

#container{
	width:800px;
	margin:auto;
}

/***menu***/

#menu{
	height: 20px;
	width: 800px;
	float: left;
	background-image: url(img/menu/menu_base.png);
}

#menu ul{
}

#menu ul li{
	float: left;
	list-style-type:none;
}

#menu_top a{
	display:block;
	background-image: url(img/menu/top_off.png);
	width: 133px;
	height: 20px;
	background-repeat: no-repeat;
}

#menu_top a:hover{
	background-image: url(img/menu/top_on.png);
}

#menu_news a{
	display:block;
	background-image: url(img/menu/news_off.png);
	width: 133px;
	height: 20px;
	background-repeat: no-repeat;
}

#menu_news a:hover{
	background-image: url(img/menu/news_on.png);
}

#menu_schedule a{
	display:block;
	background-image: url(img/menu/schedule_off.png);
	width: 133px;
	height: 20px;
	background-repeat: no-repeat;
}

#menu_schedule a:hover{
	background-image: url(img/menu/schedule_on.png);
}

#menu_profile a{
	display:block;
	background-image: url(img/menu/profile_off.png);
	width: 133px;
	height: 20px;
	background-repeat: no-repeat;
}

#menu_profile a:hover{
	background-image: url(img/menu/profile_on.png);
}

#menu_blog a{
	display:block;
	background-image: url(img/menu/blog_off.png);
	width: 133px;
	height: 20px;
	background-repeat: no-repeat;
}


#menu_blog a:hover{
	background-image: url(img/menu/blog_on.png);
}

#menu_discs a{
	display:block;
	background-image: url(img/menu/discs_off.png);
	width: 133px;
	height: 20px;
	background-repeat: no-repeat;
}


#menu_discs a:hover{
	background-image: url(img/menu/discs_on.png);
}

/***main***/

#ct_main{
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

#ct_banner{
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-bottom: 10px;
}

/**ct top**/

#ct_1{
	height: 400px;
}

#ct_left1{
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}

#ct_right1{
	float: right;
	padding-top: 20px;
}

#ct_menu{
	float: left;
	padding-top: 70px;
	padding-left: 110px;
}

#ct_menu_news a{
	display:block;
	background-image: url(img/ct_menu/ct-news_off.png);
	width: 100px;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	background-repeat: no-repeat;
}

#ct_menu_news a:hover{
	background-image: url(img/ct_menu/ct-news_on.png);
}

#ct_menu_member a{
	display:block;
	background-image: url(img/ct_menu/ct-member_off.png);
	width: 100px;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	background-repeat: no-repeat;
}

#ct_menu_member a:hover{
	background-image: url(img/ct_menu/ct-member_on.png);
}

#ct_menu_music a{
	display:block;
	background-image: url(img/ct_menu/ct-music_off.png);
	width: 100px;
	height: 20px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
}

#ct_menu_music a:hover{
	background-image: url(img/ct_menu/ct-music_on.png);
}

#ct_menu_live a{
	display:block;
	background-image: url(img/ct_menu/ct-live_off.png);
	width: 100px;
	height: 20px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
}

#ct_menu_live a:hover{
	background-image: url(img/ct_menu/ct-live_on.png);
}

#ct_menu_media a{
	display:block;
	background-image: url(img/ct_menu/ct-media_off.png);
	width: 100px;
	height: 20px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
}


#ct_menu_media a:hover{
	background-image: url(img/ct_menu/ct-media_on.png);
}

#ct_menu_friyer a{
	display:block;
	background-image: url(img/ct_menu/ct-friyer_off.png);
	width: 100px;
	height: 20px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
}


#ct_menu_friyer a:hover{
	background-image: url(img/ct_menu/ct-friyer_on.png);
}

#ct_menuinfo{
	float: left;
	padding-top: 70px;
}

/**ct member**/

#ct_2{
	height: 380px;
	padding-top: 5px;
}

#ct_left2{
	float: left;
}


#ct_right2{
	float: right;
}

/**ct title**/

#ct_3{
	padding-top: 5px;
}

#ct_left3{
	width: 380px;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

#ct_right3{
	width: 380px;
	float: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

#ct_4{
	padding-top: 5px;
}

#ct_left4{
	width: 380px;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

#ct_right4{
	width: 380px;
	float: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

/**************/

#ct_5{
	padding-top: 20px;
}

#ct_left5{
	width: 380px;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

#ct_right5{
	width: 380px;
	float: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}


/***class***/

.ct_title{
	width: 780px;
	float: left;
	padding: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #dc143c;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dc143c;
	font-size: medium;
	font-weight: bold;
}

.ct_menuinfolist{
	height: 20px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: x-small;
}

.ct_mem{
	width: 370px;
	height: 70px;
	border-bottom-style: groove;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	position: relative;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.ct_mem-name{
	font-size: medium;
	position: absolute;
	bottom: 5px;
}

.ct_mem-img1{
	position: absolute;
	right: 10px;
}

.ct_mem-img2{
	position: static;
	left: 10px;
}

.ct_info{
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ct_infolive{
	padding-left: 30px;
	padding-top: 5px;
}

.ct_friyerimg{
	padding-left: 30px;
	padding-top: 5px;
}

.ct_a-list{
	padding-left: 25px;
	padding-top: 10px;
	font-weight: bold;
}

.ct_a-vocal{
	padding-left: 35px;
	font-size: x-small;
}

.ct_notes{
	padding-left: 35px;
	font-size: x-small;
}

