﻿* {
	font-family: 'verdana,chicago,Arial,Helvetica,"MS Pゴシック"';
}

h1 {
	padding: 4px;
	background: #ff7256;
	color: #ffffff;
}

h2 {
	padding-left: 10px;
	border-bottom: 1px dotted #ff3030;
	border-left: 10px solid #ff3030;
	color: #ff7256;
}

li {
	padding-bottom: 10px;
}

img {
	border: none;
	margin-left: 4px;
	margin-bottom: 4px;
	margin-right: 4px;
}

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;
}

div.info {
	margin: 0px 40px 15px;
}

.red {
	color: #ff0000;
}

.footer_com {
	color: #808080;
	font-size: 80%;
	margin: 1px;
}

#footer {
	border-top: 1px dotted #ff3030;
	text-align: right;
}

p {
	margin-left: 10px;
}


dt {
	margin-left: 10px;
	font-weight: 900;
}

dd {
	padding-bottom: 15px;
}
