﻿@charset "utf-8";

/* Begin Typography & Colors */

body {
	margin:0px;
	padding:0px;
	background-color:#f5f5eb;
	text-align:left;
	color:#333;
	font-size:12px;
	line-height: 150%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	
	}

li { list-style: none;
list-style-position:inherit;}/* link do not want a dot */