@charset "UTF-8";


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background-image: url(/img_index/bk.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
}

#pagebody {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

#contents {
	width: 770px;
	float: left;
}
#container {
	width: 770px;
	float: left;
}
/*#pagebody #container h2 {
	float: left;
	width: 770px;
	margin: 0px;
	padding: 0px;
}*/

#sub_navi ul {
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
}


/* 回り込みの解除 */
.float-clear{
clear : both;
}