@charset "utf-8";

/*■■■■■■■■■■■■■■■■■■■■■■■■■　初期設定　■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■ボックス■■■■■■*/
* {
	margin: 0px;
	padding: 0px;
	border:0px none;
	}

/*■■■■■■テキスト■■■■■■*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, tr, td, th {
	font-family:"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", MS P Gothic;
	font-size:small;
	font-weight:normal;
	line-height:normal;
	letter-spacing:normal;
	color:#333333;
	}
input, textarea {
	font-size:100%;
	}
li {
	list-style:none;
	margin-left:0em;
	}
table {
	border-collapse:collapse;
	border-spacing:0px;
	}

/*■■■■■■リンクカラー■■■■■■*/
a:link {
	color:#A3070C;
	text-decoration:underline;
	}
a:visited {
	color:#A3070C;
	text-decoration:underline;
	}
a:hover {
	color:#FF0000;
	text-decoration:underline;
	}
a:active {
	color:#A3070C;
	text-decoration:underline;
	}

/*■■■■■■ボディー■■■■■■*/
body {
	background-color:#EEEEDD;
	width:100%;
	}

/*■■■■■■■■■■■■■■■■■■■■■■■■■　ヘッダ　■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#header {
	background-image:url(../images_cmn/bgd_header.gif);
	width:800px;
	height:31px;
	padding-top:10px;
		}
#header h1 {
	padding-left:10px;
	}
#header a {
	width:171px;
	height:30px;
	}

/*■■■■■■■■■■■■■■■■■■■■■■■■■　ページのレイアウト　■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#page {
	width:800px;
	margin:auto;
	}
#content {
	padding:30px 10px 0px 10px;
	}
#content_right {
	width:570px;
	}
#content_left {
	width:200px;
	margin-right:10px;
	}
#footer {
	clear:both;
	}

/*■■■■■■■■■■■■■■■■■■■■■■■■■　左のボックス（メニュー）　■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#content_left h3 {
	display:none;
	}
#content_left .smenu ul {
	margin-bottom:10px;
	}
#content_left .smenu li {
	width:200px;
	height:50px;
	margin-bottom:2px;
	}

/*■■■■■■　メニュー　キャンパスライフ　■■■■■■*/
#content_left .smenu .smenu_campuslife {
	height:36px;
	margin-bottom:20px;
	}

/*■■■■■■　メニュー　資料請求　■■■■■■*/
#content_left .smenu .smenu_docrequest {
	height:60px;
	}


/*■■■■■■■■■■■■■■■■■■■■■■■■■　フッタ　■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#footer .navi {
	height:20px;
	margin-left:73px;
	padding-bottom:20px;
	}
#footer .navi h3 {
	display:none;
	}
#footer .navi li {
	float:left;
	margin-right:5px;
	}
#footer .copyright {
	clear:both;
	font-size:small;
	color:#FFFFFF;
	text-align:right;
	background-image:url(../images_cmn/bgd_footer.gif);
	width:790px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:0px;
	}

/*■■■■■■　メニュー　大学案内　■■■■■■*/
#footer .navi .btn_infomation {
	width:80px;
	height:20px;
	}

/*■■■■■■　メニュー　大学・短期大学部・大学院　■■■■■■*/
#footer .navi .btn_department {
	width:176px;
	height:20px;
	}

/*■■■■■■　メニュー　研究機関　■■■■■■*/
#footer .navi .btn_laboratory {
	width:81px;
	height:20px;
	}

/*■■■■■■　メニュー　入試情報　■■■■■■*/
#footer .navi .btn_examination {
	width:81px;
	height:20px;
	}

/*■■■■■■　メニュー　進路・就職　■■■■■■*/
#footer .navi .btn_employment {
	width:93px;
	height:20px;
	}

/*■■■■■■　メニュー　国際交流・留学　■■■■■■*/
#footer .navi .btn_international {
	width:118px;
	height:20px;
	}



