/* ------- ■全体の指定------- */
#inbox {
  padding: 0px; 
  margin: 0px;
  MARGIN-LEFT: auto; 
  MARGIN-RIGHT: auto; 
  width: 770px;
  background-color: #FFFFFF;
}

/* ------- ■全体の中身設定------- */
body {
  color: black;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

input, textarea {
  border: 1px solid #666;
  font-size: 100%;
}

form {
  padding: 0px;
  margin: 0px;
}

blockquote {
  padding: 7px;
  margin: 5px 5px 5px 5px;
  border: 1px dashed #e0e0e0;
}

h1 {
  font-size: 30px;
  margin: 0px;
}

h2 {
  font-size: 18px;
  margin: 0px;
}

/* ------- ■リンクの色 ------- */
a:link     {color: #6da5ef; text-decoration: underline;}
a:visited   {color: #6b1642; text-decoration: underline;}
a:hover   {color: #2b3f5e; text-decoration: underline;}


/* ------- ■タイトル部分 ------- */
#banner {
  background-image: url(../skin/images/pb.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  width: 770px;
  height: 150px;
  padding: 0px 0px 0px 0px;
  border-bottom: 3px double #6da5ef;
  clear: both;
}

#banner_l {
  float: right;
  margin: 50px 10px 0px 0px;
  padding: 0px 0px 10px 0px;
  text-align: right;
}

.site_title {
  margin: 0px;
  
}

.site_title a,
.site_title a:link,
.site_title a:visited,
.site_title a:active,
.site_title a:hover {
  color: #E70000;
  text-decoration: none;
  text-shadow: #381010 0.1em 0.1em 0.3em;
}

.description {
  color: #A00101;
  margin: 0px 0px 0px 0px;
  text-align: right;
}

/* ------- ■中央カラム部分 ------- */
#main {
  float: left;
  OVERFLOW: hidden;
  width: 595px;
}

/* ------- ■本文の枠部分 ------- */
.entryBodyset {
  width: 595px;
  padding: 0px 0px 10px 5px;
  background-color: #fff;
  text-align: left;
}

.entry_topic {
  color: #BC8F8F;
  font-size: 80%;
  padding: 3px 3px 3px 15px;
  border: 1px solid #BC8F8F;
  background-color: #FFFAF0;
}

.entry_titleback{
  padding: 3px 3px 3px 15px;
  border-top: 2px solid #1244FF;
  border-bottom: 2px dotted #1244FF;
  background-color: #F0EFFD;
}

.entry_date{
  color: #BC8F8F;
  font-size: 80%;
  letter-spacing : 1px;
  text-align: right;
}

.entry_title{
  color: #333333;
  font-weight: bold;
  font-size: 110%;
  padding: 4px 0px 0px 2px;
  text-align: left;
}
.entry_title a, .entry_title a:link, .entry_title a:visited, .entry_title a:active {color:#444; text-decoration:none;}
.entry_title a:hover {color: #D67206; text-decoration: none;}

.entry_body   {
  font-size: 100%;
  line-height: 150%;
  padding: 15px 30px 15px 20px;
}

.entry_author    {
  color: #999999;
  font-size: 80%;
  text-align: right;
  padding: 0px 30px 0px 0px
}

.entry_more   {
  color: black;
  font-size: 80%;
  line-height: 170%;
  padding: 15px 30px 10px 20px
}

.entry_state {
  font-size: 80%;
  color: #999999;
  padding: 10px 0px 25px 0px;
  text-align: center;
  clear: both;
}

/* ------- ■右メニューカラム部分 ------- */
#sideright {
  float: right;
  OVERFLOW: hidden;
  width: 165px;
  background-color: #ffffff;
}


/* ------- ■メニューの小分け部分 ------- */
.sideSet {
	width: 160px;
	margin: 0px 0px 20px 0px;
	text-align: left;
}

.linktitle   {
	padding: 0px 0px 0px 5px;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	background-color: #9C9EA5;
	border-bottom: 1px dashed #fff;
}

.linktext {
	padding: 7px 2px 25px 2px;
	font-size: 10px;
	color: #333;
	line-height: 120%;
}

.linktext ul{
	border-left: 5px solid #C0C0C0;
	padding: 0px 0px 0px 3px;
	margin: 0px 0px 5px 3px;
	list-style-type: none;
}

.linktext li {
	border-left: 5px solid #fff;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 5px 10px;
	list-style-type: none;
}


/* ------- ■ページ移動リンク ------- */
#pagearea {
  background-color: #fff;
  float:left;
  margin:2px 0px 5px 0px;
}

/* ------- ■ページトップ ------- */
.pagetop {
  margin:10px 0px 10px 0px;
}

/* ------- ■検索ボックス ------- */
#searcharea  {
  padding: 10px 0px 0px 0px;
  text-align: right;
}

.search {
  color: #ffffff;
  font-size: 12px;
  margin: 10px 0px 2px 0px;
}

.search input {
  color: #4a618c;
  background-color: #ffffff;
  border: 1px solid #7D926D;
}


/* ------- ■フッダー部分 ------- */
#footer {
  background-color: #ffffff;
  width: 770px;
  border-top: 3px double #6da5ef;
  padding: 3px 0px 0px 0px;
}

.copyright  {
  color: #666;
  font-size: 10px;
  text-align:center;
  height: 20px;
}