@charset "shift_jis"; 
/********************
ヘッダー
********************/	
.headerBg{
	background-image: url(../images/common/headerBg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
}

.headerMenuBg{
	background-image: url(../images/common/headerMenuBg.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 307px;
}

/********************
メニュー
********************/
.menuBg{
	background-image: url(../images/common/menuBg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	height: 60px;
}

/********************
メインイメージ
********************/
.mainimgIndBg{
	background-image: url(../images/common/mainimgIndBg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 580px;
	width: 100%;
}
.mainimg2ndBg{
	background-image: url(../images/common/mainimgIndBg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 230px;
	width: 100%;
}

/********************
コンテンツ
********************/
.contentsBg{
	background-color: #F2F2F2;
	background-image: url(../images/common/contentBg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top:32px;
	width: 100%;
}
.contentsBgBtm{
	background-color: #F2F2F2;
	background-image: url(../images/common/contentBgBtm.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 100%;
	height: 25px;
}

/********************
フッター
********************/
.pagetopBg{
	background-image: url(../images/common/pagetopBg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 26px;
	width: 100%;
}
.footer1{
	background-color: #FFF;
	background-image: url(../images/common/footerBg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	padding:20px 0 10px;
}
.footer2{	padding:20px 0;
}
/********************
INDEX
********************/
.pickupBg{
	background-image: url(../images/index/pickupBg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 215px;
	width: 980px;
	}
.news{
	height:248px;
	width:640px;
	overflow: auto;
	}
.information{
	height:300px;
	width:260px;
	overflow: auto;
	}

/*******************
2nd
*******************/

/*業務案内*/
.subtBg2{
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #0068b7;
/*	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	color: #0068b7;
	padding-left: 10px;
}

/*セミナー*/
.subtBg{
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #0068b7;
/*	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	color: #0068b7;
	padding-left: 14px;
}


/*スタッフ*/
.staffName{
/*	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	font-size: 1.2em;
	font-weight: bold;
	color: #0068b7;
}



/*ブログ*/
.blogTitle{
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/BLOG/subtBg.jpg);
	background-repeat: no-repeat;
	padding-left:10px;
}
