@charset "UTF-8";

@import "/themes/yamakyo-k/css/default.css"; /* initial setting */
@import "/themes/yamakyo-k/css/layout.css";/* layout style */

a:link {
	color: #1d3994;
  text-decoration: none;
}
a:visited {
	color: #1d3994;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #1d3994;
  text-decoration: none;
}
.blogEntryHeader {
	background: url(images/blogEntryHeader.gif) no-repeat 0 0;
	padding-left: 20px;
	border-bottom: 0;
}
.blogEntryHeader h3 {
	line-height: 1.2;
}
.blogEntryBottom {
	border-top: #999 1px dotted;
}
.photo {
	border:1px solid #737373;
	padding: 2px;
}
.side_itemHeader {
	background: url(images/sideTitle.jpg) no-repeat left bottom;
	padding: 0 0 0px 25px;
	font-size: 108%;
	font-weight: bold;
}
.sideSection {
	margin: 0 0 2em 1px ;
}

/* [ calendar
----------------------------- */
.calendar {
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #333333;
}
.calendar table {
	table-layout: fixed;
	width: 170px;	
}
.calendar a:link, .calendar a:hover, .calendar a:visited{
}
.calendarDayHeader {
	color: #666666;
}
.calendarDay {
	color: #333333;
}
.calendarDayWithEntries {
	background: #3b74b7;
}
.calendarDayWithEntries a:link, .calendarDayWithEntries a:visited, .calendarDayWithEntries a:active {
	color: #fff;
	text-decoration: none;
 }
.calendarToday {
	background: #ffa406;
	color: #ffffff;
	padding: 0px;
}
.calendarToday a:link, .calendarToday a:visited, .calendarToday a:active {
	color: #ffffff;
}
.side_itemBody {
	padding: 10px 7px;
}
.side_itemBody p {
	padding-bottom: 10px;
}
ul.menu li {
	background: url(images/sidePoint.jpg) no-repeat 0 3px;
	padding-left: 18px;
}
.entry-navi {
	margin: 1em 0;
}