/*■■■■■■■■■■■■■■■■■■■■■■■■■　右のボックス（コンテンツ）　■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■　共通　■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
h2 {
	width:570px;
	height:170px;
	margin-bottom:40px;
	}
h3 {
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-bottom:10px;
	border-bottom:solid #CCCCCC 1px;
	margin-left:20px;
	margin-bottom:20px;
	text-indent:20px;
	font-size:small;
	font-weight:bold;
	}
h4 {
	font-size:small;
	font-weight:bold;
	line-height:1.2em;
	margin-bottom:1em;
	}
p {
	font-size:small;
	line-height:1.2em;
	padding-bottom:1em;
	}
strong {
	font-weight:bold;
	line-height:1.2em;
	}
object {
	margin-bottom:15px;
	}
ol {	
	margin-bottom:1em;
	}
ol li {
	list-style:decimal;
	margin-bottom:0.5em;
	margin-left:40px;
	line-height:1.2em;
	}
.introduction {
	margin-left:30px;
	margin-right:10px;
	margin-bottom:60px;
	}
.contents {
	margin-left:30px;
	margin-right:10px;
	}
.pht_main {
	width:520px;
	margin-left:30px;
	margin-bottom:30px;
	}
.h_line_0px {
	clear:both;
	height:0px;
	border-bottom:solid #CCCCCC 1px;
	margin-bottom:20px;
	}
.h_line_20px {
	clear:both;
	height:20px;
	border-bottom:solid #CCCCCC 1px;
	margin-bottom:20px;
	}
.h_line_30px {
	clear:both;
	height:30px;
	border-bottom:solid #CCCCCC 1px;
	margin-bottom:30px;
	}
.space_0px {
	clear:both;
	height:0px;
	}
.space_10px {
	clear:both;
	height:10px;
	}
.space_20px {
	clear:both;
	height:20px;
	}
.space_30px {
	clear:both;
	height:30px;
	}

/*■■■■■■　ボタン　page top　■■■■■■*/
.btn_to_pagetop {
	width:570px;
	height:20px;
	}
.btn_to_pagetop p {
	margin-bottom:0px;
	}

/*■■■■■■　ボタン　return　■■■■■■*/
.btn_return {
	width:570px;
	height:40px;
	margin-bottom:30px;
	}
.btn_return p {
	margin-bottom:0px;
	}




/*■■■■■■■■■■■■　人物紹介　共通　■■■■■■■■■■■■*/
.person {
	float:left;
	width:250px;
	margin-right:10px;
	margin-bottom:10px;
	}
.frm_255_T {
	background-image:url(../images_cmn/frm_250_T.gif);
	background-repeat:no-repeat;
	width:250px;
	height:10px;
	}
.frm_255_C {
	background-image:url(../images_cmn/frm_250_C.gif);
	width:250px;
	}
.frm_255_B {
	clear:both;
	background-image:url(../images_cmn/frm_250_B.gif);
	background-repeat:no-repeat;
	width:250px;
	height:10px;
	}
.pht_person {
	padding-left:10px;
	padding-right:10px;
	float:left;
	}
.katagaki {
	font-size:x-small;
	margin-bottom:0em;
	padding-bottom:0.5em;
	margin-right:1em;
	}
.name {
	font-size:small;
	font-weight:bold;
	margin-bottom:0em;
	padding-bottom:0.5em;
	}





/*■■■■■■■■■■■■　質問　共通　■■■■■■■■■■■■*/
.question {
	float:right;
	width:520px;
	}
.question table {
	float:right;
	}
.frm_question_LT {
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	}
.frm_question_RT {
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	}
.frm_question_LB {
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	}
.frm_question_RB {
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	}
.frm_question_tail {
	background-repeat:no-repeat;
	width:22px;
	height:19px;
	}
.text_question p {
	color:#FFFFFF;
	font-size:large;
	font-weight:normal;
	line-height:1.2em;
	padding-bottom:0em;
	}

/*■■■■■■　質問　高校生エイサー体験！！　■■■■■■*/
#report_eisa .frm_question {
	background-color:#CC6666;
	}
#report_eisa .frm_question_LT {
	background-image:url(../report/images/frm_q_LT.gif);
	}
#report_eisa .frm_question_RT {
	background-image:url(../report/images/frm_q_RT.gif);
	}
#report_eisa .frm_question_LB {
	background-image:url(../report/images/frm_q_LB.gif);
	}
#report_eisa .frm_question_RB {
	background-image:url(../report/images/frm_q_RB.gif);
	}
#report_eisa .frm_question_tail {
	background-image:url(../report/images/frm_q_tail.gif);
	}
#report_eisa .text_question {
	background-color:#CC6666;
	}

/*■■■■■■　質問　高校生調理実験授業体験！！　■■■■■■*/
#report_cooking .frm_question {
	background-color:#CC6666;
	}
#report_cooking .frm_question_LT {
	background-image:url(../report/images/frm_q_LT.gif);
	}
#report_cooking .frm_question_RT {
	background-image:url(../report/images/frm_q_RT.gif);
	}
#report_cooking .frm_question_LB {
	background-image:url(../report/images/frm_q_LB.gif);
	}
#report_cooking .frm_question_RB {
	background-image:url(../report/images/frm_q_RB.gif);
	}
#report_cooking .frm_question_tail {
	background-image:url(../report/images/frm_q_tail.gif);
	}
#report_cooking .text_question {
	background-color:#CC6666;
	}
#report_cooking .text_question p {
	font-size:small;
	}
#report_cooking .btn_question {
	background-color:#CC6666;
	padding-top:10px;
	}
#report_cooking .btn_question p {
	margin-bottom:0em;
	}

