/* Meyer Reset CSS v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
background: transparent;
border: 0;
font-size: 100%;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

/* General Styles */
body {
	background-color:#c6f7f3;
}

body, input, textarea {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

#wrapper {
	background-color:#fff;
	margin: 0 auto;
	max-width: 932px;
	min-width: 382px;
	padding: 0 10px;
	text-align: left;
}
#ie6 #wrapper {
	width: 952px;
}

#header {
	padding: 20px 0;
	text-align: center;
}

.borderbox {
	border: 1px dotted #688D41;
	margin: 0 auto;
	max-width: 756px;
	padding: 20px;
}
#ie6 .borderbox {
	width: 756px;
}

#information {
	margin: 0 auto;
	overflow: hidden;
}

#footer {
	padding: 10px 0;
	text-align: center;
}

/* Elements */
a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}

::selection
{
	background-color: #aff;
}
::-moz-selection
{
	background-color: #aff;
}

p {
margin-bottom: 1em;
}

.portraits {
	float: right;
	margin: 0 0 10px 10px;
}

.page_title {
	font-size: 20px;
	margin-bottom: 18px;
	text-align: center;
	text-transform: uppercase;
}

.page_subtitle {
	font-weight: bold;
	text-align: center;
}

.info_text {
}

#contactform table {
	width: 100%;
}

#contactform caption {
	font-size: 12px;
}

#contactform .th_label {
	padding: 5px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	width: 20%;
}

#contactform td {
	padding: 5px;
}

#name, #email, #message {
	border: 1px solid #ccc;
	/* font-size: 16px; */
	margin: 2px;
	min-height: 30px;
	padding: 5px 10px;
	width: 90%;
}

#name:focus, #email:focus, #message:focus {
	border-color: #999;
	box-shadow: 0 0 4px #ccc inset;
	outline: none;
}

#name.invalid, #email.invalid, #message.invalid {
	border-color: #d00;
}

#send {
	cursor: pointer;
}

#message {
	height: 240px;
	resize: vertical;
}

#send {
	font-weight: bold;
}

.required, .error {
	color: #d00;
	font-weight: normal;
}

.failure {
	border: 2px solid #d00;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
}

.success {
	border: 2px solid #4ef;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	text-align: center;
}

.copyright {
	font-size: 12px;
	margin: 0;
}

/* IE6 png transparency fix */
#ie6 .png { behavior: url(img/png.htc); }

@media (max-width: 795px) {
	/* simplify page for smaller screens */
	.portraits {
		float: none;
		margin: 0 0 10px;
		text-align: center;
	}
	
	#header {
		padding: 5px 0 0;
	}
	
	.borderbox {
		padding: 10px;
	}
}