﻿/*========================================
                        normal.css
=========================================*/

body, div, td
{
    font-family: Meiryo!important;
    margin: 0px;
    padding: 0px;
}

* {
	margin: 0;
	padding: 0;
    font-family: Meiryo!important;
}

/*HTML5 new components.*/
section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary, fieldset {
   display: block;
}

/*html style.*/ 
html {
	height: 100%;
	-webkit-text-size-adjust: none;
}

body {
	height: 100%;
}

h1 {

	font-weight:normal;
}

/*em th style*/
em, th {
	font-weight:normal;
	font-style:normal;
}

/*li style*/
li {
	list-style-type:none;
}

/*img style*/
img {
	vertical-align:top;
	border:0;
}

/*ol ul style*/
ol, ul {
	list-style:none;
}

/*a style*/
a {
	text-decoration:none;
}

/* テーブル style */
table {
	border: 0;
}

fieldset {
	border: 0px;
}