/*	basic settings */


/* ----------------------- Basic Style */  
/* ------------ Font Style */  
body {  
    font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;  
    background: #FFF;  
    color: #333;  
    font-size: 75%;  
    line-height: 150%;  
    text-align: center;  
}  
html>/**/body {  
    font-size: 12px;  
}  
  
* + html body {  
    font-family: "メイリオ","Meiryo";  
}  
  
/* ------------ A Style */  
a:link  {  
    text-decoration: underline;  
    color: #00c;  
}  
  
a:visited   {  
    text-decoration: underline;  
    color: #00c;  
}  
  
a:hover {  
    text-decoration: underline;  
    color: #f06d00;  
}  
  
a:active    {  
    text-decoration: underline;  
    color: #f06d00;  
}  

::selection {
}

::-moz-selection {
}

html,body {
	min-width: 960px;
}

li {
list-style-position:outside;
/* for Modern Browser */
display:table-cell;

/* for IE */
*display:inline;
*zoom:1;