@charset "utf-8";


/************************************

base.css

Author: mitsut
Version: 2.0
Date:120428

Copyright © 2012 ULM design Co.,Ltd.


*************************************/


body {
	font-size: 13px;
	color: #000;
	background-color: #000;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

/* for IE6 */
* html body {
    font-size: 93%;
}

/* for IE7 */
*:first-child+html body {
    font-size: 93%;
}


/********************************

margin,padding

*********************************/
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td { margin: 0px; padding: 0px;}



/********************************

img

*********************************/
img { border: none; vertical-align: bottom; margin: 0px; padding: 0px;}
img a:link { text-decoration: none; }
img a:hover { text-decoration: none; }




/********************************

list

*********************************/
ul,dl,ol { text-indent: 0;}
li,dt,dd  { list-style: none none outside; }




/********************************

sup,sub

*********************************/
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}




/********************************

table

*********************************/
table {border-collapse: collapse; border-spacing: 0;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: center;}
