@charset "Shift_JIS";

@import url(rollover.css);
@import url(text_move.css);


/*文字設定*
**************************************************************************************************/

*{
  margin:0;
  padding:0;
  outline:0;
  zoom:1;
  word-break:break-all;
  word-wrap:break-word;

}

/*IE/PNG対策*/
* html .iepngfix {
  behavior: url(../js/iepngfix.js);
}

h1{
  font-size:12px;
  color: #333333;
  line-height:16px;
}

p{
  font-size: 12px;
  line-height:20px;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}

ul{
  list-style:none;
}

dl{
  padding:15px 0px 20px 0px;
}

dt{
   list-style:none;
   text-decoration:none;
   background: url(../images/arrow.gif) no-repeat;
   padding:0px 0px 0px 10px;
   font-size:11px;
   line-height:15px;
   font-weight:bold;
   color:#cbcbcb;
   margin:0px 0px 0px 0px;
}

dd{
  list-style:none;
  text-decoration:none;
  font-size:12px;
  padding:0px 0px 7px 10px;
  border-bottom: 1px dotted #CCCCCC;
  line-height:18px;
  margin:0px 0px 7px 0px;
}

.small{
  font-size:11px;
  line-height:14px;
}

.normal{
  font-size:12px;
  line-height:16px;
}

.green{
  color:#669900;
}

.push{
  font-size:12px;
  font-weight:bold;
  color:#5a3e32;
}

.pad_01{
  padding:0px 0px 20px 0px;
}

/*テーブル関係* **************************************************************************************************/

td{
   font-size:12px;
   line-height:18px;
}


/*レイアウト設定* **************************************************************************************************/
body{
   text-align:center;
   background: #fcfbf6;
   color:#573f33;
}

div#header{
  width:100%;
  height:100px;
  text-align:left;
  margin:0 auto;
  background:url(../images/header_bg.jpg) repeat-x;
}

div#header_inner{
  width:780px;
  height:80px;
  text-align:left;
  margin:0 auto;
}

div#header_left{
  width:320px;
  height:80px;
  float:left;
}

div#header_right{
  width:460px;
  height:80px;
  float:right;
}

div#container_h{
  width:760px;
  height: auto;
  margin:0 auto;
  text-align:left;
}

div#container{
  height: auto;
  margin:0 auto;
}

div#contents{
  width:670px;
  height: auto;
  text-align:left;
  padding:0px 15px 30px 15px;
  border:1px solid #e3e2dd;
  background: #FFFFFF;
  margin:0 auto;
}


div#top_navi{
  width:670px;
  height:auto;
  text-align:right;
  padding:0px 0px 3px 0px;
  margin:0 auto;
}

/*div#top_topics{
  width:660px;
  height:50px;
  margin:0 auto;
  padding:35px 0px 0px 60px;
  background: url(../images/top_topics.jpg) no-repeat;
  font-size:12px;
  color:#415412;
}*/

div#top_topics{
  width:660px;
  height:50px;
  padding:35px 0px 0px 60px;
  background: url(../images/top_topics.jpg) no-repeat;
  font-size:12px;
  color:#415412;
}

div#bottom_navi{
  width:700px;
  margin:0 auto;
  height:auto;
  text-align:left;
  font-family:"Times New Roman","Times","serif";
  font-size:12px;
  color:#8a7e70;
  padding:15px 0px 0px 0px;
}

/*footer* **************************************************************************************************/

div#go_top{
  width:auto;
  height:18px;
  text-align:right;
  clear:both;
  background: url(../images/gr_go_top.gif) no-repeat right top;
  margin:30px 0px 0px 0px;
  padding:64px 30px 0px 0px;
  font-size:11px;
}
div#go_top1{
  width:auto;
  height:18px;
  text-align:right;
  clear:both;
  background: url(../images/gr_go_top.gif) no-repeat right top;
  margin:30px 15px 0px 0px;
  padding:64px 30px 30px 0px;
  font-size:11px;
}
div#go_top2{
  width:auto;
  height:18px;
  text-align:right;
  clear:both;
  background: url(../images/gr_go_top.gif) no-repeat right top;
  margin:30px 180px 0px 0px;
  padding:64px 0px 30px 0px;
  font-size:11px;
}

div#footer{
  width:100%;
  height:90px;
  background: url(../images/footer_bg.jpg) repeat-x;
}


/*リンク設定* **************************************************************************************************/
a:link {
  text-decoration: none;
  color:#573f33;
}

a:visited {
  text-decoration: none;
  color:#573f33;
}

a:hover {
  text-decoration: underline;
  color:#573f33;
}

a:active {
	text-decoration: none;
	color:#573f33;
}


div#top_topics a:link {
  text-decoration: none;
  color:#415412;
}

div#top_topics a:visited {
  text-decoration: none;
  color:#415412;
}

div#top_topics a:hover {
  text-decoration: underline;
  color:#415412;
}

div#top_topics a:active {
	text-decoration: none;
	color:#415412;
}


div#bottom_navi a:link {
  text-decoration: none;
  color:#8a7e70;
}

div#bottom_navi a:visited {
  text-decoration: none;
  color:#8a7e70;
}

div#bottom_navi a:hover {
  text-decoration: underline;
  color:#8a7e70;
}

div#bottom_navi a:active {
	text-decoration: none;
	color:#8a7e70;
}