@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;
	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;
}

.blogEntryBody h3 {
	font-weight: bold;
}
.photoBook {
	padding: 5px;
	border: #ddd 1px solid;
	margin-right: 15px;
}
ul.list01 li {
	background: url(images/list01.gif) no-repeat 0 3px;
	padding-left: 15px;
}


img.photo03 {
	padding: 4px;
	background: #fff;
	border: #ddd 1px solid;
}


.leftBox {
	float: left;
	margin: 0 1em 1em 0;
}
h3.kigu {
	background: url(images/kigu.gif) no-repeat center top;
	width: 540px;
	height:25px;
	margin-bottom: 10px;
	padding: 0 0 0 15px;
}
.section {
	margin-bottom: 1em;
}
.section{
    zoom:1;/*for IE 5.5-7*/
}
.section:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .section{
	display:inline-table;
	/*\*/display:block;/**/
}
