@charset "UTF-8";
@import url("default.css");

/* ----------------------------------------------------------------------- */
/*  container 共通（TOP・下層）                                             */
/* ----------------------------------------------------------------------- */

#container {
	width: 782px;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #ccc;
}

/* ----------------------------------------------------------------------- */
/*  header 共通（TOP・下層）                                                */
/* ----------------------------------------------------------------------- */

#headre {
	background-color: #990000;
	width: 782px;
}

#header #header_top {
	width: 767px;
	padding: 3px 0 3px 15px;
	background-color: #D2007D;
	overflow:auto;
}

#header #header_top .header_text {
	width: 407px;
	float: left;
	font-size: 93%;
	color: #fff;
}

#header #header_top .header_link {
	width: 360px;
	float: right;
}

#header #header_top .header_link img {
	margin-left: 25px;
	vertical-align:baseline;
}

#header #header_box {
	width: 772px;
	padding-right: 10px;
	margin-top: 5px;
}

#header #header_box .box_left {
	width: 347px;
	float: left;
}

#header #header_box .box_left p {
	margin-left: 5px;
}

#header #header_box .box_left p img {
	margin-right: 15px;
}

#header #header_box .box_center {
	width: 75px;
	float: left;
	margin-left: 99px;
}

#header #header_box .box_right {
	width: 251px;
	float: right;
	text-align: right;
	margin-bottom: 5px;
}

#header #header_box .box_right form{
	margin-bottom: 0;
	background-color: #fff;
}

#header #header_box .box_right form input.text{
width: 125px;
}

#header ul.g_menu {
	width: 782px;
	height: 45px;
	margin: 0;
	padding: 0;
	clear:both;
}

#header li.g_menu {
	float: left;
	margin: 0;
	padding: 0;
}

#header ul.g_menu li.g_menu img {
	vertical-align: bottom;
}

/* -グローバルメニュー----------------------------------------------------- */

ul#pulldown_menu a {
  text-decoration: none;
}

/* 手前のli */
ul#pulldown_menu li {
	float: left;
	position: relative;
}

/* li　通常時（プルダウン小サイズ） */
ul#pulldown_menu a:link,
ul#pulldown_menu a:visited {
  background-color: #E3E3E3;
	color: #333333;
	width: 195px; /* プルダウン幅設定 */
	padding: 5px;
	border-top: 1px solid #999;
	border-right: 2px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #999;
}

/* li　ロールオーバー時（プルダウン小サイズ） */
ul#pulldown_menu a:hover,
ul#pulldown_menu a:active {
	background-color: #CCCCCC;
	border-top: 1px solid #999;
	border-right: 2px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #999;
}

/* li　通常時（プルダウン中サイズ） */
ul#pulldown_menu a:link.medium,
ul#pulldown_menu a:visited.medium {
  background-color: #E3E3E3;
	color: #333333;
	width: 200px; /* プルダウン幅設定 */
	padding: 5px;
	border-top: 1px solid #999;
	border-right: 2px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #999;
}

/* li　ロールオーバー時（プルダウン中サイズ） */
ul#pulldown_menu a:hover.medium,
ul#pulldown_menu a:active.medium {
	background-color: #CCCCCC;
	border-top: 1px solid #999;
	border-right: 2px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #999;
}

/* li　通常時（プルダウン大サイズ） */
ul#pulldown_menu a:link.long,
ul#pulldown_menu a:visited.long {
  background-color: #E3E3E3;
	color: #333333;
	width: 275px; /* プルダウンの幅を設定 */
	padding: 5px;
	border-top: 1px solid #999;
	border-right: 2px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #999;
}

/* li　ロールオーバー時（プルダウン大サイズ） */
ul#pulldown_menu a:hover.long,
ul#pulldown_menu a:active.long {
	background-color: #CCCCCC;
	border-top: 1px solid #999;
	border-right: 2px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #999;
}

/* li a の一番上のみ　通常時 横88 */
ul#pulldown_menu a:link.menu_top_88,
ul#pulldown_menu a:visited.menu_top_88 {
	background-color: #fff;
	margin:0;
	padding: 0;
	border: none;
	width: 88px;
	height: 45px;
}

/* li a の一番上のみ　通常時 横87 */
ul#pulldown_menu a:link.menu_top_87,
ul#pulldown_menu a:visited.menu_top_87 {
	background-color: #fff;
	margin:0;
	padding: 0;
	border: none;
	width: 87px;
	height: 45px;
}

/* li a の一番上のみ　通常時 横85 */
ul#pulldown_menu a:link.menu_top_85,
ul#pulldown_menu a:visited.menu_top_85 {
	background-color: #fff;
	margin:0;
	padding: 0;
	border: none;
	width: 85px;
	height: 45px;
}

