@charset "Shift_JIS";

/* --------- 1:common --------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

/* --------- 2:Layout --------- */

body {
	background: url(../images/plan/bg.jpg) #FFF repeat-x top;
}

/* center */
#container {
  background: url(../images/plan/cont_bg.gif);
  width: 720px;
  margin: 0 auto;
	padding: 0;
	text-align: left;
}

/* content */
#content {
  background: #FFF;
  width: 680px;
  margin: 0 auto;
	padding: 0;
	text-align: center;
}

.foot_bg {
	background: url(../images/plan/foot_bg.gif) repeat-x;
	height: 63px;
	width: 700px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

