@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 [
----------------------------------------------------------- */
* {/* for fix IE bug */
	zoom: 1;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background : #f7f6c6;
	color : #333333;
	font-size: small;		
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}
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,
ul#g-navi,
ul#g-navi li,
.bottom-link ul,
.bottom-link ul li,
.left_col_itemBody p,
.left_col_itemBody ul,
.left_col_itemBody ul li,
.right_col_itemBody table,
.right_col_itemBody table tr,
.right_col_itemBody td,
.right_col_itemBody ul,
.right_col_itemBody ul li,
.right_col_itemBody dl,
.right_col_itemBody dl dt,
.right_col_itemBody dl dd,
#photo_space ul,
#photo_space ul li {
	margin: 0;
	padding: 0;
}

.blogEntryBody p,
.infoBody p,
.bottom-link p {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
	font-size: small;
	font-weight: normal;
}

/*
 2.Link Color [
----------------------------------------------------------- */
a:link,
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #09640a;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}
/*
 3.Base-Layout [
----------------------------------------------------------- */
#container {
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/body-shadow.jpg) repeat-y center top;
	width: 780px;
	text-align: left;
}
	
.bodyContent {
  /* out of template.jsp */
	/* only background-color */
}
#content {
	width: 742px;
	clear: both;
	padding: 7px 17px 10px 17px;
	background: #d2ded2;
}
#left_col {
	line-height: 1.2;
	width: 422px;
	float: left;
}
#right_col {
	line-height: 1.2;
	width: 310px;
	float: right;
}
#photo_space {
	clear: both;
	background: url(images/photo_bg.jpg) no-repeat center top;
	padding: 21px 21px 21px 21px;
	width: 700px;
	height: 230px;
}
#photo_space ul li {
	float: left;
	padding-right: 14px;
}
#photo_space ul li.end {
	padding-right: 0px;
}
/*
 4.Header [
----------------------------------------------------------- */
#header {
	position: relative;
	background: url(images/header2.jpg) no-repeat center top;
	width: 780px;
	height: 299px;
}
#header a:link, #header a:visited, #header a:active {
}
#header h1 {
	float: left;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 7px;
	padding-left: 13px;
}
#header ul {
	float: right;
	padding-top: 7px;
	padding-right: 14px;
}
#header ul li {
	display: inline;
	padding-left:10px;
	font-size: 10px;
	color: #ffffff;
}
#header ul li a:link,
#header ul li a:visited,
#header ul li a:active {
	color: #FFFFFF;
}
#header ul li a:hover {
	text-decoration: underline;
}

.blogName {
	clear: both;
}
.blogName a {
	position: absolute;
	top: 41px;
	left: 225px;
	width: 326px;
	height: 67px;
	background: url(images/header_logo.jpg) no-repeat center top;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
/*  [ gloval navi
--------------------- */
ul#g-navi {
	margin-top: 5px;
	margin-left: 17px;
	clear: both;
}
ul#g-navi li {
	display: inline;
	list-style-type: none;
}
ul#g-navi li a {
	height: 34px;	
	line-height: 1.2;
	display: block;
	float: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
