@charset "utf-8";
/* ページの基本設定 */
body {
font-size: 75%;
line-height: 1.8em;
background-color: #FFEBD7;
}
#header { background-color: #630; }
#header-inner {
width: 700px;
margin-right: auto;
margin-left: auto;
padding-top: 10px;
}
/* ページレイアウト枠 */
#wrapper {
width: 700px;
background-color: #333;
margin-right: auto;
margin-left: auto;
margin-top: 5px;
margin-bottom: 10px;
position: relative;
left: 4px;
top: 4px;
}
#wrapper #main {
background-color: #FFF;
width: 700px;
position: relative;
left: -6px;
top: -4px;
border: 1px solid #e5e5e5;
}
#wrapper #main .contents { padding: 20px; }
#footer {
background-color: #630;
padding: 10px;
clear: both;
background-position: bottom;
}
#footer-inner {
width: 700px;
margin-right: auto;
margin-left: auto;
}
#footer-inner p {
color: #FFF;
text-align: right;
text-decoration: none;
}
#footer-inner a {
text-decoration: none;
color: #FFF;
}
#footer-inner #navi {
text-align: right;
color: #FFF;
}
#footer-inner #link {
text-align: right;
clear: both;
font-size: 75%;
color: #FFF;
}
#footer-inner li {
display: inline;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #999;
list-style-type: none;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 0px;
padding-left: 0px;
margin-right: 0px;
}
#footer-inner li.bnone { border-right: none; }
.tdftad {
	font-size:xx-small;
}