/* 全てのプルダウン最下部のborder-bottom線 */
ul#pulldown_menu a:link.b_b_2,
ul#pulldown_menu a:visited.b_b_2,
ul#pulldown_menu a:hover.b_b_2,
ul#pulldown_menu a:active.b_b_2 {
	border-bottom: 2px solid #666;
}

/* liのa */
ul#pulldown_menu li a {
        display: block;
}

/* プルダウンを不可視に */
ul#pulldown_menu li ul {
        display: none;
}

/* 疑似要素 :hover でプルダウンを可視に */
ul#pulldown_menu li:hover ul {
	display: block;
	position: absolute;
	z-index: 100;
}

/* 疑似要素 :hover でプルダウンを可視に */
ul#pulldown_menu li:hover ul.nemu_top {
	position: absolute;
	z-index: 100;
}

ul#pulldown_menu li ul li {
		text-align: left;
}

/* プルダウンのli */
ul#pulldown_menu li ul li {
	float: none;
	font-weight: normal;
}

ul#pulldown_menu { /* IE6 対策（注意：/から始まるパスで書かないとTOPと下層両方に反映されない） */
        behavior: url("/css/csshover.htc");
}

/* ----------------------------------------------------------------------- */
/*  fla（TOP）                                                             */
/* ----------------------------------------------------------------------- */

#fla {
	width: 782px;
}

#fla ul {
	width: 185px;
	float: left;
	padding: 0;
}

#fla p {
	width: 597px;
	height: 224px;
	float: right;
}

/* ----------------------------------------------------------------------- */
/*  contents_top（TOP）                                                    */
/* ----------------------------------------------------------------------- */

#contents_top {
	width: 762px;
	padding: 10px 10px;
	clear: both;
}

/* -contents_top（TOP・左側）---------------------------------------------- */

#contents_top #menu_top {
	width: 160px;
	float:left;
	text-align: center;
}

#contents_top #menu_top ul {
	width: 160px;
	padding: 0;
}

#contents_top #menu_top ul li {
	margin: 0;
	padding: 0;
}

#contents_top #menu_top #ban {
	margin-top: 10px;
}

#contents_top #menu_top #ban img {
	margin-bottom: 10px;
}

#contents_top #menu_top #mobile_adobe {
	width: 150px;
	margin: 0 auto;
}

#contents_top #menu_top #mobile_adobe p {
	text-align: left;
}

#contents_top #menu_top #mobile_adobe p.center {
	text-align: center;
}

#contents_top #menu_top #mobile_adobe span {
	font-size: 77%;
}

/* -maincontents_top（TOP・右側）------------------------------------------ */

#contents_top #maincontents_top {
	width: 587px;
	float:right;
}

/* -NEWS（TOP）------------------------------------------------------------ */

#contents_top #maincontents_top #news {
	margin-top: 10px;
	width: 587px;
}

#contents_top #maincontents_top #news h2,
#contents_top #maincontents_top #news h3 {
	display:inline;
}

#contents_top #maincontents_top #news h3 {
	font-size: 93%;
	font-weight: normal;
}

#contents_top #maincontents_top #news #news_inner {
	width: 567px;
	margin: 5px auto 0;
}

#contents_top #maincontents_top #news #news_box {
	width: 552px;
	margin: 5px auto 0;
	overflow: auto;
}

#contents_top #maincontents_top #news #news_box #box_left {
	width: 270px;
	float: left;
}

#contents_top #maincontents_top #news #news_box #box_right {
	width: 270px;
	float: right;
}

#contents_top #maincontents_top #news #news_box img {
	margin-bottom: 2px;
}

#contents_top #maincontents_top #news #news_box .cms_blog_date {
	margin-bottom: 2px;
	font-size: 73%;

	text-align: center;
	padding-right: 45px;
}

#contents_top #maincontents_top #news #cms_news {
	clear: both;
	width: 567px;
}

#contents_top #maincontents_top #news hr {
	clear: both;
	border-width: 1px;
	border-color:#FFFFFF;
	color:#ACA899;
	height: 1px;
	margin: 2px 0;
}

/* -資料請求（TOP） ------------------------------------------------------- */

p.req_img{
	text-align: center;
	margin: 70px 0 30px 0;
}

/* ----------------------------------------------------------------------- */
/*  footer 共通（TOP・下層）                                                */
/* ----------------------------------------------------------------------- */

#footer {
	width: 782px;
	padding: 35px 0 0;
	clear: both;
}

#footer #footer_box {
	width: 762px;
	padding: 0 10px;
}

#footer #footer_box ul {
	width: 646px;
	float: left;
}

