/* === エレメントの初期化 ============================================================= */
h1, h2, h3, h4, h5, h6 {
	position: static; margin: 0px; padding: 0px;
}
div, p, hr, blockquote, address, noscript {
	position: static; margin: 0px; padding: 0px; font-style: normal; font-weight: normal;
}
ul, ol, dl, dt, dd {
	position: static; margin: 0px; padding: 0px;}
pre, table, form {
	position: static; margin: 0px; padding: 0px;}
span, img  {
	position: static; margin: 0px; padding: 0px; border: none; border: 0px none #fafaff; font-style: normal; font-weight: normal;
}
em, strong, q, dfn, code, samp, kbd, var, cite, abbr, acronym {
	position: static; margin: 0px; padding: 0px; border: none; font-style: normal; font-weight: normal;
}

/* === 基本部分 ====================================================================== */
body {
	clear: both;
	margin: 0px;
	padding: 0px;
	color: #448;
	background-color: #eee;
	font-size: 9pt;
	font-family: "Hiragino Kaku Gothic Pro","Osaka",sans-serif;
	scrollbar-base-color: #fff;
	scrollbar-track-color: #eee;
	scrollbar-face-color: #eee;
	scrollbar-shadow-color: #ddd;
	scrollbar-darkshadow-color: #bbb;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-arrow-color: #888;
}
a {	text-decoration: none;}
a:link {	color: #66a;}
a:visited {	color: #655;}
a:hover {	color: #e50;}
a:active {	color: #55c;}
h1 {
	margin: 0px 2px;
	padding: 20px 6px;
	font-family: "Hiragino Kaku Gothic Pro","Osaka",sans-serif;
	line-height: 1.0em;
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
	background-color: gray;
	color: #fff;
}
h1 a {	text-decoration: none;}
h1 a:link {	color: #ffe;}
h1 a:visited {	color: #ffe;}
h1 a:hover {	color: #ff0;}
h1 a:active {	color: #eef;}
h2 {
	margin: 0px;
	padding: 6px;
	font-family: "Hiragino Kaku Gothic Pro","Osaka",sans-serif;
	line-height: 1.1em;
	font-weight: bold;
	font-size: 11pt;
	text-align: left;
	color: #888888;
	border-top: 2px solid #bbbbbb;
	border-bottom: 2px solid #bbbbbb;
}
h3 {
	margin: 0px;
	padding: 7px;
	font-family: "Hiragino Kaku Gothic Pro","Osaka",sans-serif;
	line-height: 1.1em;
	font-weight: bold;
	font-size: 9pt;
	text-align: left;
	color: #888888;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
}
h4 {
	margin: 0px;
	padding: 7px;
	font-family: "Hiragino Kaku Gothic Pro","Osaka",sans-serif;
	line-height: 1.1em;
	font-weight: bold;
	font-size: 8pt;
	text-align: left;
	color: #888888;
	border-bottom: 1px dotted #ddddff;
}
h2 a {	text-decoration: none;}
h2 a:link {	color: #000000;}
h2 a:visited {	color: #444444;}
h2 a:hover {	color: #ff4400;}
h2 a:active {	color: red;}
pre {
	display: block;
	font-family: monospace;
}
em {
	font-family: "Hiragino Kaku Gothic Pro","Osaka","Arial",sans-serif;
	font-style: normal;
	font-weight: normal;
	border-bottom: 1px dashed #ccf;
}
strong {
	font-family: "Hiragino Kaku Gothic Pro","Osaka","Arial",sans-serif;
	font-weight: bold;
}
blockquote {
	margin: 10px;
	padding: 4px;
	line-height: 1.8em;
	border: 1px solid #888;
	background-color: #fff;
}
blockquote p {
	padding: 0px;
	margin: 0px;
	font-style: italic;
}
p.source {
	margin: 0px 20px 1em 20px;
	padding: 0px;
	font-size: 8pt;
	text-align: right;
}
q {
	color: #669;
	font-style: italic;
}
cite {	font-style: normal;}
ul {	padding-left: 2em;}
ol {	padding-left: 2em;}
dl dd {	padding-left: 2em;}
del {	text-decoration: line-through;}
ins {	border-bottom: 1px dashed #cfc;}



/* === 全表示領域 ==== */
div#disp_area {
	width: 890px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #333;
	background-color: #fff;
	background-image: url(http://MusicianStation.net/images/back.jpg);
	background-repeat: no-repeat;
	font-size: 9pt;
	text-align: left;
}

/* === タイトル表示領域 ==== */
div#title_area {
	width: 99.2%;
	height: 130px;
	background-image: url(http://MusicianStation.net/images/titleback.jpg);
	background-repeat: no-repeat;
	margin: 2px;
	padding: 0px;
	border: 1px solid #aaa;
}

/* === 一言メモ ==== */
div.topmemo {
	width: 97.4%;
	display: block;
	margin: 2px;
	padding: 8px;
	font-size: 8pt;
	color: #888;
	border: 1px solid #aaa;
	line-height: 1.8em;
	background-color: #fff;
}
div.topmemo div.sub {
	font-size: 6pt;
	text-align: right;
	color: red;
}

/* === 左サイド表示領域 ==== */
div#leftside_area {
	width: 200px;
	margin: 2px;
	padding: 2px;
	background-color: transparent;
	border: 1px none #aaa;
	float: left;
	clear: both;
}
/* === 中央表示領域 ==== */
div#center_area {
	width: 460px;
	margin: 2px;
	padding: 2px;
	background-color: transparent;
	border: 1px solid #aaa;
	float: left;
	clear: right;
}
/* === 右サイド表示領域 ==== */
div#rightside_area {
	margin: 4px 2px 2px 682px;
	padding: 2px;
	background-color: transparent;
	border: 1px none #aaa;
	clear: right;
}

/* === フッター表示領域 ==== */
div#footer_area {
	width: 98.7%;
	margin: 2px;
	padding: 2px;
	background-color: transparent;
	border: 1px none #aaa;
	clear: both;
}

/* ========================================================================= */
/* === 左サイド表示領域２ ==== */
div#leftside_area_2 {
	width: 672px;
	margin: 2px 2px 2px 2px;
	padding: 2px;
	background-color: transparent;
	border: 1px none #aaa;
	float: left;
	clear: both;
}
/* === 右サイド表示領域２ ==== */
div#rightside_area_2 {
	margin: 4px 2px 2px 658px;
	padding: 2px;
	background-color: transparent;
	border: 1px none #aaa;
	clear: right;
}
/* == PR AREA == */
div#pr_area {
	width: 542px;
	margin: 2px 2px 2px 2px;
	padding: 2px;
	background-color: transparent;
	border: 2px solid orange;
}

/* ========================================================================= */
/* --- 検索フォーム --- */
div.search {
	width: 100%;
	margin: 0px;
	padding: 6px 6px 10px 6px;
	font-size: 8pt;
	text-align: right;
	background-color: #eee;
}
div.search dl dt {
	margin: 0px;
	padding: 2px;
	font-family: "Hiragino Kaku Gothic Pro","Osaka",sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #fff;
}
div.search dl dd {
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
}

/* --- ログイン --- */
div.login_link {
	margin: 0px;
	padding: 10px 4px 4px 4px;
	font-size: 8pt;
	text-align: right;
}

/* --- コピーライツ --- */
div.copyright {
	margin: 0px;
	padding: 2px;
	font-size: 8pt;
	text-align: center;
}

/* ========================================================================= */
/* --- ナビゲーション --- */
div.navigation {
	margin: 0px;
	padding: 2px;
	font-size: 8pt;
}
div.navigation dl {
	margin: 4px 0px 10px 0px;
	padding: 0px;
}
div.navigation dl dt {
	margin: 0px;
	padding: 2px 4px;
	font-family: "Hiragino Kaku Gothic Pro","Osaka",sans-serif;
	font-weight: bold;
	text-align: left;
	color: #444;
	background-color: #eee;
	border: 1px solid #aaa;
}
div.navigation dl dd {
	margin: 0px;
	padding: 0px;
}
div.navigation dl dd ul {
	list-style: none;
	margin: 4px 0px 0px 0px;
	padding: 0px;
}
div.navigation dl dd ul li {
	display: block;
	margin: 0px 0px 0px 10px;
	padding: 1px;
	color: #888;
	text-align: left;
	border-bottom: 1px solid #aaa;
}
div.navigation dl dd ul li li {
	border-top: 1px dashed #ccc;
	border-bottom: 0px none #eee;
}
div.navigation dl dd ul li a {
	text-decoration: none;
}
div.navigation dl.extra {
	margin: 0px;
	padding: 2px;
	border: 1px solid #aaa;
}
div.navigation dl.extra dt {
	display: none;
}
div.navigation dl.extra ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
div.navigation dl.extra a {
	text-decoration: none;
}
div.navigation dl.extra li {
	padding: 3px 0px 3px 0px;
	line-height: 1.3em;
	font-family: "Hiragino Kaku Gothic Pro","Osaka",sans-serif;
	color: #888;
	text-align: center;
	border-bottom: 0px none #ccc;
}

/* --- コンテンツブロック --- */
div.contents {
	float: left;
	clear: left;
}
/* --- ページブロック --- */
div.page {
	font-size : 9pt;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Pro","Osaka",sans-serif;
	margin: 0px;
	padding: 2px 5px 2px 5px;
}
div.page a {
	text-decoration: none;
}

/* --- エントリーブロック --- */
div.entry {
	margin: 10px 0px 10px 0px;
	padding: 0px 4px 0px 4px;
}
div.entry div.entry_author {
	margin: 0px;
	padding: 2px 4px 2px 4px;
	font-size: 8pt;
	text-align: right;
}
div.entry div.entry_author a {
	text-decoration: none;
}
div.entry div.entry_body {
	margin: 0px;
	padding: 4px 10px 4px 10px;
	font-size: 9pt;
	line-height: 1.4em;
	color: #444;
}
div.entry div.entry_more {
	margin: 0px;
	padding: 4px 10px 4px 10px;
	font-size: 9pt;
	line-height: 1.4em;
	color: #444;
}
div.entry div.entry_state {
	margin: 0px;
	padding: 2px 4px 2px 4px;
	font-size: 8pt;
	text-align: right;
}
div.entry div.entry_state a {
	text-decoration: none;
}
div.entry div.entry_navi {
	margin: 0px;
	padding: 0px 4px 8px 4px;
	font-size: 7.5pt;
	text-align: center;
}
div.entry div.entry_navi a {
	text-decoration: none;
}

/* --- コメントブロック --- */
div.comment_area {
	width: 100%;
	height: 300px;
	margin: 0px;
	padding: 0px;
	overflow:auto;
	border-top: 1px dotted #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
div.comment {
	margin: 4px 0px 4px 0px;
	padding: 0px 5px 0px 5px;
}
div.comment form {
	margin: 4px 0px;
	padding: 0px;
}
div.comment form dl {
	font-size: 9pt;
}
div.comment form dl dt {
	display: block;
	clear: left;
	float: left;
	width: 7em;
	margin: 4px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro","Osaka",sans-serif;
	text-align: right;
}
div.comment form dl dt label#labelsubmit {
	display: none;
}
div.comment form dl dd {
	margin: 0px 0px 0px 7.5em;
	padding: 0px;
}
div.comment dl.body {
	margin: 0px;
	padding: 4px 4px 10px 4px;
	line-height: 1.3em;
	font-size: 9pt;
	border-bottom: 1px dashed #ddd;
}
div.comment dl.body dt {
	margin: 0px;
	padding: 0px;
	color: #888;
	text-align: left;
}

/* --- トラックバックブロック --- */
div.trackback_area {
	width: 100%;
	height: 200px;
	padding: 0px;
	margin: 0px;
	overflow:auto;
	border-top: 1px dotted #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
div.trackback {
	margin: 4px 0px 4px 0px;
	padding: 0px 4px 0px 4px;
}
div.trackback dl.body {
	margin: 0px;
	padding: 4px 4px 10px 4px;
	line-height: 1.3em;
	font-size: 9pt;
	border-bottom: 1px dashed #ddd;
}
div.trackback dl.body dt {
	margin: 0px;
	padding: 0px;
	color: #888;
	text-align: left;
}

/* --- trackback 1click copy area --- */
.tblink {
	margin: 0px;
	padding: 2px 4px 2px 4px;
	font-size: 80%;
	font-family: "Hiragino Kaku Gothic Pro","Osaka",sans-serif;
	color: #4f4f4f;
	background-color: #fff;
	border: 1px solid #aaa;
}

/* --- プロフィールブロック --- */
div.profile {
	margin: 10px 0px 10px 0px;
	padding: 0px 4px 0px 4px;
	width: 100%;
	font-size: 12pt;
}
div.profile div.profile_body {
	margin: 0px;
	padding: 4px 10px 4px 10px;
	font-size: 9pt;
	line-height: 1.4em;
	color: #444;
}

/*-----------------------------
	New Mark
-----------------------------*/
span.new {
    display: none;
    color: red;
    font-weight: bold;
}

/*-----------------------------
	Continue Reading
-----------------------------*/
p.continue {
	margin-top: 1em;
	margin-bottom: 2em;
	padding-left: 10px;
	clear: both;
	background-position: 5px center;
	text-transform: uppercase;
}
p.continue a:link,
p.continue a:visited {
	padding: 0 20px 0 8px;
	color: #fff;
	border-left: 5px solid #009900;
	background-color: #111;
	background-position: 96% center;
	text-decoration: none;
}
p.continue a:hover {
	border-color: #fff;
	color: #fff;
	background-color: #222;
}

/*======================================

	Global Navigation Module
	
=======================================*/

dd#globalNavi ul {
/*	margin: 25px 0 -26px;*/
	margin: 24px 0px 0px -34px;
/*	padding: 3 0 0 2;*/
	padding: 0;
	background-color:#000;
	text-align: center;
}

dd#globalNavi ul li {
	margin: 1;
	padding: 0;
	float: left;
	width: 108px;
	line-height: 1;
	list-style-type: none;
	font-size: 12px;
}

/*--------------------------------------
	1.Button
---------------------------------------*/

dd#globalNavi ul li a {
	padding: 0.5em 8px; /* Button Height */
	border: none;
	border-right: 1px solid #444;
	display: block;
	position: relative; /* IE6 Bug Fix */
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #333;
}

/*--------------------------------------
	2. On mouse
---------------------------------------*/

dd#globalNavi ul li a:hover {
	color: #fff;
	background-color: #000;
}

/*--------------------------------------
	3. Current 
---------------------------------------*/

dd#globalNavi ul li.current a:link,
dd#globalNavi ul li.current a:visited,
dd#globalNavi ul li.current a:hover {
	border-right: none;
	color: #000;
	background-color: #fff;
}

/*--------------------------------------
	clearFix
---------------------------------------*/

dd#globalNavi ul {
	_height: 1px;
	min-height: 1px;
}

dd#globalNavi ul:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
}

/* for MacIE5 \*//*/

dd#globalNavi ul {
	height: auto;
	overflow: hidden;
}
/* ========================================================================= */

