/* llllife new mission 2009/04/10 */

/*** 基本構成 ***/

/* Universe*/
* {
	margin:0;
	padding:0;
	font-size: 95%;
	font-weight:normal;
}

a:link     { color: #ffffff; text-decoration: none; } 
a:visited  { color: #ffffff; text-decoration: none; }  
a:active   { color: #999999;text-decoration: none;
}   
a:hover   {text-decoration:none;color:#cccccc; }

body {
	text-align:center;
	font-family:'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 100%;
	color: #ffffff;
	line-height:1.6;
	background: #fff;
}

#lostarrow {
	margin: 0 auto;
	text-align: left ;

}


/* Universe */
#top {
	width:100%;
	height: 400px;
	font-size: 75%;
	color: 999999;
}

#logo {
	width:600px;
	height: 100px;
	font-size: 75%;
	color: 999999;
	float: left;
	text-align: left ;
	padding-left: 60px ;
	padding-top: 300px ;
	display: inline;
}

#bottom {
	width:100%;
	height: 900px;
	float:left;
	text-align: left;
	background-image : url(../img/igfy_pink.gif);
	display: inline;
}

#menu {
	width: 800px;
	height: 48px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 60px;
	padding-bottom: 0px;
	text-align: left;
	background-image : url(../img/igfy_pink.gif);
	float:left;
	display: inline;
}


h1 {
	font-size: 200%;
	font-family: "Helvetica";
	color: #999999;
}


