/* 全体設定 */

body {
	margin-top: 0px;
	text-align: center;
	font-size: small;
	line-height:18px;

/* 春夏用背景色−白*/
	background-color: #FFFFFF;
	background-image: url('../images/0-all/background.gif');
	background-repeat: repeat-y;
	background-position: center;

/* 秋冬用背景色−茶
	background-color: #AB9775;
*/

}


a {
}


a:hover {
	color: #977A24;
}

a.small {
	color: #1C719A;
	font-weight: none;
	font-size: small;

}

a.small_2 {
	color: #777777;
	font-weight: none;
	font-size: small;
}

a.small_3 {
	color: #FFFFFF;
	font-weight: none;
}

a.medium {
	color: #1C719A;
	font-weight: bold;
	font-size: medium;
}

img {
    border-style:none;
}

a img {
    border-style:none;
}


hr {
	display: none;
}

div.line {
	border-bottom: solid 1px #1C719A;
	width: 730px;
}


div.line_2 {
	border: solid 1px #8787A8;
	border-style: dashed;
	width: 730px;
	margin-top: 25px;
	margin-bottom: 25px;
}

div.line_top {
	border-bottom: solid 1px #7B6E5B;
	width: 800px;
	margin-top:0;
}

ul {
	padding: 1px;
	margin: 0px;
	list-style-type:none;
}






/* トップページ・コンテンツページ共通 */

#container {
	position: relative;
	width: 800px;
	height: auto;
	margin: 0 auto;
	color: #333333;
	background-color: #C8D9ED;
	text-align: center;
}

#copyright {
	width: 800px;
	height: 80px;
	padding-right: 10px;
	margin-top: -80px;
	margin-bottom: 100px;
	padding-bottom: 100px;
	text-align: right;
}

.bold_1 {
	color: #7E5F2C;
	font-weight: bold;
	margin-bottom: 15px;
}

.bold_2 {
	color: #7E5F2C;
	font-weight: bold;
	font-size: medium;
	line-height:28px;
}

.bold_3 {
	font-weight: bold;
}

.brown {
	color: #7E5F2C;
}

.small_font {
	font-size: x-small;
}


.serif_font {
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",細明朝体,serif;
}

.serif_font_small {
	font-size: x-small;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",細明朝体,serif;
}



/* トップページ */

#top_head {
	width: 800px;
	height: 404px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#top_menu {
	width: 800px;
	height:35px;
	margin: 0px;
	padding: 0px;
}

#top_main {
/*
	position: relative;
	
*/

	position: absolute;
	width: 800px;
	height: 1250px;
	top: 441px;
	left: 0px;
	background-color: #C8D9ED;
	margin-bottom: 150px;
	padding-bottom: 150px;
}

#top_liveinfo{
	position: absolute;
	width: 740px;
	height: 75px;
	top: 20px;
	left: 30px;

	color: #555555;
	font-size: x-small;
	text-align: left;
}

#top_whatsnew {
	position: absolute;
	width: 250px;
	height: 320px;
	top: 135px;
	left: 30px;
	background-image: url('../images/0-all/top_blue_1.gif');
	overflow:auto;

	color: #333333;
	font-size: x-small;
	text-align: left;
	padding: 17px;
}

#top_twitter {
	position: absolute;
	width: 250px;
	height: 30px;
	top: 475px;
	left: 30px;
	background-image: url('../images/0-all/top_blue_2.gif');
	
	font-size: x-small;
	text-align: left;
	padding: 17px;
}

#top_twitter2 {
	position: absolute;
	width: 250px;
	height: 395px;
	top: 510px;
	left: 30px;
	background-image: url('../images/0-all/top_blue_2.gif');
	
	font-size: x-small;
	text-align: center;
	padding: 5px;
}

#top_pickup {
	position: absolute;
	width: 250px;
	height: 300px;
	top: 135px;
	left: 300px;
	background-image: url('../images/0-all/top_blue_3.gif');
	
	color: #FFFFFF;
	font-size: x-small;
	text-align: left;
	padding: 17px;
}

.top_right {
	text-align: right;
}

