@charset "UTF-8";

#ContentsArea .fs15px { /*font-size: 15px;*/ font-size: 116%;}

#ContentsArea .menu {
	margin-bottom: 2px;
	height: 209px;
}
#ContentsArea .menu p {
	float: left;
	margin: 0;
}
#ContentsArea .menu div {
	float: left;
	padding: 9px 11px 0 10px;
	width: 202px;
	background: #b7b0b0 url(../img/bg_001.png) 0 0 no-repeat;
}
#ContentsArea .menu p.area {
	border-right: 2px solid #fff;
}
#ContentsArea .menu p.link {
	margin: 0 0 10px 2px;
}
#ContentsArea a.btn1 {
     display: block;
     line-height: 1.5;
     width: 199px;
     height: 0;
     padding-top: 89px;
     background: transparent url(../img/link_btn1.png) 0 0 no-repeat;
     overflow: hidden;
}
#ContentsArea a.btn2 {
     display: block;
     line-height: 1.5;
     width: 199px;
     height: 0;
     padding-top: 89px;
     background: transparent url(../img/link_btn2.png) 0 0 no-repeat;
     overflow: hidden;
}
#ContentsArea a.btn1:hover,
#ContentsArea a.btn2:hover {
     background-position: 0 -89px;
}
#ContentsArea .go-nolocated {
	position: relative;
	display: block;
	padding:8px 50px;
	margin-bottom: 30px;

	background: #999f9c url(../img/arrow_down_wt.png) 917px 15px no-repeat;
}

#ContentsArea .go-nolocated p{
	text-align: right;
	margin: 0;
}

#ContentsArea .go-nolocated a,
#ContentsArea .go-nolocated a:visited
{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#ContentsArea .go-nolocated a:hover
{
	text-decoration: none;
	color: #cd0000;
}
#ContentsArea .menu img {
	display: block;
	margin: 0;
	border: 0;
}
#ContentsArea h2 {
	margin: 4px 0 10px;
	padding: 0 15px;
	color: #2e7fad;
}
#ContentsArea table {
	margin-bottom: 36px;
	width: 100%;
	border: 0;
	border-top: 2px solid #7e7e7e;
	border-bottom: 2px solid #7e7e7e;
	border-collapse: collapse;
}
#ContentsArea table th {
	padding: 8px 15px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	border: 0;
	border-bottom: 2px solid #7e7e7e;
}
#ContentsArea table td {
	padding: 8px 15px;
	vertical-align: top;
	border: 0;
	border-top: 1px dotted #c1c1c1;
}
#ContentsArea table .start td {
	border-top: 0;
}
#ContentsArea table p {
	margin: 0;
}
#ContentsArea table {
}
#ContentsArea table a {
	list-style: none;
	padding-left: 17px;
	background: url(../img/cmn_link-icon_02.gif) -2px 3px no-repeat;
}
#ContentsArea .line{
	border-top: solid 2px #7e7e7e;
	border-bottom: solid 2px #7e7e7e;
	padding:8px 15px;
}
#ContentsArea .line p{
	margin: 0;
}
#ContentsArea .line a{
	padding-left: 17px;
	background: url(../img/arrow.png) -2px 3px no-repeat;
}