﻿@charset "UTF-8";
@import url("/style/yui/reset.css");
/* *********************************************************
 *	Common styles.
 *	Assumed for PC screens, projectors, and TVs.
 * *********************************************************
 */
/* フォント */
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, "ＭＳ Ｐゴシック", Osaka, san-serif;
}

/* リンク */
a:link {
	color: #ffffff;
}

a:visited {
}

a:hover {
	color: #f3c100;
}

a:active {
}

/* 共通スタイル */
.none {
	display: none;
}
.invisible {
	visibility: hidden;
}
.textRight {
	text-align: right;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}
.textBold {
	font-weight: bold;
}
.clear {
	clear: both;
}


/* body */
body.comBody {
	width : 100%;
	height: auto;
	background-color: #000000;
	color: #ffffff;
}
.outContainer {
	width: 822px;
	margin: 0 auto;
	background-color: #000000;
}


/* ヘッダ */
.comHeader {
	width: 100%;
	height: 82px;
	background: #000000 url(/images/music/comTopLogo.png) top left no-repeat;
}
	.comTopLogo {
		width: 211px;
		height: 100%;
		float: left;
	}
		.comTopLogo a {
			width: 100%;
			height: 100%;
			display: block;
		}
	.comTopRight {
		width: 380px;
		height: 60px;
		margin: 11px 0 0 220px;
		float: left;
	}
	.comTopBanner {
		width: 100%;
		height: 60px;
	}


/* トップナビ */
.comTopNavi {
	width: 100%;
	height: 25px;
	list-style: none;
}
	.comTopNavi li {
		height: 100%;
		display: inline;
		float: left;
	}
	.comTopNavi a {
		width: 100%;
		height: 100%;
		display: block;
	}
	.comTopNavi_pop {
		background: #000000 url(/images/music/comTopNavi_pop.png) top left no-repeat;
		margin-left: 22px;
		width: 81px;
	}
	.comTopNavi_pop a:hover,
	body.dog .comTopNavi_pop {
		background: #000000 url(/images/music/comTopNavi_pop_mo.png) top left no-repeat;
	}
	.comTopNavi_rock {
		background: #000000 url(/images/music/comTopNavi_rock.png) top left no-repeat;
		width: 81px;
	}
	.comTopNavi_rock a:hover,
	body.dog .comTopNavi_rock {
		background: #000000 url(/images/music/comTopNavi_rock_mo.png) top left no-repeat;
	}
	.comTopNavi_rb {
		background: #000000 url(/images/music/comTopNavi_rb.png) top left no-repeat;
		width: 81px;
	}
	.comTopNavi_rb a:hover,
	body.dog .comTopNavi_rb {
		background: #000000 url(/images/music/comTopNavi_rb_mo.png) top left no-repeat;
	}
	.comTopNavi_hiphop {
		background: #000000 url(/images/music/comTopNavi_hiphop.png) top left no-repeat;
		width: 124px;
	}
	.comTopNavi_hiphop a:hover,
	body.dog .comTopNavi_hiphop {
		background: #000000 url(/images/music/comTopNavi_hiphop_mo.png) top left no-repeat;
	}
	.comTopNavi_electronica {
		background: #000000 url(/images/music/comTopNavi_electronica.png) top left no-repeat;
		width: 124px;
	}
	.comTopNavi_electronica a:hover,
	body.dog .comTopNavi_electronica {
		background: #000000 url(/images/music/comTopNavi_electronica_mo.png) top left no-repeat;
	}
	.comTopNavi_jazz {
		background: #000000 url(/images/music/comTopNavi_jazz.png) top left no-repeat;
		width: 124px;
	}
	.comTopNavi_jazz a:hover,
	body.dog .comTopNavi_jazz {
		background: #000000 url(/images/music/comTopNavi_jazz_mo.png) top left no-repeat;
	}
	.comTopNavi_folk {
		background: #000000 url(/images/music/comTopNavi_folk.png) top left no-repeat;
		width: 81px;
	}
	.comTopNavi_folk a:hover,
	body.dog .comTopNavi_folk {
		background: #000000 url(/images/music/comTopNavi_folk_mo.png) top left no-repeat;
	}
	.comTopNavi_music_etc {
		background: #000000 url(/images/music/comTopNavi_music_etc.png) top left no-repeat;
		width: 82px;
	}
	.comTopNavi_music_etc a:hover,
	body.dog .comTopNavi_music_etc {
		background: #000000 url(/images/music/comTopNavi_music_etc_mo.png) top left no-repeat;
	}

