@charset "utf-8";
/* CSS Document */

/* リンクカラー */
a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: purple;
}
a:hover {
	text-decoration: underline;
	color: red;
}
a:active {
	text-decoration: none;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-left: 20px;
	margin-right: 20px;
}

p.logo {
	padding-top: 20px;
	padding-bottom: 20px;
}

h2 {
	margin-left: 0px;
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
ol {
	font-size: 12px;
	line-height: 140%;
}
ul {
	list-style-type: disc;
}
div#form {
	margin-top: 1.5em;
}
div form table {
	margin: 10px;
	margin-top: 0;
}
div form table tr {
	font-size: 12px;
}
div form table tr td {
	padding: 5px 5px;
	margin-bottom: 5px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height: 200%;
}
div form table tr th {
	padding: 5px 5px;
	margin-bottom: 5px;
	font-weight: normal;
	background: #EEE/*#CFC*/;
	text-align: left;
	line-height: 100%;
}
div form table tr th.need {
	background: #EEE;
}
.note {
	font-size: smaller;
}
fieldset {
	margin: 10px auto 10px 50px;
	width: 750px;
	font-size: 12px;
	line-height: 140%;
}
legend {
	font-size: 14px;
	font-weight: bold;
	color: black;
}
textarea {
	font-size: 14px;
}
.contents {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#submit {
	margin: 10px auto 10px 50px;
}
address {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

fieldset, x:-moz-broken {
	margin-bottom: -20px;/*IEでfieldsetマージンが取れないため*/
}

p#ssl {
	width: 800px;
	border: 1px solid /*#F63*/#FF9F9F;
	padding: 5px 20px;
	margin: 5px 5px 10px 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: black;
	font-size: 12px;
	/*text-align: center;*/
}

hr {
	margin: 0;
}
