@charset "utf-8";
/*artist個人ページ*/

@import url("base/share.css");

/* Index ------------------------------------------------*//*
	
	00.Container
    01.text,rollover
    02.Caption
    03.
    04.
    05.
    06.
    07.
	08.
	09.
*//* ------------------------------------------------------ */

/* 00.Container
=========================================================== */
/*#hako2{
	display:block;
	height:auto;
	margin: 0px	;
	margin-top:-6px;
	padding:0px;
	background-repeat:repeat-y;
	background-color:#006;
	}*/

#profPh{
	padding-right: 8px;
	float:left;
	/*background-color:#060;*/
	height:210px;
	width:158px;
	display:block;
	}

#n-txt{ width:376px; }


/*artist-name*/
#artistName{
	font-size:20px;
	font-weight:bold;
	color:#a6a3a3;
	float:left;
	letter-spacing:0px;
	/*background-color:#066;*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width:376px;
	height:20px;
	margin-bottom:4px;
	line-height:16px;
	}
	
/*web*/
.ar-title{
	/*height:14px;
	width:px;*/
	display:block;
	background-repeat:none;
	margin-bottom:4px;
	/*background-color:#399;*/
	}
	
#style{
	clear:both;
	height:0px;
	}


/*右側テキスト部分*/
#arttext{
	display:block;
	width:376px;
	float:right;
	/* padding-bottom:4px;
	background-color:#600;*/
	}
	
/*IE6-----------*/	
*html #arttext{ margin-bottom:-15px; }
	
/*web*/
.ar-title{
	/*height:14px;
	width:px;
	*/
	display:block;
	background-repeat:none;
	margin-bottom:4px;
	/*background-color:#399;*/
	}
	
/*関連作*/	
#sub-title{
	display:block;
	background-repeat:no-repeat;
	margin:20px 0px 4px 0px;
	width:44px;
	height:14px;
	background-image:url(../images/a-em/artist-main1_kanren.jpg);
	}	
	

/* 01.text,rollover
=========================================================== */
#arttext dd,.bun{
	font-size: 11px;
	color: #FFF;
	/*margin-bottom:20px;*/
	line-height:15px;
	}
	
/*roll-over*/
#arttext dd a,.bun a{ color:#004f00; }
	
#arttext dd a:hover,.bun a:hover{
	color:#999;
	text-decoration:none;
	}	
	
/*キャプションテキスト*/
.cap{
	font-weight:normal;
	font-size: 12px;
	line-height:15px;
	margin: 10px 10px 5px 10px;
	width:112px;/*102*/
	color:#fff;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", ;
}

.cap a { color: #004f00; }/*2D88B3*/

.boxgrid a{ text-decoration: none; 	}


/* 02.Caption
=========================================================== */
h2{
	display:block;
	height:25px;//
	}

/*works内の囲み*/
#worksSet,.worksSet{
	background-color:#0a0a0a;
	width:555px;
	height:122px;
	padding:1px 0 3px 3px;
	display:block;
	}
	
/*IE6*/
* html #worksSet,* html .worksSet{ padding:2px 0 0px 0; }

/*works下丸 */
#workEnd{
	background-image: url(../images/a-em/artist-main1_sita.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 558px;
	height:7px;
	}

/*　スプリクトに関係するスタイル
----------------------------------------------------------- */
.captionfull .boxcaption {
	top: 122px;/*キャプション背景部分を隠しておく高さ*/
	left: 0;
	color:#0a0a0a;
}

/*写真部分*/
.boxgrid {
    background: none repeat scroll 0 0 #0a0a0a;
    border: 3px solid #0a0a0a;/*ボーダー入れないとずれる*/
	/*margin-bottom: 20px;　161613	*/
    height: 122px;
    overflow: hidden;
    position: relative;
    width: 132px;
	float:left;
	}

/*IE*/
*html .boxgrid {
	height:100;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #0a0a0a;
	border-right-color: #0a0a0a;
	border-left-color: #0a0a0a;
	}

.boxgrid img{   
    position: absolute;   
    top: 0;   
    left: 0; 
	border:none;
}  
 
/*キャプション背景部分*/ 
.boxcaption{   
    float: left;   
    position: absolute;   
    background: #0a0a0a;   
    display:block;	
	height: 122px;   
    width: 100%;   
    opacity: .7;   
    /* For IE 5-7 */  
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);  
    /* For IE 8 */  
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";  
} 