/* 基本レイアウト記述用CSS */

/* 基本エレメント */
body {
	margin: 0;
	color: #666666;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif ;
	font-size: 12px;
}
address {
	font-style: normal;
}
img {
	border: none;
	font-size: 1px;
	line-height: 0;
	vertical-align: middle;
}
ul, ol {
	margin-left: 0;
	padding-left: 2em;
}
object,embed {
	vertical-align: top;
}
/**/

/* 汎用クラス */
.leftfloat {
	float: left;
	display: inline;
}
img.leftfloat {
	margin: 0 10px 10px 0;
}
.rightfloat {
	float: right;
	display: inline;
}
img.rightfloat {
	margin: 0 10px 10px 0;
}
.lefttext {
	text-align: left;
}
.righttext {
	text-align: right;
}
.centertext {
	text-align: center;
}
.box {
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}
.large {
	font-size: 120%;
}
.x-large {
	font-size: 144%;
}
/**/

/* 全体 */
.wrapper {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	overflow: hidden;
}
/**/

/* ヘッダー */
#header {
	margin-bottom: 10px;
	width: 100%;
	height: 100px;
	overflow: hidden;
}
#header #logo {
	padding: 0;
	float: left;
	display: inline;
	width: 400px;
}
#header .header_right {
	float: right;
	display: inline;
	text-align: right;
	width: 500px;
	height: 60px;
	overflow: hidden;
}
#header .header_right ul {
	margin: 10px 0 0 0;
	padding: 0;
}
#header .header_right ul li {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	display: inline;
	list-style: none;
}
#header .header_right ul li#nav_accessmap {
	background: url(../img/i_accessmap.gif) 0 50% no-repeat;
}
#header .header_right ul li#nav_sitemap {
	background: url(../img/i_sitemap.gif) 0 50% no-repeat;
}
#header .header_right ul li#nav_contact {
	background: url(../img/i_contact.gif) 0 50% no-repeat;
}
/**/

/* グローバルナビゲーション */
#globalnav {
	clear: both;
	width: 100%;
	height: 40px;
	overflow: hidden;
}
#globalnav ul {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
#globalnav ul li {
	margin: 0;
	padding: 0;
	float: left;
	height: 40px;
	list-style: none;
}
#globalnav ul li a {
	display: block;
	text-indent: -9999px;
	height: 40px;
	overflow: hidden;
}

/**/

/* コンテンツ部分 */
#content {
	margin-bottom: 20px;
	width: 900px;
	overflow: hidden;	
}
/**/

/* メインビジュアル */
#mainvisual {
	margin-bottom: 10px;
}
/**/

/* 左コンテンツ */
#main {
	float: left;
	display: inline;
	width: 650px;
	overflow: hidden;
	line-height:1.5em;
}
/**/

/* トピックス */
.h_topic,
.b_topic {
	background-image: url(../img/topic_back.png);
	background-repeat: no-repeat;
}
.h_topic {
	margin: 0;
	font-size: 12px;
	width: 100%;
	height: 40px;
	background-position: center 30px;
}
.h_topic h2 {
	margin: 3px 0 0 0;
	padding: 0;
	float: left;
	display: inline;
	font-size: 12px;
	line-height: 100%;
	width: 430px;
}
.h_topic div {
	margin: 3px 0 0 0;
	float: right;
	text-align: right;
	width: 220px;
}
.h_topic div img {
	margin-left: 10px;
}
.b_topic {
	margin-bottom: 5px;
	padding: 5px 20px 10px;
	background-position: center bottom;
}
.b_topic dl {
	margin: 0;
	padding: 0;
}
.b_topic dt {
	padding-left: 16px;
	float: left;
	display: inline;
	font-weight: bold;
	background: url(../img/topic_list.png) left center no-repeat;
}
.b_topic dd {
	margin-bottom: 10px;
	margin-left: 10em;
}
/**/
/* 各校トップバナーエリア */
div.banner {
	margin-left: 162px;
	width: 650px;
	overflow: hidden;
	
}
div.banner img {
	margin-left: 2px;
	float: left;
	display: inline;
	
}
/**/

/* パンくずリスト */
div.topicpath ul {
	margin: 0;
	padding: 0;
}
div.topicpath ul li {
	margin: 0;
	padding: 0 20px 0 0;
	display: inline;
	background: url(../img/i_topicpath.gif) right center no-repeat;
}
div.topicpath ul li.here {
	padding-right: 0;
	font-weight: bold;
	background: none;
}
/**/

/* 右コンテンツ */
#sub {
	padding-left: 10px;
	float: right;
	display: inline;
	width: 190px;
	border-left-style: solid;
	border-left-width: 5px;
}
#sub .headline {
	margin: 0;
	padding: 0;
}
#pickup {
	padding: 10px 10px 0 10px;
	float: right;
	display: inline;
	width: 220px;
}
#pickup h2 {
	margin: 0;
	padding: 0;
}
#pickup img {
	margin-bottom: 10px;
}
/**/

/* ローカルナビゲーション */
#sub ul.localnav {
	margin: 0;
	padding: 0;
}
#sub ul.localnav li {
	font-size: 12px;
	border-bottom: 1px dashed #CCCCCC;
	list-style: none;
}
#sub ul.localnav li a {
	padding: 9px 0 9px 30px;
	display: block;
	background-position: 10px 12px;
	background-repeat: no-repeat;
	color:#666;
}
#sub ul.localnav li a:hover {
	background: #F8F8F8;
	background-position: 10px 12px;
	background-repeat: no-repeat;
	color:#990099;
}
#sub ul.localnav li ul {
	border-top: 1px dashed #CCCCCC;
}
#sub ul.localnav li ul li {
	margin-left: 10px;
	font-size: 12px;
	list-style: square;
	border-bottom: none;
}
#sub ul.localnav li ul li a {
	padding: 4px;
	background-image: none;
}
#sub ul.localnav li ul li a:hover {
	background-image: none;
}

