@charset "UTF-8";

html {
	height: 100%;
}

body {
	height: 100%;
/*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",'MS P Gothic', sans-serif;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",'MS P Gothic', sans-serif;
	background: url(http://www.webbibo.com/assets/images/body_bg3.png) repeat left top;
	color: #38312F;
	font-size: 12px;
	line-height: 1.5;
	vertical-align: baseline;
	overflow-y:scroll;
}

*:first-child+html body {/*for IE7 */
	font-family:'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	
}
* html body {/*for IE6 */
	font-family:'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,label,input,textarea,p,blockquote,table,thead,tbody,tfoot,caption,th,td { 
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, address,ul, ol, li, dl, dt, dd, table, th, td, img, form, pre {
	font-size: 100%;
	line-height: 100%;
}
table {
	font-size: inherit;
}
ol,ul {
	list-style: none;
}

img,object,param {
	border: 0;
	vertical-align: bottom;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
q:before,q:after {
	content: '';
}
fieldset,abbr,acronym {
	border: 0;
}
a[name]:hover { /*Gecko系用*/
	text-decoration: none !important;
	outline: 0 !important;
} 

a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
}