/*■■■■■■　質問　大学祭実行委員会　■■■■■■*/
#pickupclub_gakusai .frm_question {
	background-color:#669966;
	}
#pickupclub_gakusai .frm_question_LT {
	background-image:url(../pickupclub/images/frm_q_LT.gif);
	}
#pickupclub_gakusai .frm_question_RT {
	background-image:url(../pickupclub/images/frm_q_RT.gif);
	}
#pickupclub_gakusai .frm_question_LB {
	background-image:url(../pickupclub/images/frm_q_LB.gif);
	}
#pickupclub_gakusai .frm_question_RB {
	background-image:url(../pickupclub/images/frm_q_RB.gif);
	}
#pickupclub_gakusai .frm_question_tail {
	background-image:url(../pickupclub/images/frm_q_tail.gif);
	}
#pickupclub_gakusai .text_question {
	background-color:#669966;
	}

/*■■■■■■　質問　寮生にインタビュー！！　■■■■■■*/
#support_dormitory .frm_question {
	background-color:#A3070C;
	}
#support_dormitory .frm_question_LT {
	background-image:url(../support/images/frm_q_LT.gif);
	}
#support_dormitory .frm_question_RT {
	background-image:url(../support/images/frm_q_RT.gif);
	}
#support_dormitory .frm_question_LB {
	background-image:url(../support/images/frm_q_LB.gif);
	}
#support_dormitory .frm_question_RB {
	background-image:url(../support/images/frm_q_RB.gif);
	}
#support_dormitory .frm_question_tail {
	background-image:url(../support/images/frm_q_tail.gif);
	}
#support_dormitory .text_question {
	background-color:#A3070C;
	}


/*■■■■■■■■■■■■　答え　共通　■■■■■■■■■■■■*/
.answer {
	clear:both;
	width:520px;
	margin-left:30px;
	}
.answer p {
	margin-bottom:0em;
	}
.frm_answer_T {
	background-image:url(../images_cmn/frm_answer_T.gif);
	background-repeat:no-repeat;
	width:415px;
	height:10px;
	}
.frm_answer_C {
	background-image:url(../images_cmn/frm_answer_C.gif);
	width:415px;
	padding-top:1px;
	}
.frm_answer_B {
	clear:both;
	background-image:url(../images_cmn/frm_answer_B.gif);
	background-repeat:no-repeat;
	width:415px;
	height:10px;
	}
/*■■■■■■　写真１つ　■■■■■■*/
.answer_pht1 {
	margin-left:9px;
	}
.answer_pht1 li {
	float:left;
	margin-right:10px;
	}
.answer_pht1 .text_answer {
	width:265px;
	line-height:1.2em;
	}
.answer_pht1 .btn {
	width:120px;
	height:100px;
	}

/*■■■■■■　写真なし　■■■■■■*/
.frm_answer_C_h90 {
	background-image:url(../images_cmn/frm_answer_C.gif);
	height:90px;
	width:415px;
	padding-top:1px;
	}
.answer_pht0 {
	margin-left:9px;
	margin-right:10px;
	}
.answer_pht0 .text_answer {
	line-height:1.2em;
	}

/*■■■■■■　写真２つ　■■■■■■*/
.answer_pht2 {
	margin-left:9px;
	}
.answer_pht2 li {
	float:left;
	margin-right:10px;
	}
.answer_pht2 .text_answer {
	width:135px;
	line-height:1.2em;
	}
.answer_pht2 .btn {
	width:120px;
	height:100px;
	}

/*■■■■■■　答え　高校生エイサー体験！！　■■■■■■*/
#report_eisa .answer_TK {
	width:105px;
	height:115px;
	}
#report_eisa .answer_TS {
	width:105px;
	height:115px;
	}
#report_eisa .answer_BA {
	width:105px;
	height:115px;
	}
#report_eisa .answer_BB {
	width:105px;
	height:115px;
	}
#report_eisa .answer_BC {
	width:105px;
	height:115px;
	}
#report_eisa .answer_BD {
	width:105px;
	height:115px;
	}
/*■■■■■■　01　■■■■■■*/
#report_eisa .btn_01 {
	float:right;
	margin-right:10px;
	width:120px;
	height:100px;
	}
/*■■■■■■　02　■■■■■■*/
#report_eisa .btn_02 {
	float:right;
	margin-right:10px;
	width:120px;
	height:100px;
	}
/*■■■■■■　03　■■■■■■*/
#report_eisa .btn_03 {
	float:right;
	margin-right:10px;
	width:120px;
	height:100px;
	}
/*■■■■■■　04　■■■■■■*/
#report_eisa .btn_04 {
	float:right;
	margin-right:10px;
	width:120px;
	height:100px;
	}
/*■■■■■■　05　■■■■■■*/
#report_eisa .btn_05 {
	float:right;
	margin-right:10px;
	width:120px;
	height:100px;
	}
