/*-----------------------------------------------------------------------------*/
/*-                                                                            */
/*- アンシャンテ　−アーティスト情報カスケードスタイルシート−                 */
/*-                                                                            */
/*-----------------------------------------------------------------------------*/


/*----------------------------------------------*/
/*- 全称指定			                       -*/
/*----------------------------------------------*/
* {
	font-size			:	12px;
}

/*----------------------------------------------*/
/*- H1 〜 H2定義		                       -*/
/*----------------------------------------------*/
h1 {
	text-align			:	center;
	font-size			:	28px;
}

/*----------------------------------------------*/
/*- strong定義			                       -*/
/*----------------------------------------------*/
strong {
	font-weight			:	normal;
}

/*----------------------------------------------*/
/*- アーティストリスト部                       -*/
/*----------------------------------------------*/
div.artistList {
	background-image	:	url('image/wp/gura_4.gif');		//--- 背景の画像 ---
	background-repeat	:	repeat-y;						//--- 背景の複写（Ｙ方向指定)
	position			:	absolute;
	width				:	200px;							//--- 幅 --
	top					:	80px;
	left				:	0px;
}

div.profile {
	margin-left			:	10px;
}

div.field {
	
}

/*----------------------------------------------*/
/*- アーティストリスト部とデータ部の高さ       -*/
/*----------------------------------------------*/
div.dataHeight{
	height				:	1600px;							//--- 絵画データは増えたときにこの値を増やす。 ---
}

/*----------------------------------------------*/
/*- アーティストデータ部				       -*/
/*----------------------------------------------*/
div.artistdata {
	position			:	absolute;
	width				:	600px;
	top					:	80px;
	left				:	230px;
}

/*----------------------------------------------*/
/*- フッター情報部	         			       -*/
/*----------------------------------------------*/
div.footer {
	position			:	absolute;
	top					:	1660px;							//--- 「アーティストリスト部とデータ部の高さ」を変更したらここも変更する. ---
	left				:	10px;
	width				:	830px;
	text-align			:	center;
}

a {
	line-height			: 	1.5em;								/*--- フォントの表示高さの変更 ---*/
}