/* 全体設定----------------------------------------------- */
* {
margin: 0;
padding: 0;
}
body     {
	color: #333333;
	background-image: url(images/700_b_bg.gif);
	background-attachment : fixed;
	background-color: white;
	text-align: center;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", 'ＭＳ Ｐゴシック', "Osaka", sans-serif,;
	font-size: 100%;
}

#inbox     {
	margin:15px auto 0px auto;
	width: 895px;
	text-align:left;
	padding: 0px 0px 0px 0px;
}

a:link      { color: #333366; text-decoration: none }
a:visited   { color: #808080; text-decoration: none }
a:active   { color: #000000; text-decoration: underline }
a:hover   {color: #333366; border-bottom: 1px dotted #333366;text-decoration: none;}


a { /* FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
}


/* タイトル関連---------------------------------------- */

#banner {
	background-image: url(images/700_b_head.gif);
	text-align: left;
	width: 895px;
	height: 120px;
	margin: 0px;
	padding: 0px;
}

#banner_l  {
  float:left;
  width:auto;
}

h1   {
  font-size: 16pt;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 72px 0px 0px 30px;
}

h1 a:link  {color: #000000; text-decoration: none}
h1 a:visited  {color: #000000; text-decoration: none}
h1 a:hover { color: #000000;text-decoration: underline;}

.description    {
  font-size: 10pt;
  color: #333333;
  margin: 0px 0px 0px 0px;
  padding: 22px 10px 10px 256px;
}

/* メニュー関連------------------------------------------- */

#left_side {
  float:left;
  width:210px;
  margin:0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.sidecolor {
  background-color: #FFFFFF;
  width: 210px;
  margin:0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
}

ul {
  margin: 0px 0px 0px 20px;
  padding: 0px;
}

li {
  padding: 0px 0px 0px 0px;
  list-style-image:url(images/700_b_list.gif);
}

.linktitle   {
  font-size: 14px;
  font-weight: bolder;
  color: #575757;
  background-color: #F5F5F5;
  border-top: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
  line-height: 170%;
  margin: 0px 0px 8px 0px;
  padding: 0px 0px 0px 12px;
  text-align:left;
}

.linktext   {
  color: #696969;
  font-size: 10pt;
  line-height: 170%;
  margin: 0px 10px 10px 10px;
}

.search {
  margin: 8px 10px 0px 10px;
  padding: 0px 0px 0px 0px;
}

.sideend  {
  background-image: url(images/700_b_side.gif);
  background-position: bottom left;
  background-repeat:no-repeat;
  width: 210px;
  height: 15px;
  padding: 0px 0px 15px 0px;
  margin: 0px 0px 0px 0px;
}

/* カレンダー --------------------------------------------- */
/* 曜日　-------------------------------------------------- */
.calendar_top {
  width: 95%;
  color: #696969;
  font-size: 10px;
  border:none;
  margin: 6px 0px 0px 5px;
}

.cell_top {
  color: #696969;
  font-size: 10px;
  font-family: Verdana;
  width: 20px;
  height: 15px;
}

.cell_suntop {
  color: #CD5C5C;
  width: 20px;
  height: 15px;
}

.cell_sattop {
  color: #6495ED;
  width: 20px;
  height: 15px;
}

/* 数字 ---------------------------------------------------- */
.calendar {
  width: 95%;
  font-size: 10px;
  color: #696969;
  letter-spacing : 1px;
  text-align:center;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 5px;
}
.calendar a,
.calendar a:link,
.calendar a:visited,
.calendar a:active {
  display:block;
  background-color:#dcdcdc;
  color:#696969;
  text-decoration:none;
}

.cell {
  color: #696969;
  width: 20px;
  height: 15px;
}

.cell_today {
  color: #666;
  font-weight: bold;
  width: 20px;
  height: 15px;
}

.cell_sunday {
  color: #c00;
  width: 20px;
  height: 15px;
}

.cell_saturday {
  color: #5982b2;
  width: 20px;
  height: 15px;
}

/* 年月 ------------------------------------------------------- */
.calendarym {
  width: 95%;
  text-align:center;
  font-size: 10px;
  color: #696969;
  letter-spacing : 1px;
  padding: 2px 0px 0px 10px;
  margin: 0px 0px 10px 0px;
}

/* 記事関連---------------------------------------------------- */

#main {
	float:right;
	width:665px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.contents{
  width: 100%;
  margin:0;
  padding:0;
}

.maincolor {
	background-color: #FFFFFF;
	width: 665px;
	margin:0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

.entry  {
  margin: 0px 0px 20px
}

.entry_admin {
  margin: 0px 0px 0px 10px;
}

.entry_date {
  font-family: Verdana;
  text-align:right;
  font-size: 10pt;
  font-weight: bolder;
  color: #696969;
  padding: 3px 0px 0px 35px;
  margin: 0px 30px 0px 0px;
}

.entry_title     {
  background-color: #F5F5F5;
  border-top: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

h2 {
  color: #000000;
  font-size: 13pt;
  font-weight: bolder;
  border-left: double 17px #A9A9A9;
  margin: 0px 0px 0px 10px;
  padding: 5px 0px 0px 10px;
}

h2 a,
h2 a:link,
h2 a:visited,
h2 a:active, {
  color: #000000;
  text-decoration: none
}

h2 a:hover  {
  color: #696969;
}

.title2 {
  color: #000000;
  font-size: 13pt;
  font-weight: bolder;
  background-color: #F5F5F5;
  border-top: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
  margin: 10px 0px 0px 0px;
  padding: 3px 0px 3px 20px;
}

h3 {
  font-size: 110%;
  border-left: solid 10px #d3d3d3;
  margin: 0px 0px 0px 6px;
  padding: 5px 0px 2px 10px;
}

.entry_body   {
	color: #696969;
	font-size: 10pt;
	line-height: 170%;
	word-break:break-all;
	display: block;
	clear: both;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.entry_author    {
	color: #808080;
	font-size: 11px;
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	height: auto;
}

.entry_more   {
  color: #800000;
  font-size: 11pt;
  line-height: 170%;
  margin: 15px 30px 10px 20px
}

.entry_state {
	text-align: right;
	font-size: 10px;
	color: #999999;
	line-height: 130%;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 660px;
	height: auto;
	clear: both;
}

hr {
  border: 1px solid #dcdcdc;
  margin: 0px 0px 0px 0px;
  width:100%;
}

blockquote {
  font-size: 10pt;
  color: #696969;
  background-color: white;
  margin: 20px 15px 10px 10px;
  padding: 10px;
  border: 1px solid #dcdcdc;
  }

.pict {
  float: right;
  border-width: 1px;
  border-style: solid;
  border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
}

img {
	border-style:none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	margin: 0px;
}

a img {
	border-style:none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	margin: 0px;
}

.no_border {
	border-style:none;
	text-decoration: none;
}


/* ページエリア関連---------------------------------------- */

#pagearea  {
	background-color: #ffffff;
	width:665px;
	margin:0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	text-align:center;
}

.pagearea  {
  font-size: 10pt;
  text-align:center;
  padding: 0px 0px 0px 0px;
}

.top  {  
  font-size: 10pt;
  background-color: #ffffff;
  text-align:right;
  margin: 0px 0px 0px 0px;
  padding: 0px 20px 0px 0px;
}

.end  {
	background-image: url(images/700_b_footer.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
	width: 665px;
	height: 30px;
	margin: 0px 0px 0px 0px;
}

/* フッター関連------------------------------------------------- */

#footer {
	width: 895px;
	margin: 25px 0px 15px 0px;
	clear: both;
}

.copyright  {
	color: #666666;
	font-size: 10pt;
	text-align: center;
}

.copyright a:link  {
	color: #666666;
	text-decoration: none
}
.copyright a:visited  {
	color: #666666;
	text-decoration: none
}
.copyright a:hover {
	color: #006699;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
}

/*フォーム設定-------------------------------------------------- */

form {
  margin: 0px;
  padding: 0px;
}

input, textarea {
  color: #696969;
  background-color: #ffffff;
  border:1px solid #808080;
}



/* tree-page で回り込み解除classやidの属性の値をclearfixのセレクタ部分に指定する。*/
.entry_body:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.entry_body {display: inline-block;}
/* Hides from IE-mac \*/
* html .entry_body {height: 1%;}
.entry_body {display: block;}
/* End hide from IE-mac */

