@charset "Shift_JIS";

/* 導入事例 */

/*===========================
■1. インデックス
============================*/

.headLectureship{
	height:143px;
	position:relative;
	background:url(img/head_back.jpg) no-repeat left top;
}

	.headLectureship h1{
		position:absolute;
		top:30px;
		left:40px;
	}
	.headLectureship h2{
		position:absolute;
		top:75px;
		left:519px;
	}

div.LectureshipTop{
	margin: 0 auto 15px;
	display: block;
	width: 955px;
	position:relative;
}
	div.LectureshipTop img{
		position:absolute;
		top:50px;
		left: 30px;
	}
	div.LectureshipTop div{
		float: right;
		background-color: #FFF;
		padding: 30px;
		margin:20px;
		width: 600px;
		display: block;
	}
	div.LectureshipTop h3{
		font-weight: 900;
		font-size: 20px;
	}
	div.LectureshipTop p{
		margin: 10px 10px  20px 20px;
		font-size: 15px;
	}
	div.miniINDEX{
		font-weight: 800;
		width: 550px !important;
		margin: 20px 0 0 30px;
		padding: 10px !important;
	}
	div.menuList{
		width: 520px !important;
		border: solid 2px #613200;
		border-radius: 5px;
		margin:5px 0 0 20px !important;
		padding: 15px 10px !important;
	}
	div.menuList ul li{
		list-style: none;
		display: inline;
		margin: auto 15px;
	}

/* 記事Ａｒｅａ*/
#ArticleArea{
	padding: 10px 20px;
}
#ArticleArea h2,#ArticleTitle h1{
	background: url(../img/h2_mark.gif) no-repeat left 5px;
	padding-left: 25px;
	margin-left: 15px;
	font-weight: 800;
	font-size: 25px;
	font-family: "ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
}
#Foreword{
	background-color: #FFF;
	padding: 20px;
	margin: 10px 20px 40px;
}
#Foreword h3{
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 5px;
}
#Foreword p{
	font-size: 13px;
	margin-left: 20px;
}
#Article{
	width: 90%;
	margin: 0 auto;
}
div.ASub{
	width: 95% !important;
	margin: 0 auto;
	padding-top:20px;
}
#Article div.Bodyttl{
	width: 120px;
	height: 120px;
	background: url(../img/ttl.gif) no-repeat;
	color: #FBEACF;
	font-weight: 600;
	float: left;
	position:relative;
	margin: 0 20px 0 0;
	text-align: center;
}
#Article div.Bodyttl p{
	display: block;
	position: absolute;
	top:43%;
	left: 25%;
	font-size: 16px;
	float: right;
	text-align: center;
}
div.ArticleBody{
	font-size: 14px;
	display: block;
	width: 680px;
	float: right;
	margin-bottom: 20px;
}

div.Subpage{
	width: 720px ;
}
div.ArticleBody img{
	margin: 10px 5px;
}
div.ArticleBody h3{
	font-size: 20px;
	font-weight: 700;
	margin: 20px 0 10px 0;
}
div.ArticleBody p{
	padding-left: 10px;
	margin-bottom: 10px;
}
#ArticleTitle {
	margin: 0 auto 10px;
	padding-top: 20px;
}

#LectureshipMenu{
	background-color: #fff;
	padding: 20px;
	height: 220px;
}
#LectureshipMenu ul{
	font-size: 13px;
	width: 250px;
	float: left;
}
#LectureshipMenu ul li{
	padding: 3px 0 5px 15px;
	list-style:decimal inside;
	font-weight: 500;
}
#LectureshipMenu ul li.top{
	list-style: disc inside;
	font-size: 16px;
	font-weight: 700;
}
#LectureshipMenu ul li a,div.menuList ul li a,div.ArticleBody p a{
	color: #BE562B;
	text-decoration: underline;
}

/*ページナビ*/
#PageNavi{
	background: url(../../../common/css/img/bg01.gif) repeat;
	margin: 0 !important;
	clear:both;
	display: block;
	height: 70px;
}

#PageNavi a{
	background: #BF552B;
	display: inline;
	padding: 10px 10px 10px 60px;
	color: #FFF;
	margin:20px 0 0;
	border-radius: 5px;
	font-size: 13px
}

#PageNavi a.right{
	float: right;
	background: url(img/next.gif) no-repeat 10px 14px #BF552B;
}
#PageNavi a.left{
	float: left;
	background: url(img/prev.gif) no-repeat 10px 14px #BF552B;
}
/* フォントスタイル */

#reformMain .txt14{
	color:#613200;
	font-size:87.5%;
}
#reformMain .txt16b{
	color:#613200;
	font-weight:bold;
	font-size:112.5%;
}
#reformMain .lh25{
	line-height:2.5;
}
#reformMain{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#613200;
}