/*■■■■■■　06　■■■■■■*/
#report_eisa .btn_06 {
	float:right;
	margin-right:10px;
	width:120px;
	height:100px;
	}
/*■■■■■■　07　■■■■■■*/
#report_eisa .btn_07 {
	float:right;
	margin-right:10px;
	width:120px;
	height:100px;
	}
/*■■■■■■　08　■■■■■■*/
#report_eisa .btn_08 {
	float:right;
	margin-right:10px;
	width:120px;
	height:100px;
	}
/*■■■■■■　09　■■■■■■*/
#report_eisa .btn_09 {
	float:right;
	margin-right:10px;
	width:120px;
	height:100px;
	}
/*■■■■■■　10　■■■■■■*/
#report_eisa .btn_10 {
	float:right;
	margin-right:10px;
	width:120px;
	height:100px;
	}


/*■■■■■■　答え　高校生調理実験授業体験！！　■■■■■■*/
#report_cooking .answer_M {
	width:105px;
	height:115px;
	}
#report_cooking .answer_H {
	width:105px;
	height:115px;
	}
#report_cooking .answer_Y {
	width:105px;
	height:115px;
	}
#report_cooking .answer_K {
	width:105px;
	height:115px;
	}
/*■■■■■■　01　■■■■■■*/
#report_cooking .btn_01 {
	float:left;
	margin-right:10px;
	width:120px;
	height:100px;
	}
/*■■■■■■　02　■■■■■■*/
#report_cooking .btn_02 {
	float:left;
	margin-right:10px;
	width:120px;
	height:100px;
	}
/*■■■■■■　03　■■■■■■*/
#report_cooking .btn_03 {
	width:120px;
	height:100px;
	}
/*■■■■■■　04　■■■■■■*/
#report_cooking .btn_04 {
	width:120px;
	height:100px;
	}
/*■■■■■■　05　■■■■■■*/
#report_cooking .btn_05 {
	float:left;
	margin-right:10px;
	width:120px;
	height:100px;
	}
/*■■■■■■　06　■■■■■■*/
#report_cooking .btn_06 {
	float:left;
	margin-right:10px;
	width:120px;
	height:100px;
	}
/*■■■■■■　07　■■■■■■*/
#report_cooking .btn_07 {
	float:left;
	margin-right:10px;
	width:120px;
	height:100px;
	}
/*■■■■■■　08　■■■■■■*/
#report_cooking .btn_08 {
	float:left;
	margin-right:10px;
	width:120px;
	height:100px;
	}
/*■■■■■■　09　■■■■■■*/
#report_cooking .btn_09 {
	float:left;
	margin-right:10px;
	width:120px;
	height:100px;
	}
/*■■■■■■　10　■■■■■■*/
#report_cooking .btn_10 {
	float:left;
	margin-right:10px;
	width:120px;
	height:100px;
	}
/*■■■■■■　11　■■■■■■*/
#report_cooking .btn_11 {
	float:left;
	margin-right:10px;
	width:120px;
	height:100px;
	}
/*■■■■■■　12　■■■■■■*/
#report_cooking .btn_12 {
	float:left;
	margin-right:10px;
	width:120px;
	height:100px;
	}
/*■■■■■■　13　■■■■■■*/
#report_cooking .btn_13 {
	float:left;
	margin-right:10px;
	width:120px;
	height:100px;
	}

/*■■■■■■　答え　大学祭実行委員会　■■■■■■*/
#pickupclub_gakusai .answer_iincho {
	width:105px;
	height:115px;
	}
/*■■■■■■　01　■■■■■■*/
#pickupclub_gakusai .btn_01 {
	float:right;
	margin-right:10px;
	width:120px;
	}
/*■■■■■■　02　■■■■■■*/
#pickupclub_gakusai .btn_02 {
	float:right;
	margin-right:10px;
	width:120px;
	}


/*■■■■■■　答え　寮生にインタビュー！！　■■■■■■*/
#support_dormitory .answer_K {
	width:105px;
	height:115px;
	}







/*■■■■■■■■■■■■　コラム　共通　■■■■■■■■■■■■*/
.column {
	width:520px;
	margin-left:30px;
	}
.column table {
	border-spacing:0px;
	border-collapse:collapse;
	}
.frm_report_520_T {
	background-repeat:no-repeat;
	width:520px;
	height:10px;
	}
.frm_report_520_C {
	width:520px;
	padding-left:10px;
	padding-right:10px;
	}
.frm_report_520_B {
	background-repeat:no-repeat;
	width:520px;
	height:10px;
	}
.column p {
	color:#FFFFFF;
	margin-bottom:0em;
	}
.column a:link {
	color:#CCCCCC;
	text-decoration:none;
	}
.column a:visited {
	color:#CCCCCC;
	text-decoration:none;
	}
