@charset "utf-8";

/*------------ メインタイトル -------------*/
h2 {
	background: url(../song/images/title_song.jpg) 0 0 no-repeat;
	}


/*------------ 1話分ボックス -------------*/
.box {
	}
	/*------------ タイトル -------------*/
	.box h3 {
		width: 690px;
		height: 50px;
		background: url(../song/images/title_song2.gif) 0 0 no-repeat;
		}
		.box h3 em {
			display: none;
			}
	/*------------ プロフィール -------------*/
	.box #profile {
		width: 670px;
		height: auto;
		overflow: hidden;
		background: #fff;
		clear: both;
		padding: 20px 0 20px 20px;
		}
		/*------------ 写真 -------------*/
		.box #profile .pic {
			width: 205px;
			height: auto;
			overflow: hidden;
			background: #fff;
			float: left;
			}
			.box #profile .pic img {
				}
		/*------------ 詳細リスト -------------*/
		.box #profile dl {
			width: 450px;
			height: auto;
			overflow: hidden;
			padding: 15px 0 0;
			float: left;
			}
			.box #profile dl dt {
				width: 450px;
				height: 29px;
				}
				.box #profile dl dt span {
					display: none;
					}
				.box #profile dl dt.name-song {
					margin: 0 0 25px;
					background: url(../song/images/title_name_song.gif) 0 0 no-repeat;
					}
				.box #profile dl dt.name-nine {
					margin: 0 0 10px;
					background: url(../song/images/title_name_nine.gif) 0 0 no-repeat;
					}
				.box #profile dl dd {
					padding: 0 0 0 35px;
					line-height: 1.6;
					}
	/*------------ シングル情報 -------------*/
	.box #single-info {
		width: 670px;
		height: auto;
		overflow: hidden;
		background: #fff;
		clear: both;
		padding: 20px 0 20px 20px;
		}
		/*------------ シングル情報：タイトル -------------*/
		.box #single-info h4 {
			width: 650px;
			height: 36px;
			background: url(../song/images/title_single.gif) 0 0 no-repeat;
			}
			.box #single-info h4 span {
				display: none;
				}
		/*------------ 各シングル情報 -------------*/
		.box #single-info .single {
			width: 325px;
			float: left;
			height: auto;
			overflow: hidden;
			background: #ffffcc;
			padding: 15px 0;
			}
			/*------------ 各シングル情報：タイトル -------------*/
			.box #single-info .single h5 {
				width: 305px;
				height: 44px;
				}
				.box #single-info .single h5 span {
					display: none;
					}
			/*------------ 個別シングル情報：初回盤A -------------*/
			.box #single-info #limited-a {
				width: 315px;
				padding-left: 10px;
				}
				.box #single-info #limited-a h5 {
					width: 315px;
					padding-left: 10px;
					background: url(../song/images/title_single_a.gif) 0 0 no-repeat;
					}
			/*------------ 個別シングル情報：初回盤B -------------*/
			.box #single-info #limited-b {
				}
				.box #single-info #limited-b h5 {
					width: 315px;
					padding-left: 10px;
					background: url(../song/images/title_single_b.gif) 0 0 no-repeat;
					}
			/*------------ 共通シングル情報：詳細 -------------*/
			.box #single-info .single dl {
				line-height: 1.6;
				padding: 0 0 0 10px;
				}
				.box #single-info .single dl dt {
					width: 256px;
					height: auto;
					overflow: hidden;
					padding: 10px 20px 0;
					background: #ffe9ff;
					}
				.box #single-info .single dl dd {
					width: 256px;
					height: auto;
					overflow: hidden;
					padding: 10px 20px;
					background: #ffe9ff;
					}
					.box #single-info .single dl dd ol {
						margin: 0 0 0 20px;
						list-style-type: decimal;
						}

	/*------------ リンク -------------*/
	.box dl#link {
		width: 670px;
		height: auto;
		overflow: hidden;
		background: #fff;
		clear: both;
		padding: 0 0 20px 20px;
		}
		.box dl#link dt {
			width: 500px;
			height: 22px;
			background: url(../song/images/title_about_nine.gif) 0 0 no-repeat;
			margin: 0 0 15px;
			}
			.box dl#link dt span {
				display: none;
				}
		.box dl#link dd {
			width: 275px;
			height: 25px;
			margin: 0 0 5px 30px;
			}
			.box dl#link dd a {
				display: block;
				width: 275px;
				height: 25px;
				}
				.box dl#link dd a span {
					display: none;
					}
				.box dl#link dd a:hover {
					background: url(../song/images/btn_link_bar.gif) 0 0 no-repeat;
					}
			.box dl#link dd.jvc {
				background: url(../song/images/btn_link1.gif) 0 0 no-repeat;
				}
			.box dl#link dd.nine {
				background: url(../song/images/btn_link2.gif) 0 0 no-repeat;
				}
