@charset "shift_jis";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : witch.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@import "../../assets/styles/reset.css";
@import "../../assets/styles/class.css";

	
/* ********************************************************************************
 * Link
 * ******************************************************************************** */

a {
	outline: none;
}
/* a:link */
a:link {
	color: #ffffff;
	text-decoration: none;
}
/* a:active */
a:active {
	color: #ffffff;
	text-decoration: none;
}
/* a:visited */
a:visited {
	color: #ffffff;
	text-decoration: none;
}
/* a:hover */
a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* ********************************************************************************
 * Base Layout
 * ******************************************************************************** */

/* html */
html,body {
	height: 100%;
}
/* body */
body {
	background: #fff;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	text-align: left;
}

/* ********************************************************************************
 * ■「おたすけウィッチ」でピンポイント攻略
 * file path : /support/witch/
 * ******************************************************************************** */

/* div#content
 * ================================================================================ */
div#content {
	position:absolute; top:50%; left:50%;
	width: 706px;
	height: 410px;
	margin: -195px 0 0 -353px;
	background: url(images/bg_content.gif) 0 0 no-repeat;
}
/* p#title */
div#content p#title {
	position:absolute; top:-28px; right:13px;
	z-index: 100;
}
/* h2 */
div#content h2 {
	position:absolute; top:27px; left:60px;
}
/* img.img_1 */
div#content img.img_1 {
	position:absolute; top:86px; left:59px;
}
/* p.txt_1 */
div#content p.txt_1 {
	position:absolute; top:86px; left:410px;
	font-size: 0;
	line-height: 0;
}
/* p.txt_2 */
div#content p.txt_2 {
	position:absolute; top:280px; left:59px;
	font-size: 0;
	line-height: 0;
}