.column a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
.column a:active {
	color:#FFFFFF;
	text-decoration:none;
	}

/*■■■■■■　コラム　高校生エイサー体験！！　■■■■■■*/
#report_eisa .frm_report_520_T {
	background-image:url(../report/images/frm_column_T.gif);
	}
#report_eisa .frm_report_520_C {
	background-color:#CC6666;
	}
#report_eisa .frm_report_520_B {
	background-image:url(../report/images/frm_colume_B.gif);
	}
#report_eisa .column h4 {
	width:297px;
	height:36px;
	margin-bottom:1em;
	}

/*■■■■■■　コラム　高校生調理実験授業体験！！　■■■■■■*/
#report_cooking .frm_report_520_T {
	background-image:url(../report/images/frm_column_T.gif);
	}
#report_cooking .frm_report_520_C {
	background-color:#CC6666;
	}
#report_cooking .frm_report_520_B {
	background-image:url(../report/images/frm_colume_B.gif);
	}
#report_cooking .column h4 {
	width:297px;
	height:27px;
	margin-bottom:1em;
	}
#report_cooking .column li {
	list-style:disc;
	color:#FFFFFF;
	margin-left:3em;
	line-height:1.2em;
	}






/*■■■■■■■■■■■■■■■■■■■■■■■■■　トップページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#top {
	padding-left:10px;
	padding-right:10px;
	}
#title h2 {
	text-indent:0em;
	width:800;
	height:300px;
	margin-bottom:10px;
	}
#top .frm_200_T {
	background-image:url(../images/frm_200_T.gif);
	background-repeat:no-repeat;
	width:200px;
	height:10px;
	margin-top:10px;
	}
#top .frm_200_C {
	background-image:url(../images/frm_200_C.gif);
	width:200px;
	}
#top .frm_200_B {
	background-image:url(../images/frm_200_B.gif);
	background-repeat:no-repeat;
	width:200px;
	height:10px;
	}
#top .introduction {
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
	padding-bottom:10px;
	}
#top p {
	font-size:small;
	line-height:1.2em;
	margin-bottom:1em;
	}
#top .lead_01 {
	width:174px;
	height:38px;
	}
#top .menu h3 {
	display:none;
	}

/*■■■■■■　メニュー　■■■■■■*/
#top div.menu ul {
	margin-bottom:0px;
	}
#top div.menu li {
	float:left;
	margin-bottom:10px;
	}
#top div.menu li img {
	display:block;
	border:none;
	}
#top div.menu li.large {
	width:570px;
	height:110px;
}
#top div.menu li.left {
	width:280px;
	height:55px;
}
#top div.menu li.right {
	width:280px;
	height:55px;
	margin-left:9px;
}











/*■■■■■■■■■■■■■■■■■■■■■■■■■　360°パノラマキャンパス　■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#panorama h3 {
	background-image:url(../panorama/images/icon_h3.gif);
	}
#panorama .contents .btn_panorama {
	width:260px;
	height:160px;
	}
panorama .contents .btn_panorama a {
	margin-bottom:10px;
	margin-right:10px;
	}






/*■■■■■■■■■■■■　パノラマ　ポップアップ　■■■■■■■■■■■■*/
#panorama_popup #flashcontent {
	width:800px;
	height:600px;
	}
#panorama_popup #flashcontent div {
	width:380px;
	padding:10px;
	margin:auto;
	margin-top:200px;
	background-color:#FFFFFF;
	border:solid #CCCCCC 1px;
	}
#panorama_popup #flashcontent p {
	line-height:1.5em;
	}
#panorama_popup #flashcontent .img {
	text-align:right;
	}
#panorama_popup .copyright {
	display:none;
	}

#panorama_popup p {
	margin-bottom:0em;
	}
#panorama_popup .btn {
	clear:left;
	width:800px;
	height:50px;
	}

#panorama_popup .tilte_panorama_01 {
	width:800px;
	height:50px;
	margin-bottom:0em;
	}
#panorama_popup .tilte_panorama_02 {
	width:800px;
	height:50px;
	margin-bottom:0em;
	}
#panorama_popup .tilte_panorama_03 {
	width:800px;
	height:50px;
	margin-bottom:0em;
	}
#panorama_popup .tilte_panorama_04 {
	width:800px;
	height:50px;
	margin-bottom:0em;
	}
#panorama_popup .tilte_panorama_05 {
	width:800px;
	height:50px;
	margin-bottom:0em;
	}
#panorama_popup .tilte_panorama_06 {
	width:800px;
	height:50px;
	margin-bottom:0em;
	}
#panorama_popup .tilte_panorama_07 {
	width:800px;
	height:50px;
	margin-bottom:0em;
	}
#panorama_popup .tilte_panorama_08 {
	width:800px;
	height:50px;
	margin-bottom:0em;
	}
