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

/*
 * SUMMON NIGHT OFFICIAL WEB SITE
 * 2012
 *
 * common.css
 *
 * 
 */

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


/*
 *  TABLE OF CONTENTS
 *  
 *  @Body
 *  @Wrapper
 *  @Navigation
 *  @Header
 *  @Footer
 *
 */
 
 
 
/* ---------------------------------- */

/* @Body 
===========*/
body {
	background: #111 !important;
	color: #5f6c73;
	font-size: small;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.5;
	vertical-align: baseline;
}


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

/* @Wrapper 
===========*/
#wrapper {
	min-width: 960px;
	width: 100%;
	background: url(../images/shared/bg.gif) repeat;
}



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

/* @Header 
===========*/
#header {
	min-width: 960px;
	width: 100%;
	background: url(../images/shared/bg_header.png) no-repeat center top;
}

#header_inner {
	width: 960px;
	margin: 0 auto;
	height: 137px;
	position: relative;
}

#header h1 {
	position: absolute;
	top: 21px;
	left: -25px;
}

#header p.commercial {
	position: absolute;
	top: 35px;
	right: 10px;
}


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

	#header p.btn_home a {
		background-image: url(../images/shared/btn_home.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		display: block;
		width: 94px;
		height: 21px;
		overflow: hidden;
		text-indent: -9999px;
	}
	
	#header p.btn_home a:hover {
		background-position: 0 -21px;
	}


/* SNS */
#index #header .sns {
	position: absolute;
	top: 0;
	right: 0;
	width: 380px;
	height: 30px;
	padding: 6px 0 0 0;
	background: url(../images/top/bg_sns.gif) no-repeat 0 0;
	display: block;
}

#index #header .sns li {
	float: left;
	margin-left: 12px;
	width: 114px;
}

#header .sns {
	display: none;
}

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

/* @Navigation 
===========*/


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

/* @Contents 
===========*/
#contents {
	width: 910px;
	margin: 0 auto;
}

#contents h2 {}

#mainContents {
	background: url(../images/shared/bg_contents.png) repeat;
	padding: 20px 23px 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-top-left-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

#mainContents h3 {
	line-height: 1.8;
	font-weight: normal;
	padding-bottom: 30px;
}

#mainContents h4 {
	clear: both;
	background: url(../images/shared/h4.png) no-repeat 0 0;
	color: #3d7896;
	padding: 12px 0 8px 35px;
}

p.btn_back {
	text-indent: -9999px;
	width: 184px;
	margin: 0 auto;
	clear: both;
}

	p.btn_back a {
		display: block;
		background-image: url(../images/shared/btn_back.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		width: 184px;
		height: 41px;
		overflow: hidden;
	}
	
	p.btn_back a:hover {
		background-position: 0 -41px;
	}

p#pageTop {
	bottom: 70px;
	position: fixed;
	right: 0;
	margin-bottom: 200px;
}
	
	p#pageTop a {
		text-indent: -9999px;
		display: block;
	}
	
	p#pageTop a span {
		background: url(../images/shared/btn_pageTop.png) no-repeat 0 0;
		display: block;
		width: 68px;
		height: 73px;
	}
	
	p#pageTop a span:hover {
		background-position: 0 -73px;
	}

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

/* @Footer 
===========*/
#footer {
	background: url(../images/shared/bg_footer.png) no-repeat center top;
	min-width: 960px;
	width: 100%;
	padding-top: 50px;
}

#footer_inner {
	background: url(../images/shared/bg_footerInner.png) repeat;
	width: 940px;
	margin: 0 auto;
	padding: 10px;
}

#fNavi {
	overflow: hidden;
	float: right;
}

	#fNavi li {
		float: left;
		padding-left: 10px;
	}

	#fNavi li a {
		display: block;
		text-indent: -9999px;
		width: 94px;
		height: 23px;
		overflow: hidden;
		background-image: url(../images/shared/fNavi.gif);
		background-repeat: no-repeat;
	}

	#fNavi li.archiveTitle a { background-position: 0 0; }
	#fNavi li.archiveTitle a:hover { background-position: 0 -23px; }

	#fNavi li.archiveInfo a { background-position: -94px 0; }
	#fNavi li.archiveInfo a:hover { background-position: -94px -23px; }

	#fNavi li.rules a { background-position: -188px 0; }
	#fNavi li.rules a:hover { background-position: -188px -23px; }

	#fNavi li.contact a { background-position: -282px 0; }
	#fNavi li.contact a:hover { background-position: -282px -23px; }

	#fNavi li.greeting a { background-position: -376px 0; }
	#fNavi li.greeting a:hover { background-position: -376px -23px; }

	#fNavi li.greeting { display: none; }
	body#index #fNavi li.greeting { display: block; }