/* ミュージックTOPへのリンク　*/
.topNavi_musicTop {
	width: 800px;
	height: 32px;
	border: 1px solid #333333;
	border-bottom: 0;
	padding: 4px 10px;
	font-size: 9px;
	color: #f3c100;
	background: #000000 url(/images/music/topNavi_musicTop.png) top left no-repeat;
}



/* コンテンツ枠 */
.outContent {
	width: 778px;
	border: 1px solid #333333;
	border-top: 0;
	padding: 0 21px;
	background: #000000 url(/images/music/outContent.png) top left repeat-y;
}
.comMain {
	width: 611px;
	float: right;
}
.comLeft {
	width: 157px;
	float: left;
}

/* 左メニュー（ユーザ名） */
.left_userName {
	width: 100%;
	height: 25px;
	font-size: 11px;
	text-align: center;
	overflow: hidden;
	clear: both;
	background: #000000 url(/images/music/left/left_userName.png) top left no-repeat;
	color: #000000;
}

/* 左メニュー（ログイン）*/
.left_login {
	height: 135px;
	position: relative;
	background: #000000 url(/images/music/left/left_login.png) top left no-repeat;
}
	.left_user {
		position: absolute;
		width: 76px;
		height: 18px;
		top: 11px;
		left: 71px;
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 11px;
	}
	.left_password {
		position: absolute;
		width: 76px;
		height: 18px;
		top: 38px;
		left: 71px;
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 11px;
	}
	#left_btnLogin {
		position: absolute;
		width: 80px;
		height: 20px;
		top: 84px;
		left: 67px;
		cursor: pointer;
		background: #000000 url(/images/music/left/left_btnLogin.png) top left no-repeat;
	}
	.left_btnRemind {
		position: absolute;
		width: 149px;
		height: 14px;
		padding: 3px;
		top: 115px;
		left: 1px;
		font-size: 10px;
		text-align: center;
	}

/* 左メニュー（ログイン後）*/
.left_userPanel {
	height: 54px;
	font-size: 11px;
	overflow: hidden;
	clear: both;
	position: relative;
	background: #000000 url(/images/common/left/left_userPanel.png) top left no-repeat;
}
	.left_btnMypage {
		width: 73px;
		height: 16px;
		position: absolute;
		top: 35px;
		left: 3px;
	}
	.left_btnLogout {
		width: 73px;
		height: 16px;
		position: absolute;
		top: 35px;
		left: 81px;
	}
	.left_btnMypage a,
	.left_btnLogout a {
		width: 100%;
		height: 100%;
		display: block;
	}


/* 左メニュー共通 */
.left_parts {
	width: 100%;
	margin-bottom: 10px;
}


/* 左メニュー（会員登録） */
.left_signup {
	height: 37px;
	background: #000000 url(/images/music/left/left_signup.png) top left no-repeat;
}
	.left_signup a {
		width: 100%;
		height: 100%;
		display: block;
	}
	.left_signup a:hover {
		background: #000000 url(/images/music/left/left_signup.png) top left no-repeat;
	}

/* 左メニュー（オーディション）*/
.left_auditionListHeadline {
	width: 100%;
	height: 25px;
	background: #ffffff url(/images/music/left/left_auditionListHeadline.png) top left no-repeat;
}
.left_auditionList {
	width: 100%;
	margin-bottom: 10px;
	list-style: none;
}
.left_auditionList li {
	width: 100%;
	height: 27px;
}
.left_auditionList li a {
	width: 100%;
	height: 100%;
	display: block;
}

