@charset "utf-8";

@import "base.css";
@import "layout.css";
@import "gmenu.css";

/* FLASH
------------------------------------------------------------ */
h2#top_img{
	clear:both;
  display:block;
	width:900px;
	height:0;
	padding-top:208px;
	overflow: hidden;
  background:url(../img/blog/top_img.jpg) left top no-repeat;
}


/* サイトマップ　記事エリア
------------------------------------------------------------ */


#rightColumn h2{
	width:640px;
	height:45px;
	padding:12px 20px 0;
	background:url(../img/blog/blog_title.jpg) no-repeat 0 0;
	font-weight:bold;
	color:#931E53;
}
#rightColumn h2.archiveTitle{
	width:640px;
	height:45px;
	padding:10px 20px 0 35px;
	background:url(../img/blog/blog_archive.jpg) no-repeat 0 0;
	font-weight:bold;
	color:#931E53;
}
#rightColumn a{
	color:#921E52;
}
#rightColumn a:hover{
	text-decoration:none;
}

#rightColumn .blogArea{
	margin:0 20px 30px;
	line-height:140%;
	
}
#rightColumn .blogFooter{
	background:url(../img/blog/blog_footer.jpg) no-repeat 0 bottom;
	height:45px;
	text-align:right;
	padding-right:20px;
}
#archiveBox{
	clear:both;
	padding-bottom:30px;
	text-align:left;
}
#archiveBox dl{
	padding:0 20px;
	margin-bottom:30px;
}
#archiveBox dt{
	clear:both;
	padding:0 0 5px 20px;
	background:#FFF url(../img/gallery/triangle.gif) no-repeat 0 0;
	font-weight:bold;
	border-bottom:#ccc 1px dotted;
}
#archiveBox dd{
	padding-left:13px;
	margin:10px 20px;
}
#archiveBox li{
	list-style-image:url(../img/gallery/triangle_02.gif);
	margin-bottom:10px;
}
#archiveBox dd a{
	color:#333;	
}
#archiveBox dd a:hover{
	color:#999;	
}




