@charset "UTF-8";
@import url("common.css");
@import url("page_index.css");
@import url("page_top.css");
@import url("page_info.css");
@import url("page_story.css");
@import url("page_chara.css");
@import url("page_system.css");
@import url("page_special.css");

/*==================================================
	デフォルトのスタイルをリセット
==================================================*/
* {
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
}

/*==================================================
	body要素
==================================================*/
body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	text-align: center;
	background: #165076 url(img/bg_body.jpg) repeat;
}

/*==================================================
	テキスト
==================================================*/
p {
	margin-bottom: 1em;
	color: #1a3a57;
}

dl,
dt,
dd {
	color: #1a3a57;
}

h1,
h2,
h3,
h4,
h5 {
	text-indent: -7777px;
	font-size: 0px;
}

/*==================================================
	リンク
==================================================*/
a:link {
	color: #2c9bce;
}

a:visited {
	color: #9c5eab;
}

a:hover {
	color: #cd2866;
}

/*==================================================
	リスト
==================================================*/
ul,
dl {
	list-style: none;
	color: #1a3a57;
}

/*==================================================
	画像
==================================================*/
img {
	vertical-align: bottom;
}

a img {
	border: none;
}

div#container_bg,
.m_title,
div.r_side_top dd,
div.l_side_info h3,
div.r_side_info h3,
div.chara_p_t,
.chara_p_m,
div.chara_p_b,
div.banDL_url200,div.banDL_url160,div.banDL_url600, {
	behavior: url(iepngfix.htc);
}
