/* レイアウトの設定*/
body{
    margin:0px;
    padding:0px;
scrollbar-face-color: #dcdcdc; 
scrollbar-track-color: #FFFFFF; 
scrollbar-arrow-color: #FFFFFF; 
scrollbar-highlight-color: #FFFFFF; 
scrollbar-shadow-color: #FFFFFF; 
scrollbar-3dlight-color: #FFFFFF; 
scrollbar-darkshadow-color: #FFFFFF; 
}

img {
  border : none;
}


/* ヘッダ
---------------------------------------------------- */
#head{
    width:800px;
    height:100px;
    background:  #FFFFFF;
}

h1 img {
    margin-top:25px;
  vertical-align: bottom;
}



/* ラッパーの設定*/
#wrap{
  margin:0 auto 0 auto; text-align:left;
    width:800px;
    background-color:#FFFFFF;
}

/* リンク
---------------------------------------------------- */
a:link {
  color: #FF6600;
  background: transparent;
}
a:visited {
  color: #FF6600;
  background: transparent;
}
a:hover, a:active {
  color: #FF0000;
  background: transparent;
}

/* コンテンツ
---------------------------------------------------- */

/* 左側の設定*/
#left{
    width:200px;
    margin:0px;
    float:left;
    font-size: 10pt;
    text-align: left;
    color: #666666;
    background-color: #FFFFFF;
}

.boxl1 {
        width: 175px;
        font-size: 10pt;
        padding: 5px;
        margin: 0px;
        border: 2px dotted #ffffff;
}

.boxl2 {
        width: 175px;
        font-size: 10pt;
        padding: 5px;
        margin: 0px;
        border: 2px dotted #dcdcdc;
}


/* 右側の設定*/

#right{
    width:570px;
    float:right;
    font-size: 10pt;
    border: 2px dotted #dcdcdc;
    padding: 3px 5px;
    margin:0px 5px;
    text-align: left;
    color: #666666;
    background-color: #FFFFFF;
}

.boxr1{
    width:520px;
    float:right;
    font-size: 10pt;
    border: 2px dotted #ffffff;
    padding: 3px 0px;
    margin:0px 20px;
    text-align: left;
    line-height: 1.3em;
    color: #666666;
}

.logbox {
    width:570px;
    height: 500px;
    font-size: 10pt;
    color: #666666;
  background: #ffffff url(images/on.gif) ;
    overflow: auto;
 }


.txt01 {
	font-size: 10pt;
	font-weight: bold;
        width: 100%;
	padding: 2px 2px;
        margin:0px;
        text-align: center;
	color: #FFFFFF;
	background-color: #66cdaa;
}

.txt02 {
	font-size: 10pt;
	font-weight: bold;
        width: 100%;
	padding: 2px 2px;
        margin:0px;
        text-align: center;
	color: #FFFFFF;
	background-color: #ff69b4;
}


table#p {
  margin: 0;
  width: 520px;
  border-collapse: collapse;
}
table#p th {
  padding: 0.2em 0.2em 0.2em 0.2em;
  font-weight: bold;
  font-size: 9pt;
  color: #ffffff;
}
table#p td {
  padding: 0.3em;
  line-height: 1.2em;
  font-size: 9pt;
}
table#p th, table#p td {
  border-top: 1px dotted #dcdcdc;
  border-right: 1px dotted #dcdcdc;
}
table#p caption {
  padding-bottom: 0.6em;
  text-align: left;
  font-weight: bold;
  color: #ff7400;
  background: transparent;
}

/* フッタ
---------------------------------------------------- */

#footer {
  clear: right;
  padding: 1em 0px 1em 0;
  width: 800px;
  height: 20px;
  font-size: 8pt;
  color: #a9a9a9;
}

#footer  a {
  color: #a9a9a9;
  text-decoration: none;
  background: transparent;
}
#footer  a:visited {
  color: #a9a9a9;
  text-decoration: none;
  background: transparent;
}
#footer  a:hover, a:active {
  color: #66cdaa;
  background: transparent;
}
