
/* =================Eric Meyer Reset CSS================= */

/* v1.0 | 20080212 */

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;
}
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;
}

a:link{color:#00caff; text-decoration:none;}
a:visited{color:#00caff; text-decoration:none;}
a:hover{color:#00caff; text-decoration:underline;}
a:active{color:#00caff; text-decoration:underline;}


/* ====================================================== */

.clearfix:after{
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0;
	visibility:hidden;
}

.clearfix{
	zoom:1;
}

html {
	scrollbar-base-color:#000000;
	scrollbar-face-color:#000000;
	scrollbar-arrow-color:#00a1e9;
	scrollbar-track-color:#000000;
	scrollbar-3dlight-color: #00a1e9;
	scrollbar-highlight-color: #00a1e9;
	scrollbar-shadow-color: #00a1e9;
	scrollbar-darkshadow-color: #00a1e9;
}

body {
	background: url(../img/bg.gif) top left;
	font-size: 12px;
	line-height:1.5;
/*	letter-spacing:1px;*/
	color: #fff;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#wrapper{
	width:904px;
	margin:0 auto;
}

#header{
	height:156px;
	position:relative;
}

#header p.logo{
	top:0;
	left:0;
	position:absolute;
}

#header p.catch{
	top:0;
	right:0;
	position:absolute;
}

#header #globalNav{
	top:103px;
	left:0;
	position:absolute;
}

#globalNav li{
	float:left;
}

#globalNav li img{
	vertical-align:bottom;
}

h1.pageTitle{
	text-align:center;
	margin:10px 0 20px 0;
}


#footer{
	background:#000a17 url(../img/footer_bg.jpg) repeat-x left top;
	padding:69px 0 0 0;
}

#footerContents{
	width:903px;
	margin:0 auto;
	height:50px;
	position:relative;
}

#social{
	position:absolute;
	top:10px;
	left:0;
}

#social div.head_social{
	float:left;
	width:110px;
}

p.copyright{
	position:absolute;
	top:10px;
	right:0;
}