#panorama_popup .tilte_panorama_09 {
	width:800px;
	height:50px;
	margin-bottom:0em;
	}

/*■■■■■■　ボタン　操作方法　■■■■■■*/
.btn_operation {
	float:left;
	margin-left:10px;
	}
.btn_operation {
	width:90px;
	height:30px;
	}

/*■■■■■■　ボタン　閉じる　■■■■■■*/
.btn_close {
	float:right;
	margin-right:10px;
	}
.btn_close {
	width:70px;
	height:30px;
	}





/*■■■■■■■■■■■■　パノラマ　操作説明　■■■■■■■■■■■■*/
#operation {
	width:360px;
	margin:auto;
	padding-top:30px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	}
#operation h1 {
	display:none;
	}
#operation h2 {
	display:none;
	}
#operation h3 {
	background-image:url(../panorama/images/icon_h3.gif);
	margin-left:0px;
	}
#operation ul {
	margin-bottom:30px;
	}
#operation li {
	list-style:disc;
	margin-right:10px;
	margin-left:30px;
	margin-bottom:0.5em;
	line-height:1.5em;
	}
#operation div {
	text-align:center;
	margin-left:10px;
	}
#operation table {
	width:340px;
	margin-bottom:30px;
	border-collapse:separate;
	border-spacing:2px;
	}
#operation th {
	padding:2px;
	background-color:#CCCCBB;
	}
#operation td {
	padding:2px;
	background-color:#DDDDCC;
	line-height:1.2em;
	}
#operation .text_operation {
	text-align:left;
	}

/*■■■■■■　ボタン　閉じる　■■■■■■*/
#operation .btn_close {
	float:right;
	list-style:none;
	}
#operation .btn_close {
	width:70px;
	height:30px;
	}






/*■■■■■■■■■■■■■■■■■■■■■■■■■　名経大レポート　■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#report h3 {
	background-image:url(../report/images/icon_h3.gif);
	}
#report .contents li {
	margin-right:10px;
	margin-bottom:10px;
	}

/*■■■■■■　ボタン　高校生エイサー体験！！　■■■■■■*/
#report .contents .menu_01 {
	width:520px;
	height:100px;
	}

/*■■■■■■　ボタン　高校生調理実験授業体験！！　■■■■■■*/
#report .contents .menu_02 {
	width:520px;
	height:100px;
	}






/*■■■■■■■■■■■■■■■■■■■■■■■■■　高校生エイサー体験！！　■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#report_eisa h2 {
	height:150px;
	}
#report_eisa h3 {
	background-image:url(../report/images/icon_h3.gif);
	}
#report_eisa .person .katagaki {
	color:#CC6666;
	}
#report_eisa .btn_return a {
	background-image:url(../report/images/btn_return.gif);
	}






/*■■■■■■■■■■■■■■■■■■■■■■■■■　高校生調理実験授業体験！！　■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#report_cooking h2 {
	height:150px;
	}
#report_cooking h3 {
	background-image:url(../report/images/icon_h3.gif);
	}
#report_cooking .person .katagaki {
	color:#CC6666;
	}
#report_cooking .btn_return a {
	background-image:url(../report/images/btn_return.gif);
	}




/*■■■■■■■■■■■■■■■■■■■■■■■■■　Pick Up Club!!　■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#pickupclub h3 {
	background-image:url(../pickupclub/images/icon_h3.gif);
	}
#pickupclub .contents li {
	margin-right:10px;
	margin-bottom:10px;
	}

/*■■■■■■　メニュー　■■■■■■*/
#pickupclub .contents .menu_pickupclub {
	width:270px;
	height:70px;
	}
#pickupclub .contents .menu_pickupclub a {
	margin-bottom:10px;
	margin-right:10px;
	}
#pickupclub .contents .menu_pickupclub p {
	margin-top:5px;
	margin-bottom:20px;
	width:230px;
	margin-left:10px;
	}





/*■■■■■■■■■■■■■■■■■■■■■■■■■　紹介共通　■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#pickupclub_gakusai h2 {
	height:150px;
	}
#pickupclub_gakusai h3 {
	background-image:url(../pickupclub/images/icon_h3.gif);
	}
#pickupclub_gakusai .person .katagaki {
	color:#669966;
	}

#pickupclub_gakusai em {
	color:#669966;
	font-style:normal;
	}


/*■■■■■■　ラグビー部写真 　■■■■■■*/
#pickupclub_gakusai .frm_520_T {
	background-image:url(../images_cmn/frm_520_T.gif);
	background-repeat:no-repeat;
	width:520px;
	height:10px;
	margin-top:10px;
	}
#pickupclub_gakusai .frm_520_C {
	background-image:url(../images_cmn/frm_520_C.gif);
	width:520px;
	padding-top:1px;
	}
