@charset "Shift_JIS";

a img{border:none;}

#topcourse a:hover img, #topright a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

/*ページ全体*/
body {
	background: #FFFFFF url(../img/bg.png) repeat-y center;
	margin: 0 auto;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font: 14px/1.8em "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
	font-style: normal;
	font-weight: normal;
}

#flashContent {
	width:100%;
	height:100%;
}
		
/* clearfix */
.clearfix:after {
content: url(../img/spacer.gif);
display: block;
clear: both;
height: 0;
}
/* for macIE \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* end of for macIE */

#stage{
	margin:0 auto;
	padding:0;
	width:954px;
}

/*ページ先頭へのリンク*/
#pageTop {
	text-align: right;
	margin:0;
	margin-top:30px;
	width: 723px;
	padding:8px 0;
	font-size: 0.75rem;
	text-decoration: none;
	border-top: 1px dotted #999999;
	line-height: 12px;
}
#pageTop a {
	text-decoration: none;
	color: #999999;
}
#pageTop a:hover {
	text-decoration: underline;
	color: #FF3300;
}
#pageTop a:active {
	text-decoration: underline;
	color: #FF0000;
}


/*コンテンツ全体コンテナ部分*/
#wrapper {
	margin: 0 auto;
	margin-top:20px;
	padding: 0;
	width: 100%;
}
#wrapper h1 {
	margin: 0;
	margin-bottom:20px;
	padding: 0;
}

/*左サイドメニュー部分*/
#leftSide {
	text-align: left;
	margin: 0;
	margin-left:20px;
	padding: 0;
	width: 174px;
	border-style: none;
	float: left;
}

/*右サイドコンテンツブロック*/
#rightside {
	text-align: left;
	float: right;
	width: 723px;
	padding: 0;
	margin: 0;
	margin-left:17px;
	margin-right:20px;
}

table, table *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;	
	font-size:0.8rem;
	padding:2% 0.5%;
}

table{
	margin:5%;
	border-collapse:collapse;
	background-color:#90BFE9;
	width:90%;
}

th{
	text-align:center;
	background-color:#E4F1FA;
	border:1px solid #90BFE9;
}

td{
	background-color:#FFF;
	border:1px solid #90BFE9;
}

#rightside h1{
	margin-top:6px;
}


#teacher img{
	border:#997D89 1px solid;
}

#teacher td{
	vertical-align:top;
}

/* 画像センタリング */
.photo{
	margin:5px auto;
	margin-bottom:25px;
	text-align:center;
}

/*サイトマップ縦線*/
.tateLine {
	background: url(../img/tate_grayline.gif) repeat-y;
}


/*テキストリンクのカラー*/
a:link {
	color: #4D6479;
	text-decoration: underline;
}
a:visited {
	color: #4D6479;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #4D6479;
	text-decoration: none;
}

/*個別フォントサイズ設定*/
h1 {
	margin-top:0;
	margin-bottom:30px;
	padding:0;
}

h2 {
	clear:both;
	background-color:#F2EEE5;
	margin:15px 4%;
	padding:7px 10px 7px 24px;
	line-height:30px;
	font-size:17px;
	color:#606060;
}

h3 {
	clear:both;
	font-size:1rem;
	color:#66B0E7;
	margin:0 4%;
	padding:0;
}

h3.education {
	font-size:1rem;
	color:#66B0E7;
	margin:5px 0 8px 19px;
	padding:0;
}

h4 {
	margin-top:0;
	margin-bottom:0;
	margin-left:42px;
	font-size:15px;
	color:#666;
}

p {
	margin: 0 4%;
	font-size:0.8rem;
	padding-bottom: 10px;
	line-height:1.5rem;
}

p.topnavi{
	margin:0 auto; text-align:center; padding-bottom:0;
}

p.pagetop{
	clear:both;	border-top:#999 1px dashed; padding-top:17px; padding-bottom:0; margin:20px 18px 0px 19px; text-align:right; font-size:11px;	
}