/* 左メニュー（さっきの投票） */
.left_lastVoteTitle {
	width: 100%;
	height: 25px;
	background: #000000 url(/images/music/left/left_lastVoteTitle.png) top left no-repeat;
}
.left_lastVote {
	width: 155px;
	border: 1px #353535 solid;
	border-top: 0;
	padding: 10px 0 0 0;
}
.contentFrame102_102 {
	width: 102px;
	height: 102px;
	margin: 0 auto;
	border: 1px #9f9f9f solid;
	text-align: center;
}
.contentFrame102_102 a {
	width: 100%;
	height: 100%;
	display: block;
}
.left_showLastProfile {
	width: 100%;
	color: d64443;
	font-size: 11px;
	margin: 8px 0;
	text-align: center;
	color: #d83331;
}
.left_lastScore {
	width: 139px;
	padding: 8px;
	text-align: center;
	color: #ffffff;
	background: #000000 url(/images/music/blackTile.png) top left repeat;
}
.left_avgScore {
	font-size: 13px;
	font-weight: bold;
}
.left_totalCount {
	font-size: 10px;
}
.left_yourVote {
	font-size: 10px;
}
/* 左メニュー（posh me!の楽しみ方）*/
.left_howtoposhme {
	height: 70px;
}
	.left_howtoposhme a {
		width: 100%;
		height: 100%;
		display: block;
		background: #000000 url(/images/common/left/left_howtoposhme.png) top left no-repeat;
	}

/* 左メニュー（伊地知ガイド）*/
.left_ijichiGuide {
	height: 70px;
}
	.left_ijichiGuide a {
		width: 100%;
		height: 100%;
		display: block;
		background: #000000 url(/images/common/left/left_ijichiGuide.png) top left no-repeat;
	}

/* 左メニュー（QRコード）*/
.left_qrcode {
	height: 153px;
	background: #000000 url(/images/music/left/left_qrcode.png) top left no-repeat;
}



/* サブカテゴリタイトル */
.title_subCategory {
	width: 100%;
	height: 46px;
}
.title_subCategory a {
	width: 100%;
	height: 100%;
	display: block;
}

/* タイトルのとろこの検索 */
.title_searchBox {
	width: 100%;
	height: 29px;
	position: relative;
	background: #191919 url(/images/music/main/title_searchBox.png) top left no-repeat;
}

#title_searchInput {
	width: 198px;
	height: 17px;
	position: absolute;
	top: 6px;
	left: 102px;
	margin: 0;
	padding: 0;
	border: 0;
}
	#btn_userSearch {
		width: 65px;
		height: 19px;
		position: absolute;
		top: 6px;
		left: 318px;
		margin: 0;
		padding: 0;
		background: #dcdddd url(/images/music/main/btn_userSearch.png) top left no-repeat;
		cursor: pointer;
	}
	#btn_contentSearch {
		width: 65px;
		height: 19px;
		position: absolute;
		top: 6px;
		left: 422px;
		margin: 0;
		padding: 0;
		background: #dcdddd url(/images/music/main/btn_contentSearch.png) top left no-repeat;
		cursor: pointer;
	}



/* ニュース */
.newsHeadline {
	width: 100%;
	height: 29px;
	margin-top: 10px;
	background: #000000 url(/images/music/main/newsHeadline.png) top left no-repeat;
	position: relative;
}
	.newsHeadline p {
		width: 47px;
		height: 13px;
		position: absolute;
		top: 10px;
		left: 564px;
	}
	.newsHeadline a {
		width: 100%;
		height: 100%;
		display: block;
	}
	.newsList {
		width: 607px;
		list-style: none;
		border-right: 2px #191919 solid;
		border-left: 2px #191919 solid;
	}
	.newsList li {
		width: 577px;
		padding: 10px 15px;
		margin: 0;
		border-top: 1px #191919 solid;
		font-size: 10px;
	}
	.newsBottom {
		width: 100%;
		height: 2px;
		background: #000000 url(/images/music/main/newsBottom.png) top left no-repeat;
	}



