/*----------------------------------------------------
style css for shikishima


----------------------------------------------------*/

/* element -----------------------------------------*/

body {
  background-color : #FFFFFF;
}
  

/* top ---------------------------------------------*/

ul.top-entries {
  margin : 0;
  padding : 0;
  list-style-type : none;
}

ul.top-entries li {
  padding : 10px 0 10px 15px;
  background : url("/info/wp-content/themes/nudeware/images/top_list_marker.gif") 0 10px no-repeat;
  border-bottom : 1px dotted #999999;
}

ul.top-entries a:link { color : #333333; }
ul.top-entries a:visited { color : #333333; }
ul.top-entries a:hover { color : #FF6600; }
ul.top-entries a:active { color : #FF6600; }


/* common ------------------------------------------*/

#main {
  width : 845px;
  padding-top : 90px;
  background-color : #FFFFFF;
  overflow : hidden;
}

#main:after {
  content : "";
  display : block;
  clear : both;
  height : 1px;
  overflow : hidden;
}

/*\*/
* html #main {
    height : 1em;
    overflow : visible;
}
/**/

#main h1 {
  width : 235px;
  float : left;
}

.contents {
  width : 590px;
  margin-left : 20px;
  float : right;
}

.contents .header {
  padding : 10px;
  border-top : 5px solid #000000;
  border-bottom : 1px dotted #999999;
}

.entry {
  margin-bottom : 40px;
}

.entry .header h2 {
  font-weight : bold;
  float : left;
  clear : both;
}

.entry .header h2 a:link { color : #333333; }
.entry .header h2 a:visited { color : #333333; }
.entry .header h2 a:hover { color : #FF6600; }
.entry .header h2 a:active { color : #FF6600; }

.entry .header .date {
  font-weight : bold;
  text-align : right;
}

.entry .entry-body {
  clear : both;
  padding : 10px;
}

.navigation {
  margin-top : 30px;
  line-height : 1em;
  overflow : hidden;
}

.navigation .left {
  float : left;
  width : 50%;
  text-align : left;
}

.navigation .right {
  float : right;
  width : 50%;
  text-align : right;
}

.navigation:after {
  content : "";
  display : block;
  clear : both;
  height : 1px;
  overflow : hidden;
}

/*\*/
* html .navigation {
  height : 1em;
  overflow : visible;
}
/**/

.navigation a:link { color : #555555; }
.navigation a:visited { color : #555555; }
.navigation a:hover { color : #FF6600; }
.navigation a:active { color : #FF6600; }

.side {
  width : 235px;
  float : left;
}

.side h3 {
  margin-top : 30px;
}

.side ul {
  margin : 0;
  padding-left : 45px;
  list-style-image : url("/info/wp-content/themes/nudeware/images/side_icon.gif");
}

.side ul li {
  margin : 5px 0;
}

.side ul a:link { color : #333333; }
.side ul a:visited { color : #333333; }
.side ul a:hover { color : #FF6600; }
.side ul a:active { color : #FF6600; }

.side select {
  margin : 10px auto 0 25px;
}
