/* 
   (c) 2008-2011 thesaitama@altar.jp All Rights Reserved.
   default.css Style Sheet Version. 0.3.252
*/

* { margin: 0px; padding: 0px; text-autospace: ideograph-alpha; }

html 
{
  overflow-y: scroll;
  border: 0;
  margin: 0;
  padding: 0;
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body
{
  font-size: 8pt;
  line-height: 16pt;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  _font: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
  background-image: url("../images/bg.png");
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed;
  background-color: #cacaca; color:#333;
  text-align: center;
}

#header1 
{
  background-image: url("../images/title_header_01.png");
  height: 66px;
  width: 760px;
  vertical-align: top;
  background-repeat: repeat-x; 
}
#header2 
{
  background-image: url("../images/title_header_02.png");
  height: 34px;
  width: 760px;
  vertical-align: top;
  padding-right: 40px;
  background-repeat: repeat-x; 
}

#page 
{
  font-size: 8pt;
  line-height: 16pt;
  margin: 0 auto;
  text-align: left;
  width: 760px;
  background: #fff; 
}

#main 
{
  width: 570px;
  border-right: 1px solid #ccc; 
}
#right
{
  font-size: 8pt;
  line-height: 13pt;
  float: right;
  width: 165px;
  padding-right: 10px;
  margin-top: 0px; 
}

#sform { text-align: center; }

a { text-decoration: none; } 
a:link { color: #06c; }
a:visited { color: #06c; }
a:hover { color: #794; }

/* コード表示 */
pre 
{
  margin: 0;
  padding: 0;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.codex 
{
  font-family: "Monaco","Courier",monospace;
  border: solid 1px #dfdfdF; 
  padding: 10px; 
  background: #f4f9fb; 
  line-height: 14pt;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 8pt;
}
code,
span.small 
{
  font-size: 9pt; 
}

.note 
{
  font-size: 7pt;
  line-height: 10pt; 
}

.textview  
{
  padding: 0px 20px 10px 40px;
  text-align: justify; 
}

.buttonright 
{
  padding: 0px 40px 0px 0px;
  text-align: right; 
}

.tc { text-align: center; }
.ss { padding: 10px 0px 20px 0px; text-align: center; }
.sp { padding: 10px 0px 10px 50px; text-align: left; }
.pp {border: 1px solid #555; text-align: center; }
.iimg { padding: 20px 0px 10px 0px; }
.pimg { padding: 10px 20px 10px 20px; overflow: hidden;}

.iepngfix { behavior: expression(IEPNGFIX.fix(this)); }

strong { font-weight: normal;}

label span
{
  display: block;
  float: left;
  padding-right: 6px;
  width: 70px;
  text-align: right;
  font-weight: bold;
}

div.box
{
  border: solid 1px #c6cfe1;
  background: #dfe4ee;
  padding: 10px;
  color: #333333;
  margin-bottom: 20px;
}

img { border-width: 0; }

ul { list-style-type: circle; }
li { margin-left: 30px; }

br { letter-spacing: 0; }

/* 下付上付き */
sub {font-size: 75%; line-height: 100%;}
sup {font-size: 75%; line-height: 100%;}

table { border-collapse: collapse; }

/* 論文用*/
table.thesis 
{ 
  border-collapse: collapse;
  border: 1px #fff solid;
}
table.thesis thead td
{ 
  border-width: 1px 1px;
  border-color: #333;
  border-bottom: double;
  background-color: #f5f5f5;
  padding: 3px;
  vertical-align: top;
  font-size: 8pt;
  line-height: 10pt; 
}
table.thesis td
{ 
  border-style: solid dotted;
  border-width: 1px 1px;
  border-color: #666;
  padding: 2px;
  vertical-align: top;
  font-size: 8pt;
  line-height: 10pt; 
}

td
{
  color: #333;
  border-width: 0px;
  font-size: 8pt;
  line-height: 15pt;
  vertical-align: middle; 
}

td.record 
{ 
  /*font-family: "Monaco","Courier",monospace;*/
  text-align: left; 
  vertical-align: top; 
  font-size: 8pt;
}

hr
{

  height: 1px;
  border: none;
  border-top: 1px #ccc solid;

}

/* 見出し関係 */
h1
{ 
  text-color: #333;
  padding: 10px 20px 20px 30px;
  font-weight: normal;
  _font-weight: bold;
  font-size: 15pt;
  margin-bottom: 0; 

}

h2
{
  text-color: #222;
  padding: 10px 15px 5px 10px;
  font-weight: normal;
  font-size: 11.5pt;
}

h3
{
  text-color: #222;
  padding: 3px 3px 2px 20px;
  font-weight: normal;
  font-size: 10pt; 
}

h4
{
  text-color: #222;
  padding: 0px 5px 0px 20px;
  font-weight: normal;
  font-size: 8pt; 
}

/* フォーム関係 */
input, textarea { font-size: 8pt; }

.input-text
{
  font-size: 8pt;
  padding: 1px; margin: 3px;
  color: #333333;
}

input#search_submit { padding-top: 1px; }
input#passwd_text { ime-mode: disabled; }


/* 印刷用 */
@media print {
  body, #main, #content
  { 
    color: #000 !important; 
  }
  a, a: link, a: visited 
  {
    color: #000 !important;
    text-decoration: none !important;
  }
}