#pickupclub_gakusai .frm_520_B {
	clear:both;
	background-image:url(../images_cmn/frm_520_B.gif);
	background-repeat:no-repeat;
	width:520px;
	height:10px;
	}
#pickupclub_gakusai .contents p {
	margin-left:20px;
	}
#pickupclub_gakusai .contents .pht_game {
	clear:left;
	width:500;
	margin-left:10px;
	margin-top:10px;
	}
#pickupclub_gakusai .contents .pht {
	display:block;
	float:left;
	width:60px;
	padding-left:10px;
	padding-bottom:10px;
	}


/*■■■■■■■■■■■■■■■■■■■■■■■■■　学生生活サポート　■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#support h2 {
	height:150px;
	}
#support h3 {
	background-image:url(../support/images/icon_h3.gif);
	}



#support table {
	width:530px;
	margin-bottom:30px;
	border-collapse:separate;
	border-spacing:2px;
	}
#support th {
	padding:5px;
	background-color:#CCCCBB;
	line-height:1.2em;
	text-align:left;
	}
#support td {
	padding:5px;
	background-color:#DDDDCC;
	line-height:1.2em;
	text-align:left
	}
#support table  ol {	
	margin-bottom:0em;
	}
#support table ol li{
	margin-left:30px;
	}


/*■■■■■■　メニュー　学生生活サポート　寮生 　■■■■■■*/
#support .contents .menu_01 {
	width:530px;
	height:100px;
	margin-bottom:30px;
	}


/*■■■■■■■■■■■■■■■■■■■■■■■■■　キャンパスマップ　■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#map h3 {
	background-image:url(../map/images/icon_h3.gif);
	}
#map table {
	width:500px;
	border-spacing:0px;
	border-collapse:collapse;
	}
#map ol {
	width:160px;
	margin-right:10px;
	margin-top:20px;
	}
#map li {
	line-height:1.2em;
	margin-bottom:0.1em;
	margin-left:3em;
	}

/*■■■■■■■■■■■■■■■■■■■■■■■■■　大学祭情報　■■■■■■■■■■■■■■■■■■■■■■■■■■■
#festival h3 {
	background-image:url(../festival/images/icon_h3.gif);
	}*/
/*■■■■■■　ボタン　spring 2008　■■■■■■
#festival .menu_01 {
	width:520px;
	height:100px;
	margin-right:10px;
	margin-bottom:10px;
	}
#festival .link01 {
	margin-right:10px;
	margin-bottom:10px;
	margin-left:10px;
	}
#festival .link02 {
	margin-right:10px;
	margin-bottom:10px;
	margin-left:30px;
	}*/

/*■■■■■■　第６回名経祭　■■■■■■
#festival .frm_520_T {
	background-image:url(../image/common/frm_520_T.gif);
	background-repeat:no-repeat;
	width:520px;
	height:10px;
	margin-top:10px;
	}
#festival .frm_520_C {
	background-image:url(../image/common/frm_520_C.gif);
	width:520px;
	}
#festival .frm_520_B {
	clear:both;
	background-image:url(../image/common/frm_520_B.gif);
	background-repeat:no-repeat;
	width:520px;
	height:10px;
	}
#festival .h_line_0px {
	clear:both;
	width:500px;
	height:0px;
	border-bottom:dotted #CCCCCC 1px;
	margin-left:10px;
	margin-bottom:10px;
	}

#festival .month {
	display:block;
	float:left;
	width:50px;
	padding-left:20px;
	color:#ffaa44;
	font-weight:bold;
	}
#festival .text {
	display:block;
	float:left;
	width:225px;
	padding-left:10px;
	padding-right:10px;
	}
#festival .pht_box {
	display:block;
	float:right;
	width:205px;
	}
#festival .pht {
	display:block;
	float:left;
	width:60px;
	padding-left:5px;
	padding-bottom:5px;
	}
#festival .text li {
	list-style:disc;
	margin-left:1em;
	margin-bottom:5px;
	}
#festival .shop {
	display:block;
	float:left;
	width:150px;
	padding-left:20px;
	}
#festival .shop ul {
	margin-bottom:10px;
	}
#festival .shop li {
	list-style:disc;
	margin-left:20px;
	margin-bottom:5px;
	}
#festival .pht_shop {
	clear:left;
	width:500;
	margin-left:30px;
	}
#festival .text_full {
	display:block;
	float:left;
	width:430px;
	padding-left:10px;
	padding-right:10px;
	}
#festival .text_full li {
	list-style:disc;
	margin-left:1em;
	margin-bottom:5px;
	}
#festival .text_full p {
	text-align:right;
	}*/

