/* ページ全体 */
* {
    margin:0;
    padding:0;
    line-height:1.3em;
}

body {
    text-align:center;
    background:url(site_img/bg6.gif);
    padding:0 0 10px
}

li a {
    text-decoration:none;
    color:blue;
}

li a:hover {
    text-decoration:underline;
    color:red;
}

p {
    margin:0 2em 0 1em;
    font-size:0.9em;
}

a img{
    border:none;
}

#wrapper {
    width:720px;
    text-align:left;
    margin:0px auto;
    background-color:#FFF;
    border:solid 1px #9C9;
  background-image:url("site_img/logo2.gif");
  background-repeat: no-repeat;
}

.deco {
    font-size:1em;
    color:yellowgreen;
    font-family:serif;
}

/* ヘッダー */
#header {
    margin:0;
    padding-top:20px;
    padding-bottom:10px;
    padding-left:10px;
    background:url("site_img/logo.gif.jpg");
    background-repeat:no-repeat;
}


h1 {
    padding-left:70px;
}

h1 a {
    font-size:18px;
    font-weight:bold;
    font-family:serif;
    color:darkorange;
    text-decoration:none;
    display:block;
    width:14em;
}

#header p {
    font-size:12px;
    color:#666;
    padding-left:70px;
}

/* コンテンツ */
#contents {
    margin:80px 0 0 200px;
    background-color:#FFF;
}

#contents p {
    margin-top:1em;
}

#contents strong {
    color:darkorange;
}

h2 {
    width:14em;
    line-height:1.5em;
    border:solid 1px #9C9;
    border-left-width:5px;
    font-size:1.2em;
    color:#396;
    margin-top:1em;
    margin-left:0.5em;
    padding-left:0.2em;
    clear:both;
}
#contents h3 {
    font-size:0.9em;
    color:green;
    margin:1em;
    font-weight:bold;
    clear:both;
}
#contents table {
    border:none;
    font-size:0.9em;
    margin:0.5em 0.5em 2em 2em;
}
#contents th {
    vertical-align:top;
    padding-right:1em;
    text-align:right;
}
#contents td {
    vertical-align:top;
}

#contents dl {
    margin-left:1em;
    margin-bottom:1em;
}

#contents dt {
    font-size:0.9em;
    margin-left:0.5em;
    margin-top:1em;
}

#contents dd {
    font-size:0.9em;
    margin:0 1.5em 1em 0.5em;
}

#contents ol {
    margin-left:2em;
    margin-top:0.5em;
    margin-bottom:1em;
}

#contents ol li {
    font-size:0.9em;
    margin-left:0.5em;
    margin-right:2em;
}

#contents ul {
    margin-left:2em;
    margin-top:0.5em;
    margin-bottom:1em;
}

#contents ul li {
    font-size:0.9em;
    margin-left:0.5em;
    margin-right:2em;
}

h3 a{
    font-size:0.9em;
    text-decoration:none;
    color:#000;
    margin:1em;
    font-weight:normal;
    border-bottom:solid 1px #999;
    padding:0.5em 0 0;
    width:10em;
    display:block;
}

h3 a:hover{
    border-bottom:solid 1px green;
    background-color:#FF9;
    width:10em;
    display:block;
}

h4,h5 {
    font-size:0.9em;
    margin:1.5em 0 0;
}

h4 a {
    text-decoration:none;
    color:blue;
}

h4 a:hover {
    text-decoration:underline;
    color:red;
}



.left {
    margin:0 0.5em 1em;
    float:left;
}

.left2 {
    margin:0 0.5em 1em;
    float:left;
}

.right {
    margin:0 0.5em 1em;
    float:right;
}

hr {
    clear:both;
    width:90%;
}


p.left {
    border:solid 1px yellowgreen;
    width:225px;
   margin-top:1em;
}

/* フッター */
#footer {
    background-color:green;
    clear:both;
    margin-top:2em;
}

#footer p {
    color:#FFF;
    font-weight:bold;
    text-align:center;
}

