@charset "utf-8";

body	{
	margin: 2em 2em;
	text-align: center;
	font-size: 90%;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	color: #333333;
	}
img	{
	border: none;
	}

/* ---------------------------------
	link
--------------------------------- */
a	{
	text-decoration: underline;
	}
a:link	{
	color: #26499d;
	}
a:visited	{
	color: #800080;
	}
a:hover	{
	text-decoration: none;
	}
a:active	{
	color: #87ceeb;
	}

/* ---------------------------------
	mailform
--------------------------------- */
div#mf_wrapper	{
	width: 640px;
	margin: 0px auto 0px auto;
	text-align: left;
	}
div#mf_header h1 {
	margin: 0;
	padding: 0;
	}
div#mf_header h2 {
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 140%;
	font-weight: normal;
	text-align: center;
	}

table.mailform	{
	width: 100%;
	border-top: 1px solid #c0c0c0;
	}
table.mailform th	{
	border-bottom: 1px solid #c0c0c0;
	background: #f5f5f5;
	padding: 0.8em 1em;
	font-weight: normal;
	text-align: left;
	}
table.mailform td	{
	border-bottom: 1px solid #c0c0c0;
	padding: 0.8em 1em;
	}
table.mailform p	{
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #a9a9a9;
	}
table.mailform span	{
	color: #dc143c;
	}

.comment	{
	margin: 1.5em 1em;
	line-height: 1.5;
	}
.comment2	{
	margin: 2em 1em;
	line-height: 1.5;
	text-align: center;
	}
.topic_path	{
	border: 1px solid #c0c0c0;
	margin: 3em 0;
	padding: 0.5em 1em;
	}
