@charset "Shift_JIS";

/* format
------------------------------------------------------------ */
* {
	margin:0;
	padding:0;
	boder:none;
}

body {
	background-color: #EFEFEF;
	background-image: url("../images/back01.gif");
	background-repeat: repeat-x;
	text-align:center;
}

body#body2 {
	background-color: #EFEFEF;
	background-image: url("../images/back02.gif");
	background-repeat: repeat-x;
	text-align:center;
}


/* img
------------------------------------------------------------ */
img {
	border-style:none;
}


/* link
------------------------------------------------------------ */
a{
	color:#4BB134;
	text-decoration:underline;
}


/* list
------------------------------------------------------------ */
ul { 
 list-style-type:none;
}
dl { 
	list-style-type:none;
}


/* align
------------------------------------------------------------ */
.a-left {
	text-align:left;
}
.a-center {
	text-align:center;
}
.a-right {
	text-align:right;
}


/* body
------------------------------------------------------------ */
div#body {
	width:984px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
