@charset "UTF-8";

html { background: #000000; }
body {
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 1.4;
	text-shadow: 0 1px #FFFFFF;
	background: #FFFFFF;
}

a:link    {	color: #183FD8;	text-decoration: none;}
a:visited {	color: #183FD8;	text-decoration: none;}
a:hover   {	color: #183FD8;	text-decoration: none;}
a:active  {	color: #183FD8;	text-decoration: none;}

p {
	margin: 0 10px 15px;
}

.f-right {
	float: right;
}

.f-left {
	float: left;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

img.fiximg {
	max-width: 100%;
	height: auto;
	width /***/:auto; /*IE8のみ適用*/
}
#header{
	width:100%;
	height:auto;
}
#header img{
	width:60%;
	height:auto;
	margin:10px 20% 0 20%;
}
h1 {
	color: #ffffff;
	text-shadow:none;
	font-size: 14px;
	margin: 10px 0;
	padding: 5px 10px;
	background-color: #0062B1;
	line-height: 1.2;
}

h2{
	color: #0062B1;
	font-size: 18px;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 5px 10px 5px;
	background-color:#B2DBE1;
	line-height: 1.2;
}
h2:after{
	clear:both;
}

h3{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: +2px;
	padding: 3px 3px 3px 10px;
}
h4{
	margin: 0 10px 5px;
	padding:0 0 0 10px;
	font-size:16px;
	color: #2B4583;
	border-left:solid 5px #2B4583;
}
h5{
	margin:0 10px 5px;
	font-size:14px;
}
.menu_title{
	color: #F9FAFB;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	margin: 0 0 0px;
	padding: 5px 10px 5px;
	background-color: #777777;
	line-height: 1.2;
}
ol{
	margin:0 0 20px 15px;
	list-style-position:inside;
}
/*
ul {
	margin-left: 10px;
}

ul li {
	margin-left: 10px;
	margin-bottom: 5px;
	list-style-type: disc;
	list-style-position: inside;
}
*/
.mini{
	margin:0 0 10px 15px;
	line-height:1.0;
	font-size:x-small;
}
div.footer {
	color: #F9FAFB;
	font-size: 10px;
	background-color: #0062B1;
	padding: 10px;
}
div.footer a{
	color: red;
}
.list {
}
.list ul {
	border-top: 1px solid #CCC;
	margin: 0 0 10px;
}
.list ul li {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
    border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCC;
	list-style: none outside;
}
.list ul li a {
	/*background-color: #F5FCFE;*/
	background-image: url(../images/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	-moz-background-size: 27px 25px;
	-webkit-background-size: 27px 25px;
	-o-background-size: 27px 25px;
	-ms-background-size: 27px 25px;
	display: block;
	color: #000;
	text-decoration: none;
	word-break: break-all;
	cursor: pointer;
	padding: 5px 30px 5px 8px;
}
input {
	padding-top: 15px;
	padding-bottom: 13px;
	line-height: 1.0;
	min-width: 145px;
	margin: 0 5px;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000000;
	text-shadow: 0 1px #FFFFFF;
	background-color: #CCCCCC;
	background:	-moz-linear-gradient(top,#FFFFFF,#CCCCCC);
	background:	-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC));
	border: 1px solid #B8B8B8;
	cursor: pointer;
}
input:hover {
	background-color: #DDDDDD;
	background:	-moz-linear-gradient(top,#FFFFFF,#DDDDDD);
	background:	-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
}
ul.left_border{
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #aaaaaa;
}
ul.left_border li{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style: none;
}
ul.left_border li:after{
	clear:both;
	margin:0 0 10px 15px;
}
.bana{
	width:100%;
	height:auto;
	margin:0 0 10px 0;
}
.bana img{
	width:96%;
	height:auto;
	margin:0 2%;
}
.img-full{
	width: 98%;
	margin:0 1%;
}
.img-pre-full{
	width: 90%;
	margin:0 5% 5px 5%;
}
.img-70{
	width:70%;
	margin:0 0 10px 0;
}
.img-float-left{
	width:40%;
	float: left;
	margin: 0px 5px;
}
.text-right{
	width:50%;
	float:left;
}
.text-right:after{
	clear:both;
}
.img-float-right{
	float: right;
	margin: 0px 0px 10px 10px;
}
.pink_bold{
	color: #E73884;
	font-weight: bold;
}
.clear{
	clear: both;
}
table.std{
	width: 100%;
}
table.std th{
	background-color: #e0e0e0;
	padding: 5px;
}
table.std td{
	background-color: #ffffff;
	padding: 5px;
}
.flow{
	width:96%;
	height:auto;
	margin:0 auto;
}
.flow img{
	width:100%;
	height:auto;
}
#support{
	width:96%;
	height:auto;
	margin:0 auto 10px auto;
	list-style-position:inside;
}
#support li{
	list-style:disc;
	color: #F34D50;
	font-weight:bold;
}
#school{
	width:88%;
	height:auto;
	margin:0 5% 10px 7%;
	list-style:none;
	list-style-position:inside;
}
#school li{
	margin:0 0 10px 0;
	background:url(http://school.ocit.jp/images/list01.gif);
	background-repeat:no-repeat;
	padding:0 0 0 30px;
}
#school_aim{
	width:90%;
	margin:10px auto 30px;
	font-size:20px;
	color:#066BBD;
}
#school_aim img{
	margin:0 3px 0 0;
	vertical-align: middle;
}
#culture_genius{
	width:96%;
	height:auto;
	margin:10px auto;
}
#culture_genius td{
	width:25%;
	height:auto;
}
#culture_genius td img{
	width:100%;
	height:auto;
}
#message{
	font-size:22px;
	color:#FDB90D;
	line-height:1.5;
	margin:0 10px;
}
