@charset "utf-8";
/* CSS Document */

/*Main body copy format*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color:#F8C048;
	margin-top:0;
	margin-left:0;
}

h1 {
color:#B61E23;
font-size: 28px;
}
h2 {
color: #B61E23;
font-weight: bold;
font-size:20px;
}

h3 {
font-weight: bold;
font-size:14px;
}

link{
text-decoration:underline;
color:#B61E23;
}

.container {
	background:#FFFFFF;
	width:283px;
	margin-bottom:15px;
}

.rtop, .rbottom{
	display:block;
	background:#ffffcc;
}
.rtop * {
	display: block;
	height: 1px;
	overflow: hidden;
	background:#21a0db;
}

.rbottom *{
	display: block;
	height: 1px;
	overflow: hidden;
	background:#21a0db;
}

.r1 {
	margin: 0 5px
}

.r2 {
	margin: 0 3px
}

.r3 {
	margin: 0 2px
}
.r4 {
	margin: 0 1px;
	height: 3px
}


.redText {
	color:#B61E23;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
}

.blueh1 {
	color:#21a0db;
	font-weight:bold;
	font-size:20px;
}
.allContent {
	width:1024px;
	text-align:left;
	margin:0;
}

.circle {
list-style-type:disc;
}
.main {
	width:962px;
	background-color:#F8C048;
}