/*タグ設定*/
html {
	overflow-y:scroll;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 0;
	margin: 0;
	background-color: #f2f2f2;
}
div, ul, li, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
h4, h5, h6, p {
	margin: 0 0 0.5em 0;
	padding: 0;
}
img {
	border:0;
}


/*文字サイズ*/
.xl{
	font-size:100%;
	line-height:1.4;
}
.l {
	font-size:87.5%;
	line-height:1.4;
}
.m {
	font-size:75%;
	line-height:1.4;
}
.s {
	font-size:62.5%;
	line-height:1.4;
}
.lb {
	font-size:87.5%;
	line-height:1.4;
	font-weight: bold;
}
.mb {
	font-size:75%;
	line-height:1.4;
	font-weight: bold;
}
a:link, a:visited {
	color: #FF3366;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/*行揃え*/
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.center{
	margin: 0 auto auto auto;
}


/*ボックス設定*/
#wapper {
	width: 890px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	margin: 0 auto auto auto;
}
#box870 {
	width: 870px;
	margin-left: 10px;
	position: relative;
}
#box840 {
	width: 840px;
	margin: 5px 0 0 25px;
}
/*枠付きボックス*/
#box270 {
	width: 280px;
	background-image: url(../images/box270_bg.png);
	background-repeat: repeat-y;
	text-align: left;
}
#box550 {
	width: 560px;
	background-image: url(../images/box550_bg.png);
	background-repeat: repeat-y;
	text-align: left;
}
#box830 {
	width: 840px;
	background-image: url(../images/box830_bg.png);
	background-repeat: repeat-y;
	text-align: left;
}
/*ボックスの余白設定*/
.margin_left10px {
	margin-left: 10px;
}
.margin_left15px {
	margin-left: 15px;
}
.margin_contents {
	margin: 0 15px 5px 15px;
}
.margin_vertical5px {
	margin: 5px 0;
}

/*ボックスのフロート設定*/
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}

/*z-index設定*/
.z {
	z-index: -1;
}

/*点線設定*/
.line {
	border-width: 0 0 1px 0;
	line-height:1.2;	
	border-style: dotted;
	border-color: #666666;
}


/*ヘッダー*/
#header {
	width: 870px;
	height: 60px;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	margin-left: 10px;
	position: relative;
	z-index: 1;
}
#header h1 {
	position: absolute;
	top: 6px;
	left: 26px;
}

#header ul#menu {
	width: 667px;
	height: 34px;
	list-style-type: none;	
	position: absolute;		
	top: 13px;
	left: 183px;
}
/* メニューボタン */
#header ul#menu li {
	width: 111px;
	float: left;
	position: relative;	
	display: inline;
}
#header ul#menu li a {
	width: 111px;
	display: block;
}
#header ul#menu li a:hover img{
	visibility:hidden;
}
/* プルダウンメニュー */
ul#menu {/* IE6 対策 */
	behavior: url("css/csshover.htc");
}
#header ul#menu li ul {
	width: 110px;
	background-color: #F0F0F0;
	display: none;
	padding-top: 0.5em;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #9D9D9D;
}
#header ul#menu li:hover ul {
	position: absolute;
	display: block;
	z-index: 1;
}
#header ul#menu li ul li {
	height: 2em;
	text-align: center;
	font-size:75%;
	line-height:1.4;
}
#header ul#menu li ul li a:link,
#header ul#menu li ul li a:visited {
	color: #333333;
	text-decoration: none;
}
#header ul#menu li ul li a:hover,
#header ul#menu li ul li a:active {
	color: #FF3366;
}

/*タイトルテキスト*/
#header_text {
	font-size:75%;
	line-height:1.4;
	color: #FFFFFF;
	width: 840px;
	top: 50px;
	left: 20px;
	position: absolute;
}


/*フッター*/
#footer {
	width: 870px;
	margin: 6px 0 0 10px;
	padding: 0.25em 0;
	font-size:62.5%;
	line-height:1.4;
	text-align: center;
	background-color: #e6e6e6;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	clear:both;
	border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}


/*Top*/
#top_news {
	width: 280px;
	background-color: #e5e5e5;
	background-image: url(../images/top_news_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#top_news_margin {
	min-height: 111px;
	height: auto;
	height: 111px;
	margin: 0 10px;
}
#top_news_but {
	margin: 5px 6px 10px 0;
	text-align: right;
}


/*mau*/
#corse_box {
	width: 250px;
	float: left;
	margin: 5px 10px 0 10px;
}


/*School*/
#school_box {
	width: 614px;
	float: left;
}

table.school_tb {
	font-size: 75%;
	line-height: 1.4;
    margin-bottom: 1em;	
    border-top: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
    border-collapse:collapse;
}
.school_tb td {
    padding: 0.5em;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
}
.school_tb td.bl {
	background-color: #dae4f2;
}
.school_tb td.purple {
	background-color: #dedaf3;
}
.school_tb td.icon {
    padding: 2px 0 2px 2px;
	border-right: none;
    border-bottom: 1px solid #bebebe;
}
.school_map{
	width: 248px;
	height: 220px;
}
#inst_box {
	width: 618px;
	float: left;
}
#inst_img {
	margin-right:10px;
	float: left;
}


/*BULGE*/
table.bluge_tb {
    border: 0;
}
.bluge_tb td {
	padding: 0.25em;
}
.bluge_tb  td.bl {
	background-color: #dae4f2;
}


/*Contact*/
#contact_box {
	width: 268px;
	min-height: 138px;
	height: 138px;
	margin: 0 6px;
	text-align: center;
}
#contact_box p{
	font-size: 160%;
	padding-top: 35px;
}
