/*----------------
明徳義塾高等学校　高校留学についてのHP
共通CSS
----------------*/

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

a{
	margin: 0;
	padding: 0;
}

a:visited {
	color: #993366;
}
a:active {
	color: #993366;
}
a:link {
	color: #CC0000;
}

img{
	border: 0;
}


/*----------------下記は各ページ共通クラスCSS----------------*/
.honbun12px {
	fon-size: 12px;
	line-height: 150%;
	font-size: 12px;
}
.honbun14px {
	font-size: 14px;
	line-height:150%;
}
.honbun16px {
	font-size: 16px;
	line-height:150%;
}

/*----------------下記は見出しの設定----------------*/
.midashi-24px {
	font-size: 24px;
	font-weight: bold;
}
.midashi-22px {
	font-size: 22px;
	font-weight: bold;
}
.midashi-20px {
	font-size: 20px;
	font-weight: bold;
}
.midashi-18px {
	font-size: 18px;
	font-weight: bold;
}
.midashi-16px {
	font-size: 16px;
	font-weight: bold;
}
.midashi-14px {
	font-size: 14px;
	font-weight: bold;
}
.midashi-12px {
	font-size: 12px;
	font-weight: bold;
}

/*----------------下記は[moji-10.css]の設定を移植----------------*/
.moji-10 {
	font-size: 10px;
}
.moji-12 {
	font-size: 12px;
	line-height: 20px;
}
.link-01 {
	color: #FFFFFF;
}
.moji-11 {
	font-size: 11px;
}
.moji-chu {
	font-size: medium;
}

/*----------------下記はマージンの設定----------------*/
.sp-b-3px {
	margin-bottom: 3px;
}
.sp-b-5px {
	margin-bottom: 5px;
	margin-top: 0px;
}
.sp-b-10px {
	margin-bottom: 10px;
	margin-top: 0px;
}
.sp-b-15px {
	margin-bottom: 15px;
}
.sp-b-20px {
	margin-bottom: 20px;
}
.sp-b-30px {
	margin-bottom: 30px;
}
.sp-b-40px {
	margin-bottom: 40px;
}
.sp-u-10 {
	margin-top: 10px;


/*----------------下記はラインの設定----------------*/
.border-b {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.line1 {
	border-bottom-width: 細線;
	border-bottom-style: 実線;
	border-bottom-color: #333333;
	margin: 0px;
	padding: 0px;
}
.mawari-l {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.mawari-r {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#navi-pankuzu {
	width: 620px;
	margin: 0 auto 20px;
	padding: 5px 0;
	font-size: 12px;
	color: #333333;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#navi-pankuzu .point {
	color: #3366FF;
}

#navi-pankuzu a {
	color: #333333;
}



/*----------------下記はF＆Qの設定----------------*/

.f-en{


}
