@charset "UTF-8";
/*
----------------------------------------------------------------------------------------------------
  (c)2009 satokototsuki. All rights reserved.
----------------------------------------------------------------------------------------------------*/


/* デフォルト */
* {
	margin: 0; padding: 0;  
	font-family:Verdana, Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック,ヒラギノ角ゴ Pro W3;
	
}

body{
	text-align:left;
	font-size:13px;
	
	color:#333333;
	letter-spacing:1px;
	line-height: normal;
	background-color: #e9e4db;
	background-image: url(img/back_gara.gif);
	background-repeat: repeat;
	margin-top: 0px;
}
#mother{
	margin:0 auto;
	text-align:left;
	width:800px;
	padding:1% 0px;
	background-color: #ffffff;
	background-position: 0 0;
}
/* リンク */
a{
	color:#c85078;
	text-decoration:underline;
	font-weight:bold;
}


a:hover{
	left:2px;
	top:1px;
	position:relative;
	text-decoration:none;
	color:#006699;
}



/* 線 */
hr{
	border:1px dotted #999999;
}
/* 画像 */
img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.mawarikomi {
	margin-right: 15px;
	margin-bottom: 10px;
}
.mawarikomi_right {
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
}

.migi {
	float: right;
	margin-right: 10px;
	margin-bottom: 5px;
}



/* 段落 */
p{
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 12px;
	margin-left: 10px;
}
/* h1234 */
h1{
	font-size:24px;
}
h2 {
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	height: 20px;
	padding: 0px 10px;
	margin: 0px 0px 10px 0px;
	background-image: url(../img/subtitle_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	
}

h3 {
	color: #222;
	font-size: 15px;
	line-height: 15px;
	height: 15px;
	padding: 8px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-left-width: 5px;
	border-left-color: #c85078;
	border-left-style: solid;
	background-color: #f6dde5;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C85078;
}
h4 {
    font-size: 14px;
	font-weight: bold;
}
h4 a{
	line-height: 30px;
	height: 30px;
	padding: 0px 25px;
	margin: 0px 0px 10px 0px;
	background-image: url("../img/icon2.gif");
	background-repeat: no-repeat;
	font-weight: bold;
}
/* サイトタイトル */
#title{
	padding-left:12px;
}
#title h1{
	font-size:14px;
	text-indent:20px;	
}
#title a{
	text-decoration:none;
	color:#ffffff;
}
/* ヘッダーリンク */
#header_link{
	float:right;
	text-align:right;
}
#header_link a{
	color:#666666;
}
#header_link a:hover{
	color:#444444;
}
/* ヘッダー */
#header
{
	clear:right;
	margin-top:-10px;
	background-image:url(img/top_green3_800x205.jpg);
	width:800px;
	height:205px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* ヘッダーテキスト */

#header_text{
	color:#FFFFFF;
	font-size:11px;
	float:left;
	padding:6px;
	width:460px;
	height:60px;
	border:0px dotted #999999;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -50px;
}
#header_text h2{
	
	font-size:20px;
}
#header_text p{
	margin:4px 10px;
}
#header_text a{
	color:#77ddff;
	text-decoration:none;
}
#header_text a:hover{
	color:#ffffff;
	text-decoration:none;
}





/* メニュー */
#menu{
	margin:0px 0px;
	padding:4px 54px 4px 0px;
	font-size:12px;
	clear:right;
	text-align:right;
	background:#f6dde5;
	margin-bottom:6px;
	border-bottom:1px solid #999999;
	font-weight: bold;
}
#menu a{
	color:#222222;
	text-decoration:none;
	font-weight:bold;
	padding:0px 8px;
}
#menu a:hover{
	background:#C85078;
}
/* 記事部分 */
#main{
	float:left;
	background:#ffffff;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	width: 514px;
}
#main img{
	padding:1px;
	margin:6px 12px 2px 12px;
}


.doc {
	clear: both;	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #ffffff;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #e2e2e2;
}


/* 記事リンク */
#main a{
	color:#c85078;
	text-decoration:underline;
}
#main a:hover{
	color:#226699;
	text-decoration:none;
}

/* 記事リスト */
#main ul{

	margin:12px 0px 12px 24px;
}
#main li{
	margin:4px 0px;
	list-style-image:url(img/list.gif);
}
/* 引用 */

/* サイドバー */
#sidebar{
	width:220px;
	margin:0;
	float:right;
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#sidebar p{
	width:200px;
}




/* サイドバーリスト */
#sidebar ul{
	width:200px;
	margin:12px 0px 12px 24px;
}
#sidebar li{
	margin:4px 0px;
	list-style-image:url(img/list.gif);
}
/* サイドバーリンク */
#sidebar a{
	color:#c85078;
}
#sidebar a:hover{
	color:#226699;
	text-decoration:none;
}
/* フッター */
#footer{
	width:780px;
	text-align:left;
	color:#AAAAAA;
	margin: 0px;
	padding: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#footer a{
	color:#cccccc;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

#footer_pr{
	font-size:9px;
	padding: 5px;
}
#footer_pr a{
	font-size:9px;
	color:#999999;
	text-decoration:none;
}



/*
====================================================================
Common_color
====================================================================
*/
.aka {
	color: #b40015;
	font-weight: bold;
}
.kuro {
	color: #000;
	font-weight: bold;
}



/*
====================================================================
Discography
====================================================================
*/
/*
#discographyArea
*/
#discographyArea {
	margin: 10px 20px 10px 30px;
}
.item:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* .item {height: 1%;}
/* End hide from IE-mac */

#discographyArea h2.subtitle {
	background-image: url(../images/subtitle03.gif);
}

#disc_side {
	float: right;
	width: 120px;
	margin: 10px 0px 10px 0px;
}
#disc_side ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	border-top: 20px solid #a2bcd5;
}
#disc_side li {
	color:#999999;
	font-size: 95%;
	line-height: 20px;
	padding: 0px 0px 0px 20px;
	border-bottom: 1px solid #a2bcd5;
	background-image: url(../images/li_bg1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#disc_main {
	float: left;
	width: 524px;
	margin: 10px 10px 10px 0px;
}

.artwork {
	float: left;
	width: 140px;
	text-align: center;
}
.artwork img {
	border: 1px solid #ccc;
}
.data {
	float: right;
	width: 360px;
}
.data p {
	font-size: 12px;
	line-height: 16px;
}
.release_title {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
	margin: 5px 0px 5px 0px;
}
.release_date {
	color: #c56078;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	margin: 5px 0px 5px 0px;
}
.release_data {
	color: #333333;
	font-size: 10px;
	line-height: 15px;
	margin: 5px 0px 5px 0px;
}
.tracklist {
	margin: 10px 0px 10px 0px;
}
.tracklist table {
	width: 360px;
	border-top: 1px solid #eeeeee;
}
.tracklist td {
	border-bottom: 1px solid #eeeeee;
}
.track_num {
	font-size: 12px;
	line-height: 20px;
	text-align: right;
	width: 20px;
	padding: 0px 3px 0px 0px;
}
.track_name {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 12px;
	line-height: 20px;
}
.listen {
	font-size: 95%;
	line-height: 20px;
	width: 16px;
}
.no_listen {
	font-size: 95%;
	line-height: 20px;
	width: 16px;
	display: none;
}
.listen a {
	font-size: 95%;
	line-height: 16px;
	text-decoration: none;
	text-indent: -9000px;
	/*\*/ overflow: hidden; /* */
	height: 14px;
	width: 14px;
	background-image: url(../images/listen.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
.listen a:hover {
	background-position: 0px -20px;
}
.no_listen a {
	display: none;
}





