@charset "Shift_JIS"; 

* { margin:0; padding:0; font-size:100%; } 



body 
{
font-size: 12px;
font-family:  "Lucida Grande", sans-serif;
line-height:150%;
}

/* for WinIE6*/

* html body
 {
font-size: 75%;
font-family: Verdana, "MS P ゴシック", sans-serif;
letter-spacing: 1px;
vertical-align:baseline;
}

/* for WinIE7*/

*:first-child+html body
 { 
font-size: 75%;
font-family: 'メイリオ', Meiryo, sans-serif;
}




/*mouse event*/
a:link
{
color:#6699ff;
text-decoration:none;
}

a:visited
{
color:#6699ff;
text-decoration:none;
}

a:hover
{
text-decoration:underline;
color:#6699ff;
}

a:active
{
color:#6699ff;
text-decoration:underline;
}





/*body*/
body
 {
text-align:center;
background-color:white;
color:#999999; 
}


#all
 {
width:300px;
height:300px;
margin-left:-150px;
margin-top:-100px;
top:50%;
left:50%;
position:absolute;
}




#text
 {
 margin-top:30px;
 margin-bottom:30px;
 color:#444444; 
}


#adr
 {
  margin-bottom:20px;
}



