@charset "UTF-8";


body, table {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: 'Lucida Sans Unicode','MS UI Gothic';
}

h2, h3, h4 {
  padding: 5px;
  margin: 0;
  font-size: 14px;
}

a, a:link, a:visited, a:active {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #666666;
  text-decoration: underline;
}

#base {
  margin: 0;
  padding: 0;
  width: 900px;
}

#header {
  margin: 0;
  padding: 0;
  width: 900px;
  float: left;
}

#title{
  margin: 0;
  padding: 0;
  background-image: url("http://blog-imgs-30.fc2.com/n/o/t/notonly/bgline.gif");
  background-position: left top;
}

.category, .opened {
  float: left;
  width: auto;
  padding: 2px;
  margin: 2px 2px 0 2px;
  height: 20px;
  border-width: 1px 1px 0px 1px;
  border-color: #666666 #333333 #FFFFFF #666666;
  border-style: solid;
  white-space: nowrap;
}

.category {
  background-color: #cccccc;
}

.opened {
  background-color: #FFFFFF;
}

#site-title {
  margin: 0;
  padding-top: 10px;
  padding-left: 20px;
}

#site-title a{
  font-size: 26px;
  text-decoration: none;
}

#site_info {
  margin: 0;
  padding-bottom: 5px;
  padding-left: 25px;
}

#main {
  margin: 0;
  padding: 5px;
  width : 690px;
  float: left;
}

#menu {
  margin: 5px 0 0 0;
  padding: 0;
  width : 200px;
  float: right;
  color: #333333;
  font-size: 10px;
}

#menu h3 {
  font-weight: bold;
  background-image: url("http://blog-imgs-30.fc2.com/n/o/t/notonly/bgline.gif");
  background-position: left top;
  border-bottom: 3px double #CCCCCC;
}

#menu ul,
#menu dl,
#menu ol {
  margin: 5px 0;
  padding: 0 0 0 15px;
}

#menu li {
  color: #666666;
}

#footer {
  clear: both;
  width: 700px;
  color: #666666;
  text-align: center;
  padding: 5px 0;
  background-color: #CCCCCC;
}

#footer a{
  color: #666666;
  font-size: 9px;
}


.bottom_list {
  border-style: solid;
  border-width: 1px;
  border-color: #FFF #333 #333 #FFF;
  background-color: #CCC;
  margin: 5px;
  padding: 5px;
  text-align: right;
  line-height: 140%;
  color: #888888;
}

.bottom_list a{
  color: #666666;
}

.bottom_list a:hover {
  color: #666666;
  text-decoration: underline;
}

.entry_table {
  border-top: solid 1px #999999;
  border-left: dotted 1px #999999;
  margin: 0 0 15px 0;
  padding: 0 4px 4px 4px;
}

.entry_table h2 {
  margin: 5px;
  border-left: solid 5px #CCCCCC;
  border-bottom: dashed 1px #666666;
}

.entry_text {
  line-height: 1.5;
  color: #000000;
}

.entry_text a {
  background-color: #EEEEEE;
}

/* 引用文 */
.entry_text blockquote {
  border: 1px solid #CCCCCC;
  padding: 10px;
  margin: 10px 20px;
  overflow: auto;
  font-family: monospace;
  width: 600px;
  background-color: #EEEEEE;
  font-style: italic;
}

/* コード記述 */
.entry_text pre {
  border: 1px solid #EEEEEE;
  padding: 10px;
  margin: 10px 20px;
  overflow: auto;
  font-family: monospace;
  width: 600px;
}

.transparent {
  filter:alpha(opacity=30);
  -moz-opacity:0.3;
}

p.review_title{
  background-color: #CCCCCC;
  font-weight:bold;
}

p.review{
  text-align: right;
  background-color: lightcyan;
  border-color: #999999;
  border-style: dotted;
  border-width: 1px 1px 0 0;
}

p.review img{
  width: 80px;
}

img {
  border-width: 0;
}

.entry_text img {
  padding: 5px 20px;
}

div#box {
  width: 640px;
  margin: 5px;
  border: 5px double #CCCCCC;
  line-height: 140%;
}

div#box h2 {
  background-image: url("http://blog-imgs-30.fc2.com/n/o/t/notonly/bgline.gif");
  background-position: left top;
  border-bottom: 3px double #CCCCCC;
}

div.date {
  float: left;
  width: 100px;
  height: 18px;
}

div.box_title {
  float: left;
  width: 200px;
  overflow: hidden;
  height: 18px;
}

div.box_body {
  float: left;
  width: 330px;
  overflow: hidden;
  height: 18px;
}

div.line {
  height: 18px;
  clear: left;
  padding-top: 3px;
  border-bottom: 1px dotted #000000;
}

table td, th{
  padding: 1px 4px;
  margin: 0x;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

table {
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC #666666 #666666 #CCCCCC;
}
