@charset "UTF-8";
/* -------------------------------------------------------- 
	Base Style Sheet of Matsuaz.
	Last Update 2007-04-18

	1.Share Style 
	2.Link Color
	3.Base-Layout
	4.Header
	5.Control panel
	6.Main Contents
		_Simple Entry
		_Print page
	7.rightbar Contents
		_Links Image Replacement
		_calendar
		_category
		_rightbar items
		_Entry/Comment/Trackback List in rightbar
	8.Comment/Trackback
	9.Footer
	10.other
	11.tags

----------------------------------------------------------- */

/*
 1.Share Style [
----------------------------------------------------------- */
body {
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: center;
	font-family:Verdana, "lr oSVbN", sans-serif;
	background: white;
	color: #6D6F71;
}
code {
	font-size: x-small;
}
pre {
	font-size: x-small;
}
li {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 5px;
}
img {
	border: 0;
}
hr {
	display: none;
	margin: 0;
	padding: 0;
}
form {
	margin: 0px;
}
blockquote {
	color: #555555;
	margin: 20px 10px 20px 10px;
	padding: 10px;
	border: 1px solid #A6C0D9;
}
.small {
  font-size: x-small;
}
.photo {
  margin: 10px;
  text-align: center;
}
br {
    letter-spacing: 0;
}
/* [ Reset
----------------------------- */
#header ul,
#rightbar ul,
#rightbar ul li {
	margin: 0;
	padding: 0;
}

/*
 2.Link Color [
----------------------------------------------------------- */
a:link,a:visited,a:active {
	color: #6D6F71;
	text-decoration:none;
}
a:hover {
	color: #F7931E;
	text-decoration:none;
}
.blogEntryLinks, .itemLinks, .commentLinks, .trackbackLinks {
  float: right;
  color: gray;
  font-size: x-small;
}
/*
 3.Base-Layout [
----------------------------------------------------------- */
.wrap {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 800px;
	padding-bottom: 6px;
	background:url(images/tel.gif) no-repeat right bottom;
}
#header h1 {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#content {
	background: url(images/dot.gif) repeat-y left;
	clear: both;
	width: 800px;
}
#content:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
#footer {
	display: inline;
	clear: both;
	width: 800px;
	height: 36px;
	color: white;
	font-size: 10px;
	letter-spacing: 1px;
}
/*
 4.Header [
----------------------------------------------------------- */
.blogDescription {
	float: left;
	padding-top: 8px;
	padding-bottom: 13px;
	font-size: 11px;
}
ul#snavi {
	margin: 0 0 0 140px;
	padding: 0;
	padding-top: 8px;
	font-size: 11px;
}
ul#snavi li {
	margin-left: 5px;
	padding: 0 0 0 5px;
	display: inline;
	border-left: 1px solid #F7931E;	
}
li.line {
	border-left: 1px solid #F7931E;
	text-indent: 5px;
}
#header .leftCol {
	float: left;
	width: 400px;
}
#header .rightCol {
	float: right;
	width: 370px;
}
#header .rightCol img {
	margin-top: 10px;
}
.hdInner{
	zoom:1;/*for IE 5.5-7*/
}
.hdInner:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
ul.logo,
ul.logo li {
	margin: 0;
	padding: 0;
}
ul.logo li {
	display: inline;
}
ul#gnavi {
	display: inline;
	clear: both;
	height: 31px;
	margin: 0;
	padding: 0;
}
ul#gnavi li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}
/*
 5.Control panel [
----------------------------------------------------------- */
.item {
	font-size: small;
	text-align: left;
	border: 1px solid #999B9E;
	margin-bottom: 5px;
}
.itemHeader,
.itemHeader a:link,
.itemHeader a:visited,
.itemHeader a:active {
  background: #999B9E;
  color: #FFFFFF;
  font-size: small;
  font-weight: bold;
  padding: 4px;
}
.itemBody {
  font-size: small;
  padding-bottom: 10px;
}

.itemMetadata,
.itemMetadata a:link,
.itemMetadata a:visited,
.itemMetadata a:active {
  color: gray;
  font-size: x-small;
}

.itemBodyEven {
  background: white;
}
.itemBodyOdd {
  background: #D9DEE0;
}
/*
 6.Main Contents [
----------------------------------------------------------- */
#top {
	height: 124px;
	width: 800px;
}
#main {
	float: left;
	width: 570px;
	text-align: left;
	margin-top: 15px;
}
#rightbar {
	float: right;
	width: 200px;
	margin-top: 11px;
}
#rightbar ul {
	padding: 0;
	margin: 0;
	margin-left: 10px;
}
li.b_blog {
	width: 170px;
	height: 65px;
	padding: 0;
	margin: 0;
	margin-top: 12px;
}
.contents_photo {
	padding: 6px 0 6px 0;
}

/*  [ Simple Entry
--------------------- */
.entry-navi {
	padding: 5px 20px;
	font-size: small;
}
.blogEntry {
	padding: 20px 40px 40px 40px;
	line-height: 1.7em;
	letter-spacing: 1px;
	font-size: 12px;
}
.blogEntryHeader {
	background: url(images/blogEntryHeader.gif) repeat-y 0 0;
	padding: 10px 0 10px 25px;
	border-bottom: 1px dotted #cccccc;
}
.blogEntryHeader, .blogEntryHeader a:link, .blogEntryHeader a:visited, .blogEntryHeader a:active {
	font-size: 18px;
	font-weight: bold;
}
.blogEntryBody {
	margin-top: 5px;
	font-size: small;
 	line-height: 130%;
	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: x-small;
}
.blogEntryMetadata {
  color: gray;
  font-size: x-small;
}
.blogEntryMetadata,
.blogEntryMetadata a:link,
.blogEntryMetadata a:visited,
.blogEntryMetadata a:active {
  color: gray;
  font-size: x-small;
}
.blogEntryBottom {
	margin-bottom: 20px;
	padding: 5px 0 15px 0;
	border-top: #494d3f 1px dashed;
	clear: both;	
}
.blogEntryLinks,
.itemLinks,
.commentLinks,
.trackbackLinks {
	color: #808080;
	text-align: right;
	font-size: x-small;
	float: right;	
}
.bodyContentEven {
	background: #ffffff;
}
.bodyContentOdd {
	background: #D9DEE0;
}

