/*#info-nav*/
#info-nav
{
	margin: 0 8px 10px;
}
/*col*/
#left-col
{
	width: 160px;
	display: inline;
	float: left;
	background: #FFFFFF;
	margin: 0 20px 0 0;
}
#left-col.fixed
{
	position: fixed;
	top: 0;
	z-index: 1;
}
#scroll-wrap
{
	float: right;
}
#mid-col
{
	width: 520px;
	display: inline;
	float: left;
	margin: 0 20px 0 0;
}
#right-col
{
	width: 220px;
	float: left;
}
/*#sub-nav*/
#sub-nav
{
	margin: 0 0 20px;
}
#sub-nav .fixed
{
	position: fixed;
}
#sub-nav .head
{
	margin-bottom: 3px;
}
#sub-nav .block
{
	background: #D5D5D5;
}
#sub-nav LI A
{
	height: 25px;
	display: block;
	font-size: 12px;
	background: #FFFFFF;
	color: #306CBA;
	padding: 6px 0 0 5px;
	margin: 0 0 1px;
	text-decoration: none;
}
#sub-nav LI A SPAN
{
	margin: 0 10px 0 4px;
	font-family: Courier;
}
#sub-nav LI A:hover
{
	background: #C0ECF2;
}
#sub-nav LI.current A, #sub-nav LI.current A:hover
{
	background: #E1F0FE;
	font-weight: bold;
}
/*#service*/
#service
{
	position: relative;
	margin: 0 0 10px;
}
#service .head
{
	margin-bottom: 10px;
}
#service .block IMG
{
	margin: 0 0 0 3px;
}
#service A SPAN
{
	position: absolute;
	top: 80px;
	left: 0;
	background: #ECECEA;
	color: #1078C9;
	padding: 4px 10px;
	width: 140px;
	text-align: center;
	display: none;
}
#service A:hover SPAN
{
	display: inline;
}
/*#heading*/
#heading
{
	margin: 0 0 15px;
}
#heading H1
{
	background: url(/public/image/mid-col/h1-bg.png) no-repeat;
	height: 26px;
	font-size: 20px;
	font-weight: 600;
	color: #1E62C0;
	padding: 4px 0 0 32px;
	margin: 0 0 4px;
}
/*#content*/
#content
{
}
#content .sub-content
{
	margin: 30px 0 0;
}
#content H2
{
	background: url(/public/image/mid-col/h2-bg.png) no-repeat;
	height: 27px;
	font-size: 16px;
	font-weight: 600;
	color: #CE4010;
	padding: 8px 0 0 30px;
	margin: 18px 0;
}
#content H3
{
	color: #5B5B5B;
	font-size: 15px;
	font-weight: bold;
	margin: 10px;
}
#content H3 SPAN
{
	margin: 0 7px 0 0;
	font-weight: bold;
	font-family: Courier;
}
#content H4
{
	font-size: 13px;
	margin: 5px 10px;
}
#content H6
{
	color: #6D6D68;
	font-size: 11px;
	margin: 0.2em 0;
	padding: 0 0 0 15px;
	line-height: 1.6em;
	background: #F6F6F6;
	border-left: 3px solid #C5C8C4;
}
#content P
{
	font-size: 13px;
	margin: 1em 10px;
}
#content HR
{
	background: url(/public/image/mid-col/hr-bg.png) repeat-x;
	border: none;
	height: 6px;
	margin: 15px auto;
	clear: both;
}
#content TABLE
{
	margin: 10px 0;
	width: 100%;
}
#content DL.comment
{
	background: #DDEDF2;
	border: 1px solid #D1D1D1;
	margin: 10px 0;
}
#content DL.comment DT
{
	background: url(/public/image/mid-col/dt-bg.png) no-repeat;
	height: 25px;
	padding: 7px 0 0 24px;
	font-size: 14px;
	font-weight: bold;
	color: #0E5495;
	border-bottom: 1px solid #FFFFFF;
}
#content DL.comment DD
{
	padding: 10px 15px;
	background: #FFFFFF;
	border-top: 2px solid #96D8F2;
}
#content DL.comment.half
{
	width: 45%;
	float: left;
	display: inline;
	margin-left: 2%;
	margin-right: 2%;
}
#content DL.slider
{
	border: 1px solid #C6C6C6;
	margin: 20px 0;
	background: #EBEBEB;
	position: inherit;
}
#content DL.slider H5
{
	background: #676767;
	padding: 7px 10px 0;
	height: 25px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
#content DL.slider DT
{
	height: 26px;
	padding: 5px 0 0 10px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #5D625E;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}
#content DL.slider DT.act, #content DL.slider DT:hover
{
	color: #1D70C1;
}
#content DL.slider DD
{
	background: #FFFFFF;
	padding: 5px 10px 25px;
	position: relative;
}
#content DL.slider DT .arrow
{
	position: absolute;
	right: 10px;
	cursor: pointer;
	bottom: 7px;
}
#content DL.slider DD .arrow
{
	position: absolute;
	right: 10px;
	cursor: pointer;
	bottom: 8px;
}
#content UL
{
	text-indent: 0;
}
#content LI
{
	list-style: outside;
	margin: 0.3em 0 0.3em 2.5em;
}
#content TABLE LI
{
	margin: 0.4em 1em;
}
#content OL LI
{
	list-style: decimal;
}
#content UL LI
{
	list-style: disc outside;
}
#content .center
{
	margin: 10px auto;
	display: block;
}
#content .left
{
	margin-right: 10px;
	float: right;
}
#content .right
{
	margin-left: 10px;
	float: right;
}
#content #regist-big, #content #seminar-big
{
	margin-bottom: 15px;
}
#content #regist-big
{
	float: left;
	margin-left: 20px;
}
#content #seminar-big
{
	float: right;
	margin-right: 20px;
}
#content #go-back, #content #next-section
{
	font-size: 12px;
	margin: -5px 15px 0;
}
#content #go-back A, #content #next-section A
{
	text-decoration: none;
	font-size: 12px;
}
#content #go-back A:hover, #content #next-section A:hover
{
	color: #4C8EDC;
}
#content #go-back
{
	float: left;
}
#content #next-section
{
	float: right;
}
/*.tab*/
.tab-bar
{
	overflow: hidden;
	background: url(/public/image/mid-col/tab/tab-line.png) no-repeat bottom;
	padding: 0 5px;
}
.tab-bar .tab
{
	background: url(/public/image/mid-col/tab/tab-1.png) no-repeat;
	float: left;
	padding: 0 0 0 10px;
	height: 42px;
	margin: 0 2px 0 0;
	cursor: pointer;
}
.tab-bar .tab P
{
	background: url(/public/image/mid-col/tab/tab-2.png) repeat-x;
	font-weight: bold;
	line-height: 1em !important;
	margin: 0 !important;
	padding: 9px 0 0 5px;
	height: 23px;
	color: #325A73;
}
.tab-bar .tab P .t-r
{
	background: url(/public/image/mid-col/tab/tab-3.png) no-repeat;
	padding: 0 10px 0 0;
	display: inline-block;
	height: 32px;
	vertical-align: top;
	margin: -9px 0 0 !important;
}
.tab-bar .tab.act
{
	background: url(/public/image/mid-col/tab/tab-act-1.png) no-repeat;
}
.tab-bar .tab.act P
{
	background: url(/public/image/mid-col/tab/tab-act-2.png) repeat-x;
	color: #CD3F0F;
}
.tab-bar .tab.act P .t-r
{
	background: url(/public/image/mid-col/tab/tab-act-3.png) no-repeat;
}
/*#right-col*/
#seminar, #regist
{
	margin: 0 0 20px;
}
#seminar .block, #regist .block
{
	border: 4px solid #DDDFCF;
}
#seminar .info, #regist .info
{
	background: #EFEFEF;
	color: #025372;
	padding: 6px 10px;
	font-size: 13px;
	line-height: 1.3em;
}
/*#seminar*/
#seminar .bt
{
	margin: 12px auto;
	display: block;
}
/*#regist*/
#regist LI
{
	font-size: 13px;
	margin: 6px 0 6px 15px;
}
#regist A
{
	font-weight: bold;
	text-decoration: none;
}
/*#share*/
#share .head
{
	margin-bottom: 10px;
}
#share .addthis_toolbox
{
	text-align: center;
	padding: 0 0 0 30px;
}
/*col-2*/
BODY#inside.col-2 #mid-col
{
	width: 760px;
	margin-right: 0;
}
BODY#inside.col-2 #mid-col H1
{
	background: url(/public/image/mid-col/h1-col2-bg.png) no-repeat;
}
BODY#inside.col-2 #right-col
{
	display: none;
}