body     {
  margin:0;
  text-align:center;
  color: #FFFFFF;
  background: url(./images/bg.gif) repeat-x;
  background-color: #eeeeee;
}
#inbox     {
  text-align:center;
  margin:0px auto 0px auto;
  width: 850px;
  background: url(./images/bg_all.gif) repeat-x;
  background-color: #000000;
}
#banner {
  margin:0px auto 18px auto;
  width: 800px;
  text-align:left;
}

img     {
  border: none ;
}

.sitelogo {
  margin:0px;
  float: left;
}

.welcome {
  margin:0px;
  float: right;
}

/* navi---------------------------------------------------------------------- */

ul#navi     {
  clear: both;
  position: relative;
  margin: 0px 0px 26px 0px;
  width: 800px;
  height: 24px;
  list-style: none;
  background: url(./images/mainmenu_bg.gif) no-repeat;
}

ul#navi li    {
  position: absolute;
  display:inline;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  display: block;
  height: 24px;
  text-indent: -9999px;
}

ul#navi a    {
  text-decoration: none;
  display: block;
  height: 24px;
}

ul#navi li#home    {
  left: 0px;
  width: 98px;
  background: url(./images/mainmenu_home01.gif) no-repeat;
}

ul#navi li#home a:hover   {
  left: 0px;
  width: 98px;
  background: url(./images/mainmenu_home02.gif) no-repeat;
}

ul#navi li#essay    {
  left: 98px;
  width: 140px;
  background: url(./images/mainmenu_essey01.gif) no-repeat;
}

ul#navi li#essay a:hover   {
  left: 98px;
  width: 140px;
  background: url(./images/mainmenu_essey02.gif) no-repeat;
}

ul#navi li#prof    {
  left: 238px;
  width: 169px;
  background: url(./images/mainmenu_prof01.gif) no-repeat;
}

ul#navi li#prof a:hover   {
  left: 238px;
  width: 169px;
  background: url(./images/mainmenu_prof02.gif) no-repeat;
}

ul#navi li#chosaku    {
  left: 407px;
  width: 134px;
  background: url(./images/mainmenu_chosaku01.gif) no-repeat;
}

ul#navi li#chosaku a:hover   {
  left: 407px;
  width: 134px;
  background: url(./images/mainmenu_chosaku02.gif) no-repeat;
}

ul#navi li#kanren    {
  left: 541px;
  width: 94px;
  background: url(./images/mainmenu_link01.gif) no-repeat;
}

ul#navi li#kanren a:hover   {
  left: 541px;
  width: 94px;
  background: url(./images/mainmenu_link02.gif) no-repeat;
}

ul#navi li#notonet    {
  left: 635px;
  width: 165px;
  background: url(./images/mainmenu_notonet01.gif) no-repeat;
}

ul#navi li#notonet a:hover   {
  left: 635px;
  width: 165px;
  background: url(./images/mainmenu_notonet02.gif) no-repeat;
}

/* contents---------------------------------------------------------------------- */

#bg {
  margin:0px 15px 0px 15px;
  width: 820px;
  background: url(./images/con_bg.jpg) no-repeat;
  background-position: bottom;
}

#contents {
  text-align:left;
  margin:0px 10px 0px 10px;
  width: 800px;
}

#side {
  float:right;
  text-align:left;
  margin: 0px 0px 0px 0px;
  width: 195px;
  padding: 0px 0px 20px 0px;
}

#main {
  float:left;
  text-align:left;
  width:580px;
  margin:0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#footer {
  clear: both;
  width: 800px;
  padding: 0px 0px 20px 0px;
  margin:0px 0px 0px 0px;
  text-align: center;
}

#footer .totop {
  text-align:right;
  margin:10px auto 10px auto;
}

#chosaku_text {
  text-align:left;
  width:580px;
  font-size: 70%;
  line-height: 140%;
  margin:10px 0px 10px 0px;
  padding: 8px;
  border:1px solid #fff;
}

