@charset "utf-8";
/* CSS Document */


/* 初期設定 */

* {   
    margin: 0;
padding: 0;}  

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,img,a,pre,form,fieldset,input,p,blockquote {
margin: 0px;
padding: 0px;}

body {
height: 100%;
text-align: center;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 0.8em;
line-height: 1.5em;
color: #333333;
background: url(http://mrt-jp.com/images/body-background.gif) repeat left top;}

a {
outline: none;}

a:link {
color: #333333;}

a:visited {
color: #333333;}

a:hover {
color: #0099CC;}

a:active {
color: #0099CC;}

li {
list-style:none;}

img {
border:none;}

h1 , h2 , h3 , h4 , h5 , h6 {
font-size: 1em;}
