@charset "UTF-8";
/* Style Import
----------------------------------------- */
/*@import "http://www.a-def.com/yatsugatake/common/css/contents.css";*/
@import "http://www.a-def.com/yatsugatake/common/css/blog.css";

/*
 1.Share Style [
----------------------------------------------------------- */
/*body {
	position: relative;
	margin: 0 auto;
	border-left: #ffffff 10px solid;
	border-right: #ffffff 10px solid;
	background: url(images/body.gif);
	color : #333333;
	font-size: small;		
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	line-height: 1.2;
	text-align: left; 	
	width: 761px;
}*/
code {
	font-size: 90%;
}
pre {
	font-size: 90%;
	width: 90%;
	overflow: scroll;
}
form {
	margin: 2px;
}
blockquote {
	color: #555555;
	margin: 20px 10px;
	padding: 10px;
	border: 1px solid #494d3f;
}
.small {
  font-size: 90%;
}
.photo {
  margin: 5px;
  text-align: center;
}
#footer .logio a:link, #footer .logio a:visited, #footer .logio a:active {
	color: #d2d2d2;
}
#footer .logio a:hover {
	color: #777;
}
h1 {
margin-bottom:20px;
}/*
 2.Link Color [
----------------------------------------------------------- */
/*a:link, a:visited, a:active {
	color: #466d75;
  text-decoration: none;
}
a:hover {
	color: #3f3f4d;
  text-decoration: underline;
}*/
/*
 3.Base-Layout [
----------------------------------------------------------- */
#bodyContent {
	/* only background-color */
}
/*
 4.Header [
----------------------------------------------------------- */
.blogName {
	font-size: 150%;
	font-weight: bold;
	padding-left: 35px;
	padding-top: 20px;
}
.blogDescription {
	font-weight: none;
}
.cat_title {
border-left:5px solid #000000;
clear:both;
font-weight:bold;
margin-bottom:20px;
padding-left:10px;
}
/*
 5.Control panel [
----------------------------------------------------------- */
.item {
	text-align: left;
	border: 1px solid #c5c5c5;
	padding: 4px;
	margin-bottom: 5px;
}
.item td {
	padding:2px;
}
.itemHeader,
.itemHeader a:link,
.itemHeader a:visited,
.itemHeader a:active {
	color: #898989;
	font-weight: bold;
	padding: 4px;
}
.itemBody {
	padding-bottom: 10px;
}
.itemBodyEven {
	background: white;
}
.itemBodyOdd {
	background: #FDEDF4;
}

.itemMetadata,
.itemMetadata a:link,
.itemMetadata a:visited,
.itemMetadata a:active {
  color: #808080;
  font-size: 90%;
}

.itemBodyEven {
  background: #ffffff;
}
.itemBodyOdd {
  background: #e3e4e0;
}
/*
 6.Main Contents [
----------------------------------------------------------- */
/*  [ Simple Entry
--------------------- */
.blogEntry-top {
}
.blogEntry {
	text-align: left;	
}
.blogEntry-footer {
}
/* ¥ */
* html .blogEntry-footer {
	font-size: 5px;
}
/**/
.blogEntry-footer {
	margin-bottom: 15px;
}
.blogEntryHeader {
	color: #222;
	font-weight: normal;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	padding: 15px 0 5px 0px;
 	line-height: 1.3;
	border-bottom: 1px solid #222;
}
.blogEntryHeader a:link,
.blogEntryHeader a:visited,
.blogEntryHeader a:active {
	font-weight: bold;
	color: #222;
	text-decoration: none;
}
.blogEntryBody {
	padding: 5px 30px 15px 30px;
 	line-height: 1.5;
  word-wrap: break-word; /* fix for long text breaking main-Column float in IE */				
  overflow: hidden;     /* fix for long non-text content breaking IE main-Column float */
}
.blogEntryPosted {
	text-align: right;
}
.blogEntryPosted,
.blogEntryPosted a:link,
.blogEntryPosted a:visited,
.blogEntryPosted a:active {
  color: #808080;
  font-size: 90%;
}
.blogEntryMetadata {
}
.blogEntryMetadata,
.blogEntryMetadata a:link,
.blogEntryMetadata a:visited,
.blogEntryMetadata a:active {
  color: #808080;
  font-size: 90%;
}
.blogEntryBottom {
	clear: both;
  padding: 5px 20px 15px 20px;	
}
.blogEntryLinks,
.itemLinks,
.commentLinks,
.trackbackLinks {
  color: #808080;
	text-align: right;
  font-size: 90%;
  float: right;	
}
.bodyContentEven {
  background: #ffffff;
}
.bodyContentOdd {
  background: #e3e4e0;
}
.pageable {
  padding: 0 0 15px 0;
}

