@charset "utf-8";
/*
 * 基本設定
 */

* {
 margin: 0;
 padding: 0;
}

html>body {
font-size: 12px;
}

body {
 margin: 0 auto;
 text-align: center;
 padding: 0;
 font-family: ＭＳ Ｐゴシック, sans-serif;
 font-size: 75%;
 line-height: 150%;
 color: #756648;
 background: url(/images/back.jpg) repeat 0 0;
}

img {
 border: none;
}

a:link, a:active, a:visited {
 color: #86775b;
 text-decoration: underline;
}

a:hover {
 color: #ff0066;
 text-decoration: underline;
}

/*
 * 基本構成
 */
#headerBg {
 background: url(/images/head_bg.jpg) repeat-x 0 0 #faf9f7;
}

#header {
 width: 900px;
 padding-right: 10px;
 margin: 0 auto;
 text-align: left;
 background: url(/images/head_bg.jpg) repeat-x 0 0 #faf9f7;
}

#containerBg {
 background-color: #faf9f7;
}

#container {
 width: 910px;
 margin: 0 auto;
 text-align: left;
 background-color: #faf9f7;
 padding-top: 10px;
}

#containerBg01 {
 width: 900px;
 background-color: #faf9f7;
}

#content {
 width: 900px;
}

#main {
 width: 725px;
 float: left;
 padding-top: 10px;
}

#sideBg {
 width: 173px;
 float: right;
 background: url(/images/side_bg.gif) repeat-y 0 0;
}

#side {
 width: 173px;
 float: right;
 background: url(/images/side_top.gif) no-repeat 0 0;
 padding-top: 14px;
 padding-bottom: 7px;
}

#ftrBg {
 background: url(/images/ftr_line.gif) repeat-x 0 0;
}

#ftr {
 background: url(/images/ftr_line.gif) repeat-x 0 0;
 width: 900px;
 padding: 9px 10px 0 0;
 text-align: left;
 color: #ffffff;
 font-size: 80%;
 margin: 0 auto;
}

/* ヘッダー */
.logo {
 float: left;
 padding: 7px 0 0px 0px;
 width: 179px;
}

.headRight {
 float: right;
 width: 721px;
 padding-top: 3px;
}

.headLink {
 text-align: right;
 padding-right: 10px;
 padding-bottom: 7px;
}

.headNaviTest {
 float: right;
}

.headNaviBg {
 border-collapse: collapse;
 background: url(/images/head_navi_bg_cnt.jpg) repeat-x 0 0;
}

.headNaviBg td {
 vertical-align: top;
}

.headNavi {
 padding-top: 4px;
 list-style-type: none;
}

.headNavi li {
 display: inline;
 font-weight: bold;
 padding-left: 10px;
 padding-right: 10px;
}

.headNaviIcon {
 vertical-align: -2px;
 padding-right: 2px;
}

.headNavi a:link, .headNavi a:active, .headNavi a:visited {
 color: #756648;
 text-decoration: underline;
}

.headNavi a:hover {
 color: #ff0066;
 text-decoration: underline;
}

.navigation {
 width: 900px;
 height: 64px;
 background: url(/images/navigation_bg.jpg) no-repeat 0 0;
 list-style-type: none;
 margin: 0 0 8px 0;
 padding: 0;
}

.navigation li {
 display: inline;
}

.navigation li img {
 vertical-align: top;
}

/* サイド */
#side a:link, #side a:active, #side a:visited {
 color: #756648;
 text-decoration: underline;
}

#side a:hover {
 color: #ff0066;
 text-decoration: underline;
}

.sideTitle {
 margin: 0 0 8px 11px;
}

.sideBtn {
 margin: 0 0 17px 13px;
 letter-spacing: 3px;
}

.sideBookmark {
 margin: 0 0 13px 19px;
}

.sideBookmark img {
 margin-right: 3px;
}

.sideCtn {
 width: 140px;
 margin: 0 0 8px 13px;
}

.sideCtnLine {
 background: url(/images/line_dot.gif) repeat-x 0 0;
 padding-top: 12px;
}

.sideKeepTitle {
 padding-bottom: 12px;
}

.sideKeepImg {
 width: 65px;
 padding-left: 1px;
 float: left;
}

.sideKeepTxt {
 width: 74px;
 float: right;
 font-size: 80%;
 line-height: 140%;
}

.sideHistoryTitle {
 font-weight: bold;
 padding-bottom: 4px;
}

.sideBtnDelete {
 width: 70px;
 height: 20px;
 margin-left: 91px;
}

.sideBtnDelete a:link, .sideBtnDelete a:active, .sideBtnDelete a:visited {
 width: 70px;
 height: 20px;
 display: block;
 background: url(/images/btn_delete.jpg) no-repeat 0 0;
 text-decoration: none;
}

.sideBtnDelete a:hover {
 width: 70px;
 height: 20px;
 display: block;
 background: url(/images/btn_delete_on.jpg) no-repeat 0 0px;
 text-decoration: none;
}


/* フッター */
#ftr a:link, #ftr a:active, #ftr a:visited {
 color: #ffffff;
 text-decoration: underline;
}

#ftr a:hover {
 color: #ff0066;
 text-decoration: underline;
}

.ftrLink {
 padding: 0px 4px 6px 0px;
}

.ftrCpy {
 padding: 0 4px 20px 4px;
}

/* 見出し */
h1 {
 font-size: 80%;
 color: #ffffff;
 font-weight: normal;
}

/* パンくず */
.bread {
 padding: 0px 15px 0px 15px;
 font-size: 80%;
 line-height: 100%;
 color: #9e8b63;
}

.bread a:link, .bread a:active, .bread a:visited {
 color: #9e8b63;
 text-decoration: underline;
}

.bread a:hover {
 color: #ff0066;
 text-decoration: underline;
}


/* ページトップ */
.pageTop {
 text-align: right;
 font-size: 80%;
 margin-bottom: 68px;
 padding-right: 15px;
}

.pageTopMark {
 padding-right: 2px;
 vertical-align: -1px;
}

.pageTopBtm {
 width: 896px;
 padding: 9px 14px 0 0;
 text-align: right;
 margin: 0 auto;
}


/* 外部リンク用 */
.outlink a:link, .outlink a:active, .outlink a:visited {
 color: #003366;
 text-decoration: underline;
}

.outlink a:hover {
 color: #ff0066;
 text-decoration: underline;
}



