$(function() {
	$('#osirase').qtip({
		content:{
			url:'userfiles/top.html',
			title:'お知らせ（詳細はクリックしてください）'
		},
		position:{
			corner:{
				target:'topMiddle',
				tooltip:'bottomMiddle'
			}
		},
		style:{
			width:500,
			border:{
				width:3,
				radius:8
			},
			name:'blue',
			tip: 'bottomMiddle'
		}
	});
});