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


/* --- INITIALIZE --- */
body,div,pre,p,blockquote,form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
	}
h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
	}
ul,ol,dl {
  list-style:none;
	}
li {
	display:list-item;
	zoom:normal;
	}

caption,th {
	text-align:left;
	font-weight:normal;
	}

img,input {
	vertical-align:middle;
	}



/* --- body --- */
body {
	color: #000;
	background: #333;
	font-family : Arial,Helvetica,sans-serif, Meiryo;
	font-size: 100%;
	line-height: 200%;
	text-align: center;
}





a:link { text-decoration:none; font-weight: bold; color: #000;}
a:visited { text-decoration:none; color: #000;}
a:active { text-decoration:none; color: #000;}
a:hover { text-decoration:none; color: #000;}






/* --- general --- */

h1 {
	font-size: 1.5em;
	}
h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
	}
h3 {
	margin: 0 0 1em 0;
	color: #333;
	font-size: 1.2em;
	}
p {
	font-size: 1em;
	margin-bottom: 1.5em;
	}
ul {
	margin: 0px ;
	font-family : Meiryo,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	padding: 0px;
	}

ol {}



.reset {
	font-size: 1px;
	clear: both;
	}

address {
        text-align: center;
	}

