@charset "euc-jp";
@import url(/css1.0.0/form.css);

/*-------------------------
レイアウト
-------------------------*/
body{
background-color:#cc9;
margin:0;
font-size:12px;
font-family:"Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
font-weight:normal;
}

div.blocBody{
position:relative;
width:100%;
top:0;
left:0;
}

div.main{
margin-left:26%;
margin-right:0;
}

div.sidebar{
position:absolute;
width:25%;
top:0;
left:0;
}

/*-------------------------
サイドバーユニット
-------------------------*/
div.sidebar div.unit{
margin:0.5em 1em 1em;
padding:5px 5px 0.5em;
border:2px outset #996;
background-color:#996;
}

div.sidebar div.unitTitle,
div.sidebar h2{
margin:0;
font-size:1em;
font-weight:bold;
color:#ffc;
border:none;
padding:0;
text-shadow:2px 2px 2px #663;
}

h1{
margin:0.5em 1em 1em;
font-size:140%;
font-weight:bold;
color:#330;
}
h1 a{
color:#330;
}

/*-------------------------
メインユニット
-------------------------*/
div.main div.unit{
margin:0.5em 1em 1em;
padding:5px 5px 0.5em;
}

div.main div.unitTitle, div.popup div.unitTitle,
div.main h2, div.popup h2{
margin:0;
font-size:1em;
font-weight:bold;
color:#ffc;
border:none;
padding:2px;
border:2px outset #996;
background-color:#996;
text-shadow:2px 2px 2px #663;
}

div.main div.unitTitleSub, div.popup div.unitTitleSub,
div.main h3, div.popup h3{
margin:0.5em 0 0 0;
font-size:1em;
font-weight:bold;
border-left:1.2em solid #996;
padding:2px;
text-shadow:2px 2px 2px #663;
}

/*-------------------------
アンカー
-------------------------*/
a{
text-decoration:none;
font-weight:bold;
}

a:hover{
background-color:#ccf;
}

/*-------------------------
ヘッダ部
-------------------------*/
span.messageAlert{
color:#f00;
vertical-align:bottom;
}

span.messageAlert a{
color:#f00;
}

/*-------------------------
ブロック要素
-------------------------*/
p{
line-height:1.2em;
}
li{
line-height:1.2em;
}
ul, ol{
margin-top:0.5em;
margin-bottom:0.5em;
}

/*-------------------------
アドレス
border-top:1px solid #666633;
-------------------------*/
address{
clear:both;
margin-top:20px;
padding:4px;
text-align:right;
font-size:0.8em;
}

/*-------------------------
戻る
-------------------------*/
div.toTop, div.return{
text-align:right;
font-size:x-small;
margin:0;
}

/*-------------------------
インライン
-------------------------*/
em{
font-weight:bold;
font-style:normal;
color:#f00;
}

span.sub{
font-size:0.8em;
color:#333;
}

span.today{
font-weight:bold;
color:#f00;
font-style:nomal;
text-decoration:none;
}

/*-------------------------
画像
vertical-align:top;
-------------------------*/
img{
border:none;
}

img.icon{
vertical-align:middle;
}

div.image{
text-align:center;
margin:2em 0;
}

div.image img{
border:outset 2px #666;
}

/*-------------------------
テーブル
-------------------------*/
table, table td, table th{
font-size:12px;
}

table.blocData{
margin:1em 0;
border-width:1px 0 0 1px;
border-color:#663;
border-style:solid;
width:100%;
}

table.blocData tr{
border:none;
vertical-align:top;
}

table.blocData th, table.blocData td{
background-color:#cc9;
border-width:0 1px 1px 0;
border-color:#663;
border-style:solid;
padding:3px 5px;
vertical-align:top;
}

table.blocData td p{
margin:0;
}

table.blocData th{
background-color:#996;
text-align:center;
font-weight:bold;
white-space:nowrap;
text-shadow:2px 2px 2px #663;
}

table.blocData td.num{
text-align:right;
white-space:nowrap;
}

table.blocData td.cat{
font-size:x-small;
white-space:nowrap;
}

table.blocData td.date{
white-space:nowrap;
}

table.blocData td.title{
width:200px;
}

div.operate{
clear:both;
text-align:right;
font-size:x-small;
vertical-align:bottom;
}
div.operate img.icon{
vertical-align:bottom;
}
div.operate a{
font-weight:normal;
}

div.operate img{
margin-left:4px;;
}

table.blocData td ul,table.blocData td ol{
margin:0;
}

/*-------------------------
各種ページレイアウト
-------------------------*/
div.dialog{
width:400px;
margin:2em auto;
padding:1em;
border:2px outset #999966;
text-align:center;
}

div.dialog h2{
margin:0;
font-size:120%;
clear:both;
margin-left:0;
margin-right:0;
margin-bottom:0.5em;
padding:5px;
border:2px outset #996;
background-color:#996;
text-align:left;
}

div.popup{
margin:1em;
}

/*-------------------------
エディット
-------------------------*/
div.err{
border:1px #f99 solid;
background-color:#fcc;
padding:1em;
}

/*-------------------------
alert/notice/memo
-------------------------*/
div.memo{
border:1px solid #996;
padding:0.5em 1em;
background-color:#ffc;
margin:10px 30px;
}

div.alert{
border:1px solid #f66;
padding:0.5em;
background-color:#fcc;
margin:10px;
}

div.notice{
border:1px solid #f66;
padding:0.5em;
background-color:#ffc;
margin:10px;
}

strong.notice{
background-color:#ffc;
padding:2px;
}

/*-------------------------
doc
-------------------------*/
p.lastMod{
text-align:right;
font-size:smaller;
color:#333;
margin:0;
}

/*-------------------------
データリスト
-------------------------*/
table.blocData td.cat{
font-size:x-small;
white-space:nowrap;
}

table.blocData td.date{
white-space:nowrap;
}

table.blocData td.title{
font-weight:bold;
width:180px;
}

div.urlList{
clear:both;
border:inset 1px #dda;
background-color:#dda;
margin-top:0.5em;
padding:2px;
}

div.at, div.time{
display:inline;
}

div.atAndTime{
background-color:#aa7;
}

div.gCode{
text-align:right;
}

div.dataSub{
}

span.subCat{
}

/*-------------------------
Ad
-------------------------*/
div.ad{
text-align:center;
margin-top:1em;
}

/*-------------------------
データ内サムネイル画像（Amazon他）
-------------------------*/
img.thumb{
float:right;
margin:0 0 5px 12px;
}

/*-------------------------
ナビ
-------------------------*/
div.navi{
text-align:center;
margin:1em 30px;
background-color:#cc9;
border:solid #663 1px;
padding:3px;
}

/*-------------------------
データ詳細open/closeボタン
-------------------------*/
div.openCloseButton{
clear:both;
text-align:right;
font-size:x-small;
}

/*-------------------------
doc/ヘルプ
-------------------------*/
div.doc{
margin:2em 10%;
}

div.doc h1{
background-color:#996;
border:1px solid #663;
padding:2px;
color:#000;
margin:10px 0;
}

div.doc h2{
background-color:#bb8;
border:1px solid #996;
padding:2px;
}

div.doc h3, div.doc h4{
}

div.doc blockquote{
padding:0.5em;
border:1px dashed #663;
margin:1em 2em;
}