/*

		FUKTMI　common.css
		Copyright (C) 2008 FUKTMI All rights reserved.
		lastupdate 080716

*/


/*----------------------------------- 
  Initialization
------------------------------------*/

* {
margin: 0;
padding: 0;
}


/*-------------------------------------------------
  Page Whole
-------------------------------------------------*/
body {
	font-style: normal;
	font-weight: normal;
	font-size: 90%;
	line-height: 140%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	text-align:left;
	margin: 0;
	padding: 0;
	background-color: #fff;
}


#menu{
	position:relative;
}


#menu{
	position:absolute;
	left:100px;
	top:20px;
	display:block;
}

