html {overflow-x:hidden;}
body{
	color: #666;
	font-weight: bold;
	font-size: 90%;
	margin: 0px;
	padding: 0px;

	
}
table{
	text-align: left;
}


.a{margin:10px 0px;
}
.b{margin:10px;
}

.r{
	float:right;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
}

.l{
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.cen {
	text-align: center;
}

.bol {
	font-weight: bold;
	color: #3366FF;
	
}
.c {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.title {
	margin-bottom: 20px;
}
.moto {
	font-size: 100%;
}
.ｄ {
	margin-right: 10px;
	margin-left: 90px;
}
.lef {
	text-align: left;
}
.rig {
	text-align: right;
}
.foot {
	background-image: url(img/foot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}
.head {
	background-image: url(img/head.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scroll;
}

.fon {
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
}
.e {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.f {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.dot {
	padding: 5px;
	border: 3px dotted #66CC99;
}
.dot2 {
	border: 2px solid #FF99CC;
}
.nami {
	color: #FF0000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
.namiCopy {
	color: #FF0000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	font-size: 130%;
	font-weight: bold;
}
.katsudounaiyou {
	text-align: left;
	line-height: 150%;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.tyuu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}
.tyuu li {
	color: #339900;
    margin-bottom: 5px;
    padding-left: 1em; /*1em（1文字）分、右に動かす*/
    text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
    
}