/* 新着コンテンツ */
.latestContentHeadline {
	width: 100%;
	height: 77px;
	background: #000000 url(/images/music/latestContentHeadline.png) top left no-repeat;
}
.latestContentList {
	width: 100%;
	list-style: none;
	background: #000000 url(/images/music/latestContentList.png) top left repeat-y;
}
.latestContentList li {
	width: 599px;
	height: 30px;
	padding: 0;
	margin: 0 6px 5px 6px;
	display: inline;
	float: left;
	overflow: hidden;
}

.contentFrame28_28 {
	width: 28px;
	height: 28px;
	border: 1px solid #ffffff;
	margin-right: 1px;
	float: left;
	text-align: center;
	overflow: hidden;
}
.contentFrame28_28 a {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
}
.contentDetail {
	width: 568px;
	height: 30px;
	overflow: hidden;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: #000000 url(/images/music/contentDetail.png) top left no-repeat;
}
.contentDetail_user {
	width: 100px;
	height: 22px;
	padding: 8px 10px 0 10px;
	overflow: hidden;
	float: left;
}
.contentDetail_title {
	width: 329px;
	height: 22px;
	padding: 8px 10px 0 12px;
	overflow: hidden;
	float: left;
}
.contentDetail_profile {
	width: 97px;
	height: 100%;
	background: #000000 url(/images/music/contentDetail_profile.png) top left no-repeat;
	float: left;
}
.contentDetail_profile a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

/* ぺージ表j比 */
.pageNum {
	width: 100%;
	margin-top: 20px;
	font-size: 11px;
}
	.pageNum_prev {
		width: 100px;
		float: left;
		text-align: left;
	}
	.pageNum_pages {
		width: 410px;
		float: left;
		text-align: center;
	}
	.pageNum_next {
		width: 100px;
		float: left;
		text-align: right;
	}



/* ランキング */
.rankingHeadline {
	width: 100%;
	height: 77px;
	background: #000000 url(/images/music/rankingHeadline.png) top left no-repeat;
}
.rankingList {
	width: 574px;
	height: 350px;
	padding-left: 37px;
	list-style: none;
	background: #000000 url(/images/music/rankingList.png) top left no-repeat;
}
.rankingList li {
	width: 100%;
	height: 30px;
	padding: 0;
	margin: 0 0 5px 0;
	display: inline;
	float: left;
	overflow: hidden;
}


.contentDetail1 {
	width: 537px;
	height: 30px;
	overflow: hidden;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: #000000 url(/images/music/contentDetail1.png) top left no-repeat;
}
.contentDetail_user1 {
	width: 108px;
	height: 22px;
	padding: 8px 6px 0 6px;
	overflow: hidden;
	float: left;
}
.contentDetail_title1 {
	width: 305px;
	height: 22px;
	padding: 8px 8px 0 8px;
	overflow: hidden;
	float: left;
}
.contentDetail_profile1 {
	width: 96px;
	height: 100%;
	background: #000000 url(/images/music/contentDetail_profile.png) top left no-repeat;
	float: left;
}
.contentDetail_profile1 a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}






/* アクションリスト */
.actionList_text {
	font-size: 11px;
	margin: 10px 0 10px auto;
	list-style: none;
	float: right;
}
.actionList_text li {
	display: inline;
}




/* 内側のふっと　*/
.inFooter {
	margin-top: 10px;
	padding: 25px 0 10px 0;
	width: 100%;
	font-size: 11px;
	text-align: center;
}


/* 外側の降った */
.outFooter {
	padding: 15px 25px 20px 25px;
	width: 770px;
	font-size: 12px;
	text-align: center;
	background-color: #000000;
}
.copyright {
	margin-top: 10px;
	width: 100%;
	font-size: 11px;
	text-align: center;
}








