/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,p,span,th,td{
    margin: 0;
    padding: 0;
}
a img {
	border-style:none;
}
address{
    font-style: normal;
}
h1,h2,h3{
    font-size: 100%;
    font-weight: normal
}
strong{
    font-style:normal;
	font-weight:normal;
}
a:link{
	text-decoration: none;
	color: #152C84;
}
a:visited{
	text-decoration: none;
	color: #3366CC;
}
a:hover{
text-decoration: underline;
}
/* style */
body{
	background: #ECECEC;
}
#wrapper {
	margin: 0 auto;
	width: 800px;
	background: #FFFFFF;
	text-align: left;
	padding-bottom: 20px;
}
#contents_b {
	padding-bottom: 20px;
}
#attention {
	font-size: 13px;
	color: #333333;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.2em;
}
h2 {
	font-weight: bold;
	color: #FFFFFF;
	background: #152C84 center;
	height: 1.7em;
	width: 760px;
	line-height: 1.7em;
	margin-bottom: 8px;
}
td {
vertical-align: top;
}
.bold {
	font-weight: bold;
}
.red {
	color: #C40018;
}
.text_small {
	font-size: 10px;
}
.text_medium {
	font-size: 12px;
}
.txt13 {
	font-size: 13px;
}

