@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.Sidebar Contents
		_Links Image Replacement
		_calendar
		_category
		_sidebar items
		_Entry/Comment/Trackback List in sidebar
	8.Comment/Trackback
	9.Footer
	10.other
	11.tags

----------------------------------------------------------- */

/*
 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: x-small;
}
pre {
	font-size: small;
	width: 350px;
	overflow: scroll;
}
li {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 5px;
}
form {
	margin: 0;
}
blockquote {
	color: #555555;
	margin: 20px 10px;
	padding: 10px;
	border: 1px solid #494d3f;
}
.small {
  font-size: x-small;
}
.photo {
  margin: 5px;
  text-align: center;
}
/* [ Reset
----------------------------- */
#header ul,
#sidebar ul,
#sidebar ul li {
	margin: 0;
	padding: 0;
}

/*
 2.Link Color [
----------------------------------------------------------- */
a:link, a:visited, a:active {
	color: #4c9872;
  text-decoration: none;
}
a:hover {
	color: #3f3f4d;
  text-decoration: underline;
}
/*
 3.Base-Layout [
----------------------------------------------------------- */
.bodyContent {
  /* out of template.jsp */
	/* only background-color */
	background: #ffffff;
}
#content {
	padding: 0;
}
#main {
  float: left;
  width: 560px;
}
.content-header {
	margin: 9px 0 10px 0;
	background: url(images/sub-header.jpg) no-repeat center top;
	height: 22px;
}
.content-header-in {
	padding-top: 3px;
	padding-left:50px;
	color: #ffffff;
}
.content-header-in a:link,
.content-header-in a:visited,
.content-header-in a:hover,
.content-header-in a:active {
	color: #ffffff;
}
#sidebar {
  float: right;
	width: 191px;
	padding-bottom: 20px;
}
.sidebar_top {
	background: url(images/sidebar_top.gif) no-repeat center top;
	width: 191px;
	height: 6px;
}
/* ¥ */
* html .sidebar_top {
	font-size: 5px;
}
/**/
.sidebar_body {
	background: url(images/sidebar_body.gif) repeat-y center top;
	width: 191px;
}
.sidebar_bottom {
	background: #dddddd url(images/sidebar_bottom.gif) no-repeat center top;
	width: 191px;
	height: 7px;
}
/* ¥ */
* html .sidebar_bottom {
	font-size: 5px;
}
/**/
/*
 4.Header [
----------------------------------------------------------- */
#header {
	background: url(images/header.gif) no-repeat center top;
	height: 85px;
	width: 761px;
	color: white;
}
#header a:link, #header a:visited, #header a:active {
  color : #ffffff;
}
.blogName {
	font-size: 21px;
	font-weight: bold;
	padding-left: 35px;
	padding-top: 20px;
}
.blogDescription {
	width: 505px;
	font-weight: none;
	padding-top: 3px;
	padding-left: 50px;
	padding-bottom: 15px;
}

