@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/common/themes/top/css/yui-font.css";
@import "/common/themes/top/css/default.css"; /* initial setting */
@import "/common/themes/top/css/layout.css";/* layout style */
@import "/common/themes/top/css/blogstyle.css";/* blog control style */

/*
===== 1: link setting ===========================
*/
a:link{
	color: #266662;
	text-decoration: none;
}
a:visited{
	color: #266662;
	text-decoration: none;
}
a:hover{
	color: #ff7700;
	text-decoration:underline;	
}
a:active{
	color: #ff7700;
	text-decoration: none;	
}

/*
===== 2: mainArea ===========================
*/
#main .categoryimg {
	width: 575px;
	height: 194px;
	margin-bottom: 15px;
}
#main .categoryimg img {
	border: 0;
}

/*
 6.Main Contents [
----------------------------------------------------------- */
/*  [ Simple Entry
--------------------- */
.blogEntry {
	margin-bottom: 1.2em;
	background-color: #ffffff;	
	text-align: left;
	height: 1%;
}
.blogEntry:after{
	content: "";
	clear:both;
	display:block;
}

.blogEntryHeader {
	overflow: hidden;
	color: #266662;
	font-weight: bold;
}
.blogEntryHeader a:link, .blogEntryHeader a:visited, .blogEntryHeader a:active {
	color: #266662;
	text-decoration: none;
}
.blogEntryHeader a:hover {
	color: #ff7700;
	text-decoration: none;
}



.blogEntryHeader h2 {
}


.blogEntryBody {
	padding: 10px 15px 0 15px;
 	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;	/* height ??? */
}
.blogEntryLinks,
.itemLinks,
.commentLinks,
.trackbackLinks {
  color: #808080;
	text-align: right;
  font-size: x-small;
  float: right;
  padding-right: 10px;	
}
.bodyContentEven {
	background-color: #ffffff;
}
.bodyContentOdd {
	background-color: #ECEDEA;
}

table.schedule {
	margin: 3px 0 15px 0;
	width: 540px;
	border-top: #266562 1px solid;
	border-right: #266562 1px solid;	
}
table.schedule td,
table.schedule th {
	padding: 5px;
	border-bottom: #266562 1px solid;
	border-left: #266562 1px solid;	
}
table.schedule th {
	background: #b4cac9;
}
table.schedule th.date {
	width: 40px;
}
.blogEntryBody h3 {
	clear: both;
	font-size: 116%;
	font-weight: bold;
	background: url(images/h3point.gif) no-repeat 0 4px;
	padding-left: 20px;
}
ul.menuList {
	clear:both;
}
ul.menuList li {
	float: left;
	background: url(/common/themes/top/images/share/bottom_border.gif) no-repeat 0 4px;
	padding-left: 7px;
	margin-right: 7px;
}
ul.menuList li.firstChild {
	background: none;
}
ul.menuList_2nd {
	clear:both;
	margin-bottom: 1em;
}
ul.menuList_2nd li {
	float: left;
	background: url(/common/themes/top/images/share/bottom_border.gif) no-repeat 0 4px;
	padding-left: 7px;
	margin-right: 7px;
}
ul.menuList_2nd li.firstChild {
	background: none;
}
.photo02 {
	margin-top: 15px;
	padding: 6px;
	border: #8c8c8c 1px solid;
}
p.address {
	clear: both;
	margin: 7px 0 15px 0;
}
.blogEntryBody h4 {
	font-size: 108%;
	font-weight: bold;
}
ul.thumb {
	clear: both;
	width: 555px;
}
ul.thumb li {
	float: left;
	padding: 0 5px 0 0;
	font-size: 93%;
}
ul.list001 {
	margin-top: 10px;
}
ul.list001 li {
	background: ;
	padding-left: 15px;
}
.tel {
	font-size: 123.1%;
	font-weight: bold;
	color: #266562;
}
dl.sitemap dt {
	clear: both;
	font-size: 116%;
	font-weight: bold;
	background: url(images/h3point.gif) no-repeat 0 4px;
	padding-left: 20px;
}
dl.sitemap dd {
	padding-left: 20px;
}
dl.sitemap dd.lastChild {
	margin-bottom: 10px;
}

ul.links li {
	background: url(images/linksPoint.gif) no-repeat 0 3px;
	padding-left: 18px;
	padding-bottom: 2px;
}
.rightBox {
	float: right;
	margin: 0 0 1em 1em;
}
