/********************************************************/
/* 全体デフォルト定義                                   */
/********************************************************/

body {
  margin:0;
  padding:0;
  background-color: #eeedef;
}

#page{
  width: 800px;
  margin-left: 10px;
  background-color: #ffffff;
  /* font-family: "Hiragino Kaku Gothic Pro",Verdana,"MS Gothic",sans-serif; */
  /* font-size: 12px; */
  font-size: 0.75em;
  color: #000000;
}

a:link,
a:focus,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  color: #343434;
}

/********************************************************/
/* ヘッダー定義                                         */
/********************************************************/

#header{
  display: none;
}

/********************************************************/
/* Left_Menu定義                                        */
/********************************************************/
#left_menu{
  display: none;
}

#left_menu dt{
  font-size : 12px;
  text-align : left;
  font-weight : bold;

  background-color : #F7F7F7;
  padding-top : 6px;
  padding-bottom : 6px;
  padding-left : 6px;
  position : relative;
  width : 200px;
  height : 20px;
}

.lm_box1b{
  border-top: solid #c0c0c0 1px;
  border-right: solid #c0c0c0 1px;
  border-left: solid #6495ed 5px;
  border-bottom: solid #c0c0c0 1px;
}

.lm_box2b{
  border-right: solid #c0c0c0 1px;
  border-left: solid #6495ed 5px;
  border-bottom: solid #c0c0c0 1px;
}

.lm_box1y{
  border-top: solid #c0c0c0 1px;
  border-right: solid #c0c0c0 1px;
  border-left: solid #cccc66 5px;
  border-bottom: solid #c0c0c0 1px;
}

.lm_box2y{
  border-right: solid #c0c0c0 1px;
  border-left: solid #cccc66 5px;
  border-bottom: solid #c0c0c0 1px;
}

.lm_title1{
  color: #ffffff;
  font-size : 16px;
  font-weight : bold;
  text-align : center;

  background-color : #008cd4;
  padding : 6px;
  position : relative;
  width : 200px;
  height : 20px;
}

/********************************************************/
/* コンテンツ領域定義                                   */
/********************************************************/
/***** common *****/
#main {
  width: 600px;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  float: left;
}

.pan {
  width: 580px;
  padding: 5px;
  border-bottom: solid #008cd4 1px;
  /* font-size : 12px; */
  font-size : 0.75em;
}

.pagetop {
  width: 580px;
  text-align: right;
  color: #3300ff;
  /* font-size : 12px; */
  font-size : 0.75em;
}

.link {
  width: 580px;
  text-align: right;
  color: #3300ff;
  /* font-size : 12px; */
  font-size : 0.75em;
}

/***** top *****/
#top {
  padding: 10px;
}

#top a:link,
#top a:focus,
#top a:hover,
#top a:active {
  text-decoration: underline;
  color: #0000ff;
}

#top a:visited {
  text-decoration: underline;
}

.top_visbox{
  width: 580px;
  margin-top: 10px;
  padding-left: 5px;
  text-align: center;
}

.top_vistext{
  width: 500px;
  /* height: 50px; */
  background-color: #ffff00;
  /* padding-top: 15px; */
  text-align: center;
  color: #ffffff;
  /* font-size : 24px; */
  font-size : 1.5em;
  font-weight : bold;
}

.top_title{
  width: 580px;
  height: 20px;
  background-color: #008cd4;
  margin-top: 10px;
  padding: 5px;
  color: #ffffff;
}

.top_diary{
  width: 580px;
  color: #343434;
  text-align: left;
  padding: 0.1em 0.8em 0.5em 0.5em;
  background-color: #f0f0ff;
  line-height: 150%;
  border-bottom: solid #008cd4 1px;
}
.top_memo{
  width: 580px;
  color: #343434;
  text-align: left;
  padding: 10px 10px 0.5em 0.5em;
  background-color: #f0f0ff;
  line-height: 150%;
}

/***** cont_p1 *****/
#cont_p1 {
  padding: 10px;
}

#cont_p1 a:link,
#cont_p1 a:focus,
#cont_p1 a:hover,
#cont_p1 a:active {
  text-decoration: underline;
  color: #0000ff;
}

#cont_p1 a:visited {
  text-decoration: underline;
}

#cont_p1 p {
  padding-left: 20px;
}

#cont_p1 dl {
  padding-left: 20px;
}


/********************************************************/
/* フッター定義                                         */
/********************************************************/
#footer {
  width: 760px;
  padding: 0;
  margin: 10px;
  text-align: center;
  clear: both;
  background-color: #ffffff;
  border-bottom: solid #ffff00 3px;
}

address {
  margin: 2px 10px 0 0;
  font-style: normal;
  /* font-size: 12px; */
  font-size: 0.75em;
}

/********************************************************/
/* 文字定義                                             */
/********************************************************/
h1{
  width: 580px;
  height: 20px;
  margin-top: 10px;
  padding: 5px;
  /* font-size : 24px; */
  font-size : 1.5em;
  font-weight : bold;
  border-left: solid #6495ed 10px;
  border-bottom: solid #6495ed 1px;
}

h2{
  width: 580px;
  padding-left: 5px;
  color: #3300ff;
  /* font-size : 20px; */
  font-size : 1.25em;
  font-weight : bold;
}

h3{
  width: 580px;
  padding-left: 5px;
  color: #3300ff;
  /* font-size : 16px; */
  font-size : 1em;
}

.doc-b{
  color: #3300ff;
}

.bold {
  font-weight : bold;
}

.bold-b {
  font-weight : bold;
  color: #3300ff;
}
