@charset "shift_jis";
/* CSS Document */

/* \*/
* html div, * html p{
 height:1%;
 }
/* */

/* =============================================================
　■□■ 1. 全体の定義 ■□■
============================================================= */

body {
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height:130%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#484848;
}

p {
	margin:0px;
	padding:0px;
	line-height:145%;
}

img {
	border:none;
}

/*回り込み*/
img.left {
	float:left;
	margin-left:5px;
}

img.right {
	float:right;
	margin-left:5px;
}

em {
	font-style:normal;
}

/* ノーマルリンク色指定 */
a:link {
	color:#003399;	/* 青 */
}

a:visited {
	color:#003399;	/* 青 */
}

a:active {
	color: #f00;	/* 赤 */
}

a:hover {
	color:#9966CC/* 紫 */
}

.clear { clear:both; }
.bold { font-weight:bold; }
.shift-left { float:left;}
.shift-right { float:right;}
.left { text-align:left;}
.right { text-align:right;}
.center { text-align:center;}
.font14 { font-size:14px;}
.font16 { font-size:16px;}
.font18 { font-size:18px;}
.red { color:#FF0000; }


/* ---------------------------------------------------------
ヘッダの定義
--------------------------------------------------------- */
#header {
	display:block;
	margin-top:10px;
	padding:0px;
	width:800px;
	height:45px;
	background:url(../img/header/line_bg.gif) repeat-x;
}

#header img {
	display:block;
	margin:0px;
}

#header_left {
	display:block;
	float:left;
	width:350px;
}

#header_left img {
	width:277px;
	margin:0px;
}

#header_right {
	display:block;
	float:right;
	margin:5px 0px;
	padding:0px;
	width:375px;
}

#header_right ul {
	float:right;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#header_right li {
	display:block;
	float:right;
	background:url(../img/header/ico_01.gif) no-repeat;
	margin:0px;
	padding:3px 0px 0px 20px;
	width:75px;
	height:20px;
}
#header_right li.no01 {background:url(../img/header/ico_01.gif) no-repeat;}
#header_right li.no02 {background:url(../img/header/ico_02.gif) no-repeat;}
#header_right li.no03 {background:url(../img/header/ico_03.gif) no-repeat;}


/* ---------------------------------------------------------
フッター
--------------------------------------------------------- */
#foot-menus {
	background-color:#EEEEEE;
	margin-top:10px;
	font-size:12px;
	width:798px;
}

#foot-menus ul {
	margin:0px auto;
	padding:10px 0px 5px 0px;
	text-align:center;
	display:block;
	width:650px;
}

#foot-menus ul li {
	list-style:none;
	display:inline;
	padding:0px 5px;
	border-right:1px solid #333333;
}

#foot-menus ul li.end {
	border-right:none;
}

#copyright {
	text-align:center;
	font-size:10px;
	background-color:#EEEEEE;
	padding:3px;
}


/* ---------------------------------------------------------
左なび
--------------------------------------------------------- */
#navi {
	display:block;
	margin:0px;
	padding:1px;
	width:190px;
	line-height:1.2;
	float:left;
}
#menus {
	display:block;
	margin-top:10px;
	padding:1px;
	border:#CCCCCC solid 1px;
	width:188px;
}
#menus img {
	display:block;
	margin:0px 0px 1px 0px;
	padding:0px;
}

#menus p {
	display:block;
	margin:2px;
	padding:6px 0px 0px 17px;
	height:30px;
	background:url(../img/menu/bg.gif) no-repeat;
	font-size:14px;
}

#menus p.bg2 {
	background:url(../img/menu/bg2.gif) no-repeat;
	padding-bottom:5px;
	height:40px;
	padding:3px 0px 0px 17px;
	}
	
#menus ul {
	margin:3px 0px 10px 28px;
	padding:0px;
	font-size:12px;
}

#menus ul li {
	list-style-image:url(../img/menu/arrow.gif);
	padding:0px;
	margin:0px;
	line-height:1.7;
}

/* ---------------------------------------------------------
レイアウト
--------------------------------------------------------- */
#layout {
	display:block;
	margin:0px auto; 
	width:800px;
}


/* ---------------------------------------------------------
メイン
--------------------------------------------------------- */
#main {
	display:block;
	float:right;
	margin:0px 0px 0px 10px;
	width:590px;
}

/* ---------------------------------------------------------
pan
--------------------------------------------------------- */
#pan {
	display:block;
	margin:10px 0px 5px 5px;
	width:780px;
	font-size:12px;
}

/* ---------------------------------------------------------
コンテンツ
--------------------------------------------------------- */

