﻿body  {
	color: white;
	font-family:"MS 明朝",serif;
	font-size: 20;
	text-align: left;
	font-weight: bolder;
	background-image: url(meigen.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size:cover;
}

h2 {
	color: red;
	font-size: 2em;
	text-align: center;
}

#cap-i {
	font-style: oblique;
}



a.nofb-like {
	display: inline-block;
	padding-left: 20px;
	padding-right: 2px;
	border: solid 1px #CAD4E7;
	border-radius: 4px;
	height: 20px;
	line-height: 20px;
	background: url(btn_facebook_s.gif) no-repeat 2px center #ECEEF5;
	text-decoration: none;
	color: #3B59B8;
}
a.nofb-like:hover {
	background: url(btn_facebook_s.gif) no-repeat 2px center #ECEEF5;
	border: solid 1px #9DACCE;
}