@charset "Shift_JIS";
/* CSS Document */

/* SNSボタン部分 */
#inc_sns_btns {
	height:21px;
	text-align:right;
	}

#inc_sns_btns ul.right {
	float:right;
}

#inc_sns_btns li {
	float: left;
	height: 21px;
}

#inc_sns_btns .share {
	width:61px;
	height:18px;
	margin:1px 11px 0 0;
	background-image:url(img/icon_share.gif);
	background-repeat:no-repeat;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
	display:block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#inc_sns_btns li.mixi {
	padding:0 11px 0 0;
}

body {
	font-family:"メイリオ", Meiryo, sans-serif;
}