@charset "UTF-8";
/* CSS Document */

/*---------------------------------
　ブラウザデフォルトクリア
----------------------------------*/
body,div,p,h1,h2,h3,h4,ul,li,img
{
	margin: 0px;
	padding: 0px;
}
img{
	border-style: none;
}
.clear{
	clear: both;
}

/*---------------------------------
　AO入学の流れ
----------------------------------*/
body,div,p,h1,h2,h3,h4,ul,li,em{
	font-size:12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.fontSize10{
	font-size: 10px;
}
.fontSize14b{
	font-size: 14px;
	font-weight: bold;
}
.colorRed {
	color:#9D211D;
}

#container{
	text-align: center;
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#containerInnner{
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding:10px;
}

/*-- ヘッダー --*/
#containerInnner #hedder {
	background-image: url(../../images/header.jpg);
	height: 56px;
	text-indent: -9999px;
	background-repeat:no-repeat;
	margin:25px;
}

/*-- メインコンテナ --*/
#containerInnner #containerMain {
	margin: 5px 25px 0px 25px;
}
#containerMain h1{
	background-image:url(../../images/title_ao.jpg);
	background-repeat:no-repeat;
	width:161px;
	height:18px;
	text-indent:-9999px;
	margin:0px 0px 5px 0px;
}
#containerMain p{
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin:0px 5px 15px 15px;
}

#containerMain div#admission{
	background-image:url(../../images/title_admission.jpg);
	background-repeat:no-repeat;
	width:281px;
	height:32px;
	text-indent:-9999px;
	margin:0px 0px 5px 0px;
}

#containerMain ul{
	padding:0px;
	margin:0px 10px 0px 5px;
	float:left;
	display: inline;
}
#containerMain ul li{
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	line-height: 18px;
}

#containerMain div#taisyou{
	margin: 20px 0px 10px 0px;
	border: 3px double #990000;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FAFAFA;
}

#containerMain div#taisyou h2.sub{
	margin-left: 20px;
}
#containerMain div#taisyou h2{
	font-size: 14px;
	font-weight: bold;
}
#containerMain div#taisyou p{
	font-size: 14px;
	margin: 0px 5px;
	text-align:center;
}

/*-- 会場 --*/
#containerMain #areaTitle {
	background-image:url(../../images/title_area.jpg);
	background-repeat:no-repeat;
	width:731px;
	height:29px;
	text-indent:-9999px;
	margin:20px 0px 10px 0px;
}

/*-- 流れ --*/
#containerMain #flowTitle {
	background-image:url(../../images/title_flow.jpg);
	background-repeat:no-repeat;
	width:731px;
	height:29px;
	text-indent:-9999px;
	margin:20px 0px 10px 0px;
}
#containerMain #containerFlow {
	margin:0px 20px;
}
#containerMain .columLeft {
	float:left;
	width:180px;
	margin-right:10px;
	overflow: hidden;
}
#containerMain .columRight {
	float:right;
	width:500px;
	margin-bottom:10px;
}
#containerMain  .columRight ul{
	padding:0px;
	margin:0px;
}
#containerMain  .columRight ul li{
	list-style-type: disc;
	list-style-position:inside;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 18px;
}
#containerMain .title {
	margin: 5px 0px;
}
#containerMain #containerFlow p {
	font-size:12px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
}
#containerMain #containerFlow .boxLine {
	clear:both;
	display:block;
	border:#C00 1px solid;
	padding:2px;
	margin:2px 0px;
	color:#C00;
	font-weight:bold;
}
.boxRed {
	border:#9C2018 solid 1px;
	width:700px;
	margin:0px auto;
}
.aoBox {
	border:1px solid #9C2018;
	border-collapse: collapse;
	margin:0px;
	width:680px;
	margin:0px 10px 10px 10px;
	padding:10px;
}
.aoBox th {
	background-color:#BD261E;
	color:#FFF;
	text-align:center;
	border:1px solid #9C2018;
	padding:5px;
}
.aoBox td {
	border:1px solid #9C2018;
	text-align:center;
	padding:3px;
	border-collapse:collapse;
}
.aoBox td strong {
	font-size:120%;
}
#containerMain p.aoText {
	font-size:12px;
}
