body {
margin: 0;
padding: 0;
text-align: center;
background-color: #f8f8f8;
color: #333333;
font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

img {
border: none;
}

ul,
li
{
list-style: none;
}

a:link {
color: #0000ff;
text-decoration: none;
}

a:visited {
color: #0000ff;
text-decoration: underline;
}

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

blockquote {
margin: 5px 15px 15px 15px;
padding: 10px;
font-size: 80%;
background-color: #fdf5f5;
border: double #b8aa95;
}

.clear {
clear: both;
}

.hidden {
display: none;
}


/* ---------- 枠組みの設定 ---------- */
.container {
margin: 0 auto;
padding: 0;
width: 800px;
background-image: url(images/container_bg.jpg);
background-repeat: repeat-y;
text-align: left;
}

.container h1 {
margin: 0;
padding: 5px 0 5px 25px;
font-size: 80%;
}


/* ---------- ヘッダーの設定開始 ---------- */

.header {
width: 800px;
height: 115px;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
}

.header p {
margin: 0;
padding: 20px 0 0 45px;
font-size: 100%;
font-weight: bold;
color: #ff0000;
}

/* ---------- ヘッダーの設定終了 ---------- */


/* ---------- メインコンテンツの設定開始 ---------- */

.contents {
margin: 0 0 20px 0;
padding: 0;
width: 560px;
float: right;
}

.contents-header {
width: 530px;
height: 20px;
margin: 0 20px 0 10px;
background-image: url('images/contents_header.jpg');
background-repeat: no-repeat;
}

.contents-inner {
margin: 0 20px 0 10px;
padding: 0;
background-image: url(images/contents_bg.jpg);
background-repeat: repeat-y;
overflow: hidden;
}

.contents-footer {
width: 530px;
height: 10px;
margin: 0 0 15px 10px;
background-image: url('images/contents_footer.jpg');
background-repeat: no-repeat;
clear: both;
}

.contents p {
margin: 0;
padding: 10px 10px 0 15px;
font-size: 80%;
line-height: 1.5;
}


/* ---------- メインコンテンツ内h要素の設定開始 ---------- */

.contents h2 {
margin: -5px 0 0 0;
padding: 13px 0 10px 50px;
background-image: url(images/contents_h2.jpg);
background-repeat: no-repeat;
font-size: 90%;
}

.contents h3 {
margin: 0 0 0 0;
padding: 8px 0 7px 50px;
background-image: url(images/contents_h3.jpg);
background-repeat: no-repeat;
font-size: 90%;
}

.contents h4 {
margin: 15px 0 0 0;
padding: 10px 0 5px 45px;
background-image: url(images/contents_h4.jpg);
background-repeat: no-repeat;
font-size: 80%;
}

.contents h5 {
margin: 10px 0 0 0;
padding: 6px 0 5px 45px;
background-image: url(images/contents_h5.jpg);
background-repeat: no-repeat;
font-size: 80%;
}

.contents h6 {
margin: 5px 0 0 0;
padding: 5px 0 5px 45px;
background-image: url(images/contents_h6.jpg);
background-repeat: no-repeat;
font-size: 80%;
}

/* ---------- メインコンテンツ内h要素の設定終了 ---------- */


/* ---------- メインコンテンツ内リスト要素の設定開始 ---------- */

.contents ul {
margin: 0;
padding: 10px 0 10px 15px;
}

.contents li {
margin: 5px 0 0 0;
padding: 0 0 0 28px;
background-image: url(images/arrow_right.jpg);
background-repeat: no-repeat;
background-position: left center;
font-size: 80%;
}

/* ---------- メインコンテンツ内リスト要素の設定終了 ---------- */


/* ---------- メインコンテンツ内テーブル要素の設定開始 ---------- */

.contents table.large {
margin: 15px 0 0 0;
padding: 0;
background-image: url(images/table_bg.jpg);
background-repeat: repeat-y;
}

.contents table.small-01 {
margin: 5px 10px 0 10px;
border-top: #cccccc solid 1px;
border-right: #cccccc solid 1px;
}

.contents table.small-01 td {
text-align: center;
font-size: 80%;
border-bottom: #cccccc solid 1px;
border-left: #cccccc solid 1px;
}

.contents table.small-02 {
margin: 10px 10px 0 10px;
}

.contents table.small-02 td {
padding: 0 0 0 10px;
text-align: left;
font-size: 70%;
line-height: 1.5;
}

.table-footer {
width: 530px;
height: 10px;
background-image: url('images/table_footer.jpg');
background-repeat: no-repeat;
}

/* ---------- メインコンテンツ内テーブル要素の設定終了 ---------- */


/* ---------- パンくずリストの設定 ---------- */
.contents p.topic-path {
width: 530px;
margin: 0 0 10px 10px;
padding: 0;
font-size: 70%;
}

/* ----- インフォメーション部分・h2要素の設定 ----- */
.contents div.info h2 {
margin: 0 20px 0 10px;
padding: 25px 0 19px 55px;
background-image: url(images/info_title.jpg);
background-repeat: no-repeat;
font-size: 90%;
}

/* ----- ページトップ案内の設定 ----- */
.contents p.pagetop {
text-align: right;
font-size: 70%;
}


/* ----- フッターナビの設定 ----- */
.contents p.footer-navi {
margin: 0;
padding: 0 0 0 10px;
clear: both;
text-align: left;
font-size: 80%;
}

/* ---------- メインコンテンツの設定終了 ---------- */


/* ---------- サイドメニューの設定開始 ---------- */

.menu {
margin: 0 0 20px 0;
width: 240px;
float: right;
}


/* ---------- サイト内検索の設定開始 ---------- */

.menu div.search h3 {
margin: 0 0 0 20px;
padding: 15px 0 10px 45px;
background-image: url(images/search_title.jpg);
background-repeat: no-repeat;
font-size: 80%;
}

.search form {
margin: 0 0 0 20px;
padding: 5px 0 0 10px;
background-image: url('images/search_bg.jpg');
background-repeat: repeat-y;
font-size: 80%;
}

.search-footer {
width: 220px;
height: 10px;
margin: 0 0 0 20px;
background-image: url('images/search_footer.jpg');
background-repeat: no-repeat;
}

/* ---------- サイト内検索の設定終了 ---------- */


.menu h3 {
margin: 10px 0 0 20px;
padding: 15px 0 9px 35px;
background-image: url(images/menu_title.jpg);
background-repeat: no-repeat;
font-size: 80%;
}

.menu p {
margin: 0;
padding: 0;
}


/* ---------- サイドメニュー内リスト要素の設定開始 ---------- */

.menu ul {
width: 220px;
margin: 0 0 0 20px;
padding: 0;
}

.menu li {
width: 220px;
height: 30px;
float: right;
overflow: hidden;
color: #660000;
}

.menu li a {
margin: 0;
padding: 7px 0 0 35px;
display: block;
height: 30px;
background-image: url('images/menu_li.jpg');
background-repeat: no-repeat;
text-decoration: none;
color: #333333;
font-size: 80%;
}

.menu li a:visited {
color: #333333;
text-decoration: none;
}

.menu li a:hover {
background-position: 0 -30px;
text-decoration: none;
color: #cc6666;
}

/* ---------- サイドメニュー内リスト要素の設定終了 ---------- */


/* ---------- サイドメニューの設定終了 ---------- */


/* ---------- フッターの設定開始 ---------- */

.footer {
width: 800px;
height: 60px;
background-image: url(images/footer.jpg);
background-repeat: no-repeat;
clear: both;
}

.footer p {
text-decoration: none;
margin: 0;
padding: 25px 0 0 0;
text-align: center;
font-size: 80%;
color: #000000;
}
.footer a {

text-decoration: none;

color: #000000;
}
/* ---------- フッターの設定終了 ---------- */

.tree ul {
padding:0;
margin:0;
background-position: -9px 15px;
background-image: url('images/ul.gif');
background-repeat: repeat-y
}
.tree li {
font-size: 1em;
font-weight:bold;
margin: 0px;
padding: 3px 0 3px 24px;
list-style-type: none;
}
.tree li a {
text-decoration:none;
color:#000;
}
.tree li a:hover {
text-decoration:underline;
}
.tree ul ul {
background-position: -1px 15px;
background-image: url('images/ul.gif');
background-repeat: repeat-y;
}
.tree ul li {
background-position: 0px 7px;
background-image: url('images/li.gif');
background-repeat: no-repeat;
}
.tree ul li a {
font-weight:bold;
text-decoration:underline;
}
.tree ul li a:hover {
text-decoration:none;
}
.tree ul ul li {
background-position: 8px 7px;
background-image: url('images/li.gif');
background-repeat: no-repeat;
}
.tree ul ul li a {
background-position: 0px 7px;
font-size:1em;
color:#666;
text-decoration:none;
}
.tree ul ul ul li a {
background-position: 0px 7px;
font-size:0.8em;
color:#999;
text-decoration:none;
}

.module-tagcloud .module-content .module-list { list-style: none; }
.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li {
background-image: none;
padding: 0px;
margin: 0px;
}
.module-tagcloud .module-content .module-list li a {
text-decoration:none;
}
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 21px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 11px; }
