@charset "UTF-8";

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

siteName	: www.mintetsu.or.jp
fileName	: /common/css/define.css
description	: Redefining the style of tag-specific.
date		: 2010.03.01
update	: 2010.03.01

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

body {
	color:#000000;
	font-size: 78%;
	font-family :'MS PGothic', Arial, Helvetica, sans-serif;
	line-height: 1.35em;
}

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

table {
	border-collapse: collapse;
	font-size: 100%;
}

fieldset,img {
	border:0;
}

img {
	color:#333;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: top;
}

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

ul li {
	list-style:none;
}





h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:bold;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup,sub {
	line-height:-1px;
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

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