.indent {


}
/**/

/* フッター */
#footer {
	padding-top: 10px;
	clear: both;
	width: 100%;
	overflow: hidden;
	border-top-width: 5px;
	border-top-style: solid;
}
#footer .footer_left {
	float: left;
	display: inline;
	width: 400px;
}
#footer .footer_left address {
	margin-left: 60px;
}
#footer .footer_right {
	float: right;
	display: inline;
	text-align: right;
	width: 500px;
}
#footer .footer_right #footernav {
	margin: 0;
	padding: 0;
}
#footer .footer_right #footernav li {
	margin: 0;
	padding: 0 1em;
	display: inline;
	list-style: none;
	border-right: 1px solid #666666;
	font-size:10.5px;
}
#footer .footer_right #footernav li.first {
	border-left: 1px solid #666666;
}
#copyright {
	margin: 0;
	padding: 0;
}
/**/

/* コメント */
.h_comment,
.b_comment {
	background-image: url(../img/comment_back.png);
	background-repeat: no-repeat;
}
.h_comment {
	margin: 0;
	font-size: 12px;
	width: 100%;
	height: 130px;
	background-position: center top;
}
.h_comment div {
	margin: 50px 0 0 10px;
	float: left;
	text-align: left;
	width: 400px;
}
.h_comment div img {
	padding: 10px;
}
.b_comment {
	margin-bottom: 10px;
	padding: 0 10px 10px 15px;
	background-position: center bottom;
}

/**/



/* オープンキャンパス */
.h_open_t {
	background-image: url(../open/OC_back_brown_t.jpg);
	background-repeat: no-repeat;
	height: 42px;
	font-size: 14px;
}



.h_open_o {
	background-image: url(../open/OC_back_thin_o.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
}
.h_open_o table {
	margin: 0;
	padding-top:5px;
	font-size: 12px;
	width: 650px;
	height: 62px;
	background-position: center top;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.h_open_o td {
	text-align:left;
	padding-left:10px;
	color:#FF6600;
}


.h_open_g {
	background-image: url(../open/OC_back_thin_g.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
}
.h_open_g table {
	margin: 0;
	padding-top:5px;
	font-size: 12px;
	width: 650px;
	height: 62px;
	background-position: center top;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.h_open_g td {
	text-align:left;
	padding-left:10px;
	color:#006633;
}


.h_open_p {
	background-image: url(../open/OC_back_thin_p.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
}
.h_open_p table {
	margin: 0;
	padding-top:5px;
	font-size: 12px;
	width: 650px;
	height: 62px;
	background-position: center top;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.h_open_p td {
	text-align:left;
	padding-left:10px;
	color:#660099;
}


/**/

/* 学校行事 */
#event {
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: left;
}
#event ul {
	margin: 10px 0 0 0;
	padding: 0;
}
#event ul li {
	margin: 0 0 0 5px;
	padding: 0 0 0 20px;
	display: block;
	list-style: none;
}
#event ul li#nav_event_all {
	background: url(../img/eventSchedule2010_all.jpg) 0 0 no-repeat;
}
#event ul li#nav_event_d {
	background: url(../img/eventSchedule2010_d.jpg) 0 0 no-repeat;
}
#event ul li#nav_event_m {
	background: url(../img/eventSchedule2010_m.jpg) 0 0 no-repeat;
}
#event ul li#nav_event_c {
	background: url(../img/eventSchedule2010_c.jpg) 0 0 no-repeat;
}
#event ul li#nav_event_dc {
	background: url(../img/eventSchedule2010_dc.jpg) 0 0 no-repeat;
}
#event ul li#nav_event_dm {
	background: url(../img/eventSchedule2010_dm.jpg) 0 0 no-repeat;
}

#event .event_title {
	float: left;
	text-align: left;
	width: 100%;
	height: 100%;
}
#event .event_title ul {
	margin: 0;
	padding: 0;
}

#event .event_title ul li {
	margin: 0 0 0 15px;
	padding: 0 0 5px 20px;
	display: inline;
	list-style: none;
	vertical-align:top;
}

/**/


/* Q ＆ A */
.qa div {
	width:650px;
	margin:0 10px 20px 20px;
}

.qa dl {
	margin: 0;
	padding: 0;
}

.qa dt {
	font-size: 100%;
	vertical-align:middle;
	margin-left:0;
	padding:5px 20px 8px 30px;
	background: url(../img/Question.gif) left top no-repeat;
}

.qa dd {
	color:#562F47;
	vertical-align:middle;
	text-align:left;
	margin-left:0;
	padding:3px 10px 15px 30px;
	background: url(../img/Answer.gif) left top no-repeat;
}

/**/




/* チップ */

a.tip {
	position: relative;
}

a.tip span {
	display: none;
	position: absolute;
	top: 20px;
	left: -10px;
	width: 125px;
	padding: 5px;
	z-index: 100;
	background: #000;
	color: #fff;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}

a:hover.tip {
	font-size: 99%; /* this is just for IE */
}

a:hover.tip span {
	display: block;
}
		
/**/