@charset "utf-8";
/* CSS Document */

#entry h2 {
	margin:20px 0;
	padding:0 0 30px 5px;
	font-size:24px;
	font-weight:bold;
	background-image:url(../img/entry/h02_back.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#entry h3 {
	margin:15px 0;
	padding-left:15px;
	height:32px;
	line-height:32px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	background-image:url(../img/entry/h03_back.png);
	background-repeat:repeat;
}

#socialButton {
	/*text-align:right;*/
	margin:30px 0;
}
	#socialButton ul {
		display:inline-block;
		/display:inline;
		/zoom:1;
	}
	#socialButton li {
		display:inline-block;
		/display:inline;
		/zoom:1;
		vertical-align:bottom;
		margin-left:10px;
		text-align:center;
		line-height:1.2;
	}
		#socialButton li span.txt {
			margin-top:3px;
			display:inline-block;
			/display:inline;
			/zoom:1;
			height:2.4em;
		}
