@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	font: 14px/1.6 "メイリオ", Sans-Serif;
}
div#main {
	width: 800px;
	margin: 0 auto;
}
div#main div#contents {
	background: url('../images/top_contents.gif') repeat-y ;
	width: 700px;
	padding: 20px 50px 50px 50px;
	margin: 0 auto;
}
div#main div#contents h1 {
	margin: 1em 0 0.5em 0;
	padding: 0 0 20px 0;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	border-bottom:black 1px solid;
}
div#main div#contents h2 {
	margin: 0.5em 0 2em 0;
	padding: 0;
	font-size: 160%;
	font-weight: normal;
	text-align: center;
}
div#main div#contents h3 {
	margin: 1em 0 0.5em 0;
	padding: 0;
	font-size: 155%;
	text-align: center;
	font-weight: normal;
}
div#main div#contents div.list_first {
	margin: 0 0 1em 0;
}
div#main div#contents div.list_second {
	border-top: 1px dotted;
	margin: 2em 0 3em 0;
	padding-top: 1em;
}
div#main div#contents p.name {
	line-height: 1.6;
	background: transparent url('../images/name_bg.gif') no-repeat left 0.2em;
}
.txt_right {
	text-align: right;
}
.txt_center {
	text-align: center;
}
p {
	margin: 0.5emem 0 0.5em 0;
}
p.notice {
	text-indent: -1em;
	margin-left: 1em;
}
p.college {
	margin-left: 1em;
}
.large {
	font-size: 125%;
}
.fred {
	color: #7d002d;
}
div#line_box {
	padding: 1px 1em;
	background: #FFFACD;
}
dl {
	margin: 1em 0;
	padding: 0;
}
dt {
	margin: 1em 0 0 0;
	padding: 0 0 0 12px;
	line-height: 1.6;
	background: transparent url('../images/name_bg.gif') no-repeat left 0.24em;
}
dd {
	text-align:right;
	margin: 10px 20px 0 0;
	padding: 0;
}
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000000;
	text-decoration: none;
}
div#header {
	width: 800px;
	margin: 0 auto;
	padding-top: 30px;
	background: transparent url('../images/bg_top.gif') no-repeat left top;
}
div#footer {
	width: 800px;
	margin: 0 auto;
	padding-top: 25px;
	background: transparent url('../images/bg_bottom.gif') no-repeat left top;
}
ul.list li {
	margin: 1em 50px 0 0;
	padding: 0 0 0 12px;
	line-height: 1.6;
	background: transparent url('../images/name_bg.gif') no-repeat left 0.24em;
	list-style: none;
	float: left;
}
ul.list li:nth-child(3n) {
	margin: 1em 0 0 0;
}
ul.list{
	zoom: 100%;
}
ul.list:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*------------------------------------------ regulation */

body#regulation div#main div#contents h3 {
	text-align: left;
	font-size: 120%;
	font-weight: bold;
}
body#regulation div#main div#contents table {
	border-collapse:  collapse;
}
body#regulation div#main div#contents table,
body#regulation div#main div#contents table th,
body#regulation div#main div#contents table td {
	border: #000 solid 1px;
	padding: 0.5em;
}
body#regulation div#main div#contents table caption {
	text-align: left;
}
body#regulation div#main div#contents table th {
	white-space: nowrap;
	background: #f0f0f0;
}
body#regulation div#main div#contents .inner {
	padding: 0 0 0 1.5em;
}
