@charset "utf-8";
/* 雀の往来 */

#contents_header div.splash h2 {
	height:51px;
	margin:10px 10px 5px 30px;
	line-height:51px;
	color:#fff;
	background:transparent url(../etc/img/title_etc.gif) no-repeat top left;
}

#contents_header div.splash h2 a,
#contents_header div.splash h2 a:link,
#contents_header div.splash h2 a:visited {
	line-height:51px;
	color:#fff;
	padding-left:60px;
	font-weight:bold;
}

#contents_header div.splash h2 a:hover {
	color:#fffff0;
	background:transparent;
	text-decoration:underline;
}

#main div.entry
{
	font-size:110%;
	padding:0 25px 2em 15px;
}

/* プロフィール */
#main div.entry dl.profile dt
{
	float:left;
	clear:both;
	width:8em;
	padding-bottom:5px;
}

#main div.entry dl.profile dd{
	padding-bottom:5px;
}

#main div.entry dl.profile dd+dd{
	margin-left:8em;
}

/* プロフィール(愛用パソコンのスペック) */
#main div.entry dl.specifications dt
{
	float:left;
	clear:both;
	width:10em;
	padding-bottom:5px;
}

#main div.entry dl.specifications dd{
	padding-bottom:5px;
}

#main div.entry dl.specifications dd+dd{
	margin-left:10em;
}

#main div.entry dl.specifications span.supplementary{
	margin-left:5px;
	color:#c8c8c8;
}

