@CHARSET "UTF-8";
/* ----------------------------------------------------------
 ブラウザリセット
 -------------------------------------------------------------*/
html,body,header,nav,section,footer,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfootm,thead,tr,th,td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol,ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before,blockquote:afer, q:befor,q:after {
	content:'';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ----------------------------------------------------------
 共 通 スタイル
 -------------------------------------------------------------*/
#outerFrame {
	font-family: 'arial','Franklin Gothic Medium',sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}




#clear {
	clear: both;
}
