@import url("base.css");

#contents {
	padding-bottom:20px;
}


/* トップタイトル
-----------------------------------*/
#contents .top_title {
	width:730px;
	font-size:14px;
	font-weight:bold;
	padding-bottom:6px;
	border-bottom:3px solid #E6E6E6;
}


/* 一覧
-----------------------------------*/
#contents .list_area {
	width:690px;
	min-height:800px;
	padding:0px 20px;
	background-image:url(../img/staff/bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#contents .list_area img {
	float:left;
}

#contents .list_area .centerline {
	float:left;
	width:50px;
	height:120px;
	background-image:url(../img/staff/list_space.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

#contents .list_area .dotline {
	clear:both;
	width:690px;
	height:1px;
	background-image:url(../img/staff/list_dotline.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#contents .list_area .box {
	float:left;
	width:320px;
	padding:30px 0px 30px 0px;
}

#contents .list_area .box .photo {
	float:left;
	width:60px;
}

#contents .list_area .box .title {
	float:right;
	width:250px;
	padding-bottom:4px;
}

#contents .list_area .box .name {
	float:right;
	width:250px;
	line-height:17px;
	font-size:14px;
	font-weight:bold;
}
#contents .list_area .box .name .kana {
	line-height:17px;
	color:#B3B3B3;
	font-size:11px;
	font-weight:normal;
	font-family:Verdana;
}
#contents .list_area .box .name a:link {
	color: #7F7F7F;
	text-decoration: none;
}
#contents .list_area .box .name a:visited {
	color: #7F7F7F;
	text-decoration: none;
}
#contents .list_area .box .name a:hover {
	color: #235590;
	text-decoration: underline;
}
#contents .list_area .box .name a:active {
	color: #7F7F7F;
	text-decoration: none;
}


/* 詳細
-----------------------------------*/
#contents .details_area {
	width:710px;
	padding:30px 0px 0px 20px;
}

#contents .details_area img {
	float:right;
}

#contents .details_area .photo {
	float:left;
	width:140px;
	text-align:right;
}

#contents .details_area .title {
	float:right;
	width:550px;
	padding-bottom:4px;
}

#contents .details_area .name {
	float:right;
	width:550px;
	font-size:14px;
	font-weight:bold;
}
#contents .details_area .name .kana {
	color:#B3B3B3;
	font-size:11px;
	font-weight:normal;
	font-family:Verdana;
}

#contents .details_area .info {
	float:right;
	width:550px;
	padding:10px 0px 0px 0px;
}

#contents .details_area .text_title {
	float:right;
	width:550px;
	color:#000000;
	font-size:10px;
	font-family:Verdana;
	padding-bottom:4px;
}

#contents .details_area .text {
	float:right;
	width:550px;
}

a.bt_list {
	float:right;
	width:200px;
	height:46px;
	margin-top:10px;
	background-image:url(../img/staff/bt_list.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
a.bt_list:hover {
	background-position:top right;
}


/* フォント
-----------------------------------*/
.font_verdana_gary14 {
	color:#B3B3B3;
	font-size:14px;
	font-family:Verdana;
}
