
/* =================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:#f0cb0b; text-decoration:none;}
a:visited{color:#f0cb0b; text-decoration:none;}
a:hover{color:#f0cb0b; text-decoration:underline;}
a:active{color:#f0cb0b; 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:#000000 url(../img/bg.jpg) no-repeat center top;
	font-size: 12px;
	line-height:1.5;
/*	letter-spacing:1px;*/
	color: #ffffff;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#wrapper{
	width:906px;
	margin:0 auto;
}

#header{
	position:relative;
	height:135px;
}

#header p#logo{
	top:40px;
	left:0;
	position:absolute;
}

#header p.catch{
	top:0;
	right:0;
	position:absolute;
}

#header #globalNav{
	top:65px;
	left:209px;
	position:absolute;
}

#globalNav li{
	float:left;
}

#globalNav li img{
	vertical-align:bottom;
}

h1.pageTitle{
	text-align:center;
	margin:10px 0 20px 0;
}

div.contentsTop{
	background:url(../img/base_top.png) no-repeat left top;
	height:55px;
}

div.contentsContainer{
	background:url(../img/base_repeat.png) repeat-y left top;
}

div.contentsBottom{
	background:url(../img/base_bottom.png) no-repeat left top;
	height:55px;
}

div#pageTop{
	text-align:center;
	margin-top:20px;
}


/*--------------------------------------*/

#footer{
	padding:30px 0;
}

#footerContents{
	width:445px;
	height:20px;
	margin:0 auto;
	position:relative;
}

#social{
	position:absolute;
	top:0;
	left:0;
}

#social div.head_social{
	float:left;
	margin-right:10px;
}

#social .tw{
	width:65px;
	overflow:hidden;
}

#social .mx{
	width:59px;
	overflow:hidden;
}

#social .fb{
	width:70px;
	overflow:hidden;
}

p.copyright{
	position:absolute;
	top:0;
	right:12px;
}