.txtSmall {
	font-size: 10px;
	line-height: 14px;
}
.txtMiddle {
	font-size: 1rem;
}
.txtSmiddle {
	font-size: 0.75rem;
	line-height: 16px;
	margin-top:30px;
	margin-bottom:0;
	padding:0;
}
.txtSmiddle2 {
	font-size: 0.75rem;
	line-height: 1.6em;
}



.redlarge {
	font-size: 1rem;
	font-weight: bold;
	color: #D90B39;
}

.redmiddle {
	font-size: 13px;
	font-weight: bold;
	color: #D90B39;
}

.large {
	font-size: 14px;
	color:#727171;
}

.boxtext {
	font-size: 13px;
	color:#727171;
	line-height:20px;
	padding:0 20px;
	margin:0;
	margin-bottom:20px;
}

.movie {
	font-size: 13px;
	color:#727171;
	line-height:20px;
	padding:0;
	margin:0;
}

/* ------------------------------------- 余白指定  **/
.mlb15 {margin: 0 0 15px 15px;}
.mlb20 {margin: 0 0 20px 20px;}
.ml10b20 {margin: 0 0 20px 10px;}
.ml10t10b10 {margin: 10px 0 10px 10px;}
.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mr3 {margin-right: 3px;}
.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr36 {margin-right: 36px;}
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt10b20 {margin: 10px 0 20px 0;}
.mt10b10 {margin: 10px 0 10px 0;}
.mt10b2 {margin: 10px 0 2px 0;}
.mt5b5 {margin: 5px 0 5px 0;}
.mt5b10 {margin: 5px 0 10px 0;}
.mt10b5 {margin: 10px 0 5px 0;}
.pltop {padding: 5px 5px 0 0;}
.pl5 {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl30 {padding-left: 30px;}
.pr10 {padding-right: 10px;}
.pr20 {padding-right: 20px;}
.pr30 {padding-right: 30px;}


/* ------------------------------------- カラー指定  **/
.red {
	color: #FF0000;
}
/*.blue {
	color: #0033CC;
}*/
.blue{
	color: #66B0E7;
}
.bluegray {
	color: #48569d;
}
.purplegray {
	color: #6e4c76;
}
.orangegray {
	color: #db8c0f;
}
.skyblue {
	color: #00a0d4;
}
.redMini {
	color: #FF0000;
	font-size: 10px;
}

.purple {color: #A687BD}
.orange {
	color: #E8390D;
	font-size: 0.75rem;
}
.green {
	color: #138554;
}
.redBold {
	color: #990000;
	font-weight: bold;
}
.brown {
	color: #826B5E
}
.darkBrown {
	color: #94442A;
	font-size: 14px;
}
.whiteBold {
	color: #FFFFFF;
	font-weight: bold;
}

.pictureright{
	float:right;
	margin:5px 18px 15px 15px;
	font-size:90%;
	text-align:center;
	color:#003300;
	clear: both;
}

.pictureright img{
	border:1px #999 solid;
}

.pictureleft{
	float:right;
	margin:3px 10px 15px 0px;
	font-size:90%;
	text-align:center;
	color:#003300;
}

.picturecenter{
	margin:10px auto;
	font-size:90%;
	text-align:center;
	color:#003300;
}

.picturecenter .text{
	font-size: 0.75rem;
	color:#727171;
	padding:0;
	text-align:center;
	margin:0 auto;
}

.style1 {
	color: #F30;
	font-weight: bold;
}

.style2 {
	color: #333333;
	font-weight: bold;
}


/*画像ホバー用*/
a:hover img.hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

div.col2{
	width:45%;
	text-align:center;
	margin:0px 2.5% 15px;
	float:left;
}

.image_fl{
	margin-left:4%;
	margin-right:4%;
	width:45%;
	float:left;
}

.image_fr{
	margin-left:4%;
	margin-right:4%;
	width:45%;
	float:right;
}

.image_fl img,
.image_fr img{
	width:100%;
	height:auto;
}

#close{
	float:right;
}

#close img{
	width:30px;
	height:auto;
	
}
/* box-shadow */
.frame {box-shadow:2px 3px 4px 1px #AAA;
-moz-box-shadow:2px 3px 4px 1px #AAA;
-webkit-box-shadow:2px 3px 4px 1px #AAA;
}
