@charset "UTF-8";


/* ******************************************
 構造部分 定義
****************************************** */
#name {
	width: 633px;
	font-size: 80%;
	color: #373737;
	line-height: 1.6em;
}

/* safari only \*/  
html[xmlns*=""] body:last-child #name {
	font-size: 75%;
}

/* **************************************************************
 ページID　定義
************************************************************** */
#name-top-area {
	height: 9px;
	margin: 0px auto 0px auto;
	background-image: url(/images/contents/name_list_top.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#name-main-area {
	margin: 0px auto 0px auto;
	padding: 0 10px 0 10px;
	background-image: url(/images/contents/name_list_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}

/* 上書き設定 */
* html body #name-main-area {
	margin: -2px auto 0px auto;
}

#name-bottom-area {
	height: 9px;
	margin: 0px auto 0px auto;
	background-image: url(/images/contents/name_list_bottom.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/* 上書き設定 */
* html body #name-bottom-area {
	margin: -2px auto 0px auto;
}

/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */
#name div.hr-image {
	width:601px;
	height:5px;
	background-image: url(/images/contents/name_list_hr.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#name div.contents-box {
	margin: 10px auto 10px 0px;
}

#name div.contents-box li {
	display: inline;
	margin-left: 15px;
	line-height: 1.2em;
}

#name div.char-box-Lt{
	width: 80px;
	float:left;
	background-image: url(/images/contents/name_list_title.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

#name div.char-box-Rt{
	width: 500px;
	float:right;
}

#name div.char-box-Rt tr td{
	width: 100px;
	padding: 1px 0;
}

#name div.pagetop {
	text-align:right;
	padding-right:20px;
}

#name div.pagetop span {
	font-size:90%;
	padding-left:20px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/images/contents/name_list_link.gif);
	background-repeat: no-repeat;
}


