/* --------------------------------------------
 * reset.css
 * 基本スタイルシート
 * Date: 2008/1/10   Update:2008/1/10
 * Auther: Shunsuke Ito
 * 適応範囲: 全ページ
 * -------------------------------------------- */

/* Clear */
body,div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,
p,blockquote,th,td
{margin:0;padding:0;border:0;}

input,textarea
{margin:0;padding:2px;}

fieldset,img,abbr,acronym
{border:0;}

table{border-collapse:collapse;border-spacing:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}

/* Base Setting */

a {  }
a:visited { }
a:hover { }
a:active { }

p {	margin:0 0 1em 0; }

img {
	border-style:none;
	border:0 solid #FFFFFF;
}

li{	margin-left:1em; }
dd{	margin-left:1em; }

strong { font-weight:bold; }

input:disabled {
    color:#666;
    background-color:#DDD;
}

/* =========== 音声対応非表示 =========== */

@media screen, print {

	*.speech{
		display:none;
	}

	/* Holy Hack for Mac IE \*/
	*.speech{
		display:block!important;
		width:0px;
		height:0px;
		overflow:hidden;
		position:absolute;
	}
	/* */
}

/* =========== デバッグ =========== */

span.mg {
	color:#FF33CC;
	font-weight:bold;
}