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

div.smallmenu { margin: 40px 0 0 0;}
a.to_top { 
	margin-top: 25px !important;
	margin-bottom: 25px !important;
} 

p#pc_title { 
	font-family: "Monotype Corsiva";
	color: #000000;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

div#pc_contents a#pc_ss_image {
	width: 580px;
	height: 270px;
	display: block;
	background-image: url("/guide/images/pc_ss.jpg");
	margin: 0 auto;
	border: 1px solid #999999;
}
ul.pc_list {
	margin: 10px auto;
}
li.pc_list {
	list-style-type: decimal !important;
	font-size: 18px !important;
	color: #000000;
	width: 520px;
	margin-left: 50px;
}

p#explore_text {
	font-family: "Monotype Corsiva";
	color: #000000;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}

p.step {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-top: 15px;
}

a#ss1 {
	width: 508px;
	height: 358px;
	background-image: url("http://hb.getamped.com/wordpress/wp-content/uploads/information/event/100303_update/100303_update_news_ss1.jpg");
	margin: 15px auto 0 auto;
	display: block;
}

a#npc_ss {
	width: 508px;
	height: 358px;
	background-image: url("/guide/images/pc_npc.jpg");
	margin: 0 auto;
	display: block;
}

a#pc_map {
	width: 394px;
	height: 306px;
	background-image: url("/guide/images/pc_map.jpg");
	margin: 0 auto;
	display: block;
}

div#pc_weapon {
	clear: both;
	margin-top: 15px;
}

div#pc_contents table.pc_item_table {
	width: 530px;
	margin: 0 auto;
	border: 1px #CC9966 solid; 
	border-collapse: collapse; 
	border-spacing: 0;
	text-align: left;
	clear: both;
}
div#pc_contents table.pc_item_table th {
	padding: 5px; 
	border: #CC9966 solid; 
	border-width: 0 0 1px 1px; 
	background: #F3C29E; 
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}

div#pc_contents table.pc_item_table td {
	padding: 5px; 
	border: 1px #CC9966 solid; 
	border-width: 0 0 1px 1px; 
	text-align: center;
}

div#pc_contents table.pc_item_table td p {
	text-align: left;
	font-weight: normal;
}

table.pc_item_table a.weapon_icons {
	width: 64px;
	height: 64px;
	display: block;
	background-image: url("/guide/images/pc_weapon_icon.jpg");
	background-repeat: no-repeat;
	margin: 0 auto;
}
	table.pc_item_table a#itemicon1 { background-position: 0 0;}
	table.pc_item_table a#itemicon2 { background-position: -64px 0;}
	table.pc_item_table a#itemicon3 { background-position: -128px 0;}
	table.pc_item_table a#itemicon4 { background-position: -192px 0;}
	table.pc_item_table a#itemicon5 { background-position: -256px 0;}
	table.pc_item_table a#itemicon6 { background-position: -320px 0;}

div#pc_contents div.ss_box {
	width: 520px;
	margin: 20px auto;
}

	div#pc_contents a.weapon_ss {
		width: 250px;
		height: 250px;
		display: block;
		background-image: url("/guide/images/pc_weapon_ss.jpg");
		background-repeat: no-repeat;
		border: 1px solid #999999;
	}
		a#pc_weapon_1 { background-position: 0 0; margin-right: 15px; float: left;}
		a#pc_weapon_2 { background-position: -250px 0; }
		a#pc_weapon_3 { background-position: -500px 0; margin-right: 15px; float: left;}
		a#pc_weapon_4 { background-position: -750px 0;}
		a#pc_weapon_5 { background-position: 0 -250px; margin-right: 15px; float: left;}
		a#pc_weapon_6 { background-position: -250px -250px;}
		a#pc_weapon_7 { background-position: -500px -250px; margin-right: 15px; float: left;}
		a#pc_weapon_8 { background-position: -750px -250px;}
		a#pc_weapon_9 { background-position: 0 -500px; margin-right: 15px; float: left;}
		a#pc_weapon_10 { background-position: -250px -500px;}
		a#pc_weapon_11 { background-position: -500px -500px; margin-right: 15px; float: left;}
		a#pc_weapon_12 { background-position: -750px -500px;}
		
a.heavy_armor_img {
	width: 250px;
	height: 250px;
	display: block;
	background-image: url("/guide/images/pc_heavy_armor_ss.jpg");
	background-repeat: no-repeat;
	border: 1px solid #999999;
}
	a#heavy_armor1 { 
		background-position: 0 0; 
		float: left; 
		margin-bottom: 15px; 
		margin-right: 15px;
	}
	
	a#heavy_armor2 { 
		background-position: -250px 0; 
		float: left; 
		margin-bottom: 15px;
	}
	
	a#heavy_armor3 { 
		background-position: 0 -250px; 
		float: left; 
		margin-bottom: 15px; 
		margin-right: 15px;
	}
	
	a#heavy_armor4 { 
		background-position: -250px -250px; 
		float: left; 
		margin-bottom: 15px;
	}
		
a.light_armor_img {
	width: 250px;
	height: 250px;
	display: block;
	background-image: url("/guide/images/pc_light_armor_ss.jpg");
	background-repeat: no-repeat;
	border: 1px solid #999999;
}
	a#light_armor1 { 
		background-position: 0 0; 
		float: left; 
		margin-bottom: 15px; 
		margin-right: 15px;
	}
	
	a#light_armor2 { 
		background-position: -250px 0; 
		float: left; 
		margin-bottom: 15px;
	}
	
	a#light_armor3 { 
		background-position: 0 -250px; 
		float: left; 
		margin-bottom: 15px; 
		margin-right: 15px;
	}
	
	a#light_armor4 { 
		background-position: -250px -250px; 
		float: left; 
		margin-bottom: 15px;
	}
	
a.cloth_armor_img {
	width: 250px;
	height: 250px;
	display: block;
	background-image: url("/guide/images/pc_cloth_armor_ss.jpg");
	background-repeat: no-repeat;
	border: 1px solid #999999;
}
	a#cloth_armor1 { 
		background-position: 0 0; 
		float: left; 
		margin-bottom: 15px; 
		margin-right: 15px;
	}
	
	a#cloth_armor2 { 
		background-position: -250px 0; 
		float: left; 
		margin-bottom: 15px;
	}
	
	a#cloth_armor3 { 
		background-position: 0 -250px; 
		float: left; 
		margin-bottom: 15px; 
		margin-right: 15px;
	}
	
	a#cloth_armor4 { 
		background-position: -250px -250px; 
		float: left; 
		margin-bottom: 15px;
	}
	

		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
