@charset "utf-8";
/* CSS Document */

* {	
	margin:0;
	padding:0;
	background-color:#333333;
	color:#ffffff;
	font-size:100%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
	
p {
	font-size:80%;
	line-height:1.3em;
	font-weight:normal;
	}
	
 /* 見出し
---------------------------------------------------- */ 
h1  {
	color: #cccccc;
	font-size: 80%;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-weight: normal;
	font-style: normal;
	text-align: right;
	line-height: 2em;
}

address {
	font-style:normal;
	text-align:center;
	font-size:80%;
	margin:5px 0;
	font-weight: normal;
	}
	
li {
	font-style:normal;
	font-weight: normal;
	font-size:80%;
	list-style-position: inside;
	line-height: 1.3em;
	}
