body{
  background-color: #9a9a9a;
  text-align: center;
  margin: 0px 0px 10px 0px;
  color: #000000;
}

/*リンク*/
a { text-decoration: underline;}
a:link { color: #000000;}
a:visited { color: #002020; }
a:active { color: #8FABBE;}
a:hover { color : #ff0000; }
/*リンク終了*/

/*ページ全体*/
#container {
  width: 760px;
  background-color: #ffffff;
  text-align: left;
  border-width : 1px 5px 1px 5px;
  border-color : #000000 #000000 #000000 #000000;
  border-style : solid solid solid solid;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0px;

  line-height: 150%;
}


/*----------------------------------------------------------------------*/
/*バーナー部*/
#banner {
  background-color: #000000;
  text-align: center;
  padding-bottom: 0px;

  font-family: "ＭＳ Ｐゴシック", "Osaka" ,sans-serif;
  color: #000000;
}

#banner a {
  color: #000000;
  text-decoration: none;
}

#banner img {
  border: 0px;
}

/*バーナーライン*/
#bannerline {
  height: 30px;
  background-image : url(images/bannerline.gif);
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 8px;
}

/*キャッチフレーズ*/
#catch{
  font-size: 0.8em;
  font-family: "ＭＳ Ｐゴシック", "Osaka" ,sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 120%;
}

/*パンくずメニュー部*/
#pankuzu {
  font-size: 0.8em;
  color: #666666;

  background-color: #ffffff;
  text-align: left;
  padding-left: 2px;
}
#pankuzu a:hover{
  text-decoration: underline;
  color : #ff0000;
}
/*パンくずメニュー部終わり*/

/*バーナー部終わり*/
/*----------------------------------------------------------------------*/


/*----------------------------------------------------------------------*/
/*ホームページ下部*/
/*コピーライト*/
#copyright {
  height: 50px;
  background-color: #000000;
  text-align: center;
  margin: 0px;
  padding-top: 10px;
  background-image : url(images/copyback.gif);
  background-repeat: no-repeat;
  
  font-size: 0.8em;
  color: #ffffff;
  line-height: 120%;
}

#copyright a{
  color: #ffffcc;
}
#copyright a:hover{
  text-decoration: underline;
  color : #ffffff;
}
/*ホームページ下部終わり*/
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/*左サイドメニュー*/
#leftcorner {
  width: 200px;
  background-color: #ffffff;
  text-align: right;
  float: left;

  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 0px;
}

#leftcorner img {
  border: 0px;
}

.sidemenu {
  width: 180px;
  background-color: #000000;
  padding: 5px 0px 20px 0px;
  margin: 15px 0px 10px 0px;
  text-align: left;

  color: #ffffff;
}

.sidemenu a{
  font-size: 1.0em;
  color: #ff0000;
  text-decoration: none;
}

.sidemenu a:visited{
  color: #ff0000;
}
.sidemenu a:active{
  color: #ff0000;
}
.sidemenu a:hover{
  color: #ff0000;
  text-decoration: underline;
}

.sidemenu img{
  border: 0px;
}

.sidemenu ul {
  padding: 0px 0px 0px 0px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  list-style-position: inside;
  list-style-image: none;
}

.sidemenu li {
  text-align: left;
  padding: 5px 0px 5px 0px;

  font-family: "ＭＳ Ｐゴシック", "Osaka" ,sans-serif;
  font-size: 0.8em;
  color: #ff0000;
  font-weight: bold;
  line-height: 150%;
}

.sidemenu ul ul {
  margin-left: 5px;
  margin-bottom: 0px;
  list-style-type : none;
}

.sidemenu ul ul a {
  color: #ffffff;
  text-decoration: none;
}
.sidemenu ul ul a:visited {
  color: #ffffff;
  text-decoration: none;
}

.sidemenu ul ul a:hover {
  text-decoration: underline;
  color : #ff0000;
}

.sidemenu ul ul li {
  font-size: 1.0em;
  color: #ffffff;
}

#synxml{
  font-size: 0.8em;
}
/* 検索用 */
#searchtitle{
  width: 180px;
  height: 55px;
  background-color: #000000;
  margin: 15px 0px 2px 2px;
  padding: 2px 5px 2px 5px;
  overflow: hidden;
  text-align: left;

  font-size: 0.8em;
  color: #ffffff;
}

#searchform{
  margin: 0px;
  padding: 0px;
  height: 30px;
}

/*RSS*/
.link-note {
  font-family: "ＭＳ Ｐゴシック", "Osaka" ,sans-serif;
  font-size: 0.8em;
  line-height: 150%;

  text-align: left;
  padding: 2px;
  margin-top: 100px;
  margin-bottom: 15px;
  margin-left: 30px;
}
/*左サイドメニュー終わり*/
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/*メインコンテンツ*/
#centercorner {
  float: right;
  width: 550px;
  background-color: #ffffff;
  overflow: hidden;
}