/* カテゴリトップページ */
.catTopBlk {
	width: 300px;
	height: 188px;
	margin-top: 10px;
	position: relative;
	float: left;
}
.blk_pop {
	background: #000000 url(/images/music/categoryTopBlock_pop.png) top left no-repeat;
}
.blk_rock {
	background: #000000 url(/images/music/categoryTopBlock_rock.png) top left no-repeat;
}
.blk_rb {
	background: #000000 url(/images/music/categoryTopBlock_rb.png) top left no-repeat;
}
.blk_hiphop {
	background: #000000 url(/images/music/categoryTopBlock_hiphop.png) top left no-repeat;
}
.blk_electronica {
	background: #000000 url(/images/music/categoryTopBlock_electronica.png) top left no-repeat;
}
.blk_jazz {
	background: #000000 url(/images/music/categoryTopBlock_jazz.png) top left no-repeat;
}
.blk_folk {
	background: #000000 url(/images/music/categoryTopBlock_folk.png) top left no-repeat;
}
.blk_music_etc {
	background: #000000 url(/images/music/categoryTopBlock_music_etc.png) top left no-repeat;
}
.catTopBlk_title {
	width: 300px;
	height: 29px;
}
.catTopBlk_title a {
	width: 100%;
	height: 100%;
	display: block;
}
.catTopBlk_rankingLink {
	width: 300px;
	height: 29px;
}
.catTopBlk_rankingLink a {
	width: 100%;
	height: 100%;
	display: block;
}
.catTopBlk_rankList {
	width: 252px;
	height: 100px;
	padding: 0 7px 0 41px;
	margin: 0;
	list-style: none;
}
.catTopBlk_rankList li {
	width: 100%;
	height: 30px;
	padding: 0;
	margin: 0 0 5px 0;
	float: left;
}
.catTopBlk_rankList a {
	width: 100%;
	height: 100%;
	display: block;
}
.catTopBlk_image {
	width: 28px;
	height: 28px;
	padding: 1px;
	margin: 0 5px 0 0;
	overflow: hidden;
	float: left;
	text-align: center;
}
.catTopBlk_user {
	width: 162px;
	height: 22px;
	margin: 0;
	padding: 8px 8px 0 8px;
	float: left;
	font-size: 11px;
	overflow: hidden;
}
.catTopBlk_profile {
	width: 39px;
	height: 100%;
	background: #000000 url(/images/music/catTopBlk_profile.png) top left no-repeat;
	float: left;
}

	.catTopBlk_entry {
		width: 67px;
		height: 15px;
		position: absolute;
		top: 165px;
		left: 8px;
	}
	.catTopBlk_vote {
		width: 67px;
		height: 15px;
		position: absolute;
		top: 165px;
		left: 80px;
	}
	.catTopBlk_ranking {
		width: 67px;
		height: 15px;
		position: absolute;
		top: 165px;
		left: 152px;
	}
	.catTopBlk_latest {
		width: 67px;
		height: 15px;
		position: absolute;
		top: 165px;
		left: 224px;
	}

	.catTopBlk_entry a,
	.catTopBlk_vote a,
	.catTopBlk_ranking a,
	.catTopBlk_latest a {
		width: 68px;
		height: 100%;
		display: block;
	}












/* 投票 */
/* タイトルのとろこの検索 */
.title_searchBox2 {
	width: 100%;
	height: 30px;
	position: relative;
	background: #dcdddd url(/images/common/main/title_searchBox2.png) top left no-repeat;
}

.vote_showPhoto {
	width: 100%;
	height: 573px;
	margin-top: 10px;
	background: #000000 url(/images/common/vote/vote_showPhoto.png) top left no-repeat;
	position: relative;
}
.vote_showFlash {
	width: 100%;
	height: 426px;
	margin-top: 10px;
	background: #000000 url(/images/music/vote/vote_showFlash.png) top left no-repeat;
	position: relative;
}
.vote_title {
	width: 343px;
	height: 23px;
	padding: 7px 4px 0 4px;
	position: absolute;
	top: 32px;
	left: 62px;
	font-size: 12px;
	color: #ffffff;
}

