a { color: #FF3333; text-decoration: none}
a:link { color: #FF3333; text-decoration: underline}
a:visited { color: #CC0000; text-decoration: underline}
A:active { color: #FFCC00; text-decoration: underline}
a:hover { color: #FF9999; text-decoration: none}
body {
	margin: 0px;
	padding: 10px;
	background: #FFFFFF url(img/back.gif) repeat-x;
	font-size: 12px;
	color: #333333;
	line-height: 150%;
}
.dotline {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.dotwaku {
	border: 2px dotted #CCCCCC;
}
.m {	font-size: 12px;
	line-height: 150%;
	color: #333333;
}
h1 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.bgwhite {
	background: #FFFFFF;
}
.footer {
	font-size: 11px;
	text-align: right;
	line-height: 150%;
	margin: 5px 0px;
	width: 800px;
	color: #666666;
}
p {
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}
.bottom50 {
	margin-bottom: 50px;
}
.bottom30 {
	margin-bottom: 30px;
}
.bottom20 {
	margin-bottom: 20px;
}
.bottom10 {
	margin-bottom: 10px;
}
.bottom5 {
	margin-bottom: 5px;
}
.top5 {
	margin-top: 5px;
}
.bordergray {
	border: 1px solid #cccccc;
}
.borderblue {
	border: 1px solid #345dd6;
}
.waku_white {
	border: 3px solid #FFFFFF;
}
.left30 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.left26 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 26px;
}
.left20 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.left10 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.left5 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.margin5 {
	margin: 5px;
}
ul {
	margin-top: 5px;
	padding-top: 0px;
	margin-left: 25px;
	padding-left: 0px;
}
.contents {
	margin-right: 24px;
	margin-left: 10px;
	margin-bottom: 20px;
}
h2 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h3 {
	padding: 0px 0px 2px 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 14px;
	color: #0099CC;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #99CCFF;
}
.table td {
	background: #FFFFFF;
}
.table th {
	font-weight: normal;
}
.table {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}
.s {
	font-size: 11px;
	line-height: 130%;
}
.l {
	font-size: 16px;
	line-height: 130%;
}
.red {
	color: #FF0000;
}
.blue {
	color: #0066CC;
}
.pink {
	color: #FF9999;
}
.line {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.linegray {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.midashi {
	background: #D2E9FF;
	padding: 8px;
}

/*追加 2014/8/1*/
.form{
	border:1px #FF8391 solid;
	text-align:center;
	padding:10px 0 10px 0;
	margin-bottom:10px;
	width:183px;
	background-color:#fff;
}