@charset "UTF-8";

/* -------------- Resetting Again Base CSS -------------- */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* scroll bar */
html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
}

.clearfix {
	overflow: hidden;
}

* html .clearfix {
	zoom: 1;
}

body {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 50px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	line-height: 120%;
	color: #333333;
}

div#wrapper {
	padding: 20px;
}

h1 {
	padding: 5px;
	font-size: 18px;
	background-color: #ffcccc;
	text-align: center;
}

h2 {
	padding: 5px;
	font-size: 14px;
}

p {
	padding: 5px;
}

ul#cautions {
	padding-left: 5px;
}

ul#cautions li {
	color: #cc0000;
}

dl#verisign {
	border: 1px solid #00ff00;
	margin-top: 10px;
	margin-bottom: 30px;
	overflow: hidden;
}

* html dl#verisign {
	zoom: 1;
}

dl#verisign dt {
	width: 120px;
	text-align: center;
	float: left;
}

dl#verisign dd {
	margin-left: 120px;
}

dl#school-info {
	width: 750px;
	margin: 10px auto;
	margin-bottom: 30px;
	border: 1px solid #cccccc;
}

dl#school-info dt {
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	background-color: #dddddd;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}

dl#school-info dd {
	padding: 5px;
	line-height: 140%;
}

table#seminar-info {
	width: 750px;
	margin: 10px auto;
	border: 1px solid #cccccc;
}

table#seminar-info th {
	padding: 5px;
	font-weight: bold;
	background-color: #dddddd;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	white-space: nowrap;
}

table#seminar-info td {
	padding: 5px;
	border-bottom: 1px solid #cccccc;
}

table#form-info {
	margin-top: 20px;
}

table#form-info th {
	text-align: right;
	padding: 3px 5px;
	white-space: nowrap;
}

table#form-info th span{
	color: #cc0000;;
}

table#form-info td {
	padding: 3px 5px;
}

table#form-info td input {
	max-width: 500px;
}

table#form-info td em {
	font-style: normal;
	font-size: 12px;
	color: #0000cd;
}

table#form-info td span, table#seminar-info td span {
	color: #cc0000;
}

p.policy {
	padding: 5px 50px;
	font-size: 12px;
	color: #cc0000;
	text-indent: -12px;
}

p.start {
	text-align:center;
	font-size:18px;
	font-weight: bold;
	line-height: 140%;
	color: #ff0000;
}
