/* STYLE SHEET FOR THE FAMILY PROJECT - JAST USA PAGE

COPYRIGHT JAST USA 2009 ALL RIGHTS RESERVED

/*

/* -- RESET -- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: "Myriad Pro", Arial, Helvetica, Geneva, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-- CONTENT --*/

#content {
	width: 800px;
	margin: 0 auto;
}

#menu a {
	text-decoration: none;
	color: #333;
}

.stage {
	margin-bottom: 10px;
	position: relative;
	background: url('../img/family_bg.jpg') 0 0 no-repeat;
	height: 673px;
	width: 800px;
}

/* -- CHARACTERS BLOCKS --*/

.map {
	position: absolute;
	z-index: 10;
}

.map a {
	display: block;
	text-indent: -9000em;
}

#hiroshi_map {
	bottom: 0;
	right: 0;
}

#hiroshi_map a {
	width: 110px;
	height: 110px;
}

#masumi_map {
	bottom: 0;
	right: 200px;
}

#masumi_map a {
	width: 80px;
	height: 220px;
}

#aoba_map {
	bottom: 70px;
	left: 220px;
}

#aoba_map a {
	width: 60px;
	height: 160px;
}

#matsuri_map {
	bottom: 90px;
	left: 120px;
}

#matsuri_map a {
	width: 50px;
	height: 80px;
}

#haruka_map {
	top: 225px;
	left: 360px;
}

#haruka_map a {
	width: 70px;
	height: 50px;
}

#jun_map {
	top: 320px;
	right: 220px;
}

#jun_map a {
	width: 70px;
	height: 100px;
}


/* --CONTENT LAYOUT-- */

h2 {
	font-size: 25px;
	border-bottom: 2px solid #ededed;
	padding-bottom: 5px;
	margin-bottom: 15px;
	color: #ededed;
	text-transform: uppercase;
}

#fancy_div img.tachi {
	float: left;
	position: absolute;
	bottom: -10px;
}

.chara {
	margin-left: 250px;
}

#fancy_div span {
	display: block;
	margin-bottom: 20px;
	font-size: 13px;
}

p {
	margin-bottom: 15px;
	line-height: 22px;
	color: #ededed;
	font-size: 16px;
	word-spacing: 1px;
}

p a {
	color: #e69aeb;
	text-decoration: none;
}

p a:hover, #resellers a:hover {
	text-decoration: underline !important;
}

#resellers {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
}

#resellers a {
	color: #FFF;
	text-decoration: none;
}

#resellers li {
	margin-bottom: 15px;
}

#resellers li.first, #resellers li.first a {
	margin-bottom: 40px;
	margin-top: 40px;
	color: #e69aeb;
}

#resellers li.first a:hover {
	text-decoration: underline;
}

/*#gallery {
	height: 400px;
	width: 740px;
	margin-left: 4px;

}

#gallery li {
	float: left;
	width: 160px;
	height: 120px;
	margin: 30px 10px;
	border: 2px solid #FFF;
}*/

/* -- MENU -- */

ul#menu {
	list-style-type: none;
}

ul#menu li {
	float: left;
	margin-right: 75px;
}

ul#menu li.last {
	margin-right: 0 !important;
}

#tooltip {
	position:absolute;
	border:1px solid #000;
	background: url('fancy_bg.png');
	padding: 0 2px;
	color:#EDEDED;
	display:none;
	font-size: 14px;
	}