
html,body {
margin:0;
padding:0;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック","Tahoma", sans-serif;
font-size: 12px;
font-weight:normal;
line-height:2em;
color:#A0A0A0;
background:url(img/bg.jpg) center -26px no-repeat #000000;
width:100%;
height:100%;
text-align:center;
}


.clear{
clear:both;
margin:0;
padding:0;
border:none;
}


a:link {color:#9F843F;
text-decoration:none;
background:transparent;
font-weight:none;}

a:visited {color:#9F843F;
text-decoration:none;
background:transparent;
font-weight:none;}

a:hover {
color:#C7AE6D;
text-decoration:none;
background:transparent;
font-weight:none;}



/*  ヘッダブロック  */
.headBlock{
margin:0 0 40px 0;
padding:0;
width:100%;
height:170px;
}


/*  メインブロック  */
.mainBlock{
margin:0 auto;
padding:0;
width:900px;
height:auto;
text-align:left;
}


/*  レフトブロック  */
.leftBlock{
margin:0;
padding:0;
width:240px;
float:left;
font-size:12px;
}

.topicPath{
margin:0 0 10px 0;
padding:0;
font-size:10px;
height:40px;
}

h1{
font-size:10px;
text-indent:-9999px;
width:240px;
height:100px;
margin:0 0 30px 0;
}


/*  ライトブロック  */
.rightBlock{
margin:0;
padding:0;
width:630px;
float:right;
}



/*  フットブロック  */
.footBlock{
margin:25px 0 0 0;
padding:0;
width:100%;
height:90px;
background:url(img/foot_bg.jpg) 0 0 repeat-x;
}
