@charset "euc-jp";

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

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;
}

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

div.sidebar div.unitTitle,
div.sidebar h2{
margin:0;
font-size:1.2em;
font-weight:bold;
color:#c5a477;
border:none;
padding:0 4px;
background-color:#d7512f;
}

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

/*-------------------------
メインユニット
border:2px outset #996;
background-color:#996;
-------------------------*/
div.main div.unit{
margin:0.5em 1em 1em;
padding:5px 5px 0.5em;
}

div.main div.unitTitle,
div.main h2{
margin:0;
font-size:1em;
font-weight:bold;
color:#c5a477;
border:none;
padding:2px 4px;
background-color:#367caf;
}

/*-------------------------
アンカー
-------------------------*/
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;
padding-left:2em;
}

/*-------------------------
アドレス
border-top:1px solid #367caf;
-------------------------*/
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;
}

span.toTop{
font-size:smaller;
margin-left:1em;
}

div.pageNavi{
text-align:right;
font-size:smaller;
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;
}

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

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

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

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

table.blocData td p{
margin:0;
}

table.blocData th{
background-color:#d7512f;
text-align:center;
font-weight:bold;
white-space:nowrap;
color:#c5a477;
}

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

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;
}

/*-------------------------
データリスト
-------------------------*/
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 #cbaa7d;
background-color:#cbaa7d;
margin-top:0.5em;
padding:2px;
}

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

div.atAndTime{
}

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;
}

/*-------------------------
NOTICE
-------------------------*/
div.notice{
margin:5px 0;
border:1px #f00 solid;
padding:0.5em;
background-color:#fcc;
}

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