/*  [ Print page
--------------------- */
div#content-print {
	background: #ffffff;
	color: #333333;
	width: 100%;	
}
div#content-print {
	zoom: 1;
}
div#content-print:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
div#content-print #header {
	padding: 0 0 10px 0;
	margin: 0;
	background: #ffffff;
	border-bottom: #333333 2px solid;
	text-align: left;
	width: 95%;	
	height: 100%;
}	
div#content-print .blogName {
	position:static;
	padding: 5px 0 0 20px;
	margin: 0;
	font-size: 150%;
}
div#content-print .blogDescription {
	position: static;
	padding: 3px 0 0 20px;
	margin: 0;
}
div#content-print .blogEntry-top,
div#content-print .blogEntry-footer {
	visibility: hidden;
}
div#content-print .blogEntry {
	margin: 0;
	padding: 0;
	background: #ffffff;
	border: none;
	width: 90%;
}
div#content-print .blogEntryHeader {
	margin: 0;
	padding: 10px 20px;
	background: none;
	border: none;
	width: 90%;
	height: auto;
}
div#content-print .blogEntryBody {
	margin: 0;
	padding: 0 20px;
	background: none;
	border: none;
	width: 90%;
} 
div#content-print .blogEntryBottom {
	visibility: hidden;
	margin: 0;
	padding: 0 10px;
	background: none;
	border: none;
}
div#content-print #footer {
	margin: 0;
	padding: 0 0 0 10px;
	background: none;
	border: none;
}
/*
 7.Sidebar Contents [
----------------------------------------------------------- */
/* [ calendar
----------------------------- */
.calendar {
	font-size: 90%;
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #333333;
}
.calendar td {
	padding: 2px;
}
.calendar a:link, .calendar a:hover, .calendar a:visited{
}
.calendarDayHeader {
	font-size: 90%;
	color: #222;
}
.calendarDay {
	font-size: 90%;
	color: #777;
}
.calendarDayWithEntries {
	font-size: 90%;
}
.calendarDayWithEntries a:link, .calendarDayWithEntries a:visited, .calendarDayWithEntries a:active {
 }
.calendarToday {
	background: #ccc;
	font-size: 90%;
	color: #333333;
	padding: 0px;
}
.calendarToday a:link, .calendarToday a:visited, .calendarToday a:active {
	color: #ffffff;
}
/*
 Sidebar Contents [
----------------------------------------------------------- */
/* [ sidebar_reset
----------------------------- */
#wrapper { /* override */
	background-image: none;
	background-color:#FFFFFF;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
}
ul.category-list li a.sel {
  font-weight: bold;
}

/* [ sidebar_base
----------------------------- */
.side_item {
	margin: 5px 5px 25px 6px;
	color: #777;
}
.side_item a:link, .side_item a:visited, .side_item a:active {
	color:#222;
	text-decoration: none;
}
.side_item a:hover {
	color:#555;
  text-decoration: underline;
}
.side_itemHeader {
	border-bottom:1px solid #999999;
	padding-bottom:10px;
	color:#222;
	font-weight: bold;
}
.side_itemBody {
	padding: 4px;
	padding-top: 8px;
}
.side_itemFooter {
}
#side_rss {
    text-align: center;
}
#side_rss ul {
}
#side_rss ul li {
	display: inline;
	margin-left: 2px;
	background-image: none;
}
#secondary .inner .comtrack li {
	background: none;
}
/*
 8.Comment/Trackback [
----------------------------------------------------------- */
.comment {
  font-size: 90%;
}
.commentBody {
  font-size: 90%;
}
.commentHeader,
.commentHeader a:link,
.commentHeader a:visited,
.commentHeader a:active {
  font-weight: bold;
}
.commentMetadata,
.commentMetadata a:link,
.commentMetadata a:visited,
.commentMetadata a:active {
  color: #808080;
  font-size: 90%;
}
.trackback {
  font-size: 90%;
}
.trackbackBody {
  font-size: 90%;
}
.trackbackHeader,
.trackbackHeader a:link,
.trackbackHeader a:visited,
.trackbackHeader a:active {
  font-weight: bold;
}
.trackbackMetadata,
.trackbackMetadata a:link,
.trackbackMetadata a:visited,
.trackbackMetadata a:active {
  color: #808080;
  font-size: 90%;
}
/*
 9.Footer [
----------------------------------------------------------- */
.f-left {
	float: left;
	padding-top: 30px;
	padding-left: 20px;
}
.f-right {
	float: right;
	padding-top: 30px;
	padding-right: 20px;
}
/*
 10.other [
----------------------------------------------------------- */
.winheader {
	background: #898989;
  color: #ffffff;
  font-weight: bold;
}
.winheader a:link,
.winheader a:visited,
.winheader a:active {
  color : #ffffff;
}
.help,
.help a:link,
.help a:visited,
.help a:active {
  color: #808080;
  font-size: 90%;
  text-align: right;
}
.validationError {
  background-color: #B20D1C;
  color: #ffffff;
}
/*
 11.tags [
----------------------------------------------------------- */
.tagCloud {
  line-height: 36px;
}
.tagCloud1 {
  font-size: 10px;
}
.tagCloud2 {
  font-size: 12px;
}
.tagCloud3 {
  font-size: 14px;
}
.tagCloud4 {
  font-size: 16px;
}
.tagCloud5 {
  font-size: 18px;
}
.tagCloud6 {
  font-size: 20px;
}
.tagCloud7 {
  font-size: 22px;
}
.tagCloud8 {
  font-size: 24px;
}
.tagCloud9 {
  font-size: 26px;
}
.tagCloud10 {
  font-size: 28px;
}