ul#g-navi li.home-btn a {
	background: url(images/main-btn.jpg) no-repeat;
	background-position: 0 0;
	width: 87px;
}
ul#g-navi li.concept-btn a {
	background: url(images/main-btn.jpg) no-repeat;
	background-position: -87px 0;
	width: 106px;
}
ul#g-navi li.sport-btn a {
	background: url(images/main-btn.jpg) no-repeat;
	background-position: -193px 0;
	width: 138px;
}
ul#g-navi li.care-btn a {
	background: url(images/main-btn.jpg) no-repeat;
	background-position: -331px 0;
	width: 106px;
}
ul#g-navi li.voice-btn a {
	background: url(images/main-btn.jpg) no-repeat;
	background-position: -437px 0;
	width: 122px;
}
ul#g-navi li.info-btn a {
	background: url(images/main-btn.jpg) no-repeat;
	background-position: -559px 0;
	width: 102px;
}
ul#g-navi li.blog-btn a {
	background: url(images/main-btn.jpg) no-repeat;
	background-position: -661px 0;
	width: 86px;
}
/*  [
--------------------- */
ul#g-navi li.home-btn a:hover {
	background: url(images/main-btn.jpg) no-repeat;
	background-position: 0 -34px;
	width: 87px;
}
ul#g-navi li.concept-btn a:hover {
	background: url(images/main-btn.jpg) no-repeat;
	background-position: -87px -34px;
	width: 106px;
}
ul#g-navi li.sport-btn a:hover {
	background: url(images/main-btn.jpg) no-repeat;
	background-position: -193px -34px;
	width: 138px;
}
ul#g-navi li.care-btn a:hover {
	background: url(images/main-btn.jpg) no-repeat;
	background-position: -331px -34px;
	width: 106px;
}
ul#g-navi li.voice-btn a:hover {
	background: url(images/main-btn.jpg) no-repeat;
	background-position: -437px -34px;
	width: 122px;
}
ul#g-navi li.info-btn a:hover {
	background: url(images/main-btn.jpg) no-repeat;
	background-position: -559px -34px;
	width: 102px;
}
ul#g-navi li.blog-btn a:hover {
	background: url(images/main-btn.jpg) no-repeat;
	background-position: -661px -34px;
	width: 82px;
}
/*
 5.Control panel [
----------------------------------------------------------- */
.item {
	margin-bottom: 5px;
	background: #e9f3d1;
	border: 1px solid #494d3f;
	font-size: small;
	text-align: left;
}
.itemHeader,
.itemHeader a:link,
.itemHeader a:visited,
.itemHeader a:active {
  padding: 5px;
  background: #5f8d5f;
  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 {

}
.itemBodyOdd {
  background: #d6e4b5;
}
/*
 6.Main Contents [
----------------------------------------------------------- */
/*  [ left_col
--------------------- */
.concept_header a {
	display: block;
	background: url(images/concept_header.jpg) no-repeat center top;
	width: 422px;
	height: 35px;
	overflow: hidden;
	text-indent: -9999px;
}
.news_header a {
	display: block;
	background: url(images/news_header.jpg) no-repeat center top;
	width: 422px;
	height: 35px;
	overflow: hidden;
	text-indent: -9999px;
}
.blog_header a {
	display: block;
	background : url(images/blog_header.jpg) no-repeat center top;
	width: 422px;
	height: 35px;
	overflow: hidden;
	text-indent: -9999px;
}
.left_col_itemBody {
	border-right: #cfda9e 2px solid;
	border-left: #dde6bb 2px solid;
	background: #d1e29c url(images/left_item_body.jpg) no-repeat center top;
	width: 418px;
}
.left_col_itemFooter {
	margin-bottom: 10px;
	background: url(images/left_item_footer.jpg) no-repeat center top;
	width: 422px;
	height: 7px;
	font-size: 5px;
}
.left_col_itemBody p,
.left_col_itemBody ul {
	padding: 13px 21px;
	font-size: 14px;
	line-height: 1.6;
}
.left_col_itemBody ul li a {
	display: block;
	line-height: 1.5em;
	font-size: 1em;
	height: 1.5em;
	width: 360px;
	overflow: hidden;
}
.left_col_itemBody ul.blog_list {
	padding-top: 0;
}
.left_col_itemBody p.blog_point {
	background: url(images/icon_feed.gif) no-repeat 21px 5px;
	padding-left: 46px;
	padding-top: 0;
}
.left_col_itemBody p.blog_point_first {
	background: url(images/icon_feed.gif) no-repeat 21px 23px;
	padding-left: 46px;
	padding-top: 18px;
	padding-bottom: 15px;
}
/*  [ right_col
--------------------- */
.info_header a {
	display: block;
	background: url(images/info_header.jpg) no-repeat center top;
	width: 310px;
	height: 35px;
	overflow: hidden;
	text-indent: -9999px;
}
.right_col_itemBody {
	padding: 13px 8px 13px 19px;
	border-right: #90b490 2px solid;
	border-left: #b8ceb9 2px solid;
	background: #387939 url(images/info_body.jpg) no-repeat center top;
	width: 279px;
	color: #ffffff;
	font-size: 14px;
}
.right_col_itemFooter {
	margin-bottom: 8px;
	background: url(images/info_footer.jpg) no-repeat center top;
	width: 310px;
	height: 8px;
	font-size: 5px;
}
#top_info dl {
	color: #ffffff;
	font-size: 14px;
}
#top_info dt {
	background: url(images/point.gif) no-repeat 0 0;
	padding-left: 20px;
	clear: both;
	letter-spacing: 0.7em;
}
#top_info dd {
	border-bottom: #dddddd 1px dashed;
	padding: 5px 0 10px 0;
	margin-bottom: 10px;
	line-height: 1.5;
}
#top_info dd img {
	border: none;
}
#top_info dd:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
#top_info dd ul,
#top_info dd ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#top_info dd ul li.point {
	background: url(images/sankaku_point.gif) no-repeat 1px 2px;
	padding-left: 20px;
}
#top_info dd ul li.weekday {
	padding-left: 35px;
}

