@charset "UTF-8";
/* -------------------------------------------------------- 
	Base Style Sheet of Matsuaz-biz.
	Last Update 2007-04-18

	1.Share Style
		_Style-reset
	2.Link Color
	3.Base-Layout
	4.Header
	5.Main Contents
		_Entry-navigation	
		_Simple Entry
	6.Control panel		
	7.Sidebar Contents
		_category-menu
		_sidebar items		
		_calendar
		_Links Image Replacement
	8.Comment/Trackback
	9.Footer
	10.other
	11.Welcome Page
		_infomation
		_content-Area
	12.print_page
	13.tags

----------------------------------------------------------- */

/*
 1.Share Style [
----------------------------------------------------------- */
html {
	overflow: scroll;
}
body {
	margin: 0 auto;
	padding: 0;
	background: #bbbbbb;
	color : #333333;
	font-size: small;		
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	line-height: 1.2;
	text-align: left;
	height: 100%;
}
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,
.blogEntryBody dl,
.blogEntryBody dt,
.blogEntryBody dd {
	margin: 0;
	padding: 0;
}
#information ul,
#information ul li {
	margin: 0;
	padding: 0;
	line-height: 1.0;
}

/*
 2.Link Color [
----------------------------------------------------------- */
a:link, a:visited, a:active {
  color: #fd5706;
  text-decoration: none;
}
a:hover {
	color: #3f3f4d;
  text-decoration: underline;
}
/*
 3.Base-Layout [
----------------------------------------------------------- */
.bodyContent {
  /* out of template.jsp */
	/* only background-color */
}
.body-shadow {
	margin: 0 auto;
	padding: 0 5px;
	background: url(images/body-shadow.gif) repeat-y center top;
	width: 750px;
	text-align: center;
}
#content {
	padding: 0px 20px 0 0;
	text-align: left;
}
#main {
  float: right;
  width: 530px;
	padding-top: 10px;
}
#sidebar {
  float: left;
  width: 180px;
	text-align: left;
}
/*
 4.Header [
----------------------------------------------------------- */
#explanation {
	border-bottom: #dddddd 1px solid;
	background: #ffffff;
	height: 20px;	
}
#explanation h1 {
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	line-height: 1.3;
}
#header {
	background: url(images/header.jpg) no-repeat center top;
	width: 750px;
	height: 182px;
	text-align: left;
}
.blogName {
	padding-top: 15px;
	padding-left: 15px;
  font-size: x-large;
	font-weight: bold;
        visibility: hidden;
}

/*
 5.Main Contents [
----------------------------------------------------------- */

/*  [ Entry-navigation
--------------------- */
.blogEntrytitle {
	background: url(images/category_title.jpg) no-repeat center top;
	width: 520px;
	height: 26px;
	font-size: medium;
	font-weight: bold;
	padding: 9px 0 0 10px;
	margin-top: 5px;
	margin-bottom: 30px;
}
.entry-navi {
	padding: 5px 20px;
	font-size: small;
}
/*  [ Simple Entry
--------------------- */
.blogEntry {
	margin-bottom: 30px;
	background: #ffffff;	
	text-align: left;	
}
.blogEntryHeader {
	margin-bottom: 5px;
	padding: 5px 10px;
	background: url(images/entry-bar.gif) no-repeat center bottom;
	color: #333333;
	font-size: medium;
	font-weight: bold;
}
.blogEntryHeader a:link,
.blogEntryHeader a:visited,
.blogEntryHeader a:active {
	color: #333333;
	text-decoration: none;
}
.blogEntryBody {
	padding: 5px 20px 15px 20px;
	font-size: small;
 	line-height: 1.5;
	width: 470px;
  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 {
	margin-bottom: 20px;
  padding: 5px 20px 15px 20px;
	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: #fdf7fa;
}

/*
 6.Control panel [
----------------------------------------------------------- */
.item {
	margin-bottom: 5px;	
	border: 1px solid #778a6a;
	font-size: small;
	text-align: left;
}
.itemHeader,
.itemHeader a:link,
.itemHeader a:visited,
.itemHeader a:active {
  padding: 5px;
  background: #778a6a;
  color: #FFFFFF;
  font-size: small;
  font-weight: bold;
}
.itemBody {
  padding-bottom: 10px;
  font-size: small;
}
.itemMetadata,
.itemMetadata a:link,
.itemMetadata a:visited,
.itemMetadata a:active {
  color: #808080;
  font-size: x-small;
}
.itemBodyEven {
  background: #ffffff;
}
.itemBodyOdd {
  background: #f1f0f0;
}

/*
 7.Sidebar Contents [
----------------------------------------------------------- */

/* [ category-menu 
----------------------------- */

.category-menu {
	background: url(images/menu-top.jpg) no-repeat center top;
	padding-top: 8px;
}
ul#menu-list {
	margin-bottom: 20px;
}
ul#menu-list li {
	position: relative;
	margin: 0;
	padding: 0;
	background: url(images/btn.gif);
	line-height: 1.0;
	vertical-align:bottom;
	width: 180px;
	height: 45px;
}
ul#menu-list li span {
	position: absolute;
	top: 9px;
	left: 20px;
	font-size: 15px;
}
ul#menu-list li a:link,
ul#menu-list li a:visited,
ul#menu-list li a:active {
	color: #7cab0d;
}
ul#menu-list li a:hover {
	color: #c172c9;
	text-decoration: underline;
}

