@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: 160%;
 color: #535355;
 background-color: #ffffff;
}

img {
 border: none;
}

a:link, a:active, a:visited {
 color: #5b678e;
 text-decoration: underline;
}

a:hover {
 color: #f04a53;
 text-decoration: underline;
}

/*
 * 基本構成
 */
#header {
 width: 900px;
 margin: 0 auto;
 text-align: left;
 padding-top: 18px;
 padding-bottom: 16px;
}

#containerBg {
 background: url(../images/hd_bg.jpg) repeat-x 0 0;
}

#container {
 width: 900px;
 margin: 0 auto;
 text-align: left;
}

.containerBg {
 background: url(../images/hd_bg.jpg) repeat-x 0 0;
 padding-top: 17px;
}

#contents {
 width: 900px;
}

#main {
 width: 700px;
 float: right;
}

#side {
 width: 160px;
 float: left;
}

#ftr {
 width: 900px;
 background: url(../images/ftr_line.gif) repeat-x 0 0;
 padding-top: 10px;
}

/* 見出し */
h1.title {
 display: inline;
}

/* ヘッダー */
.hdLf {
 width: 560px;
 float: left;
}

.hdRi {
 width: 300px;
 float: right;
}

.logo {
 display: inline;
}

.hdLinkBg {
 width: 289px;
 padding: 5px 0 5px 11px;
 background: url(../images/bg_check01.gif) repeat 0 0;
 margin-bottom: 22px;
}

.hdLinkTbl {
 width: 300px;
 border-collapse: collapse;
 background: url(../images/bg_check01.gif) repeat 0 0;
 margin-bottom: 22px;
}

.hdLinkTbl td {
 vertical-align: top;
 padding-top: 5px;
 padding-bottom: 5px;
}

.hdLinkTblCtn {
 padding-left: 11px;
}

.hdLinkTblLf {
 padding-left: 11px;
 font-weight: bold;
 color: #5b678e;
}

.hdLinkTblRi {
 width: 100px;
}


.hdLink {
 background: url(../images/pt_triangle.gif) no-repeat 0 2px;
 padding-left: 10px;
}

.hdLinkLine {
 padding-left: 12px;
 padding-right: 12px;
 color: #999999;
}

.hdAboutLink {
 list-style-type: none;
 text-align: right;
}

.hdAboutLink li {
 display: inline;
}

.hdAboutLinkLeft {
 padding-right: 36px;
}

/* サイド */
.sideTitle {
 margin-bottom: 10px;
}

.sideMenu {
 list-style-type: none;
 margin: 0 5px 24px 24px;
}

.sideMenu li {
 margin-bottom: 1px;
}

.sideBnr {
 list-style-type: none;
}

.sideBnr li img {
 vertical-align: top;
}

/* フッター */
.ftrLink {
 font-size: 80%;
 color: #cccccc;
 padding-bottom: 36px;
}

.cpy {
 text-align: center;
 padding-bottom: 4px;
}


/* PAGE TOP */
.pagetop {
 text-align: right;
 margin-right: 4px;
 margin-bottom: 4px;
}

/* パンくず */
.bread {
 font-size: 80%;
 margin-bottom: 25px;
}

/* キャプション */
.caption {
 margin-bottom: 15px;
 color: #00448e;
}



/* 文字関連 */
.fontBold {
 font-weight: bold;
}

.fontBlue {
 color: #00448e;
}

.fontRed {
 color: #ed212c;
}

.font10 {
 font-size: 80%;
}

.fontRed02 {
 color: #ff0000;
}

.uLine {
 text-decoration: underline;
}


