
document.write(
(function () {
	var width = '485';
	var height = '385';
	if (window.innerWidth && width > window.innerWidth) {
		var scale = (window.innerWidth - 20) / width;		if (scale > 0) {
			width = width * scale;
			height = height * scale;
		}
	}
	if (width !== '100%') {
		width += 'px';
	} else if (window.innerWidth) {
		width = window.innerWidth + 'px';
	} else {
		width = '100%';
	}
	if (height !== '100%') {
		height += 'px';
	} else if (window.innerHeight) {
		height = window.innerHeight + 'px';
	} else {
		height = '100%';
	}
	return '<div style="'
		+ 'width:' + width
		+ '; height:' + height
		+ '; background-color: #000'
		+ '; overflow: hidden'
		+ '; text-align: center'
		+ '"><span style="'
		+ '; display:inline-block'
		+ '; height:' + height
		+ '; vertical-align: middle'
		+ '; margin-right: -0.25em'
		+ '"></span><div style="'
		+ '; display:inline-block'
		+ '; vertical-align: middle'
		+ '; max-width:' + width
		+ '; max-height:' + height
		+ '; width:90%'
		+ '; padding:8px 0'
		+ '; margin:auto'
		+ '; overflow: hidden'
		+ '; background-color: #fff'
		+ '">'
		+ '<div style=\"background-color: #fff;width: 90%;margin: auto;font-size: 16px;color: #000;overflow: hidden;text-align: center;display: table;\"><div style=\"display: table-cell;vertical-align: middle;\"><div style=\"text-align:center\"><a href=\"http:\/\/www.nicovideo.jp\/\"><img src=\"http:\/\/res.nimg.jp\/img\/thumb\/nico\/logo.png\" alt=\"\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\" border=\"0\" style=\"width:100%;max-width:245px;max-height:42px\" \/><\/a><\/div><br \/>\u3053\u306e\u52d5\u753b\u306f\u8868\u793a\u3067\u304d\u307e\u305b\u3093\u3002\u73fe\u5728\u30a2\u30af\u30bb\u30b9\u3067\u304d\u306a\u3044\u304b\u3001\u524a\u9664\u3055\u308c\u305f\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002<br \/>\n\u304a\u624b\u6570\u3067\u3059\u304c\u3001\u3053\u306e\u8a18\u8ff0\u7b87\u6240\u3092\u524a\u9664\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p><\/div><\/div>'
	+ '</div></div>'
})()
);


