/* CSS Document */

body{
 margin: 0;
 padding: 0;
 background: url(../img/bg_top.png) repeat-x 0 0;
}

.clear{
 width: 0;
 height: 0;
 margin: 0;
 padding: 0;
 font-size: 0;
 line-height: 0;
 clear: both;
}

#mainHanger{
 width: 900px;
 margin: 0 auto;
 padding: 0 0 20px 0;
}

/* タイポグラフィ -------- */
h2{
 margin: 0;
 padding: 0;
}

p,ul,ol,table,dl{
 margin: 0;
 padding: 5px 0;
 font-size: 0.75em;
 line-height: 1.5em;
}

table{
 margin: 20px 0;
}

table th,table td,dl dt dd{
 padding: 5px 10px;
}

a{ color: #009900;}
a:hover{ text-decoration: none;}

img{ border: 0;}


/* ヘッダー -------- */
#header{
 width: 900px;
 height: 120px;
 margin: 0 auto;
 background: url(../img/bg_header.png) no-repeat 0 0;
}

#header h1{
 margin: 0;
 padding: 22px 0 0 0;
}

#header ul{
 margin: 15px 0 0 0;
 padding: 0;
 list-style: none;
}

#header ul li{
 margin: 0;
 padding: 0;
 float: left;
}

#header ul li a{
 width: 150px;
 height: 50px;
 margin: 0;
 padding: 0;
 display: block;
 text-indent: -35000px;
 /*\*/overflow: hidden;/* */
}

#header ul li.navi01 a{ background: url(../img/globalnavi/navi01.png) no-repeat 0 0;}
#header ul li.navi02 a{ background: url(../img/globalnavi/navi02.png) no-repeat 0 0;}
#header ul li.navi03 a{ background: url(../img/globalnavi/navi03.png) no-repeat 0 0;}
#header ul li.navi04 a{ background: url(../img/globalnavi/navi04.png) no-repeat 0 0;}
#header ul li.navi05 a{ background: url(../img/globalnavi/navi05.png) no-repeat 0 0;}
#header ul li.navi06 a{ background: url(../img/globalnavi/navi06.png) no-repeat 0 0;}
#header ul li a:hover{ background-position: 0px -50px;}
#header ul li a.now{ background-position: 0px -50px;}

/* ページトップ -------- */
#pagetop{
 width: 900px;
 margin: 0 auto;
 padding: 0;
}

#pagetop p{
 margin: 20px 40px 0 40px;
 padding: 0;
 float: right;
}

#pagetop p a{
 width: 120px;
 height: 25px;
 margin: 0;
 padding: 0;
 display: block;
 text-indent: -35000px;
 /*\*/overflow: hidden;/* */
 background: url(../img/pagetop.gif) no-repeat 0 0;
}

#pagetop p a:hover{ background-position: -120px 0px;}

/* フッター -------- */
#footer{
 margin: 0;
 padding: 0;
 font-size: 0.80em;
 border-top: 1px solid #CCCCCC;
}

#footer p.navi{
 width: 900px;
 margin: 0 auto;
 padding: 10px 0;
}

#footer p.copyright{
 text-align: center;
 padding: 10px 0;
 background: #006600;
}
