* {
	margin: 0;
	padding: 0;
	font-family: 'verdana,chicago,Arial,Helvetica,"MS Pゴシック"';
	font-size: 13px;
	color: #000000;
}

body {
	background-color: #3399ff;
	background-attachment: fixed;
	background-image: url('./dot.gif');
	text-align: center;
}

ul {
	padding-left: 60px;
	padding-bottom: 10px;
}

ol {
	padding-left: 60px;
	padding-bottom: 10px;
}

li {
	padding-top: 3px;
	padding-bottom: 3px;
}

#my_body {
	/* border: 1px solid #; */
	text-align: left;
	position: relative;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background: #fffff0;
}

#header {
	width: 100%;
}

h2 {
	background-image: url('./bl1.gif');
	background-repeat: no-repeat;
	background-position: 0px 7px;
	text-align: left;
	padding-left: 20px;
	font-size: 18px;
	background-color: #fffff0;
	border-bottom: 1px dotted #4876ff;
/*	border-left: 7px solid #4876ff; */
	color: #4876ff;
	font-weight: 900;
	margin: 3px;
}

img {
	border: none;
	margin-left: 4px;
	margin-right: 4px;
}

#footer {
	clear: both;
	background: #e0eeee;
	border-top: 1px dotted #6ca6cd;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}

a:link {
	text-decoration: none;
	color: #ff7f24;
	font-weight: 900;
}

a:visited {
	text-decoration: none;
	color: #ff7f24;
	font-weight: 900;
}

a:hover {
	text-decoration: underline overline;
	background: #fff68f;
	color: #ff7f24;
	font-weight: 900;
}

.footer_com {
	padding-right: 5px;
	text-align: right;
	font-size: 80%;
}

.red {
	color: #ff0000;
}

h1.info {
	margin: 0px 3px 15px;
	padding-top: 15px;
	text-align: center;
	color: #4876ff;
	font-size: 28px;
	font-weight: 900;
	background: #fffff0;
	border-bottom: 1px dotted #4876ff;
}

div.info {
	margin: 0px 40px 15px;
}

p.info {
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
