@charset "utf-8";
/* ==============================================================================
マーケティングプラス株式会社
Copyright (C) マーケティングプラス株式会社 All Rights Reserved.

CSS information
 file name  :  reset.css
 style info :  リセット及びbody初期設定
================================================================================= */

/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */

html {
	overflow-y: scroll; /* for mozilla: always display scrollbar */
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote, table, th,td,
tbody, tfoot, thead, object, iframe, code, fieldset, legend, caption,
article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
	zoom:1;
}
a { text-decoration: none;}
a:hover { text-decoration: underline;}
a:active, a:focus{ outline:none; } 

br {
	letter-spacing:normal;
}


img {
	-ms-interpolation-mode: bicubic;
	vertical-align:bottom;
}

/*--- default */
body {
	background: #e6f7fe url(../images/bg_body.jpg) no-repeat right 100px;
	color: #2b2b2b;
	font-size: 12px;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	overflow: hidden;
}


