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

p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

li {
list-style:none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #ffffff; /* 全域背景カラー */
}

#container {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height: 100%;

	background-image: url(images/bk1024gra.png);/* background-color: #ffcccc; ホームページ背景カラー  ピンクグラデーション横方向　  */

}

#navibar {
	width: 202px;
	float: left;
	padding-top: 30px; /* 余白 */
}

#navibar li {
	margin-left: 21px; /* 左マージンを設定 */
	height: 40px; /* 高さ */
	width: 180px; /* 横幅 */
	background-image: url(images/bkButton_up.png); /* 背景イメージ */
	background-repeat: no-repeat; /* 背景イメージをリピートなしに設定 */
	background-position: right; /* 背景を右に設定 */
}

#navibar a {
	height: 40px; /* 高さ */
	width: 180px; /* 幅 */
	text-decoration: none;
	color: #666633; /* メニュー　フォントカラー*/
	font-weight: bold; /* フォントの太さ */
	text-align: center; /* テキストを中央揃え */
	font-size: 16px;
	line-height: 30px; /* 行高 */
	display: block;
}

#navibar a:hover {
	text-decoration: none;
	color: #000000; /* フォントカラー */
	font-weight: bold;
	background-image: url(images/bkButton_over.png);/* 背景イメージを設定 */
	background-repeat: no-repeat; /* 背景イメージをリピートなしに設定 */
}

#navibar a:active { /* ナビゲーションボタンのアクティブ状態を設定 */
	text-decoration: none;
	color: #006600;
	font-weight: bold;
	background-image: url(images/bkButton_active.png);
	background-repeat: no-repeat;
}

#maincontent {
	width: 726px; /* 横幅 */
	float: right;
	padding-right: 24px; /* 右余白 */
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	/* background-color: #ffcccc; 背景カラー*/
}

#maincontent_top { /* メインコンテンツのトップ部分を設定 */
	width: 726px;
	background-image: url(images/top/bkMaincontent_top.gif);
	background-repeat: no-repeat;
	height: 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
}

#maincontent_btm { /* メインコンテンツのボトム部分を設定 */
	width: 726px;
	background-image: url(images/top/bkMaincontent_btm.gif);
	background-repeat: no-repeat;
	height: 10px;
	clear: both;
	padding-bottom: 30px;
}


/* ここから下メインコンテンツ */
#top_img {  /* トップページ　画像用 */
	width: 640px;
	height: 539px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#prf_img {  /* プロフィール画像用 */
	width: 640px;
	height: 647px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#prf_img {  /*角丸　 プロフィール画像用   */
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

#inq_img {  /* 問合せ画像用 */
	width: 702px;
	height: 59px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#news_img {  /* お知らせ画像用 */
	width: 296px;
	height: 380px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#news_img2 {  /* お知らせ画像用 */
	width: 296px;
	height: 159px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#pv_img {  /* PVビデオ用 */
	width: 420px;
	height: 315px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#prf01 {  /* プロファイル　リリースCD */
	width: 400px;
	height: 475px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#prf01 {  /*角丸　 プロファイル　リリースCD   */
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}


#box1 {  /* 角丸　レコーディング画像スライド用 */
	width: 500px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EEEEFF;
}

#box2 {  /* 角丸　絆　画像スライド用 */
	width: 500px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFDD;
}

#box3 {  /* 角丸　フォトメモリー　画像スライド用 */
	width: 500px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DDFFDD;
}

#box1, #box2, #box3 {  /* 角丸　レコーディング画像スライド用 */
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}





#rec01 {  /* レコーディング画像スライド用 */
	width: 500px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

.toptext01 {  /* トップページ  テキスト用 */
	color: #333333;
	font-size: 16px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	line-height: 200%;
	display: block;
	clear: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.rectext01 {  /* レコーディング  テキスト用 */
	color: #333333;
	font-size: 16px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	line-height: 200%;
	display: block;
	clear: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.space_text01 {  /* 画像間のスペース確保用 */
	font-size: 10px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	line-height: 200%;
	display: block;
	clear: left;
	padding-top: 5px;
	padding-bottom: 5px;
}


#topic01 {   /* 垂水の人よジャケット　＆　説明    */
	height: 515px;
	margin-left: 20px;
	margin-right: 40px;
}

#topic01 .photo {
	width: 500px;
	/*margin-right: 10px;*/
	float: left;
}

#topic01 .text {
	font-size: 14px;
	width: 150px;
	margin-left: 0px;
	float: right;
}

#topic01 .text h4 {   /*曲名の見出し 垂水の人　  */
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #993399;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

#topic01 .text h5 {   /*曲名の見出し 夢舞台  */
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #ff6600;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

#topic02 {   /* 絆の情報表示   */
	height: 190px;
	width: 552px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	background-color: #FFFFFF;
}

#topic02 {  /* 角丸　絆の情報表示 */
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}


#topic02 .topic_top {
	background-image: url(images/topic_news_top.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 528px;
	margin-right: auto;
	margin-left: auto;
}

#topic02 .topic_mid {
	background-image: url(images/topic_news_mid.png);
	width: 508px;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-left: 20px;
}

#topic02 .topic_btm {
	background-image: url(images/topic_news_btm.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 528px;
	margin-right: auto;
	margin-left: auto;
}

#topic02 p {
	font-size: 12px;
	color: #000000;
	margin-bottom: 15px;
}

.topic02_date {
	border-left-width: 10px;
	border-left-style: double;
	border-left-color: #B33B3B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B33B3B;
	padding-right: 15px;
	padding-left: 7px;
}

.topic02_text {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B33B3B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B33B3B;
	padding-right: 15px;
	padding-left: 7px;
}



/* メインコンテンツの中身ここまで */

#footer {
	clear: both;
	background-color: #967A7A; /* 背景カラー */
	height: 30px;
}

#footer h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEBBBB; /* フォントカラー*/
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
}


}
/* ここまでコンテンツページに関する設定 */
#topic05 {
	background-color: #FFFFFF;
}
