@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/themes/ichikawa-clinic/css/yui-font.css";
@import "/themes/ichikawa-clinic/css/default.css"; /* initial setting */
@import "/themes/ichikawa-clinic/css/layout.css";/* layout style */
@import "/themes/ichikawa-clinic/css/page.css";/* blog control style */

/*
===== 1: link setting ===========================
*/
a:link{
	color: #0099FF;
	text-decoration: none;
}
a:visited{
	color: #0099FF;
	text-decoration: none;
}
a:hover{
	color: #E64A27;
	text-decoration:underline;
}
a:active{
	color: #E64A27;
	text-decoration: none;	
}

/*
===== 2: mainArea ===========================
*/

/*
 6.Main Contents [
----------------------------------------------------------- */
/*  [ Simple Entry
--------------------- */
.blogEntry {
	margin-top:15px;
	margin-bottom: 1.2em;
	background-color: #ffffff;	
	text-align: left;
	height: 1%;
}
.blogEntry:after{
	content: "";
	clear:both;
	display:block;
}

.blogEntryHeader {
	background: url(images/entry_head.gif) no-repeat;
	height: 46px;
	padding-left: 26px;
	overflow: hidden;
}
.posted {
	font-size: 85%;
	padding-top: 2px;
}
.blogEntryHeader a:link, .blogEntryHeader a:visited, .blogEntryHeader a:active {
	color: #004D9F;
	text-decoration: none;
}
.blogEntryHeader a:hover {
	text-decoration: none;
}

.blogEntryHeader h2 {
	font-size: 100%;
	padding: 0;
}

.blogEntryBody {
	padding: 10px 15px 0 15px;
	font-size: 95%;
 	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;
}