/********************************************************/
/* 全体デフォルト定義                                   */
/* font-size */
/* [*]12px = 0.75em */
/* [ ]16px = 1em */
/* [ ]20px = 1.25em */
/* [ ]24px = 1.5em */
/********************************************************/

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

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

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

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

#header{
  /* display: none; */
  /* 画像サイズに合わせて高さを調整すること！ */
  height: 100px;
  background-image : url(/common/image/header.gif); 
  background-repeat: no-repeat;
  background-color: #ffffff;
}

/********************************************************/
/* Left_Menu定義                                        */
/********************************************************/
#noscript{
  /* display: none; */
  width: 200px;
  height: 600px;
  background-color: #ffffff;
  float: left;
}

#left_menu{
  /* display: none; */
  width: 200px;
  height: 600px;
  background-color: #ffffff;
  float: left;
}

#left_menu dt{
  width : 200px;
  height : 20px;
  padding-top : 6px;
  padding-bottom : 6px;
  padding-left : 6px;
  background-color : #F7F7F7;
  text-align : left;
  font-weight : bold;
  position : relative;
}

.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{
  width : 200px;
  height : 20px;
  padding : 6px;
  background-color : #008cd4;
  text-align : center;
  font-size : 1.25em;
  font-weight : bold;
  color: #ffffff;
  position : relative;
}

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

.pan {
  width: 580px;
  padding: 5px;
  border-bottom: solid #008cd4 1px;
}

.pagetop {
  width: 580px;
  margin-top: 10px;
  text-align: right;
  color: #3300ff;
}

.link {
  width: 580px;
  text-align: right;
  color: #3300ff;
}

.position {
  margin-left: 20px;
}

.historybox {
  width: 540px;
  margin-left: 20px;
  font-size : 1em;

}

.rphoto{
  width: 180px;
  text-align: center;
  float: right;
}

/***** 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;
  color: #800080;
}

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

.top_title_l{
  width: 480px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.top_title_r{
  width: 100px;
  margin-top: 5px;
  text-align: center;
}

.top_diary{
  width: 580px;
  color: #343434;
  text-align: left;
  padding: 0.1em 1em 0.5em 0.5em;
  background-color: #F7F7F7;
  border-bottom: solid #008cd4 2px;
}
.top_memo{
  width: 580px;
  color: #343434;
  text-align: left;
  vertical-align: middle;
  padding: 1em 1em 0.5em 0.5em;
  background-color: #F7F7F7;
}

/***** 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;
  color: #800080;
}

.cont_p1lbox {
  width: 380px;
  height: 200px;
  border:  solid #ffff00 1px;
  float: left;

}

.cont_p1rbox {
  width: 200px;
  height: 200px;
  padding-left: 5px;
  padding-bottom: 5px;
  border:  solid #ffff00 1px;
}

/********************************************************/
/* フッター定義                                         */
/********************************************************/
#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;
}

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

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

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

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

.bold {
  font-weight : bold;
}

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