/* ===================================================================
CSS information
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:12px;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
h2 img,h3 img,h4 img,h5 img,h6 img {
	vertical-align:bottom;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	background: #FFFFFF;
	color:#666666;
	font-size: 12px;
	font-family: "メイリオ","Meiryo",verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.4;
	background:url(/design/magical1991/img/module/bg_header.gif) repeat-x 0 31px;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
a:link {
}

a:visited {
}

a:hover {
	text-decoration: none;
}

a:active {
}

/*----------------------------------------------------
	TEST用
----------------------------------------------------*/
/* clearfix */
.page:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.page {
zoom:1;
width:880px;
text-align:left;}


/*.side{float:left;}
.main {float:right;
width:665px;}

.topPage {margin-left:220px;}

a {text-decoration:none;}*/

h2 {
clear:both;}
