﻿@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------
印刷用CSS
----------------------------------------------- */

body {
	background: none;
	text-align: left;
}

/* Body Area
----------------------------------------------- */

#page-wrapper {
	width: 660px;
	margin: 0;
}
#container {
	width: 660px;
	padding: 0;
	background: none;
}


/* Header Area
----------------------------------------------- */

#header {
	display: none;
}


/* Gnavi Area
----------------------------------------------- */

#global_navi {
	display: none;
}

/* Page Top Navi
----------------------------------------------- */

#page_top {
	display: none;
}


/* Footer Area
----------------------------------------------- */

#footer {
	display: none;
}



/* Page Common
----------------------------------------------- */
.page_head {
	display: none;
}


/* Top Page 
----------------------------------------------- */

.main_visual {
	display: none;
}
.news_area .title {
	display: none;
}
.about_area .about_box .detail {
	display: none;
}
.guidelines_area .guideline_box .detail {
	display: none;
}

/* ===== IE6 Fix ===== */
* html #top_space .left_block {
	width: 300px;
}
* html #top_space .right_block {
	margin-left: 10px;
	float: left;
	width: 300px;
}
* html .about_area .about_box {
	float: none;
	width: 300px;
	height: auto;
}
* html .guidelines_area .guideline_box {
	float: none;
	width: 300px;
	height: auto;
}


/* About Page 
----------------------------------------------- */
/* ===== IE6 Fix ===== */
* html .content_area {
	width: 712px;
}
* html .content_area .text_left {
	margin-bottom: 20px;
	width: 718px;
	overflow: hidden;
}
* html .content_area .text_left .left_block {
	width: 380px;
}
* html .content_area .text_left .right_block {
	float: left;
	width: 300px;
}


/* Course Page 
----------------------------------------------- */
/* ===== IE6 Fix ===== */
* html #course_space {
	width: 720px;
}
* html #course_space table {
	margin-bottom: 20px;
	border: 2px #fff solid;
	color: #4c4c4c;
	width: 720px;
	text-align: center;
}


/* Scene Page 
----------------------------------------------- */

* html #scene_space #school_scene {
	width: 700px;
}
* html #scene_space #ikebukuro_scene {
	width: 700px;
}
* html #scene_space .content_area ul {
	margin-bottom: 20px;
	width: 700px;
	overflow: hidden;
}
* html #scene_space .content_area ul li {
	margin: 0 15px 10px 0px;
	display: block;
	float: none;
	line-height: normal;
}

/* Access Page 
----------------------------------------------- */
/* ===== IE6 Fix ===== */
* html #access_space {
	width: 720px;
}
* html #access_space .content_area .text_right .right_block {
	width: 270px;
}


/* Access Page 
----------------------------------------------- */
/* ===== IE6 Fix ===== */
* html #download_files ul li {
	display: block;
	float: none;
}


/* Guideline Page 
----------------------------------------------- */
/* ===== IE6 Fix ===== */
* html #enter_procedure_01 table {
	width: 700px;
}
* html #enter_procedure_01 table th {
	padding: 20px 10px;
	width: 130px;
}
* html #enter_procedure_01 table td {
	padding: 20px 10px;
	width: 530px;
}
* html #enter_procedure_01 table td table {
	width: 450px;
}
* html #enter_procedure_01 table td table th {
	padding: 5px;
	width: 90px;
}
* html #enter_procedure_01 table td table td {
	padding: 5px;
	width: 90px;
}
* html #enter_procedure_02 table {
	width: 700px;
}
* html #enter_procedure_02 table th {
	padding: 20px 10px;
	width: 130px;
}
* html #enter_procedure_02 table td {
	padding: 20px 10px;
	width: 530px;
}
































