/* =========== Base Settings =========== */
/* 作成日：2008/06/30
 * 更新日：2008/07/05
 * 作成者：Shunsuke Ito
 * 適用範囲：全ページ
 */

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:0}

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 { color:#006699;}
a:visited { color:#003399; }
a:hover { color:#ff3300; }
a:active { color:#ff3300; }

p {	margin:0 0 1em 0; }

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

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

strong { font-weight:bold; }

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

p.speech {
	display:none;
}

@media screen, print {

	*.speech{
		display:none;
	}

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

}