/*h1*/
#h1 h1 {
	display:block;
	font-size:20px;
	margin:10px 0px;
	padding:3px 0px 0px 15px;
	background:url(../img/h1_bg.gif) no-repeat;
	height:35px;
	line-height:1.5;
}

/*詳細*/
.details {
	display:block;
	margin:0px;
	padding-bottom:15px;
}

/*h2*/
.details h2 {
	display:block;
	margin:10px 10px 5px 10px;
	padding:7px 0px 7px 30px;
	font-size:16px;
	border-bottom:#CC99CC solid 2px;
	color:#CC99CC;
	background:url(../img/h2_bg.gif) no-repeat;
}

/*ステップ　h2指定*/
.step {
	display:block;
	margin:0px;
	padding:0px;
}
.step h2 {
	display:block;
	margin:0px 10px 10px 10px;
	padding:5px 0px 10px 110px;
	font-size:16px;
	border-bottom:#CC99CC solid 2px;
	color:#FF6666;
	background:url(../img/shingaku/step.gif) no-repeat;
}
.step02 { background-position:0 -35px !important; }
.step03 { background-position:0 -70px !important; }
.step04 { background-position:0 -105px !important; }
.step05 { background-position:0 -140px !important; }
.step06 { background-position:0 -175px !important; }
.step07 { background-position:0 -213px !important; }
.step08 { background-position:0 -247px !important; }
.step09 { background-position:0 -283px !important; }
.step10 { background-position:0 -320px !important; }

.details h3 {
	display:block;
	font-size:14px;
	color:#FFFFFF;
	margin:15px 0px 5px 15px;
	padding:0px 3px 0px 8px;
	line-height:1.5;
	background:url(../img/h3_bg.gif) no-repeat;
}

.details p {
	display:block;
	margin:0px 15px;
}

.details p.link { 
	background:url(../img/top/arrow.gif) no-repeat;
	display:block;
	margin-top:5px;
	padding-left:15px;
	font-weight:bold;
	}
	
.details p b {
	display:block;
	margin:13px 0px 8px 0px;
	padding:5px;
	background-color:#EEEEEE;
	border-bottom:#999999 dashed 2px;
}
	
.details em {
	display:block;
	margin:5px 0px 5px 0px;
	padding:5px;
	font-weight:bold;
	background-color:#EEEEEE;
}

.details p.img-center {
	margin:10px 0px 0px 180px;
}

	
/*デスク情報*/
.desk-navi {
	display:block;
	margin:5px 0px 10px 15px;
	padding:0px;
	}

.desk-navi em {
	display:block;
	font-style:normal;
	font-weight:bold;
	}

.desk-navi span {
	display:block;
	margin:0px;
	padding:3px 0px 0px 0px;
	color:#FF3366;
	font-weight:bold;
	font-size:14px;
	}

.desk-navi div {
	display:block;
	margin-top:3px;
	background:url(/img/menu/desk.jpg) no-repeat;
	height:50px;
	}
.t { background-position:0 0px !important; }
.o { background-position:0 -50px !important; }
.n { background-position:0 -100px !important; }
	
	
/*申込みボタン*/
.btn {
	display:block;
	margin:30px 70px;
	padding:0px;
	}
	
.btn p {
	display:block;
	margin:10px 0px;
	text-align:center;
	}
	
.btn img {
	display:block;
	float:left;
	margin-left:10px;
	}

/*ボタン*/
#com_btn {
	display:block;
	margin:10px auto;
	padding:10px;
	width:540px;
	background:url(../img/com_button.gif) no-repeat;
	}
	
#com_btn img {
	display:block;
	float:right;
	margin-right:3px;
	}


/*左のリンク*/
#study {
	display:block;
	margin:10px 0px 0px 0px;
	padding:5px 0px;
	width:190px;
	font-size:12px;
	border:#008CB4 solid 1px;
	border-top:#3399CC solid 7px;
	}
	
#study_bg {
	display:block;
	padding:0px;
	margin:5px 5px 0px 5px;
	}
	
#study p {
	display:block;
	margin:7px 0px 0px 0px;
	padding:5px;
	line-height:130%;
	border:#CCCCCC solid 1px;
	background-color:#FFFFFF;
	}
	
#study p.top {
	display:block;
	margin:0px;
	}
	
#study span {
	display:block;
	border-top:#999999 dashed 1px;
	margin-top:5px;
	padding:5px;
	background-color:#D6EBDB;
	}

#study span a {
	font-weight:bold;
	font-size:12px;
	}

#study span a:hover {
	color:#FFFFFF;
	}

#study span:hover {
	background-color:#FF9900;
	}
	
#study img {
	display:block;
	margin:0px 10px;
	padding:0px;
	border:none;
	}