#top_cdinfo {
	position: absolute;
	width: 250px;
	height: 450px;
	top: 455px;
	left: 300px;
	background-image: url('../images/0-all/top_blue_4.gif');
	
	font-size: x-small;
	color: #FFFFFF;
	text-align: left;
	padding: 17px;
}

#top_banner {
	position: absolute;
	width: 180px;
	height: 770px;
	top: 135px;
	left: 570px;
	background-image: url('../images/0-all/top_blue_5.gif');

	font-size: x-small;
	text-align: left;
	padding: 17px;
}

#top_main_footer {
	position: absolute;
	width: 740px;
	height: 75px;
	top: 920px;
	left: 30px;

	text-align: left;
}

#top_banner_center {
	text-align: center;
}





/* コンテンツページ共通 */

#contents_head {
	width: 800px;
	position: relative;
	margin: 0px;
}

#contents_menu_1 {
	position: absolute;
	height:36px;
	top: 89px;
	left: 303px;
	background: #7C6E5C;
}

#contents_menu_2 {
	position: absolute;
	height:36px;
	top: 123px;
	left: 303px;
	background: #7C6E5C;
}


#contents_title {
	text-align: center;
	padding-top: 17px;
	padding-bottom: 25px;
}

#contents_main {
	text-align: left;
	margin-left: 40px;
}

#contents_footer {
	margin-top: 30px;
	margin-left: 40px;
	text-align: left;
}


ul.c_menu li {
	float: left;	
}

ul.c_menu li a {
	display: block;
}

ul.c_menu li a img {
	opacity: 1; /* IE以外設定 */
	filter: Alpha(opacity=100); /* IE用設定 */
}

ul.c_menu li a:hover {
	background: #1C719A;
}

ul.c_menu li a:hover img {
	opacity: 0.8; /* IE以外設定 */
	filter: Alpha(opacity=80); /* IE用設定 */
}



ul.c_menu_2 li {
	float: left;
	margin-right: 1px;
	width: 70px;
	border: solid 1px;
	border-color: #FFFFFF #8FAEB6 #8FAEB6 #FFFFFF;
	font-size: x-small;
	text-align: center;
}

ul.c_menu_2 li a {
	display: block;
	color: #666666;
	text-decoration: none;
}

ul.c_menu_2 li a:hover {
	background-color: #ADC9DC;

}



/* コンテンツページ -Profile- */

.profile_box {
	width: 725px;
	height: 650px;
	margin-top: 10px;
	padding-left: 10px;
}
.profile_photo {
	float: left;
	width: 265;
	text-align: center;
}

.profile_exp {
	float: right;
	width: 380;
	margin-top: 5px;
	text-align: left;
}

.profile_item {


}

.profile_title {
	margin-bottom: 15px;

}


/* コンテンツページ -Schedule- */


.schedule_title {
	color: #1C719A;
	font-weight: bold;
	margin-bottom: 10px;
}



/* コンテンツページ -Works- */


.works_box {
	width: 730px;
	height: 235px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 15px;
	
	font-size: x-small;

}

.works_cd_image {
	float: left;
	width: 200;
	border: 1px solid  #7B7B7B;
}

.works_cd_exp {
	float: right;
	width: 450;
	margin-top: 5px;
	text-align: left;
}



/* コンテンツページ -Discography- */

.disco_box {
	width: 730px;
	height: 235px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 15px;
}

.disco_cd_image {
	float: left;
	width: 200;
	border: 1px solid  #7B7B7B;
}

.disco_cd_exp {
	float: right;
	width: 450;
	margin-top: 5px;
	text-align: left;
}

.disco_usen_box {
	width: 670;
	margin-top: 30px;
	text-align: right;
}

.disco_usen_exp {
	width: 640;
	padding: 20px;
	text-align: left;
	border-style: dotted;
	border-color: #888888;

}






/* コンテンツページ -Photo- */


.photo_box {
	width: 700px;
	text-align: left;

}


/* コンテンツページ -Movie- */

.movie_box {
	width: 700px;
	height: 250px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	line-height:24px;
}

.movie_image {
	float: left;
	width: 265;
	text-align: center;
}

.movie_exp {
	float: right;
	width: 370;
	margin-top: 5px;
	text-align: left;
}



/* コンテンツページ -Link- */

.link_box {
	width: 730px;
	height: 80px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	line-height:24px;
}