A:link {color:#ffffcc; text-decoration:none}
A:visited {color:#ffffcc; text-decoration:none}
A:active {text-decoration:none}
A:hover {color:#ffffcc; text-decoration:underline}

.c-both    {
  clear: both;
}

a.button:link {color: #82BE7D;
 font-size: 9pt;
 text-decoration: none;
 padding: 3px 3px 0px 3px;
 border-width: 1px;
 border-style: solid;
 border-color: #82BE7D;
 background-color: #FFFFFF;
}

a.button:visited {color: #82BE7D;
 font-size: 9pt;
 text-decoration: none;
 padding: 3px 3px 0px 3px;
 border-width: 1px;
 border-style: solid;
 border-color: #82BE7D;
 background-color: #FFFFFF;
}

a.button:active {color: #82BE7D;
 font-size: 9pt;
 text-decoration: none;
 padding: 3px 3px 0px 3px;
 border-width: 1px;
 border-style: solid;
 border-color: #82BE7D;
 background-color: #FFFFFF;
}

a.button:hover {color: #82BE7D;
 font-size: 9pt;
 text-decoration: none;
 padding: 3px 3px 0px 3px;
 border-width: 1px;
 border-style: solid;
 border-color: #82BE7D;
 background-color: #FFFFFF;
}

h1 {
  margin: 20px 0px 10px 20px;
}

ul {
  margin: 0px 0px 0px 15px;
        padding: 0px;
}

.site_title     {
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 5px 0px 5px 5pt;
}

.site_title a,
.site_title a:link,
.site_title a:visited,
.site_title a:active,
.site_title a:hover  {
  color: #f90;
  text-decoration: none;
}

.description    {
  color: white;
  font-weight: bold;
  font-size: 12px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 10px 0px 20px 20px
}

/* entory---------------------------------------------------------------------- */

#titleber  {
  background: url(./images/titleber.gif) no-repeat;
  width:580px;
  height: 46px;
  margin:0px 0px 0px 0px;
}

#photo_title  {
  text-align:left;
  width:380px;
  color :#333;
  margin: 0px 0px 0px 0px;
  font-size: 14px;
  font-weight: bolder;
}

#photo_title span  {
  margin: 0px 0px 0px 60px;
}

#pagearea  {
  width:200px;
  margin: 0px 0px 0px 0px;
  text-align:right;
}

#photo_title A:link {color:#333; text-decoration:none}
#photo_title A:visited {color:#333; text-decoration:none}
#photo_title A:active {text-decoration:none}
#photo_titleb A:hover {color:#333; text-decoration:none}

.entry  {
  margin: 0px 0px 20px;
}

.entry_admin {
  margin: 0px 0px 0px 10px;
}

.entry_date {
  font-family: "Verdana";
  font-size: 14px;
  font-weight: bolder;
  color: #ffc;
  margin: 10px 30px 10px 0px;
  border-top:1px solid #ffc;
  border-left:5px solid #ffc;
  padding: 0px 0px 3px 5px;
}

.entry_title     {
  color: black;
  font-weight: bold;
  font-size: 12px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  padding: 0px 0px 0px 15px;
}

.entry_body   {
  font-size: 80%;
  line-height: 170%;
  word-break:break-all;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 15px 0px 15px 0px
}

.entry_author    {
  color: #fff;
  font-size: 10px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  text-align: right;
  margin: 10px 0px 0px 0px
}

.cate    {
  font-size: 12px;
  text-align: right;
}

.entry_more   {
  color: black;
  font-size: 11px;
  line-height: 170%;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 15px 0px 15px 0px
}

.entry_state {
  font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  font-size: 10px;
  color: #fff;
  margin: 10px 0px 25px 0px;
}

.pict {
  float: right;
  border-width: 3px;
  border-style: solid;
  border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
}


.linktitle   {
  text-align: center;
  margin: 10px 0px 0px 3px;
  width:195px;
}

.linktext   {
  color: #fff;
  font-size: 80%;
  line-height: 170%;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 0px 0px 0px 3px;
  padding: 3px 3px 3px 3px;
}
.linktext li  {
  list-style-type: square;
}

/* SEARCH---------------------------------------------------------------------- */
#search  {
  color: 000000;
  font-size: 10px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
}

/* FOOTER---------------------------------------------------------------------- */
.copyright  {
  color: #fff;
  font-size: 11px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  text-align:center;
}


/* CLOCK---------------------------------------------------------------------- */
.clock      {
  color: black;
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  background-color: transparent;
  text-align: center;
  margin: 0px 0px 0px 2px;
  padding: 3px;
  border: 0px;
  width: 170px;
  height: 16px
}

/* CALENDAR---------------------------------------------------------------------- */
.calendar      {
  color: black;
  font-size: 9px;
  font-family: Verdana;
  margin: 0pt 0px 0px 0px
}

.cell       {
  color: black;
  font-size: 9px;
  font-family: Verdana;
  background: white no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_today      {
  color: olive;
  font-size: 9px;
  font-family: Verdana;
  background: #cfc no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_sunday     {
  color: #c00;
  font-size: 9px;
  font-family: Verdana;
  background: #f99 no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_saturday    {
  color: #000066;
  font-size: 9px;
  font-family: Verdana;
  background: #9cc no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

/*フォーム設定---------------------------------------------------------------------- */
form {
  margin: 0px;
  padding: 0px;
}
textarea {
  font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
  font-size: 12px;
}