body {
	background-image: url(../img/all/BG.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	color: #333;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
}
h4 {
	margin: 0px;
}
h5 {
	margin: 0px;
}

#wrpper {
	background-color: #323232;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 900px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
}
#button {
	width: 800px;
	background-color: #FF9696;
}
#middle {
	width: 900px;
	background-color: #E6D7DC;
	margin-right: auto;
	margin-left: auto;
}
#left {
	float: left;
	width: 230px;
	text-align: center;
}
.left_box {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 230px;
}

#right {
	float: right;
	width: 650px;
}
.right_box1 {
	width: 600px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-color: #FFF;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
}

#fotter {
	clear: both;
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#copy {
	height: 30px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	background-color: #323232;
	text-align: center;
	padding-top: 12px;
	margin-top: 3px;
}
hr {
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #D88F8B;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 600px;
}


input.example1 {
	ime-mode: auto;
}
input.example2 {
	ime-mode: active;
}
input.example3 {
ime-mode: disabled;
}