@charset "utf-8";

@import url("/common/common2.css");


#Header .HeaderInner {
	background-image: url("/common/i_top.jpg");
}

#Header .HeaderInner .description {
	color: #fff;
}

#Content .ArchiveTitle {
	clear: none;
}

#Content .BlogBox h2.ArchiveTitle {
	margin-left: 160px;
	margin-bottom: 0;
	padding-left: 10px;
}
#Content .BlogBox h2.ArchiveTitle a {
	color: #444;
}
#Content .BlogBox h2.ArchiveTitle a:hover {
	color: #36c;
	text-decoration: none;
}

#Content .BlogBox .IconImg {
	clear: left;
	float: left;
	margin: 0 0 0 58px;
	_margin-left: 29px; /* for WinIE6 */
}
#Content .BlogBox .IconImg a {
	text-decoration: none;
}
#Content .BlogBox .IconImg a img {
	border: 1px solid #666;
}
#Content .BlogBox .IconImg a:hover img {
	border-color: #c00;
}
#Content .BlogBox p.Exp {
	margin: 5px 20px 0 0;
	text-align: right;
	font-size: 68.75%;
	color: #777;
}
#Content .BlogBox p.ArticleList {
	margin: 0 20px 0 0;
	padding: 0 0 15px 0;
	text-align: right;
	font-size: 68.75%;
}
#Content .BlogBox ul.P-Index {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 200px;
}
#Content .BlogBox ul.P-Index li .PostDateL {
	color: #999;
}
#Content .BlogBox ul.P-Index li a {
	width: 470px;
	font-size: 95%;
	color: #258;
	/* font-family: serif; */
}
#Content .BlogBox ul.P-Index li a:visited {
	color: #555;
}
#Content .BlogBox ul.P-Index li a:hover {
}

/* Comment & Track-back List Page */
#Content .BlogBox .CommentTB ul.ResentList li a {
	font-weight: normal;
	color: #36c;
	text-decoration: underline;
}
#Content .BlogBox .CommentTB ul.ResentList li a:hover {
}
#Content .BlogBox .CommentTB h3 {
	font-size: 10px;
	color: #c90;
	font-weight: normal;
}


/* search */
#SideBar ul li#search p {
	margin: 3px 0 1px;
	padding: 0;
	text-align: center;
	font-size: 62.5%;
	color: #e60;
}
#SideBar ul li#search form#searchform {
	margin-top: 0;
}


/* PhotoList */
#SideBar ul ul#PhotoList {
	margin: 9px 0 5px 9px;
	padding: 0;
	/* background: #000; */
}
#SideBar ul ul#PhotoList li {
	float: left;
	margin: 6px 0 0 6px;
	padding: 0;
	width: 82px;
	height: 82px;
	text-align: center;
	border-bottom: 0 none;
	background: #000;
}
#SideBar ul ul#PhotoList li a {
}
#SideBar ul ul#PhotoList li a img {
	border: 1px solid #000;
}
#SideBar ul ul#PhotoList li a:hover img {
	border-color: #fff;
}
#SideBar ul p#PhotoSite {
	clear: left;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-size: 62.5%;
	font-weight: bold;
}