/*
 5.Control panel [
----------------------------------------------------------- */
.item {
	font-size: small;
	text-align: left;
	border: 1px solid #95cb75;
	margin-bottom: 5px;
}
.itemHeader,
.itemHeader a:link,
.itemHeader a:visited,
.itemHeader a:active {
	background: #95cb75;
	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: #808080;
  font-size: x-small;
}
.itemBodyEven {
  background: #ffffff;
}
.itemBodyOdd {
  background: #f6fdf2;
}
/*
 6.Main Contents [
----------------------------------------------------------- */
/*  [ Simple Entry
--------------------- */
.entry-navi {
	padding: 25px 15px 5px 15px;
	font-size: small;
}
.blogEntry-top {
	background: url(images/con-top.gif) no-repeat center bottom;
	width: 560px;
	height: 18px;
}
.blogEntry {
	background: url(images/con-line.gif) repeat-y center top;
	width: 560px;	
	text-align: left;	
}
.blogEntry-footer {
	margin-bottom: 10px;
	background: url(images/con-bottom.gif) no-repeat center top;
	width: 560px;
	height: 9px;
}
/* ¥ */
* html .blogEntry-footer {
	font-size: 5px;
}
/**/
.blogEntryHeader {
	color: black;
	font-size: medium;
	font-weight: bold;
	margin-left: 25px;
	margin-right: 25px;
	padding: 5px 0 5px 8px;
	border-left: #95cb75 6px solid;
 	line-height: 1.3;
}
.blogEntryHeader a:link,
.blogEntryHeader a:visited,
.blogEntryHeader a:active {
	color: #333333;
	text-decoration: none;
}
.blogEntryBody {
	padding: 5px 40px 15px 40px;
	font-size: small;
 	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: x-small;
}
.blogEntryMetadata {
}
.blogEntryMetadata,
.blogEntryMetadata a:link,
.blogEntryMetadata a:visited,
.blogEntryMetadata a:active {
  color: #808080;
  font-size: x-small;
}
.blogEntryBottom {
	clear: both;
  padding: 5px 20px 15px 20px;	
}
.blogEntryLinks,
.itemLinks,
.commentLinks,
.trackbackLinks {
  color: #808080;
	text-align: right;
  font-size: x-small;
  float: right;	
}
.bodyContentEven {
  background: #ffffff;
}
.bodyContentOdd {
  background: #f6fdf2;
}

/*  [ 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-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;
}
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.Sidebar 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: 10px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #4c9872;
}
.calendar a:link, .calendar a:hover, .calendar a:visited{
	color: #4c9872;
}
.calendarDayHeader {
	font-size: 10px;
	color: #333333;
}
.calendarDay {
	font-size: 9px;
	color: #333333;
}
.calendarDayWithEntries {
	font-size: 9px;

}
.calendarDayWithEntries a:link, .calendarDayWithEntries a:visited, .calendarDayWithEntries a:active {
 }
.calendarToday {
	font-size: 9px;
	background : #93ca77;
	color: white;
}
.calendarToday a:link, .calendarToday a:visited, .calendarToday a:active {
	color: white;
}
/* [ category 
----------------------------- */
.category {
  font-size: small;
}
.selectedCategory {
  color: #3f3f4d;
  font-size: small;
}
/*
 Sidebar Contents [
----------------------------------------------------------- */
/* [ sidebar_reset
----------------------------- */
#sidebar ul {
  margin: 0px;
  padding: 0px;
}
#sidebar ul li {
	font-size: small;
	list-style: none;
}
/* [ sidebar_bace
----------------------------- */
.side_item {
	margin: 0 5px 5px 6px;
	border: #c2c5ca 1px solid;
	background: #ecfae3;
	width: 177px;
}
.side_itemHeader {
	margin-top: 4px;
	margin-left: 6px;
	padding: 2px 0 0 31px;
	background:url(images/itemHeader.gif) no-repeat center top;
	width: 136px;
	height: 16px;
	font-weight: bold;
	font-size: 12px;
	color: #95cb75;

}
.side_itemBody {
	padding: 4px;
}
.side_itemFooter {
}
#side_rss {
}
#side_rss ul {
}
#side_rss ul li {
	display: inline;
	margin-left: 3px;
}



/*
 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 [
----------------------------------------------------------- */
#footer {
	clear: both;
	width: 761px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 51px;
	color: #FFFFFF;
	font-size: 12px;
}
.f-left {
	float: left;
	padding-top: 30px;
	padding-left: 20px;
}
.f-right {
	float: right;
	padding-top: 30px;
	padding-right: 20px;
}
#footer a:link,
#footer a:visited,
#footer a:active {
	color : white;
}
.footer {
	background : #78C7A1;
}
/*
 10.other [
----------------------------------------------------------- */
.winheader {
	background : #78C7A1;
  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;
}


