/*---------------------------------------------------------------------------------
COMMON
---------------------------------------------------------------------------------*/

*{font-size:12px;
margin:0;
padding:0;
font-weight:normal;
font-style:normal;
border:0;}

body{
font-size:12px;
color:#fff;
line-height:1.5em;
text-align:center;
font-family:"Trebuchet MS",Verdana,sans-serif;
background:#000 url("bg.jpg") 0 0 repeat-x;}


a{color:#80CFE2;text-decoration:none;outline:none;}
a:visited{color:#80CFE2;text-decoration:none;}
a:hover{color:#f60;text-decoration:none;}

h1{
width:100%;
height:70px;
line-height:70px;
text-indent:-9999px;
background:url("h1.jpg") 0 0 no-repeat;}

h1 a{
display:block;
width:300px;
height:70px;
line-height:70px;}

h2{
height:30px;
line-height:30px;
margin:10px;
text-align:left;}


address{
margin-top:30px;
padding-top:10px;
border-top:1px solid #333;}

/*---------------------------------------------------------------------------------
‰æ‘œˆê——
---------------------------------------------------------------------------------*/

h2{}

ul{
width:100%;
margin:0 auto 0;
list-style:none;}

ul li{
margin:0 0 10px 10px;
float:left;
height:170px;}

/*---------------------------------------------------------------------------------
CLEARFIX-HACK
---------------------------------------------------------------------------------*/

ul:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;}

ul{
display: inline-block;}

/* Hides from IE-mac \*/
* html ul{height: 1%;}
ul{display: block;}
/* End hide from IE-mac */
