@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

body {
	font-size: 62.5%;
	overflow-x: hidden;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.1;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align:center;
	line-height: 1.5;
}

#container{
	margin: 0 auto;
	text-align: left;
}

#main {
	margin: 0 auto 105px;
	width: 1000px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.illust #header,
.comics #header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
	background: url(../../img/common/header_bg.png) repeat-y top center;
}

.profile #header {
	position: relative;
    z-index: 20;
}

#header .inner {
	margin: 0 auto 55px;
	width: 1000px;
}

#header h1 {
	padding: 30px 0 0 50px;
	float: left;
}

#header .navi {
	width: 395px;
	float: right;
}

#header .mailBtn {
	margin: 0 50px 20px 0;
	float: right;
}

#header .topbana_2 {
	margin: 30px 50px 20px 0;
	float: right;
}

#header .mailBtn a:hover {
	display: block;
	background: url(../../img/common/mailbtn_over.png) no-repeat;
	width: 71px;
	height: 18px;
}

#header .mailBtn a:hover img {
	opacity: 0;
	filter: alpha(opacity=0);
}

#header #globalNavi {
	width: 395px;
	margin: 0 -50px 0 0;
	overflow: hidden;
}

#header #globalNavi li {
	margin-right: 50px;
	float: left;
}

#header #globalNavi li a {
	display: block;
}

#header #globalNavi li.navi01 a:hover {
	background: url(../../img/common/navi01_over.png) no-repeat top left;
}

#header #globalNavi li.navi02 a:hover {
	background: url(../../img/common/navi02_over.png) no-repeat;
}

#header #globalNavi li.navi03 a:hover {
	background: url(../../img/common/navi03_over.png) no-repeat;
}

#header #globalNavi li.navi04 a:hover {
	background: url(../../img/common/navi04_over.png) no-repeat;
}

#header #globalNavi li a:hover img {
	opacity: 0;
	filter: alpha(opacity=0);
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	margin: 0 auto 10px;
	width: 950px;
	text-align: center;
}