/* [ sidebar items
----------------------------- */
#sidebar .item { 
	margin-bottom: 20px;
	border: none;
	width: 180px;
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
	clear: both;			
}
#sidebar .itemHeader {
	margin-bottom: 5px;
	padding: 5px 5px 3px 5px;
	background: none;
	border-bottom: #494d3f 1px dashed;
	color: #333333;
	font-size: small;	
	text-align: center;
}
#sidebar .itemBody { /* class for other item in sidebar */
	padding: 5px;
        line-height: 1.4;
}
#sidebar .itemBody img {
	border: none;
}
#sidebar form {
	margin: 10px 0 !important;
}
.item-rss {
	padding: 3px 0;
	border-top: #494d3f 1px dashed;
	border-bottom: #494d3f 1px dashed;
}
#sidebar ul li {
	font-size: small;
	list-style: none;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */	
}

/* [ 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;
}


/* [ 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;
}

/*
 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 {
  padding: 5px 15px;
	background: #ffffff;	
  color: #858c7a;
  font-size: x-small;
  height: 15px;
  clear: both;	
}
#footer a:link,
#footer a:visited,
#footer a:active {
  color : #858c7a;
}
.copy {
	float: left;
}
.login {
	float: right;
}
.footer {
  background: #778a6a;
}
/*
 10.other [
----------------------------------------------------------- */
.bodyContent table {
	background: #ffffff;
}
.winheader {
  background : #778a6a;
  color: #ffffff;
  font-weight: bold;
}
.winheader a:link,
.winheader a:visited,
.winheader a:active {
  color : #ffffff;
}
/* class for map_window background */
tr.blogEntryBody {
	background: #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.Welcome Page [
----------------------------------------------------------- */

/* [ infomation
----------------------------- */
.infoHeader {
	padding: 7px 0 0 20px;
	background: url(images/infoHeader.gif) no-repeat center top;
	width: 490px;
	height: 22px;
	font-size: 110%;
	font-weight: bold;
}
#information {
	background: url(images/infoBody.gif) repeat-y center top;
	width: 510px
}
#infomation:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
#information ul ,
#information ul li {
	margin:0;
	padding:0;
	line-height:1.0;
}
#information ul {
	padding:20px 33px 10px 35px
}


#information ul li{
	margin-bottom:5px;
	padding-top:4px;
	padding-left:30px;
	padding-bottom:7px;
	border-bottom:#ececec 1px dashed;
}
.infoBottom {
	background:url(images/infoBottom.gif) no-repeat 0 0;
	width:510px;
	height:17px;
	font-size:0;
	margin-bottom:40px;
	margin-left:1px;
}
.infoBottom hr{
	display:none;
}
/* [ content-Area
----------------------------- */
.welcomeBody p {
	text-align: left;
	line-height: 1.6;
	letter-spacing: 2px;
}

/*
 12.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;
	visibility: visible;
	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;
}

/*
 13.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;
}