@charset "UTF-8";

/*--------------------------------------------------------------*/
/* キャラクター個別ページ
/*--------------------------------------------------------------*/

#main{
	padding-top: 140px;
}

#intro h2{
	position: absolute;
	width: 152px;
	width: 34px;
	top: 80px;
	left: 70px;
	z-index: 10;
}

h3{
	margin-bottom: 5px;
}

img.bottom{
	position: absolute;
	bottom: 0;
	left: 0;
}

/*------------------------------------*/

#info{
	position: relative;
	width: 806px;
	margin: 0 0 25px 50px;
	min-height: 50px;
	background-image: url(../img/search/search_info_bg.png);
	background-repeat: repeat-y;	
}

#info p{
	width: 806px;
	padding: 15px 0 0 30px;
	background-image: url(../img/search/search_info_top.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#info strong{
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 0.15em;
}

/*------------------------------------*/

#character{
	position: relative;
	width: 806px;
	margin: 10px 0 10px 50px;
	padding-bottom: 15px;
	background-image: url(../img/search/search_result_bg.png);
	background-repeat: repeat-y;
}

#character h3{
	width: 806px;
	padding: 10px 0 1px 25px;
	background-image: url(../img/search/search_result_top.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#character table{
	width: 96%;
	margin: 0 15px;
	padding-top: 15px;
	background-color: #F5F5F5;
	background-image: url(../img/search/line_search.png);
	background-repeat: no-repeat;
	background-position: top;
}

#character table td, #character table th{
	width: 110px;
	text-align: center;
}

#character table th{
	padding-top: 15px;
}

#character table th img{
	padding: 2px 4px 2px 3px;
	background-image: url(../img/thumb_bg_g.png);
	background-repeat: no-repeat;
	background-position: top left;
}


#character table td{
	padding-bottom: 20px;
}

#character table td a{
	color: #990000;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}


/*------------------------------------*/

#tag{
	position: relative;
	width: 806px;
	margin: 30px 0 0 50px;
	padding-bottom: 15px;
	background-image: url(../img/search/search_result_bg.png);
	background-repeat: repeat-y;
}

#tag h3{
	width: 806px;
	padding: 10px 0 1px 25px;
	background-image: url(../img/search/search_result_top.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#tag ul{
	margin: 0 15px;
	padding: 15px 0 15px 25px;
	background-color: #F5F5F5;
	background-image: url(../img/search/line_search.png);
	background-repeat: no-repeat;
	background-position: top;
}

#tag li{
	display: inline;
	list-style: none;
	margin-right: 1.5em;
}


/*------------------------------------*/

p.notfound{
	margin: 0 15px;
	padding: 25px 0;
	text-align: center;
	background-color: #F5F5F5;
	background-image: url(../img/search/line_search.png);
	background-repeat: no-repeat;
	background-position: top;
}

/*--------------------------------*/

#inaccessible{
	position: relative;
	width: 421px;
	height: 57px;
	margin: 30px 0 30px 260px;
	padding-top: 30px;
	text-align: center;
	background-image: url(../img/inaccessible_bg.png);
	background-repeat: no-repeat;
	z-index: 11;	
}


/*--------------------------------*/

div.move{
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	z-index: 10;
}

div.move ul li{
	display: inline;
	margin: 0 0.4em;
	list-style: none;
	font-weight: bold;
	font-size: 115%;
}

div.move ul li em{
	font-weight: bold;
	font-size: 120%;
	font-style: normal;
}

div.move ul li a:hover{
	position: relative;
	top: 1px;
	left: 1px;
}

