
* {
  margin: 0;
  padding: 0;
}

BODY {
  font-size: 0.8em;
  font-family:"MS UI Gothic","MS PGothic";
  background-color: #CCC;
  text-align: center;
}

img {
  border: 0;
}

HR {
  clear: both;
  height: 1px;
  margin: 1em 0 ;
}


.copyright {
  text-align: center;
  margin-top: 1em;
  padding-top: 1em;
  clear: both;
}

/* share */
.container {
  margin: 0 auto;
  text-align: left;
  width: 800px;
  border-top: 5px solid #008600;
  border-left: 5px solid #008600;
  border-right: 5px solid #008600;
  padding: 1em;
  background-color: #FFF;
}

/** header **/

.header {
  line-height: 90px;
  height: 70px;
}

.header_logo {
  float: left;
  width: 300px;
}

.header_search {
  margin-top: 15px;
  display: block;
  line-height: 40px;
  vertical-align: middle;
  
}

.header .search_box {
  width: 25em;
}

/** contents **/
.content {
  clear: both;
  float: left;
  width: 569px;
}

/** listing **/
.listing_header {
  width: 569px;
  height: 40px;
  padding-top: 3px;
  line-height: 40px;
  text-indent: 60px;
  color: #FFF;
  background-repeat: no-repeat;
  font-size: 1.2em;
}

.listing {
  margin-top: 1em 0;
}


.listing_block A:hover {
  background-color: #FFEEFF;
  border: 1px solid #FF5500;
}
.listing_block A:hover .thumbnail {
  border: 0px solid #FF5500;
}
.listing_block A:hover .title,
.listing_block A:hover .visit
{
  color: #FF5500;
}

.listing_block A{
  display: block;
  line-height: 1.5em;
  padding: 0.5em;
  padding-bottom: 5px;
  clear: both;
  border: 1px solid #CCC;
  margin: 0.5em 0;
  margin-bottom: 5px;
  text-decoration: none;
  height: 128px;
}


}

.listing_block .thumbnail {
  display: block;
  float: left;
  margin-right: 0.5em;
  border: 0px solid #fff; 
}

.listing_block IMG {
	margin-top: 0px;
	float: left;
	margin-right: 5px;
  vertical-align: middle;
}

.listing_block .visit {
  display: block;
  text-decoration: underline;
  float: right;
  cursor: pointer;
}

.listing_block .title {
  display: block;
  color: #0000DE;
  font-size: 1.3em;
  margin-bottom: 0.3em;
  font-weight: bold;
  text-decoration: underline;
}


.listing_block .summary {
  display: block;
  color: #000;
  text-decoration: none;
}

.listing_block .url {
  display: block;
  color: #005600;
  text-decoration: none;
  text-align: right;
  bottom: em;
}

.list_spacer {
  /*clear: both;*/
}


/* listing navi */

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

.listing_navi IMG {
  vertical-align: middle;
}

.listing_navi .current {
  border: 1px solid #EEE;
  padding: 0.5em 1em;
  margin-right: 0.2em;
  text-align: center;
}

.listing_navi A {
  border: 1px solid #CCC;
  padding: 0.5em 1em;
  margin-right: 0.2em;
  text-align: center;
}

.listing_navi A:hover {
  border: 1px solid #34AC67;
  background-color: #23AC45;
  color: #FFF;
}

/* categories */
.menu {
  float: left;
  width: 180px;
  padding-left: 0.5em;
  margin-left: 20px;
  /*background-color: #FCF5F9;*/
  /*border: 1px dotted #ED6799;*/
}

.menu H3 {
  font-size: 0.9em;
  padding-left: 5px;
  color: #666;
  line-height: 25px;
  border-bottom: 2px solid #6699EE;
  clear: both;
}



.menu A {
}

.menu A:hover {
  text-decoration: underline;
  color: #22BA66;
}

.menu UL {
  list-style-type: none;
}

.menu LI {
  background-repeat: no-repeat;
  background-position: left middle;
  margin: 1em 0;
  margin-left: 18px;
  text-indent: 12px;
}


.blog_search {
  float: left;
  width: 42%;
  margin: 1%;
  padding: 1%;
}

.toplinks {
  margin-left: 2em;
  margin-bottom: 3em;
}

.toplinks A {
  margin-right: 1.5em;
}

.toplinks .linkblock {
  margin: 2em 0;
  margin-left: 2em;
}



/* listting_sub */
.listing_sub {
  margin-top: 1em;
  font-family: "MS P Gothic";
  background-color: #F0FDFF;
}

.listing_sub A {
  display: block;
  padding: 0.2em;
  margin-top: 0.5em;
}


.listing_sub .title {
  color: #0000DE;
}

.listing_sub .summary {
  color: #000;
  display: block;
  padding: 0.2em 0;
}

.listing_sub .url {
  color: #006700;
  display: block;
  padding: 0.2em 0;
}

.listing_sub A:link {
  text-decoration: none;
  border: 1px solid #F0FDFF;
}

.listing_sub A:hover {
  text-decoration: none;
  border: 1px solid #DEDEDE;
}

.summary b {
}

ul.extpage {
  border: 1px solid #008600;
  padding: 0.3em;
  padding-left: 0em;
  margin: 0 auto;
  margin-bottom: 1em;
}

ul.extpage li.pr {
	color: #008600;
	font-weight: bold;
	margin-left: 0.6em;
	margin-bottom: 0.6em;

}
ul.extpage a {
	text-decoration: none;
	color: #008600;
}

ul.extpage li {
	list-style-type:none;
	color: #000;
	display: inline;
	font-size: x-small;
	margin-left: 0.3em;
}

h2 {
	margin: 1em;
	margin-left: 0.4em;
}

.description {
	font-size: 150%;
}


h2.entry-title {
	margin-bottom: 0.6em;
}
.entry-summary img {
	float: left;
	margin-right: 0.5em;
}
.entry-summary .summary-text{
	margin-left: 1em;
	margin-top: 0.3em;
}

.entry-url  {
	margin-top: 0.8em;
	texet-align: right;
}

h2 a {
	margin-left: 4px;
	margin-right: 4px;
}
.navi{
	text-align: right;
}

.navi .next {
	padding-left: 1em;
}
.navi .prev {
	padding-right: 1em;
}
