@charset "Shift_JIS";

* {
  padding: 0;
  margin: 0;
}

/*########################################

[1]全体のリンク指定 */

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

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

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

a img {
    border-style:none;
}

/*########################################

[3]レイアウトに関する指定 */

body {
	font-size: 80%;
    color: #333333;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
	margin: 0;
}

/*-- 全体を囲んでいます --*/
#wrapper {
  text-align: left;
  margin: 0 auto 0 auto;
  width: 796px;
}

/*-- description --*/
#description {
  text-align: right;
  vertical-align: sub;
  height: 40px;
  padding: 0px 10px 15px 40px;
  background: url(img/logo.jpg) no-repeat 0 0;
}

/*-- カウンター --*/
#ac {
  line-height: 0.5em;
    }
/*-- ヘッダー部分 --*/
#header {
  height: 240px;
  background: url(img/main.jpg) no-repeat 0 0;
}


#header2 {
  height: 10px;
  text-align: left;
  padding: 70px 0 0 10px;
  background: url(img/main2.jpg) no-repeat 0 0;
}

/*-- contents と left-sidebar を囲む枠 --*/
#container {
  width: 796px;
  padding: 1em 0 0;
}

#container2 {
  width: 796px;
  padding: 5px 0 0;
}

/*-- コンテンツ部分 --*/
#contents {
  width: 570px;
  padding: 0 2px 0 0;
  float: right;
}

/*-- サイドバー部分 --*/
#sidebar {
  width: 200px;
  padding: none;
  float: left;
}

/*-- フッター部分 --*/
#footer {
  clear: both;
  padding: 1em 0 0.5em;
}

/*########################################

[4]ヘッダー部分 */

h1 {
  font-size: 100%;
  font-weight: normal;
  padding-bottom: 0.5em;
}

.logo2 {
  font-size: 100%;
  font-weight: normal;
  padding-bottom: 0.5em;}

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

.logo2 a:hover {
  text-decoration: none;
  color: #ff0000;
}


.logo {
  font-size: 150%;
  font-weight: bold;
}

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

.logo a:hover {
  text-decoration: none;
  color: #ff0000;
}

.description { 
　text-align: right;
  font-size: 100%;
  font-weight: bold;
  color: #666666;
}

/*########################################

[5]コンテンツ内の各部分指定 */

/* 見出し */
h2 {
  font-size: 120%;
  color: #333333;
  text-indent:7em;
  margin-bottom: 1em;
  padding: 0.5em 0 0.5em 2em;
  background: url(img/bar1.jpg) no-repeat 0 50%;
}
h3 {
  font-size: 120%;
  color: #333333;
  text-indent:7em;
  margin-bottom: 1em;
  padding: 0.5em 0 0.5em 2em;
  background: url(img/bar2.jpg) no-repeat 0 50%;
  margin-top: 3em;
}
h4 {
  font-size: 120%;
  color: #333333;
  text-indent:7em;
  margin-bottom: 1em;
  padding: 0.5em 0 0.5em 2em;
  background: url(img/bar3.jpg) no-repeat 0 50%;
}
h5 {
  font-size: 120%;
  color: #333333;
  text-indent:7em;
  margin-bottom: 1em;
  padding: 0.5em 0 0.5em 2em;
  background: url(img/bar4.jpg) no-repeat 0 50%;
}
h6 {
  font-size: 120%;
  color: #333333;
  text-indent:7em;
  margin-bottom: 1em;
  padding: 0.5em 0 0.5em 2em;
  background: url(img/bar5.jpg) no-repeat 0 50%;
}

#topics {
  font-size: 120%;
  color: #333333;
  text-indent:7em;
  margin-bottom: 1em;
  padding: 0.5em 0 0.5em 2em;
  background: url(img/bar7.jpg) no-repeat 0 50%;

}

#photocorner {
  font-size: 120%;
  color: #333333;
  text-indent:7em;
  margin-bottom: 1em;
  padding: 0.5em 0 0.5em 2em;
  background: url(img/bar8.jpg) no-repeat 0 50%;

}

/* -- 文字 -- */
.digest {
  line-height: 2em;
  margin-left:9em;
  text-indent:-9em;
}
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

#fmbody {
  line-height: 1.6em;
  margin-left: 3em;
  text-indent:-3em;
} 
/* -- リスト -- */
#contents ul { margin: 1em 0 1em 20px; }

#contents ol { margin: 1em 0 1em 25px; }

#contents li {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/*########################################

[6]サイドバー内の各部分指定

/* サイドバータイトル */
#sidebar .p_sidetitle {
  text-align: center;
  font-size: 100%; 
  margin: 0;
  padding: 0.5em 0;
  background: url(img/menu.jpg) no-repeat 0 50%;
  color: #ffffff;
  font-weight:bolder
}

/* サイドバー内の文字(P) */
#sidebar p {
  text-align: left;
  margin: 1em 0;
  padding: 0;
  padding: 0;
  line-height:1.5em;
}

/* リスト/サイドバーメニュー */
#sidebar .localnavi {
  list-style-type: none;
  margin: 0 0 2em 0;
}

#sidebar .localnavi li {
  display: block;
  text-decoration: none;
  width: 180px;
  padding: 0.7em 0 0.7em 20px;
  color: #666666;

}

#sidebar .localnavi li a {
  text-decoration: none;
  width: 180px;
  font-weight: bold;
  padding: 0.7em 0 0.7em 0px;

}

#sidebar .localnavi li a:hover {
  color: #ff0000;
  font-weight: bold;
  text-decoration: underline;
}

/* リスト */
#sidebar ul { margin: 2em 0 2em 10px; }

#sidebar li { margin-bottom: 0.5em; }

/*########################################

[7]フッター内の各部分指定 */

#footer p { text-align: center; }
.midashi {
	font-size: 120%;
	line-height: 150%;
	font-weight: bold;
}