#footer #footer_box ul li {
	float: left;
	background-image:url(../img_cmn/square.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	background-position: 0px 1px;
	margin-right: 10px;
}

#footer #footer_box p {
	width: 116px;
	float: right;
}

#footer p#copy {
	display: block;
	clear: both;
	background-color: #CCCCCC;
	text-align:center;
	padding: 2px;
}

/* ----------------------------------------------------------------------- */
/*  contents 共通（下層）                                                   */
/* ----------------------------------------------------------------------- */

#contents {
	width: 782px;
	padding-top: 15px;
}

#contents p#pankuzu {
	width: 729px;
	margin: 0 auto;
}

#contents #title {
	width: 729px;
	height: 78px;
	margin: 15px auto 0;
	border-bottom: 4px #ccc solid;
}

#contents #title .box_left {
	width: 525px;
	float:left;
}

#contents #title .box_right {
	width: 204px;
	float:right;
}

#contents #title .box_right a {
	display: block;
	width: 204px;
	background-image:url(../img_cmn/tit_right.gif);
	text-indent: -99999px;
	overflow:hidden;
}
#contents #title .lice_box_right {
	width: 204px;
	height:77px;
	float:right;
	background-image:url(../license/img/btn_license.jpg);
	text-indent: -99999px;
	overflow:hidden;
}

#contents #title .box_right li {
	list-style:none;
}

#contents #title .box_right a.tit_01 {
	background-position: 0px 0px;
	height: 26px;
}

#contents #title .box_right a:hover.tit_01 {
	background-position: 204px 0px;
	height: 26px;
}

#contents #title .box_right a.tit_02 {
	background-position: 0px 25px;
	height: 26px;
}

#contents #title .box_right a:hover.tit_02 {
	background-position: 204px 25px;
	height: 26px;
}

#contents #title .box_right a.tit_03 {
	background-position: 0px 52px;
	height: 25px;
}

#contents #title .box_right a:hover.tit_03 {
	background-position: 204px 52px;
	height: 25px;
}

/* -maincontents 共通（下層） ------------------------------------------------ */

#contents #maincontents {
	width: 644px;
	margin: 0 auto;
	padding: 0 59px;
	clear:both;
	overflow:hidden;
}

#contents #maincontents_w {
	width: 728px;
	margin: 0 auto;
	padding: 0 auto;
	clear:both;
	overflow:hidden;
}

#contents #maincontents h2 {
	margin-top: 20px;
}

#contents #maincontents p.h2_txt {
	width: 600px;
	margin: 20px 0;
	font-size: 108%;
}

#contents #maincontents p {
	margin: 15px auto;
}

#contents #maincontents p.img {
	text-align: center;
}

#contents #maincontents p.img_h {
	margin:30px auto;
	text-align: center;
}

#contents #maincontents p.img_h {
	text-align: center;
}

#contents #maincontents p.img_toph {
	margin:50px auto 0;
	text-align: center;
}

#contents #maincontents p.img_toph {
	text-align: center;
}

#contents #maincontents p.img_big {
	margin: 0;
}

#contents #maincontents h3 {
	margin-bottom: 15px;
	margin-top: 35px;
}

#contents #maincontents h4 {
	margin-bottom: 10px;
	margin-top: 10px;
}
#contents #maincontents h4.high {
	margin-bottom: 15px;
	margin-top: 35px;
}

#contents #maincontents p.h3_kome {
	margin: 0 22px;
	font-size: 93%;
}

#contents #maincontents p.h3_txt {
	margin: 0 22px;
	font-size: 108%;
}

#contents #maincontents p.h3_txt_l {
	margin: 20px 22px;
	font-size: 108%;
}

#contents #maincontents p.h3_txt_2 {
	margin: 20px 22px 0;
	font-size: 108%;
}

#contents #maincontents p.h4_txt {
	margin: 0 22px;
	font-size: 108%;
}
#contents #maincontents p.gotop{
	width: 640px;
	margin: 35px 0;
	text-align: right;
}

#contents #maincontents p img{
	vertical-align: top;
}

#contents #maincontents p.add{
	width: 578px;
	font-size: 108%;
	border: 1px solid #9E86D2;
	background-color: #E4DDF2;
	padding: 10px;
}

#contents #maincontents .cap{
	width: 585px;
	padding-left: 1em;
	text-indent: -1em;
}

.clear {
	clear:both;
}

.m_t_10{
	margin-top: 10px;
}

.m_t_20{
	margin-top: 20px;
}

.m_b_10{
	margin-bottom: 10px;
}

.m_b_20 {
	margin-bottom: 20px;
}

.p_t_10{
	padding-top: 10px;
}

