@charset "utf-8";
/* CSS Document */

body {
	background: #efefef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #434343;
}

h1 {margin: 0; font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; line-height: 21px; color: #007db0;}
h2 {margin: 0; font-family: Georgia, "Times New Roman", Times, serif; font-size: 15px; line-height: 18px; color: #007db0;}
h3 {margin: 0; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; line-height: 16px; color: #007db0;}

p {margin-top: 15px; margin-bottom: 0;}

#container {
	width: 700px;
	margin: 0 auto;
	background: #fff;
}

	#body {
		width: auto;
		padding: 20px;
	}
	
		#body-left {
			width: 420px;
			float: left;
		}
		
		#body-right {
			width: 220px;
			float: right;
		}

.warning {color: #F00; font-size: 14px;}
.care {font-family: "Times New Roman", Times, serif; color: #007db0; font-weight: bold; font-style: italic;}

.subhead {font-size: 12px; line-height: 19px; font-weight: bold; color: #000;}
.bodytype {font-size: 11px; line-height: 19px;}

.clear {clear: both;}

.margin-top-8 {margin-top: 8px;}
.margin-top-15 {margin-top: 15px;}
.margin-top-25 {margin-top: 25px;}

form {margin: 0;}

.input-form, .textarea {border: 1px solid #c5c5c5; padding: 3px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #434343;}
.textarea {height: 46px;}
.width-25 {width: 25px;}
.width-40 {width: 40px;}
.width-100 {width: 100px;}
.width-150 {width: 150px;}
.width-200 {width: 200px;}
.width-500 {width: 500px;}
.width-600 {width: 600px;}