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

* {
margin: 0px;
padding: 0px;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
blockquote,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
color: #333;
}
/* ------------------------------

コンテンツ

------------------------------ */
body {
color: #333333;
line-height: 1.8;
text-align: center;
background-color: #FFFFFF;
background-image: url(../img/bg-body_s1.jpg);
background-repeat: repeat-x;
}
#wrapper {
width: 800px;
text-align: left;
margin-right: auto;
margin-left: auto;
}
/* ------------------------------
ヘッダ
------------------------------ */
#head {
width: 800px;
height: 230px;
background-image: url(../img/topimg_s1.jpg);
background-repeat: no-repeat;
}
#head h1 { float: left; }
#head h1 a {
width: 190px;
height: 135px;
margin-top: 5px;
margin-left: 5px;
text-indent: -999em;
display: block;
}
/* ------------------------------
メイン
------------------------------ */
#content {
width: 800px;
text-align: center;
background-image: url(../img/bg-content_s1.jpg);
background-repeat: repeat-y;
}
/* MAINブロック */
#main {
width: 650px;
text-align: left;
margin-right: auto;
margin-left: auto;
padding-top: 0px;
}
#content-top {
background-image: url(../img/bg-content-top_s1.jpg);
background-repeat: no-repeat;
text-indent: -999em;
}
#main p {
margin-bottom: 10px;
text-align: justify;
text-justify: inter-ideograph;
line-height: 2em;
font-size: 16px;
}
#main .sub-block {
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #EFEFEF;
margin-bottom: 30px;
padding-bottom: 30px;
}
#main h2 {
font-size: 140%;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #CCCCCC;
margin-bottom: 10px;
padding-bottom: 10px;
}
#content-foot {
background-image: url(../img/bg-content-bottom_s1.jpg);
background-repeat: no-repeat;
text-indent: -999em;
}
/* ------------------------------
フッタ
------------------------------ */
#footer {
background-image: url(../img/bg-foot.jpg);
background-position: left bottom;
background-repeat: repeat-x;
clear: both;
}
#footer p {
text-decoration: none;
color: #300;
font-size: 12px;
}
#footer #link {
font-size: 10px;
color: #FFF;
}
#footer a {
text-decoration: none;
color: #300;
}
#footer li {
display: inline;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #300;
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 li.bnone { border-right: none; }
.tdftad {
	font-size:xx-small;
}