/*  [ 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: 20px;
}
div#content-print .blogDescription {
	position: static;
	padding: 3px 0 0 20px;
	margin: 0;
	font-size: 14px;
}
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;
}
div#content-print .blogName,
div#content-print .blogName a,
div#content-print .blogName a:link,
div#content-print .blogName a:visited,
div#content-print .blogName a:hover,
div#content-print .blogName a:active,
div#content-print .blogDescription,
div#content-print .blogEntry,
div#content-print .blogEntry a,
div#content-print .blogEntryBody,
div#content-print .blogEntryBody a,
div#content-print .blogEntryBody blockquote,
div#content-print #footer,
div#content-print #footer a {
	color: #333333;
}
/*
 7.rightbar Contents [
----------------------------------------------------------- */
/* [ Links Image Replacement
----------------------------- */
.matsuaz-links {
	margin-bottom: 5px;
	text-align: center;	
}
.matsuaz-links li {
	line-height: 1.4;
}
li.com-btn a {
	margin: 5px auto 0 auto;
	width: 151px;
	height: 26px;
	display: block;
	background: url(images/matsuaz-com.jpg) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

li.biz-btn a {
	margin: 5px auto 0 auto;
	width: 151px;
	height: 26px;
	display: block;
	background: url(images/matsuaz-biz.jpg) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

li.boss-btn a {
	margin: 5px auto 0 auto;
	width: 151px;
	height: 26px;
	display: block;
	background: url(images/boss.jpg) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
li.wiki-btn a {
	margin: 5px auto 0 auto;
	width: 151px;
	height: 26px;
	display: block;
	background: url(images/wiki.jpg) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
li.map-btn a {
	margin: 0 auto;
	width: 151px;
	height: 26px;
	display: block;
	background: url(images/matsuaz-map.jpg) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
/* [ calendar
----------------------------- */
.calendar {
  font-size: x-small;
  text-align: center;
}
.calendar table {
	width: 180px;
	table-layout: fixed;
}
.calendarDayHeader {
  font-size: x-small;
}
.calendarDay {
  font-size: x-small;
  text-align: right;
}
.calendarDayWithEntries,
.calendarDayWithEntries a:link,
.calendarDayWithEntries a:visited,
.calendarDayWithEntries a:active {
  font-size: x-small;
  font-weight: bold;
  text-align: right;
}
.calendarToday,
.calendarToday a:link,
.calendarToday a:visited,
.calendarToday a:active {
  background : #494d3f;
  color: #ffffff;
  font-size: x-small;
  font-weight: bold;
  text-align: right;
}
/* [ category 
----------------------------- */
.category {
  font-size: small;
}
.selectedCategory {
  color: #3f3f4d;
  font-size: small;
}
/* [ rightbar items
----------------------------- */
#rightbar .item { 
	margin-bottom: 20px;
	border: none;
	width: 200px;
  overflow: hidden;     /* fix for long non-text content breaking IE rightbar float */
	clear: both;			
}
#rightbar .itemBody { /* class for other item in rightbar */
	padding: 0;	
}
#rightbar .itemHeader {
	margin-bottom: 5px;
	padding: 5px 5px 8px 5px;
	background: none;
	border-bottom: #494d3f 1px dashed;
	color: #333333;
	font-size: small;	
	text-align: center;
}
#rightbar form {
	margin: 5px 0;
}
.item-rss {
	padding: 3px 0;
	border-top: #494d3f 1px dashed;
	border-bottom: #494d3f 1px dashed;
}
	
/* [ Entry/Comment/Trackback List in rightbar
----------------------------- */
#rightbar ul {
	margin: 5px 3px;
}
#rightbar ul li {
	font-size: small;
	list-style: none;
  word-wrap: break-word; /* fix for long text breaking rightbar float in IE */	
}
ul.menu li {
/* Decoration for Entry/Comment/Trackback List */
}
/*
 8.Comment/Trackback [
----------------------------------------------------------- */
.comment {
  font-size: small;
}

.commentBody {
  font-size: small;
}
.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: x-small;
}
.trackback {
  font-size: small;
}
.trackbackBody {
  font-size: small;
}
.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: x-small;
}
/*
 9.Footer [
----------------------------------------------------------- */
.footer1 {
	height: 18px;
	background: #6D6F71;
}
.footer2 {
	height: 18px;
	background: #F7931E;
	font-family: "Georgia", "Times New Roman", "Times", "serif";
}
#footer p {
	padding: 2px 0 0 16px;
	margin: 0;
}
#log {
	float: right;
	padding-top: 3px;
}
#log a:link,#log a:visited,#log a:active {
	color: #F7931E;
}
#log a:hover {
	color: white;
}
.e-office {
	float: left;
	width: 97px;
	height: 8px;
	padding-left: 16px;
	padding-top: 5px;	
}
.e-office img {
	opacity:0.6;
	filter: alpha(opacity=60);
}
.copy {
	width: 610px;
	float: left;
	text-align: center;
	padding-top: 3px;
}
/*
 10.other [
----------------------------------------------------------- */
.winheader {
  background : #858c7a;
  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: 11px;
  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;
}
.hrLine {
	height: 1px;
	border-top: #999 1px dashed;
	margin: 10px 0;
}