.vote_photo {
	width: 382px;
	height: 503px;
	position: absolute;
	top: 68px;
	left: 29px;
	border: #ffffff 1px solid;
	overflow: hidden;
	text-align: center;
}
.vote_flash {
	width: 400px;
	height: 360px;
	position: absolute;
	top: 66px;
	left: 20px;
	overflow: hidden;
	text-align: center;
}
.vote_userInfo {
	list-style: none;
}
.vote_userName {
	width: 124px;
	height: 30px;
	padding: 5px 5px 0 5px;
	position: absolute;
	top: 48px;
	left: 450px;
	font-size: 12px;
	color: #000000;
}
.vote_userProfile {
	width: 161px;
	height: 24px;
	position: absolute;
	top: 86px;
	left: 425px;
}
	.vote_userProfile a {
		width: 100%;
		height: 100%;
		display: block;
	}
.vote_userComment {
	width: 151px;
	height: 101px;
	position: absolute;
	top: 321px;
	left: 432px;
	font-size: 9px;
	color: #ffffff;
}
.vote_actionList {
	list-style: none;
}
.vote_voteLink {
	width: 82px;
	height: 20px;
	position: absolute;
	top: 18px;
	left: 424px;
}
	.vote_voteLink a {
		width: 100%;
		height: 100%;
		display: block;
	}
.vote_noVote {
	width: 82px;
	height: 20px;
	position: absolute;
	top: 18px;
	left: 510px;
}
	.vote_noVote a {
		width: 100%;
		height: 100%;
		display: block;
	}
#vote_sendMessage {
	width: 160px;
	height: 57px;
	position: absolute;
	top: 115px;
	left: 427px;
	cursor: pointer;
	background: #aaabac url(/images/common/vote/vote_sendMessage.png) top left no-repeat;
}
#vote_tryFriend {
	width: 160px;
	height: 57px;
	position: absolute;
	top: 177px;
	left: 427px;
	cursor: pointer;
	background: #aaabac url(/images/common/vote/vote_tryFriend.png) top left no-repeat;
}
.vote_showDiary {
	width: 161px;
	height: 24px;
	position: absolute;
	top: 243px;
	left: 425px;
}
	.vote_showDiary a {
		width: 100%;
		height: 100%;
		display: block;
	}
.vote_showBulletin {
	width: 161px;
	height: 24px;
	position: absolute;
	top: 269px;
	left: 425px;
}
	.vote_showBulletin a {
		width: 100%;
		height: 100%;
		display: block;
	}
.vote_voteArea {
	width: 100%;
	height: 132px;
	background: #000000 url(/images/music/vote/vote_voteArea.png) top left no-repeat;
	position: relative;
}


.vote_score {
	width: 410px;
	height: 40px;
	list-style: none;
	position: absolute;
	top: 4px;
	left: 95px;
}
	.vote_score li {
		width: 41px;
		height: 40px;
		float: left;
		cursor: pointer;
	}
.vote_noVote2 {
	width: 83px;
	height: 40px;
	position: absolute;
	top: 4px;
	left: 508px;
	cursor: pointer;
}
.vote_noVote2 a {
	width: 100%;
	height: 100%;
	display: block;
}
#vote_addFav {
	width: 130px;
	height: 24px;
	position: absolute;
	top: 67px;
	left: 15px;
	cursor: pointer;
}
.vote_mailUrl {
	width: 130px;
	height: 24px;
	position: absolute;
	top: 67px;
	left: 155px;
	cursor: pointer;
}
.vote_mailUrl a {
	width :100%;
	height: 100%;
	display: block;
}
.vote_thisUrl {
	width: 146px;
	height: 14px;
	position: absolute;
	top: 72px;
	left: 443px;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 11px;
}
#vote_alert {
	width: 130px;
	height: 15px;
	position: absolute;
	top: 117px;
	left: 346px;
	cursor: pointer;
}
#vote_brokenImage {
	width: 130px;
	height: 15px;
	position: absolute;
	top: 117px;
	left: 480px;
	cursor: pointer;
}
