/* base */


h1 {
	border-bottom: 1px solid #063773;
	border-left: 7px solid #063773;
	font-size: 18px;
	padding-bottom: 3px;
	text-indent: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 20px;
	color: #333333;
}

#contentbox, #contentbox2{
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}

.pankuzu {
	background: url(../img/pankuzu.jpg) no-repeat;
	color: #FFFFFF;
	font-size: 12px;
	height: 20px;
	padding-top: 5px;
	text-align: right;
	padding-right: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
}

h3 a{
	font-size: 16px;
	margin-bottom: 10px;
}


.title {
	background: url(../img/triangle.jpg) no-repeat left;
	text-indent: 13px;
	font-size: 16px;
	margin-bottom: 10px;
	color: #6f111d!important;
}




/* -- design style for .pager -- */

.pager{
	text-align:center;
	margin-top:1em;
	padding-bottom: 50px;
	font-size: 14px;
}
.pager a, .pager strong.pager-current{
	background:#fff;
	margin-right:0.2em;
	padding:0.2em 0.5em;
}
.pager strong.pager-current{
	background:#2E6AB1 none repeat scroll 0;
	border:1px solid #2e6ab1;
	color:#fff;
}
.pager a{
	color:#027AC6!important;
	border:1px solid #9aafe5;
	text-decoration:none;
}
.pager a:hover{
	border-color:#2e6ab1;
}

.text_inside {
	line-height: 1.75em;
	color: #414141;
	width: 480px;
	padding-left: 10px;
	padding-right: 10px;
}

/*目次スタイル*/

.lstyle, .lstyle_e, .lstyle_f, .lstyle_l, .lstyle_genba, .lstyle_genba_l ,.lstyle_genba_f {
	display: block;
	font-size: 12px;
	float: left;
	height: 15px;
	border-left: 1px solid #063773;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	text-align:center;
}

.lstyle {
	width: 68px;
}

.lstyle_f {
	width: 148px;
}

.lstyle_l {
	width: 78px;
	border-right: 1px solid #063773;
}

.lstyle_e {
	width: 115px;
	border-right: 1px solid #063773;
}

.lstyle_genba{
	width: 85px;
}

.lstyle_genba_f{
	width: 100px;
}
.lstyle_genba_l {
	width: 85px;
	border-right: 1px solid #063773;
}


/*
li a {
	display: block;

}

メニューの左揃えだったのを中央に持っていくために
text-alignを削除しました。
中山
------------------------------------------------- */


.ustyle{
	display: block;
	height: 20px;
	width: 460px;
	list-style: none;
	padding: 0px;
	margin: 0px auto;
}
.mstyle {
	width: 460px;
	padding: 0px;
	margin: 15px auto;
}

.w600 .consul_flow {
	height: 50px;
	width: 500px;
	margin-left: 0px;
	margin-top: 20px;
}

.sample_box {
	height:250px;
}


/*本文スタイル*/
#contentbox2  h2 {
	background: url(../img/title_bar.jpg) no-repeat;
	color: #666666;
	font-size: 14px;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;

}

#title_img {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 550px;
}

.genba {
	background: url(../img/consulting_title.jpg) no-repeat 0px -250px;
}


.m_img {
	margin-top: 0px;
}

/*テキストスタイル*/

.midashi {
	margin: 20px 0px 20px 10px;
	font-size: 16px;
	color: #333333;
	border-bottom: thin solid #333333;
	padding-bottom: 3px;
	text-indent: 10px;
}

.emphasis{
	font-size: 16px;
	color: #476E8B;
	font-weight : bold;
	margin-top:10px;
	margin-bottom:5px;
}

.tablestyle {
	margin: 0px auto;
	padding: 0px;
	width: 500px;
}

.w600 .tablestyle{
	border-top: thin solid #999999;
	border-left: thin solid #999999;
}
.w600 .tablestyle td {
	border-right: thin solid #999999;
	border-bottom: thin solid #999999;
}

.ustyle a:hover {
	background: #A2CEFB;
	color: #FFFFFF;
	text-decoration: none;
}

/* カリキュラムのテーブル配色 */

#programTable{
	font-size:12px;
	margin: 0px 0px 0px 20px;
	background-color:#003399;
}

#programTable tr{
	background-color:#ffffff;

}

td.tblTitle{
	color: #FFFFFF;
	background-color: #003399;
}

td.tblSubTitle{
	background-color:#b7c6e5;

}

