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

@import url('/css/h_f/header_pc.css'); /* ヘッダー */


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

/* ================= 目次 =====================

【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;
}

a {
	color:#0066CC;
}

img {
	border:none;
}

em {
	font-style:normal;
	}

a:hover {
	color:#6699FF;
}

.clear { clear:both; }
.bold { font-weight:bold; }
.shift-left { float:left;}
.shift-right { float:right;}
.img-left { float:left; margin-right:5px;}
.img-right { float:right; margin-left:5px;}
.left { text-align:left;}
.right { text-align:right;}
.center { text-align:center;}
.red {color:#FF0000;}

/* ---------------------------------------------------------
レイアウト外枠定義
--------------------------------------------------------- */
#layout {
	display:block;
	width:1004px;
	margin:0px auto;
	padding:0px;
}

/* ---------------------------------------------------------
フッター
--------------------------------------------------------- */
#footer {
	width:100%;
	margin:0px;
	padding:0px 0px 30px 0px;
	background:url(../img/share/footer/foot_bg.jpg) repeat-x;
}

#footer-bg {
	width:1004px;
	margin:0 auto;
}

/*成功する留学のリンク*/
#foot-menus {
	display:block;
	float:right;
	width:650px;
	margin:10px 0px 0px 0px;
	padding:0px;
	font-size:10px;
}

#foot-menus ul {
	margin:5px 0px 0px 0px;
	padding:0px;
	clear:both;
}

#foot-menus li {
	list-style:none;
	display:block;
	float:left;
	padding:0px 10px 0px 0px;
	margin:0px;
}

#copyright {
	float:left;
	width:250px;
	line-height:1.5;
	font-size:10px;
	padding:15px 0px 0px 0px;
	}

#foot-menus p {
	margin:15px 0px 0px 0px;
	padding:0px;
	color:#003366;
}

#footer a {color:#333333;}
#footer a:hover {color:#999999;}

/* ---------------------------------------------------------
ぱんくず
--------------------------------------------------------- */

#pan {
	display:block;
	margin:0px;
	background-color:#F0F0F0;
	width:100%;
}

#pan p {
	display:block;
	width:1004px;
	margin:0 auto;
	padding:5px 0px 5px 5px;
}


/* -- 上部へ -- */

#foot-link {
	display:block;
	margin:20px 0 10px 0;
	padding:0px;
	text-align:right;
}
