/*レイアウト設定*/
body {
  margin: 0px;
  padding: 0px;
  background-color: #8bafa5;
  font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #525252;
  text-align: center;
}
#inbox {
  background-color: #ffffff;
  background-repeat: repeat-y;
  width: 760px;
  margin: 0px auto 0px auto;
  text-align: left;
}
#header {
  margin: 0px;
  padding: 10px 10px 0px 10px;
  background-image: url("./images/back.jpg");
  background-color: #444444;
  background-repeat: no-repeat;
  background-position:right bottom;
  width: 750px;
  font-size: 10px;
}
#banner {
  background-color: #6a6b81;
  width: 750px;
  padding: 5px 10px 5px 10px;
}
#content {
  width: 660px;
  margin: 20px 50px 30px 50px;
}
#footer {
  width: 760px;
  padding: 20px 10px 5px 0px;
  margin: 0px 0px 0px 0px;
  text-align: center;
}
/*本文設定 */
.a_title {
  font-size: 26px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 0px 0px 20px 0px;
  padding: 10px 0px 0px 0px;
  line-height: 140%;
  color: #6a6b81;
  font-weight: bold;
}
.b_title {
  font-size: 16px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 5px 0px 10px 20px;
  line-height: 140%;
  color: #444444;
  border-bottom:1px solid #6a6b81;
  font-weight: bold;
}

.title {
  margin: 0px 0px 10px 0px;
  font-size: 20px;
  color: blue;
  text-decoration: underline;
}
.a_text {
  font-size: 12px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 5px 0px 10px 15pt;
  line-height: 140%;
  font-weight: none;
}
.b_text {
  font-size: 10px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 5px 0px 5px 5pt;
  line-height: 140%;
  font-weight: none;
}
.c_text{
  font-size: 10pt;
  border-top: 1px dashed #616161;
  border-bottom: 1px dashed #616161;
  margin: 5px;
  padding: 9px 17px;
  }

.midashi_main {
  font-size: 14px;
  color: #330080;
/*  font-weight: bold; */
  background-color: #6a6b81;
  border:1px solid #123456;
  margin: 10px 0px 20px 10pt;
  padding: 5px 10px 5px 10px;
}
.midashi_sub {
  background-color: #999999;
  margin: 10px 0px 20px 10pt;
  padding: 5px 25px 5px 25px;
  border:1px solid #EEEEEE;
}
.box{
  border: solid 1px #616161;
  border-width: 1px 5px 1px 5px;
  margin: 15px15px 15px 15pt;
  width: 500px;  
  }

.top_link {
	text-align:right;
	margin-top: 5px;
}

/* リスト設定  */

.li_mokuji {
  line-height: 1.5em;
}

/*リンク設定*/
a       { color: #330080; text-decoration: none; }
a:link    { color: #330080; text-decoration: none; }
a:visited  { color: #330080; text-decoration: none; }
a:hover  { color: #9E0B0E; }
a:active  { color: #9E0B0E; }

/* 画像設定 */
.pict {
	border: 1px solid #808080;
	margin: 5px;
}

blockquote {
	margin: 2px;
	padding:2px;
	border: 1px dotted #808080;
	width: 300px;
}

table {
	border: 1px solid #808080;
	width: 100%;
	vertical-align: top;
}
th {
	border: 1px solid #808080;
	text-align: center;
}
td {
	border: 1px solid #808080;
}

.tags {
	font-weight: bold;
}
.tags2 {
	font-weight: bold;
	margin: 0px 0px 0px 10px;
}
.tags3 {
	font-weight: bold;
	margin: 0px 0px 0px 20px;
}
.tags_title {
	text-align: right;
}
