/* 大枠 背景設定
=====================================*/

html {
background: url(../../img/share/bg.jpg) center left;
height: 100%;
}
body {
background: url(../../img/share/head_bg.jpg) repeat-x top left;
height: 100%;
}

table {font-family:"ＭＳ Ｐゴシック",Osaka;}
div {font-family:"ＭＳ Ｐゴシック",Osaka;}

#wrapper {
position: relative;
height: 100%;
min-height: 100%;
}
body > #wrapper {
height: auto;
}
#container {
width:780px;
margin:0 auto;
position: relative;
height: 100%;
min-height: 100%;
padding-bottom: 140px;
color:#030336;
}
#top #container {
padding-bottom: 160px;
}
table td {

}


/* リンク設定
=====================================*/

a {color:#DDBC85;
text-decoration: none;}
a:link {color:#DDBC85;
text-decoration: none;}
a:visited {color:#DBAF00;}
a:hover {color:#FFFFCC;
text-decoration: underline;}
a:active {color:#DBAF00;}

.arrow_link a {
padding-left: 12px;
background: url(../../img/share/arrow.gif) no-repeat center left;}
.arrow_link a:hover {
background: url(../../img/share/arrow_on.gif) no-repeat center left;}

/* ヘッダー
=====================================*/

#header_col {

}
#header_col h1 {
padding: 21px 0 25px 20px; 
}
#header_col #navi_col ul {
padding: 0 0 0 10px;
}
#header_col #navi_col ul li {
display:inline;
}


/* フッター
=====================================*/
#page_back_navi {
clear:both;
text-align:right;
padding: 30px 0 0 0;
}
#page_back_navi ul {
padding: 0 18px 0 0;
}

#page_back_navi li {
display:inline;
padding: 0 0 0 5px;
}


#footer_container {
background: url(../../img/share/foot_bg.gif) center left;
width: 100%;
position: absolute;
bottom: 0;
height: 130px;
}
#footer_col {
position: relative;
clear:both;
width:610px;
margin:0 auto;
background:url(../../img/share/foot_photo.jpg) no-repeat left 10px ;
padding-left: 170px;
}
#footer_col h2 {
padding: 10px 0;
}
#footer_col .left_col {
float: left;
width:250px;
}
#footer_col .right_col {
float: right; 
display:inline;
padding: 10px 10px 0 0;
width:300px;
text-align:right;
}
#footer_container .copyright {
clear:both;
width:100%;
text-align:center;
border-top: 1px solid #663333;
margin-top: 5px; 
padding: 5px 0;
}


/* フロートクリア
=====================================*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height:0;
}
.clearfix {
  min-height: 1px;
}