@charset "UTF-8";

/* CSS Document */
/*================

Information
css スーパーアクションオンライン CBT-2
	スタイル初期化
Site URL:	
File type:	css
File name:	reset.css
Summary:	
Create:		20109.03

================*/


/*==================================================*//*==================================================*//*==================================================*/
/* 初期化・初期設定 */
/*============================================================================*/
/* ブラウザスタイルの初期化 */
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,table,th,td,
form,select,option,address,pre,
strong,em {
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", san-serif;
}

table { 
	border-collapse:collapse; 
	border-spacing:0; 
}

fieldset,img {  
	border: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:''; 
}

abbr,acronym { border:0; 
}

p,td,th,
li,dt,dd,pre {
	font-size: 12px;
}

select,textarea,option {
	color: #000000;
	background-color: #ffffff;
	font-size: 12px;
}
