/* ---------------------------------------------- */
/* ミュージック・動画チャンネル TEMPLATE CSS      */
/* ---------------------------------------------- */
/* powered by http://pvmusicblog.blog111.fc2.com/ */
/* ---------------------------------------------- */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* リセットコード */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
* {
	word-break: break-all;
}
body, textarea {
	font-family: Verdana, sans-serif;
}
body {
	text-align: center;
	background: #fff url('https://blog-imgs-46.fc2.com/p/v/m/pvmusicblog/no1_bg.jpg') no-repeat center top;
	background-attachment : fixed ;
}
body, td, dd {
	color: #e6f0f7;
	font-size: 13px;
}
p {
	line-height 20px;
}
p.warning {
	color: #922;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 共通 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
a { 
	text-decoration: none;
	overflow: hidden;
}
a:link {
	color: #fff38c;
}
a:visited {
	color: #fff38c;
}
a:focus,
a:hover {
	color: #ff9a66;
	text-decoration: underline;
}
a:active {
	color: #ff9a66;
}
.subHeader {
	/* 小見出し */
	font-weight: bold;
}
div.pageTop {
	margin-top: 10px;
	padding: 2px;
}

.pageNavi {
	margin: 1em;
	text-align: center;
	line-height: 14px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* タイトルエリア */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#header {
	height: 150px;
	margin-bottom: 10px;
	text-align: center;
	width: 1050px;
	margin: 0 auto;
}
div#header h1 a {
	font-size: 32px;
	color: #fff;
}
div#headerInner {
	margin: 0 auto;
	text-align: left;
	padding-top: 65px;
}
div#header div.description {
	color: #e6f0f7;
	font-size: 20px;
	line-height: 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 3カラムレイアウト */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#container {
	margin: 0 auto;
	width: 1050px;
	text-align: left;
}
div#wrapper {
	/* #mainと#leftSideを包む */
	width: 790px;
	float: left;
	/* 中央カラムと右サイドバーの余白 */
	margin-right: 20px;
	text-align: left;
}
div#rightSide {
	width: 240px;
	float: left;
}
div#main {
	width: 530px;
	float: right;
	/* 中央カラムと左サイドバーの余白 */
	margin-left: 20px;
}
div#leftSide {
	width: 240px;
	float: right;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイドプラグインモジュール */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.pluginBox {
	width: 100%;
	margin-bottom: 20px;
	background-color: #539fd9;
}
div.pluginBox dl {
	
}
div.pluginBox dl dt {
	/* プラグイン名 */
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding-left: 12px;
	border-bottom: solid #a5cbe7 2px;
}
div.pluginBox dl dd.description {
	/* プラグインの説明文 */
	padding: 5px 10px;
	color: #fff;
}
div.pluginBox dl dd.content {
	/* プラグインのコンテンツ */
	padding: 10px;
}
div.pluginBox ul li {
	list-style-position: outside;
	list-style-type: none;
	background-image: url("https://blog-imgs-46-origin.fc2.com/p/v/m/pvmusicblog/no1_btn_bl001.gif");
	background-position: 0px 7px;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 14px;
	padding-left: 14px;
	padding-top: 3px;
	padding-bottom: 4px;
}
div.pluginBox div.pluginBoxInner {
	padding: 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* エントリーエリア */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main ul {
	margin: 0 15px
}

.entryHeader {
	color: #fff;
	padding: 20px 20px 5px;
	font-weight: bold;
	line-height: 20px;
	font-size: 18px;
	background: url('https://blog-imgs-46.fc2.com/p/v/m/pvmusicblog/no1_entrytitle.png') no-repeat left top;
}
.entryHeader a {
	color: #fff;
}
div.entryBox {
	width: 100%;
	margin-bottom: 20px;
	line-height: 20px;
	/* padding-top: 10px; */
}
div.entryBox div.info {
	/* エントリーヘッダー下部のカテゴリや日付部分 */
	font-size: 10px;
	color: #fff;
	padding: 4px 20px;
	text-align: left;
	background: url('https://blog-imgs-46.fc2.com/p/v/m/pvmusicblog/no1_entrybody.png') repeat-y left top;
}
div.entryBox div.permanentSubHeader {
	/* 個別ページのコメントトラックバックリンク部分 */
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	margin-top: 10px;
}
div.entryBox div.entryPosted {
	font-size: 10px;
	line-height: 16px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	background: url('https://blog-imgs-46.fc2.com/p/v/m/pvmusicblog/no1_entrybody.png') repeat-y left top;
}
div.entryBox div.entryPosted a {
	color: #fff;
}
div.entryBox p.entryMore {
	/* 続きを読む>> */
	padding: 30px 5px 15px;
}
div.entryBox div#more {
	/* 追記部分 */
	margin-top: 10px;
}
div.entryBox div.entryBody {
	padding: 10px 20px;
	background: url('https://blog-imgs-46.fc2.com/p/v/m/pvmusicblog/no1_entrybody.png') repeat-y left top;
}
div.entryBox div.entryBoxInner {
	
}
div.entryBoxBottom {
	background: url('https://blog-imgs-46.fc2.com/p/v/m/pvmusicblog/no1_entrybtm.png') no-repeat left bottom;
	height: 5px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* トラックバックエリア */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#trackBackUrlBox {
	margin-top: 8px;
	line-height: 20px;
}
div#trackBackUrlBox input {
	width: 360px;
	margin-top: 5px;
}
.trackBackBox {
	margin-top: 10px;
}
div.trackBackBox dl dt {
	font-weight: bold;
	font-size: 14px;
}
div.trackBackBox dl dd.content {
	color: #fff;
}
div.trackBackBox dl dd.description {
	color: #fff;
	padding-top: 3px;
	padding-left: 10px;
	text-align: right;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コメントエリア */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#commentBox {
	margin-top: 10px;
	line-height: 20px;
}
div#commentBox div#form {
	margin: 10px;
}
div#commentBox h3 {
	margin-top: 10px;
	background: url('https://blog-imgs-46.fc2.com/p/v/m/pvmusicblog/no1_entrytitle.png') no-repeat left top;
	padding: 10px;
}
div#commentBox div.subBody {
	padding: 0 10px;
	background: url('https://blog-imgs-46.fc2.com/p/v/m/pvmusicblog/no1_entrybody.png') repeat-y left top;
}
div#commentBox div.subFooter {
	color: #fff;
	padding: 10px;
	text-align: right;
	background: url('https://blog-imgs-46.fc2.com/p/v/m/pvmusicblog/no1_entrybtm.png') no-repeat left bottom;
}
div#commentForm dd {
	margin-bottom: 0.5em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッターエリア */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#footer {
	margin: 0 auto;
	text-align: center;
	clear: both;
}
div#footer {
	font-size: 82%;
}
div#footerInner {
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* カレンダープラグイン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
table.calender {
	width: 90%;
	margin: 0px auto;
}

table.calender caption {
	margin-bottom: 15px;
	margin: 0px auto;
}

table.calender th,
table.calender td {
	padding: 0.1em;
	text-align: center;
	border-bottom: 1px solid #77b7F7
}

table.calender td a {
	display: block;
	color: #1c61af;
	background-color: #f7f7f7;
}

table.calender td a:hover{ 
	display: block;
	background-color: #009999;
	color: #00CC99;
}

table.calender th#sun {
	color: #DD8822;
}

table.calender th#sat {
	color: #0066FF;
}
img{margin:0px 15px 0px 0px;}

/* Designed by ミュージック・動画チャンネル */
