BODY {
	margin: 0px;
	padding: 0px;
	font-family: arial,sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #EFEFEF;
}

P, H1, H2, H3, H4 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
H1, H2, H3, H4 {
	font-family: Century Gothic, arial, sans serif;
}
H1 {
	font-size: 30px;
}
H2 {
	font-size: 25px;
}
H3 {
	font-size: 20px;
}
H4 {
	font-size: 15px;
}

A:link {
	color: #006699;
	text-decoration: underline;
	font-weight: bold;
}
A:visited {
	color: #006699;
	text-decoration: underline;
	font-weight: bold;
}
A:hover {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

BLOCKQUOTE {
	font-size: 12px;
	font-style: italic;
}

PRE {
	font-size: 12px;
}


.sitew {
	width: 900px;
	margin: auto;
}

.clear {
    clear: both;
    height: 0px;
    font-size: 1px;
}

.nomargin {
	margin: 0px;
}

.error {
	background-color: #FFBBBB;
	font-weight: bold;
	padding: 4px;
	text-align: center;
}

.backlink {
	font-size: 12px;
}

FORM {
	margin: 0px;
	padding: 0px;
}
.formFieldText {
	padding: 2px;
	font-weight: bold;
}
.formFieldNotes {
	padding: 2px;
	font-size: 12px;
	color: #666666;
}
.formField {
	padding: 2px;
}
INPUT, SELECT, TEXTAREA {
	border: 1px inset #000000;
	font-family: arial,sans-serif;
	font-size: 13px;
}
INPUT.center {
	text-align: center;
}
#submitForm {
	border: 1px outset #000000;
	background-color: #006699;
	color: #FFFFFF;
	font-weight: bold;
}

#top1bg {
	height: 50px;
	background-color: #FF7700;
	color: #FFFFFF;
}
#top1bg H1 {
	margin: 0px;
	color: #FFFFFF;
	font-family: Century Gothic, arial, sans-serif;
	font-size: 35px;
}
#top1bg A {
	color: #FFFFFF;
	text-decoration: none;
}


#top2bg {
	height: 19px;
	padding-top: 1px;
	background-color: #006699;
	color: #FFFFFF;
	font-size: 13px;
}
#top2bg A:link {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 15px;
}
#top2bg A:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 15px;
}
#top2bg A:hover {
	color: #FFFFFF;
	text-decoration: underline;
	margin-right: 15px;
}


#contents {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}

#result {
	padding: 5px;
	margin: 5px;
}
.resultOK {
	background-color: #EEEEEE;
	border: 1px dotted #CCCCCC;
}
.ajaxLoading {
	width: 32px;
	height: 32px;
	margin: auto;
	background-image: url(/template/images/ajax.gif);
}


#bottom {
	padding: 5px;
	color: #666666;
	font-size: 10px;
	text-align: center;
}
#bottom A {
	color: #666666;
	font-weight: normal;
}

.adsense_336_280_text {
	width: 336px;
	height: 280px;
	float: left;
	margin-right: 10px;
}
.adsense_728_90_text {
	width: 728px;
	height: 90px;
	margin-bottom: 10px;
}

#prbtcode {
	margin: auto;
	width: 490px;
	height: 70px;
}

.dateFormat {
	font-weight: normal;
	font-size: 10px;
	margin-bottom: 3px;
}
#result_date_timestamp {
	margin-left: 20px;
	font-weight: bold;
}
#result_date_timestamp .dateFormat {
	margin-bottom: 0px;
}

#editgooglemap {
	width: 350px;
	height: 200px;
}