@charset "utf-8";

/*====================
	*base.css*

1.default_reset
2.blog

====================*/

/*--------------------------------------
	1.base_reset
---------------------------------------*/

#blogArea strong{
	font-weight: bold;
}

#blogArea em{
	font-style: italic;
}

#blogArea p{
	margin: 10px 0;
}

#blogArea ul{
	margin: normal;
	margin: 5px 0 10px 30px;
}

#blogArea ul li{
	margin: normal;
	list-style:disc;
}

#blogArea dl{
	margin: 5px 0 10px 0;
}

#blogArea dl dd{
	margin: 0 0 0 30px;
}

/*--------------------------------------
	blog
---------------------------------------*/

#blogArea h1.hl01{
	width: 100%;
	background: url(/_common/img/icon/bird_logoS.jpg) no-repeat left center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #00A2EC;
	padding-bottom: 5px;
	margin-bottom: 20px;
	text-indent: 30px;
}

#blogArea h1.hl01 em{
	font-style: normal;
}


.font12{ font-size: 12px;}
.font14{ font-size: 14px;}
