﻿* {
	font-weight  : normal;
	font-style   : normal;
}

body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr,
ul, ol, dl, table, th, td, form, fieldset, address, noscript {
	margin       : 0      ;
	padding      : 0      ;
	border-width : 0      ;
	border-style : solid  ;
	border-color : #000000;
}

span, a, img, font, br, em, strong, code, sup, sub, li, dt, dd,
label, button, input, select, option, textarea, object, iframe {}

h1, h2, h3, h4, h5, h6, th, td, li, dt, dd, p, blockquote {
	font-family : "ＭＳ Ｐゴシック"    ,
	              "ＭＳ ゴシック"      ,
	              "ヒラギノ角ゴ Pro W3",
	              Osaka−等幅           ,
	              Osaka                ,
	              平成角ゴシック       ;
}

pre, code, option, textarea, input, button {
	font-family : "ＭＳ ゴシック"      ,
	              "ＭＳ Ｐゴシック"    ,
	              "ヒラギノ角ゴ Pro W3",
	              Osaka−等幅           ,
	              Osaka                ,
	              平成角ゴシック       ;
}

h1, h2, h3, h4, h5, h6, th, td, li, dt, dd, pre, code,
tt, p, blockquote, textarea, option, input, button {
	font-size : small;
}

body {
	color            : #000000;
	background-color : #ffffff;
	background-image : none   ;
}

ul, ol, dl, li, dt, dd {
	list-style-type  : none;
	list-style-image : none;
}

li, dt, dd {
	margin-left : 0;
}

table {
	border-collapse : collapse;
}

th, td{
	text-align : left;
}

img {
	border-width : 0      ;
	border-style : solid  ;
	border-color : #000000;
}

sup, sub {
	font-size      : medium  ;
	font-variant   : normal  ;
	vertical-align : baseline;
}

