/***** Global Styles ******/

body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	margin:0px;
	padding:0px;
	background: #f8f8f8 url(../images_share/pagebg_all.gif) repeat-y center top;
}
	
a {
	color: #3333FF;
}
	
a:hover {
	color: #FF6600;
}


h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form {
	margin: 0;
	padding: 0;
}

img {
	border:0;
}


/* clearfloats */
.clearfloat {
	width:1px;
	height:1px;
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

.clearafter:after {
	content:".";
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}