@charset "UTF-8";

/* Reset */
body, div, h1, h2, h3, p, a, ul, li, dl, dt, dd, form, fieldset, table, img, address {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding: 0;
	margin: 0;
	border: none;
	list-style: none;
}

/* Basic */
body {
	background-color: #ffffff;
}

#wrapper {
	width: 696px;
	padding: 24px;
	margin: 0px auto;
}

/* Link */
a:link, a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}

/* Header */
#header {
	width: 696px;
	height: 48px;
}

/* Contents */
#contents {
	font-family: "Myriad Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #666666;
	width: 696px;
	height: 358px;
	clear: both;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
#cont01 {
	margin-top: 16px;
}
#mail {
	clear: both;
	margin-top: 48px;
}

/* Footer */
#footer {
	width: 696px;
	height: 48px;
	clear: both;
}
address {
	float: right;
	margin-top: 18px;
}