@charset "Shift_JIS";
body {
color: #333333;
margin: 0;
padding: 0;
font-size: 13px;
line-height: 1.5;
text-align: center;
}
/* ===== リンク ===== */
a:link,
a:visited { text-decoration: underline; }
a:hover,
a:active { text-decoration: none; }
/* ===== レイアウト ===== */
#container {
width: 810px;
background: url(bg.jpg);
margin: 0 auto;
}
#background {
width: 790px;
background: #FFFFFF;
margin: 0 auto;
}
#contents {
width: 750px;
margin: 0 auto;
text-align: left;
}
#content1 {
margin-bottom: 15px;
text-align: justify;
text-justify: inter-ideograph;
}
#content2 { margin-bottom: 15px; }
#content2 .left {
width: 338px;
height: 303px;
float: left;
margin-bottom: 10px;
}
#content2 .right {
width: 338px;
height: 303px;
float: right;
margin-bottom: 10px;
}
#content3 { margin-bottom: 20px; }
#content3 .top {
margin-bottom: 20px;
text-align: justify;
text-justify: inter-ideograph;
}
#content3 .middle {
margin-bottom: 20px;
text-align: justify;
text-justify: inter-ideograph;
}
#content3 .bottom {
width: 728px;
height: 120px;
margin: 0 0 30px;
}
#footer_txt {
width: 750px;
height: 20px;
text-align: center;
font-size: 15px;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
background: #EEE7DD;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
#footer_linkc {
width: 750px;
height: 25px;
margin: 0 auto;
text-align: center;
font-size: 12px;
margin-top: 10px;
}
#footer_linkr {
width: 750px;
height: 25px;
margin: 0 auto;
text-align: center;
font-size: 12px;
}
/* ===== ヘッダー ===== */
#header {
background: url(header.jpg) no-repeat;/*背景画像*/
height: 150px;
margin-bottom: 10px;
}
h1 {
text-align: right;
margin-left: 20px;
font-size: 10px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
color: #333333;
}
h2 {
text-align: left;
margin-left: 20px;
padding-top: 50px;
font-size: 18px;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
color: #333333;
}
/* ===== コンテンツ ===== */
h3 { /*記事タイトル部分*/
padding: 3px 5px;
background: #EEE7DD;
border-bottom: 1px solid #9E715E;
border-left: 10px solid #9E715E;
border-right: 10px solid #9E715E;
border-top: #9E715E;
}
#header p {
text-align: left;
margin-left: 20px;
color: #333333;
}
/* ===== フッターナビゲーション ===== */
#link ul {
text-align: center;
margin-bottom: 20px;
}
#link ul li {
display: inline;
margin-right: 15px;
}
/* ===== コピーライト ===== */
address {
font-style: normal;
text-align: center;
}
.style1 { font-size: x-small }
#contents 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;
}
#contents li.bnone { border-right: none; }