@charset "utf-8";

/* reset styles */

/* ==== 基本スタイル用CSS
*
* ブラウザのデフォルトスタイルを初期化
*
==== */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border: 0;
}

/* For IE7 issue */
*:first-child+html * {
	font-family: "ＭＳ Ｐゴシック", Osaka , sans-serif;
	letter-spacing: 0;
}
/* For IE6 issue */
* html * {
	font-family: "ＭＳ Ｐゴシック", Osaka , sans-serif;
}
textarea {
	overflow: auto;
}

/* For Firefox issue */
html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

img {
	border:0;
	vertical-align:bottom;
}
address,em {
	font-style:normal;
}