﻿@charset "UTF-8";
/* ----------------------------------------------- CSS Information
 File Name:      Reset.css
 Author:         Nobuyuki Arimori
 Last updated:   2011/08/09
 Style Info:     各種ブラウザスタイルのリセットと基本設定等
 Notes:          【setup.css 改変禁止】
--------------------------------------------------------------- */


/*-------------
 Reset 
-------------*/

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, 
brockquote, pre, table, caption, th, td, address, 
form, fieldset, legend, object {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 170%;
}
h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select { font-size: 100%; }
a, ins {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
address, em, cite, dfn, var { font-style: normal; }
input, textarea { font-family: sans-serif; font-weight: normal; }
img { vertical-align: baseline; }
a img { border: none; }
img {
	border: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
}

/*-------------
 Setting
-------------*/

html { overflow-y: scroll; }
body { font-family:Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}
* html body { font-size: small; } /* for IE6 */
*:first-child+html body { font-size: small; } /* for IE7 */
ul { list-style-position: outside; list-style-type: none; }
ol { list-style-position: outside; }
table { border-collapse: collapse; }
legend { color: #333; }
div#main p,
div#main ul,
div#main ol,
div#main dl,
div#main blockquote,
div#main pre,
div#main table { margin: 1em 0; }

.clearfix {
	clear: both;
}