/*■■■■■■　市民開放講座　■■■■■■
#festival_lec h3 {
	background-image:url(../festival/images/icon_h3.gif);
	}
#festival_lec ul {
	margin-left:20px;
	margin-bottom:1em;
	}
#festival_lec li {
	margin-bottom:0.2em;
	}
#festival_lec .frm_520_C h4 {
	color:#ffaa44;
	margin-left:20px;
	margin-right:20px;
	padding-top:10px;
	}
#festival_lec .frm_520_C p {
	margin-left:20px;
	margin-right:10px;
	text-indent:1em;
	}
#festival_lec .frm_520_C span {
	color:#CCCCCC;
	text-decoration:underline;
	}
#festival_lec .frm_520_T {
	background-image:url(../image/common/frm_520_T.gif);
	background-repeat:no-repeat;
	width:520px;
	height:10px;
	margin-top:10px;
	}
#festival_lec .frm_520_C {
	float:left;
	background-image:url(../image/common/frm_520_C.gif);
	width:520px;
	}
#festival_lec .frm_520_B {
	clear:both;
	background-image:url(../image/common/frm_520_B.gif);
	background-repeat:no-repeat;
	width:520px;
	height:10px;
	}
#festival_lec .h_line_0px {
	clear:both;
	width:500px;
	height:0px;
	border-bottom:dotted #CCCCCC 1px;
	margin-left:10px;
	margin-bottom:10px;
	}
#festival_lec .text {
	float:left;
	width:370px;
	}
#festival_lec .photo {
	float:left;
	width:120px;
	margin-left:10px;
	margin-top:2em;
	}*/




/*■■■■■■■■■■■■■■■■■■■■■■■■■　学生インタビュー　■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#interview h3 {
	background-image:url(../interview/images/icon_h3.gif);
	}
#interview .contents .btn_interview {
	width:260px;
	}
#interview .contents .btn_interview a {
	margin-bottom:10px;
	margin-right:10px;
	}
#interview .contents .btn_interview p {
	margin-top:5px;
	margin-bottom:20px;
	width:230px;
	margin-left:10px;
	}



/*■■■■■■■■■■■■■■■■■■■■■■■■■　年間スケジュール　■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#schedule h3 {
	background-image:url(../schedule/images/icon_h3.gif);
	}
#schedule .frm_520_T {
	background-image:url(../images_cmn/frm_520_T.gif);
	background-repeat:no-repeat;
	width:520px;
	height:10px;
	margin-top:10px;
	}
#schedule .frm_520_C {
	background-image:url(../images_cmn/frm_520_C.gif);
	width:520px;
	}
#schedule .frm_520_B {

	clear:both;
	background-image:url(../images_cmn/frm_520_B.gif);
	background-repeat:no-repeat;
	width:520px;
	height:10px;
	}

#schedule .month {
	display:block;
	float:left;
	width:50px;
	padding-left:20px;
	color:#00CC99;
	font-weight:bold;
	}
#schedule .text {
	display:block;
	float:right;
	width:430px;
	padding-left:10px;
	padding-right:10px;
	}
#schedule .h_line_0px {
	clear:both;
	width:500px;
	height:0px;
	border-bottom:dotted #CCCCCC 1px;
	margin-left:10px;
	margin-bottom:20px;
	}


/*■■■■■■■■■■■■■■■■■■■■■■■■■　クラブ・同好会一覧　■■■■■■■■■■■■■■■■■■■■■■■■■■■
#club h3 {
	background-image:url(../image/club/icon_h3.gif);
	}
#club ul {
	float:left;
	width:250px;
	list-style:disc;
	margin-left:10px;
	}
#club li {
	list-style:disc;
	margin-left:20px;
	margin-bottom:5px;
	}*/

/*■■■■■■　クラブ詳細ページ用 　■■■■■■
#club .club_name {
	background-image:url(../image/club/icon_h3_large.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-bottom:10px;
	border-bottom:none;
	margin-left:20px;
	margin-bottom:10px;
	text-indent:20px;
	font-size:medium;
	font-weight:bold;
	}
#club .photo img {
	width:165px;
	height:110px;
	margin-right:10px;
	}
#club .url {
	text-indent:15px;
	}
#club table {
	width:530px;
	margin-bottom:30px;
	border-collapse:separate;
	border-spacing:2px;
	}
#club th {
	padding:5px;
	background-color:#CCCCBB;
	line-height:1.2em;
	text-align:center;
	}
#club td {
	padding:5px;
	background-color:#DDDDCC;
	line-height:1.2em;
	text-align:left;
	}
#club .tbl_01 th {
	width:15%;
	}*/


/*■■■■■■■■■■■■■■■■■■■■■■■■■　学園バス時刻表　■■■■■■■■■■■■■■■■■■■■■■■■■■■
#bus {
	padding:10px;
	}
#bus h3 {
	background-image:url(../image/support/icon_h3.gif);
	margin-left:0px;
	}
#bus li {
	list-style:none;
	margin-left0px;
	margin-bottom:5px;
	}
#bus p {
	text-align:center;
	margin-top:10px;
	}*/


