@charset "utf-8";

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

	ブラウザリセット

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


/* 背景・文字系 解除
===========================================================*/

html {
	background: #FFF; color: #3e3a39;
}

body {
	margin: 0;
	line-height: 1.5;
}

/* 画像系 解除
===========================================================*/

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

/* margin padding 系 解除
===========================================================*/

html,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {
	margin: 0;
	padding: 0;
}

ul,dl,ol {
	text-indent: 0;
}

li {
	list-style: none;
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}

sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}

input,textarea,select {
	font-family:inherit;
	font-size: inherit;
	font-weight:inherit;
}

table {
	border-collapse: collapse;
	border-spacing: 0; font-size: inherit;
}

th,td {
	text-align: left;
	vertical-align: top;
}

caption {
	text-align: left;
}

pre,code,kbd,samp,tt {
	font-family: monospace;
}

input,select,textarea {
	font-size: 100%; font-family: Verdana, Helvetica, sans-serif;
}

button {
	margin:0; padding:0; background:none; border:none; cursor:pointer;
}

/* リンク設定
===========================================================*/

html a {
	outline:none;
	color: #3aa1d5;
	text-decoration: none;
}

html a:hover {
	color: #3aa1d5;
	text-decoration: underline;
}

/* 回り込み解除
===========================================================*/

.clearfix:before,
.clearfix:after,
.header:before,
.header:after {
	content:"";
	display:table;
}

.clearfix:after,
.header:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix,
.header {
	zoom:1;
}


