/*レイアウト設定*/
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;
  width: 1000px;
  margin: 0px auto 0px auto;
  text-align: left;
}
#header {
  margin: 0px;
  padding: 10px 10px 0px 10px;
  background-color: #444444;
  width: 980px;
  font-size: 10px;
}
#leftbar {
  background-color: #ffffff;
  float:left;
  margin: 0px;
  padding: 5px;
  width: 249px;
  font-size: 12px;
  line-height: 140%;
}
#content {
  background-color: #ffffff;
  border-left: 1px solid #cccccc;
  float:right;
  margin: 0px;
  padding: 10px 10px 0px 10px;
  width: 720px;
  font-size: 14px;
}

#control {
  clear:both;
  text-align:right;
}

#back {
  border:1px solid #888888;
  background-color:#cccccc;
  margin:2px;
  padding:2px;
}

#up {
  border:1px solid #888888;
  background-color:#cccccc;
  margin:2px;
  padding:2px;
}

#next {
  border:1px solid #888888;
  background-color:#cccccc;
  margin:2px;
  padding:2px;
}

#footer {
  clear:both;
  padding: 20px 10px 5px 0px;
  margin: 0px;
  text-align: right;
  font-size:10px;
}
/*本文設定 */
.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 10px 5px 10px;
  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: 250px;
}

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;
}

ul {
	margin: 5px;
	padding-left: 5px;
}

li {
	margin: 5px;
	padding: 0px;
}

pre {
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}