/*  [ Simple Entry
--------------------- */
.blogEntryBody a:link,
.blogEntryBody a:visited {
	color: #09640a;
	text-decoration: none;
}
.blogEntryBody a:hover {
	color: #333333;
	text-decoration: underline;
}
.blogEntryBody a:active {
	color: #09640a;
	text-decoration: none;
}
.blogEntryBody:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
.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 {
	background: url(images/blogEntryFooter.jpg) no-repeat center top;
	width: 532px;
	font-size: 5px;
	height: 10px;
}
.blogEntryLinks {
	clear: both;
}
.blogEntryLinks,
.itemLinks,
.commentLinks,
.trackbackLinks {
  color: #808080;
	text-align: right;
  font-size: x-small;
  float: right;	
}
.bodyContentEven {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: #5f8d5f 1px dashed;
}
.bodyContentOdd {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: #5f8d5f 1px dashed;
}

/*  [ 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.Sidebar Contents [
----------------------------------------------------------- */
/* [ 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 
----------------------------- */

/* [ 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 .itemBody { /* class for other item in sidebar */
	padding: 0;	
}
#sidebar .itemHeader {
	margin-bottom: 5px;
	padding: 5px 5px 8px 5px;
	background: none;
	border-bottom: #494d3f 1px dashed;
	color: #333333;
	font-size: small;	
	text-align: center;
}
#sidebar form {
	margin: 5px 0;
}
.item-rss {
	padding: 3px 0;
	border-top: #494d3f 1px dashed;
	border-bottom: #494d3f 1px dashed;
}
	
/* [ Entry/Comment/Trackback List in sidebar
----------------------------- */

#sidebar ul {
}
#sidebar ul li a {
	display: block;
	padding-top: 8px;
	padding-left: 14px;	
	background: url(images/sidebar-btn.jpg) no-repeat;
	background-position: 0 0;
	width: 174px;
	height: 24px;
	font-size: 16px;
	color: #ffffff;
}
#sidebar ul li a:hover {
	background-position: 0 -32px;
}
#sidebar ul li a:link,
#sidebar ul li a:visited,
#sidebar ul li a:hover,
#sidebar ul li a:active {
	color: #FFFFFF;
	text-decoration: none;
}	
#sidebar ul li {
	margin-bottom: 5px;
}


.capsule-banner a {
	margin-bottom: 5px;
	background: url(images/capsule-banner.jpg) no-repeat center top;
	display: block;
	overflow: hidden;
	width: 190px;
	height: 52px;
	text-indent: -9999px;
}
.massage-banner a {
	margin-bottom: 5px;
	background: url(images/massage-banner.jpg) no-repeat center top;
	display: block;
	overflow: hidden;
	width: 190px;
	height: 52px;
	text-indent: -9999px;
} 

.info-title a {
	background:url(images/info-header.jpg) no-repeat center top;
	width: 190px;
	height: 35px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.infoBody {
	background: url(images/info-bg.jpg) no-repeat center top;
	width: 190px;
	height: 230px;
}
.infoBody p {
	padding: 10px 0 10px 14px;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.6;
}
/*
 8.Comment/Trackback [
----------------------------------------------------------- */

.comment_title {
	margin: 10px 0;
	padding-left: 20px;
	background: url(images/comment_point.gif) no-repeat 0 5px;
	font-size: 16px;
	font-weight: bold;
}




.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 {
	margin-top: 15px;
  clear: both;
	background: url(images/footer-nologo.jpg) no-repeat center top;
	width: 742px;
	height: 76px;
}
.bottom-link {
	width: 420px;
	text-align: left;
	line-height: 1.2;	
	float: left;
}
.bottom-link ul {
	margin-top: 16px;
	text-align: center;
}
.bottom-link ul li {
	display: inline;
	padding-left: 10px;
	font-size: 11px;
	color: #ffffff;
}
.bottom-link p {
	margin-top: 15px;
	margin-left: 15px;
}
.bottom-link p a:link,
.bottom-link p a:visited {
	color: #d0d5d1 !important;
}
.bottom-link p a:hover {
  color : #858c7a !important;
}
.bottom-link p a:active {
	color: #d0d5d1 !important;
}
.bottom-link p img {
	border: none;
	margin-top: 2px;
	margin-right: 30px;
}

.copy {
	width: 300px;
	line-height: 1.2;
	float: right;
}
.copy a img {
	margin-top: 14px;
	margin-left: 10px;
	border: none;
}
.footer {
  background: #5f8d5f;
}
.e-office_logo img {
	border: none;
	margin-top: 5px;
	margin-left: 15px;
}
/*
 10.other [
----------------------------------------------------------- */
.winheader {
  background : #5f8d5f;
  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;
}
tr.blogEntryBody {
	width:100%;
	background: none;
}
/*
 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;
}
.address {
	width: 178px;
	float: left;
}
#map_btn {
	width: 96px;
	margin-top: 7px;
	float: right;
}