@charset "UTF-8";
/* CSS Document */

/* ========================================
	* 初期設定 - 基本設定 -
======================================== */

body {
	background: #000000;
	margin: 0;
	padding: 0;
	color: #333;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

#wrap{
	position:relative;
	margin:0 auto;
	width:1200px;
	background:#FFFFFF url(../images/bg_footer.jpg) no-repeat left bottom;
	padding:0 0 300px;
}

#footer{
	position:relative;
	height:100px;
	background:#000 url(../images/bound_bg.png) repeat-x left center;
	text-align:center;
	z-index:100;
	margin:100px 0 0;
}/**130829追加**/

#footer img{
	margin:-99px 0 0;
}/**130829追加**/

.pagetop{
	text-align:right;
}/**130829追加**/

.pagetop a{
	display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
	background:url(../images/ico_arrow_pagetop.png) no-repeat left center;
	width:80px;
	padding:0 0 0 18px;
	color:#FFFFFF;
	font-size:10px;
	text-align:left;
}/**130829追加**/

.pagetop a:hover{
	color:#b63f0f;
}/**130829追加**/

/* ========================================
	* 初期設定 - テキスト -
======================================== */

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight:normal;
}

strong {
	font-weight: bold;
}

em {
	font-style: normal;
	font-weight: normal;
}

p {
	margin: 0;
	padding: 0;
}



/* ========================================
	* 初期設定 - リンク -
======================================== */

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #00AECB;
}

/*a:hover img{
	filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
  opacity: 0.8;
}*/

/* ========================================
	* 初期設定 - 箇条 -
======================================== */

ul,ol {
		margin: 0;
		padding: 0;
		list-style-type: none;
}

dl {
	margin: 0;
	padding: 0;
}

dl dt,dl dd {
		margin: 0;
		padding: 0;
}


/* ========================================
	* 初期設定 - 画像 -
======================================== */

img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align:top;
}


/* ========================================
	* 初期設定 - フォーム -
======================================== */

form,input{
	margin:0;
	padding:0;
}

/* ========================================
	* 初期設定 - テーブル -
======================================== */

table,td,th{
	font-weight:normal;
	border-collapse:collapse;
	margin:0;
	padding:0;
}


/* ========================================
	* 初期設定 - Clerafix -
======================================== */

/* CSS HACK: Modern Browser */
.cf:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0; /* CSS HACK: Safari */
	font-size: 0; /* CSS HACK: Firefox3 */
	visibility: hidden;
}

/* CSS HACK: IE5.5 - IE7 */
.cf {
	zoom: 1;
	min-height: 1px;
}

/* Hides from IE-mac \ */

* html .cl {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.cl {
	clear:both;
}

/* End hide from IE-mac */



/* ========================================
	* ナビゲーション
======================================== */
ul.nav{
	position:absolute;
}
ul.nav li{
	margin:0 0 8px;
}

ul#nav_top{
	top:30px;
	left:80px;
	z-index:110;
}
ul#nav_smile{
	top:30px;
	left:1112px;
	z-index:120;
}
ul#nav_chara{
	top:846px;
	left:80px;
	z-index:130;
}
ul#nav_about{
	top:846px;
	left:1112px;
	z-index:140;
}
ul#nav_qday{
	top:30px;
	left:2124px;
	z-index:150;
}
ul#nav_card{
	top:846px;
	left:2124px;
	z-index:160;
}