@charset "utf-8";

body {
    font-family: 'ＭＳ Ｐゴシック', Verdana, Arial, sans-serif;
    font-size: 12px;
}

#header {
    background-color: #DDDDDD;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 160%;
    padding: 8px 0px;
}

#footer {
    background-color: #DDDDDD;
    margin-top: 20px;
    padding: 8px 0px;
    text-align: center;
    width: 100%;
}

.contact_form {
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    width: 600px;
}

.contact_form table {
    border-right: 1px solid #B3B3B3;
    border-top: 1px solid #B3B3B3;
	border-collapse: collapse;
    margin-bottom: 10px;
    width: 100%;
}

.contact_form table th {
    background-color: #EEF8F9;
    border-left: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
    padding: 6px 8px;
    text-align: left;
    font-weight: normal;
    width: 180px;
}

.contact_form table td {
	border-bottom: 1px solid #B3B3B3;
	border-left: 1px solid #B3B3B3;
	padding: 6px 8px;
    text-align: left;
}

.contact_form .required {
	color: red;
	font-size: 84%;
}

.material_form {
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    width: 600px;
}

.material_form table {
    border-right: 1px solid #B3B3B3;
    border-top: 1px solid #B3B3B3;
	border-collapse: collapse;
    margin-bottom: 10px;
    width: 100%;
}

.material_form table th {
    background-color: #F0FFF0;
    border-left: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
    padding: 6px 8px;
    text-align: left;
    font-weight: normal;
    width: 180px;
}

.material_form table td {
	border-bottom: 1px solid #B3B3B3;
	border-left: 1px solid #B3B3B3;
	padding: 6px 8px;
    text-align: left;
}

.material_form .required {
	color: red;
	font-size: 84%;
}

input, textarea {
	font-family: monospace;
}
