﻿@charset "utf-8";
/* CSS Document */

/* デフォルトCSS
-------------------------------*/

body {
  font:0.8em "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka‐等幅";
  margin:0px;
  padding:0px;
  color:#333333;
}

img{
  border:0;
}

a {
  color:#333333;
  text-decoration:none;
}
a:visited {
  color:#333333;
}
a:hover { text-decoration:underline; }

ul { list-style:none; }
table{ border-collapse:collapse;}

/* float clear */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

br.clear {
  clear:both;
  font-size:0px;
  line-height:0%;
  margin:0px;
  padding:0px;
}


/*-------------------------------*/

#bodyBg{
  background:url(../images/common/bodyBg.gif) 0 0 repeat-x;
  height:552px;
}

#wrapper{
}

#contener{
  width:970px;
  margin:0 auto;
  overflow:hidden;
  zoom:1;
}

#conBody{
  background:url(../images/common/conBodyBg.gif) 0 0 repeat-x;
  height:234px;
}

#conBodyTopics{
  background:url(../images/common/conBodyTopicsBg.gif) 0 0 repeat-x;
  height:106px;
}

#conBody h2{
  margin:16px 0;
  height:100px;
}

/* header
-------------------------------*/
#headerArea{
  overflow:hidden;
  zoom:1;
}
#headerArea h1{
  float:left;
  width:272px;
  margin:0;
}
#headerArea h1 a{
  background:url(../images/common/logo.gif) 0 0 no-repeat;
  width:272px;
  height:50px;
  outline:medium none;
  text-indent:-9999px;
  display:block;
}
#headerArea p{
  text-indent:-9999px;
  height:50px;
  float:left;
  margin:0;
}
#headerArea #discription{
  background:url(../images/common/header01.gif) 0 0 no-repeat;
  width:504px;
}
#headerArea #add{
  background:url(../images/common/header02.gif) 0 0 no-repeat;
  width:194px;
}

/* gNavi
-------------------------------*/
#gNavi{
  background:url(../images/common/gNavi3.gif) 0 0 no-repeat;
  width:970px;
  height:53px;
  margin:0 0 10px;
  padding:0;
}
#gNavi li{
  width:242.5px;
  float:left;
}
#gNavi li a{
  width:242.5px;
  height:52px;
  display:block;
  outline:medium none;
  text-indent:-9999px;
}

/* contents
-------------------------------*/
#conBody #contents{
  padding:15px 0 30px;
}

#conBodyTopics #contents{
  padding:15px 0 30px;
}

/* footer
-------------------------------*/
#footerArea{
  background:url(../images/common/footer_bg.gif) 0 0 repeat-x;
  height:70px;
}
#footerArea #inner{
  width:970px;
  margin:0 auto;
}
#footerArea #inner #goTop{
  height:px;
  text-align:right;
  margin-bottom:13px;
}
#footerArea #inner #goTop a{
  background:url(../images/common/go_top.jpg) right no-repeat;
  padding-right:15px;
  font-size:10px;
  line-height:20px;
  color:#ffffff;

}
#footerArea #inner #footerNavi{
  margin-bottom:7px;
  text-align:center;
  font-size:10px;
}
#footerArea #inner #footerNavi a{
  color:#333333;
}
#footerArea #inner #copyRight{
  background:url(../images/common/copyRight.png) 0 0 no-repeat;
  margin:0 auto;
  width:300px;
  height:10px;
  text-indent:-9999px;
}
