@charset "UTF-8";
/* CSS Document */

/* @actresses dir */

/* 各ディレクトリ以下のページに使用するcssルールはこのファイルに記述 */

h1.actresseshead	{
	width:	800px;
	height:	60px;
	margin:	0;
	padding:	0;
}

div.headsub	{
	margin:	0;
	width:	800px;
	height:	45px;
	background-image:	url("imgs/actressback.gif");
	background-repeat:	no-repeat;
	background-position:	right top;
}

div.headsub p	{
	padding:	8px 0px 0px 12px;
}

div.actressescont	{
	clear:	both;
	margin:	0px 0px 60px 0px;
	padding-top:	12px;
}

div.actressesprof	{
	width:	193px;
	height:	70px;
	border-style:	none none solid solid;
	border-width:	1px;
	border-color:	#dddddd;
	float:	left;
	margin:	0px 8px 12px 0px;
}

div.actressesprofright	{
	width:	193px;
	height:	70px;
	border-style:	none none solid solid;
	border-width:	1px;
	border-color:	#dddddd;
	float:	right;
	margin:	0px 0px 12px 0px;
}

div.actressesprof img	{
	width:	60px;
	height:	60px;
	display:	block;
	float:	left;
	padding:	5px 10px 5px 5px;
}
div.actressesprofright img	{
	width:	60px;
	height:	60px;
	display:	block;
	float:	left;
	padding:	5px 10px 5px 5px;
}

div.actressesname	{
	width:	100px;
	padding:	20px 4px 0px 12px;
	float:	left;
	background-image:	url("../common/imgs/bluedot_right.gif");
	background-repeat:	no-repeat;
	background-position:	0px 22px;
}


div.gopagetop	{
	clear:	both;
	width:	790px;
	text-align:	right;
	padding:	80px 10px 2px 0px;
}