/* ナビゲーション */
#nav_bar {
    position:absolute;
    top:105px;
    text-align:center;
    background-color:#FFC;
    width:720px;
    border-top:solid 2px #b0db56;
    border-bottom:solid 2px #b0db56;
}
#nav_bar ul {
    list-style-type:none;
    padding-right:0.5em;
}
#nav_bar p {
    float:right;
    font-size:16px;
    width:100px;
    padding-left:38px;
    margin:5px;
    text-align:left;
    background-color:#CF6;
}

p#navinfo {
  background-image:url("site_img/icon01.gif");
  background-repeat: no-repeat;
}
p#navmail {
  background-image:url("site_img/icon02.gif");
  background-repeat: no-repeat;
}
p#navmap {
  background-image:url("site_img/icon03.gif");
  background-repeat: no-repeat;
}

#nav_bar a {
    width:100px;
    height:1.35em;
/*
    background-color:#9C9;
    border:solid 1px #CCC;
*/

    text-decoration:none;
    color:blue;
    display:block;
}

#nav_bar a:hover {
    text-decoration:underline;
}

form table td {
    padding:0.5em;
}

/* メニュー */
#menu {
    position:absolute;
    top:160px;
    border-right:dotted 2px #9C9;
    width:180px;
}

#menu dl {
    padding-left:0.5em;
}

#menu dl dt {
    margin:5px 0 5px 3px;
    font-size:13px;
    display:block;
}
#menu dl dd {
    margin:5px 0 5px 15px;
    font-size:13px;
    display:block;
}
#menu a {
    text-decoration:none;
    color:#000;
    border:solid 1px #CCC;
    display:block;
    margin:0;
}
#menu dl dt a {
    background-color:#CF6;
    width:120px;
}
#menu dl dd a {
    background-color:#FF9;
    width:104px;
}
#menu dl dt a:hover {
    border-color:#999;
    background-color:#9C3
}
#menu dl dd a:hover {
    border-color:#999;
    background-color:#FC6
}

}
#menu dl dt.ba {
    margin-top:20px;
}

#menu dl dt.ba a {
    width:150px;
    background-color:#FFF;
    padding:0;
    border:solid 1px #FFF;
}

#menu dl dt.ba img {
    border:solid 1px green;
    margin:0;
}

/* 本文中リンク下線無し・色変更 */
.l_st1 a {
    color:blue;
    text-decoration:none;
}

.l_st1 a:hover {
    text-decoration:underline;
}

/* 事例紹介 */

div.jirei {
  width:250px;
  text-align:left;
  float:left;
  padding-top:0;
}

div.jirei p.contenthead {
  background-color:#CF6;
  margin:0 0 10px;
}

/* フィード呼び出し */
#f_area {
  margin-top:20x;
  margin-right:20px;
  margin-bottom:20px;
  padding-left:10px;
  padding-top:5px;
  text-arign:center;
  float:right;
  height:420px;
}

#f_area p {
  width:100%;
  text-align:center;
  margin-top:15px;
}

#feedControl0 { 
  width : 200px;
  font-size: 16px;
  color: #9CADD0;
  margin:10px,auto;
  text-align:left;
  }

#feedControl1,#feedControl2 {
  width : 200px;
  margin-top:20px;
  margin:10px,auto;
  text-align:left;
}

span.ftitle {
  display:block;
  font-size:16px;
}

.gfg-title , span.ftitle {
  background-color: #fff;
  color:black;
  padding-left:5px;
  margin-bottom:0px;
}


.gfg-collapse-href {
  margin-left:1em;
}
.gfg-root {
  width : 90%;
  height : auto;
  position : relative;
  overflow : hidden;
  text-align : left;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  border: 1px solid #fff;
}
.gfg-entry {
  margin-top : 3px;
}
.gfg-subtitle {
  margin-top : 7px;
}

#feedControl1 .gfg-entry , #feedControl2 .gfg-entry {
  display:none;
}

#feedControl1 .gfg-subtitle , #feedControl2 .gfg-subtitle {
  display:none;
}

#feedControl1 .gfg-listentry-highlight , #feedControl2 .gfg-listentry-highlight { 
  background-image : none;
}