.r_12 {
	margin-right: 7px;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

p.gotop img{
	vertical-align: bottom;
}

#contents #maincontents p img.h_center{
	vertical-align: middle;
	margin-right: 10px;
}

#contents #maincontents p img.v_left{
	vertical-align: text-top;
}

#contents #maincontents p.yaji,
#contents #maincontents dl dt.yaji{
	background: url(../img_cmn/ya.gif) no-repeat left 4px;
	padding-left: 15px;
}

#contents #maincontents dl {
	font-size: 108%;
	line-height: 130%;
}

#contents #maincontents dl dd {
	margin-left: 10px;
}


/* -資料請求（下層） ---------------------------------------------------- */

#contents #maincontents p.req_img{
	width: auto;
	text-align: center;
	margin: 70px 0 35px 0;
}

/* -フッターテキストリンク（下層） ---------------------------------------- */

#contents #maincontents p.foot_link{
	width: 644px;
	text-align: center;
	margin-top: 0;
	line-height: 140%;
}
#contents #maincontents_w p.foot_link{
	width: 728px;
	text-align: center;
	margin-top: 0;
	line-height: 140%;
}

/* ----------------------------------------------------------------------- */
/*  オープンキャンパス（下層）                                               */
/* ----------------------------------------------------------------------- */

#contents #maincontents #oc{
	padding: 0;
	margin: 0 22px 15px;
	height: 1em;
}

#contents #maincontents #oc ul{
	margin : 0;
}

#contents #maincontents #oc ul li{
	width: 120px;
	float: left;
	list-style-type: none;
	font-size: 14px;
	text-align: left;
	padding: 0;
}

/* -模擬授業　テーブル（下層） --------------------------------------------- */

#contents #maincontents table.mogi{
	width: 600px;
	margin: 0 auto;
	padding: 0;
}

#contents #maincontents table.mogi td{
	padding: 3px;
}

#contents #maincontents table.mogi .date{
	width: 63px;
	font-size: 25px;
	color:#cc9966;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align:left;
}
#contents #maincontents table.mogi .date2{
	width: 137px;
	font-size: 25px;
	color:#cc9966;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align:left;
}

#contents #maincontents table.mogi .time{
	width: 214px;
	vertical-align: top;
}
#contents #maincontents table.mogi .time2{
	width: 140px;
	vertical-align: top;
}
#contents #maincontents table.mogi .time3{
	width: 140px;
	vertical-align: middle;
	text-align:center;
}
#contents #maincontents table.mogi .eve_tit{
	width: 449px;
	font-size:14px;
	vertical-align: middle;
}

#contents #maincontents table.mogi .comment{
	width: 302px;
	vertical-align: top;
}
#contents #maincontents table.mogi .day{
	font-size:12px;
}
#contents #maincontents table.mogi .comme{
	font-size:16px;
}

/* -イベント情報　テーブル（下層） ----------------------------------------- */

#contents #maincontents table.event{
	width: 644px;
	margin: 0 auto;
	padding: 0;
	border-collapse :collapse;
}

#contents #maincontents table.event td{
	padding: 3px;
	text-align: center;
	border: solid #CCCCCC 1px;
	letter-spacing: -1px;
}

#contents #maincontents table.event .day{
	width: 25px;
	background-color:#FFFFCC;
}

#contents #maincontents table.event .nittei{
	width: 142px;
	background-color:#FFFCC4;
}

#contents #maincontents table.event .hi_1{
	width: 237px;
	background-color:#FFEAE6;
}

#contents #maincontents table.event .hi_2{
	width: 193px;
	background-color:#FFEAE6;
}

#contents #maincontents table.event .iro{
	background-color:#FFFFCC;
}

/* ----------------------------------------------------------------------- */
/*  アクセス（下層）                                                        */
/* ----------------------------------------------------------------------- */

#contents #maincontents p.kakusen {
	width: 644px;
	font-size: 108%;
	margin: 0 22px;
	letter-spacing: -1px;
}

/* ----------------------------------------------------------------------- */
/*  未来大生の方へ（下層）                                                   */
/* ----------------------------------------------------------------------- */

#contents #maincontents .zigaku_box {
	width: 600px;
	margin: 20px 22px 0;
}

#contents #maincontents .zigaku_box .box_left {
	width: 350px;
	float: left;
	margin: 0;
}

#contents #maincontents .zigaku_box .box_left p {
	width:auto;
	margin: 0;
	font-size: 108%;
}

#contents #maincontents .zigaku_box .box_left img {
	margin-left: 10px;
}

#contents #maincontents .zigaku_box .box_right {
	width: 250px;
	float: right;
	margin: 0;
	text-align:right;
}
