body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(image/back.gif);
	background-repeat: repeat-y;
	background-position: center;
}
img {
	border: none;
}
/*テキスト*/
.texts {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
	line-height: 130%;
}
.text {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 130%;
}
.textd {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 130%;
	font-weight: bold;
}
/*余白*/
.td-t20 {
	padding-top: 20px;
}
.td-b10 {
	padding-bottom: 10px;
}
.td-tb10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.td-10 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
/*デザインについて*/
#dezain {
	margin:0;
	padding:0;
	text-align:center;
}
#dezain .title {
	margin-top:30px;
	padding:10px;
	background-image: url(../image/title-back2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:left;
	font-size: 12px;
    color:#58B000;
    font-weight:bold;
    width:700px;
    height:20px;
}
#dezain .sbtitle {
	color:#666666;
    font-weight:normal;
}
#temp {
	margin:0;
	padding:0;
}
#temp .waku0 {
	margin-bottom:10px;
}
#temp .namae {
	margin-bottom:5px;
	background-color: #E0E0E0;
	padding:5px;
    color:#666666;
    font-weight:bold;
	text-align:center;
}
#temp .waku1 {
	border: 1px solid #CCCCCC;
	padding: 1px;
}
#temp .waku2 img {
	border: 1px solid #CCCCCC;
}