.content {
  background-color: #ffffff;

  margin-top: 5px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
}

#allcontent{
  width: 500px;
  float: left;
}

.content h2 {
  font-size: 0.9em;
  font-weight: bold;
  color: #000000;
}

.content h2.title {
  text-align: center;
  background-color: #ffffcc;
  border: #ff0000 1px solid;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;

  color: #666666;
}

.content h3.title {
  text-align: center;
  background-color: #ffffcc;
  border: #ff0000 1px solid;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;

  color: #666666;
}

.content p {
  font-size: 0.9em;
  font-weight: normal;
  line-height: 130%;
}

.content p.posted {
  font-family: "ＭＳ Ｐゴシック", "Osaka" ,sans-serif;
  font-size: 0.9em;
  color: #999999;
  line-height: 120%;

  border-top: 1px solid #999999;
  text-align: left;
  margin-bottom: 25px;
  padding: 3px;
}

.content p.extended {
  text-align: right;
}

.content p.back1{
  background-color: #f4f7fd;
}

.content p.back2{
  background-color: #e6f3f3;
}

.content table {
  font-size: 0.9em;
  font-weight: normal;
}

.content img {
  border: 0px;
}

.content ul {
  padding: 0px 0px 0px 0px;
  margin-top: 5px;
  margin-left: 10px;
  margin-bottom: 0px;
  list-style-position: inside;
  list-style-image: none;
}

.content ul ul {
  margin-top: 0px;
  margin-left: 5px;
  margin-bottom: 0px;
  list-style-type : circle;
}

.content li {
  font-family: "ＭＳ Ｐゴシック", "Osaka" ,sans-serif;
  font-size: 0.8em;
  color: #000000;
  font-weight: normal;
  line-height: 120%;
}

.content ul ul li {
  font-size: 1.0em;
}

/*説明文小*/
.content.setumei {
  font-size: 0.8em;
}

/*日付*/
.content.date {
  margin-top: 0px;
  margin-bottom: 0px;

  font-size: 0.9em;
  font-weight: bold;
  color: #009999;
}

/*各ページタイトル*/
#pagetitle {
  background-color: #dce3e7;

  border-left: #8398ab 10px solid;
  border-right: #cccccc 1px solid;
  border-top:#000000 1px solid;
  border-bottom: #000000 2px solid;

  padding-left: 10px;
  padding-right: 3px;
  padding-top: 2px;
}

#pagetitle h1 {
  font-family: "ＭＳ Ｐゴシック", "Osaka" ,sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #330033;

  margin-top : 0px;
  margin-bottom : 0px;
}

/*トップ-エントリー*/
.topentry {
  width: 500px;
}

/*日付*/
.topentry.date {
  margin-top: 0px;
  margin-bottom: 0px;

  font-size: 0.9em;
  font-weight: bold;
  color: #009999;
}

/*タイトル*/
.topentry.title {
  font-size: 1.0em;
  font-weight: bold;
  color: #000000;
}

.topentry h2 {
  font-size: 1.0em;
  font-weight: bold;
  color: #000000;
}

.topentry p {
  font-size: 0.9em;
  font-weight: normal;
  line-height: 130%;

  margin-top: 10px;
}

.topentry img {
  border: 0px;
}

/*トラックバックエリア*/
#trackbacks p{
  font-weight: normal;
  font-size: 0.9em;
}

#trackbacks .title{
  font-weight: bold;
}

.techstuff{
  font-size: 0.9em;
  color: #000000;
}

.backcolor1 {
  background-color: #e6f3f3;
  margin: 10px 0px 10px 0px;
  padding: 2px 2px 2px 2px;

  font-size: 0.9em;
  line-height: 130%;
}
.backcolor2 {
  background-color: #e6f3e6;
  margin: 10px 0px 10px 0px;
  padding: 2px 2px 2px 2px;

  font-size: 0.9em;
  line-height: 130%;
}
.backcolor1waku {
  background-color: #e6f3f3;
  margin: 10px 0px 10px 0px;
  padding: 2px 2px 2px 2px;
  border:#cccccc 1px solid;

  font-size: 0.9em;
  line-height: 130%;
}
.backcolor2waku {
  background-color: #e6f3e6;
  margin: 10px 0px 10px 0px;
  padding: 2px 2px 2px 2px;
  border:#cccccc 1px solid;

  font-size: 0.9em;
  line-height: 130%;
}

/*言葉集*/
.wordback1 {
  background-color: #e6f3f3;
  margin-bottom: 10px;
}

.wordback2 {
  background-color: #e6f3e6;
  margin-bottom: 10px;
}

.wordwaku {
  padding-left: 50px;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-right: 3px;
  text-align: left;
}

.wordwaku p {
  font-size: 0.9em;
  font-weight: normal;
  line-height: 130%;

  margin-left: 50px;
}

/*----------------------------------------------------------------------*/






