/* @group Reset */

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;
}
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;
}



/* @end */

body{
	
}
div#wrapper{
	background-color: #fff;
	width: 1000px;
	margin: 0 auto;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #3E4E57;
	line-height: 1.6em;
	position: relative;
}

div#flashcontent{
	width: 1000px;
	position: relative;
	height: 645px;
	background-color: #fff;
	color: #333;
	font-size: 20pt;
}

div#bottomlinks{
	width: 1000px;
}
div#spcontent{
	width: 500px;
	background-color: #10528f;
	float: left;
}
div#techstory{
	width: 500px;
	background-color: #90911f;
	float: right;
}















