@charset   "UTF-8";

p,div,h1,h2,h3,h4,h5,h6,form,input,dl,dt,dd {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	color: #666666;
	margin: 0;
	padding: 0;
	background-color: #999999;
}

div#all {
	width: 780px;
	margin: auto;
	background-color: #ffffff;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	padding: 5px 0;
	line-height: 1.5;
}

/* ------ text decoration ------- */

h1 {
	font-size: 1em;
	text-align: center;
	margin-bottom:1em;
	background-color:#ff0000;
}

img#main_image {
	width: 750px;
	height: 280px;
	background-color: #666666;
	color: #ffffff;
}

div.message_fd {
	text-align: center;
	margin: 1em 6em;
}

div.message_fd h2 {
	font-size: 1.2em;
	word-spacing: 0.5em;
	color: #666666;
	font-family: Arial;
}

div.message_fd p {
	margin: 1em;
	font-size: 12px;
	text-indent: 1em;
}

/* ------- contents ------- */

div.contents_fd {
	margin: 1em 4em;
}

div.contents_fd h2 {
	font-size: 0.8em;
	color: #000000;
	width: 500px;
	margin: 0.5em auto;
	background-color:#ccccff;
	padding: 0.2em;
	border:1px dotted #0000cc;
}

div.contents_fd h2 a {
	color: #0000cc;
	text-decoration: underline;
}

div.contents_fd h2 a:hover {
	color: #0000cc;
	text-decoration: none;
}

div.contents_fd table {
	width: 500px;
	margin: auto;
	font-size: 0.8em;
	background-color:#ceffff;
}

div.contents_fd table td {
	width: 50%;
	text-align: left;
}

div.contents_fd table td ul {
	margin: 0;
	padding: 0 0 0 2em;
}

div.contents_fd table td ul li {
	margin: 0;
	padding: 0.2em;
}

div.contents_fd table td ul li a {
	color: #3333cc;
}

div.contents_fd table td ul li a:hover {
	color: #00cccc;
}

/* ------- fooder ------- */

div#fooder {
	margin-top: 2em;
	padding: 1em;
	text-align: center;
	border-top: 1px dotted #cccccc;
}

div#fooder div#copy1 {
	font-size: 0.9em;
	font-weight: bold;
}

div#fooder div#copy1 a {
	text-decoration: none;
	color: #cc3333;
}

div#fooder div#copy1 a:hover {
	color: #0000ff;
}

div#fooder div#copy2 {
	font-size: 0.8em;
	color: #999999;
}
