@charset "utf-8";

/*仮アップ*/

.testpdt80 {
	padding-top: 80px;
}

/*トップページ*/

#header {
	height: 721px;
	width: 100%;
	margin: 0px auto;
	background-image: url(../img/top/headerBg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

#inHeader {
	position: relative;
	height: 142px;
	width: 980px;
	margin: 0px auto;
}

div.wrapImgArea {
	height: 504px;
	width: 100%;
	background-image: url(../img/top/wrapImgAreaBg.png);
	background-position: top center;
	background-repeat: repeat-x;
}

div.imgArea {
	height: 504px;
	width: 100%;
	background-image: url(../img/top/mainImage.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

div.inImgArea {
	position: relative;
	height: 504px;
	width: 980px;
	margin: 0px auto;
}

p.catchText {
	position: absolute;
	top: 115px;
	left: 563px;
	height: 338px;
	width: 249px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/top/catchText.png);
	background-position: top center;
	background-repeat: no-repeat;
}

div.topNaviArea {
	height: 45px;
	padding-bottom: 17px;
	width: 100%;
	background-image: url(../img/top/topNaviAreaBg.png);
	background-position: top center;
	background-repeat: repeat-x;
}

ul.ghNavi {
	display: table;
	height: 45px;
	width: 980px;
	margin: 13px auto 0px auto;
}

#toggle {
	display: none;
}

/*コンテンツ*/

#contents {
	padding-top: 60px;
}

.topNaviBox01 {
	height: auto;
	width: 680px;
	margin: 0px auto 10px auto;
}

.newsBox {
	float: left;
	height: auto;
	width: 335px;
	background-color: #EEEEEE;
}

h3.h3NewsTitle {
	height: 50px;
	width: 335px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/top/h3NewsTitle.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

div.cmsBtn {
	height: 40px;
	font-size: 12px;
	line-height: 20px;
	padding: 8px 15px 5px 30px;
	text-align: right;
}

div.cmsBtn:before {
	content: url(../img/top/cmsbtnMark.png);
	margin-right: 10px;
    position: relative;
	top: 7px;
}

div.cmsBtn a {
	text-decoration: none;
	color: #000;
}

div.cmsBtn a:hover {
	color: #F90;
}

.topicsBox {
	float: right;
	height: auto;
	width: 335px;
	background-color: #EEEEEE;
}

h3.h3TopicsTitle {
	height: 50px;
	width: 335px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/top/h3TopicsTitle.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

div.cmsTextBox {
	height: auto;
	width: 325px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-align: left;
	background-color: #FFF;
}

dl.cmsText {
	height: auto;
	width: 300px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px dashed #999999;
}

dl.cmsText dt {
	height: auto;
	width: 300px;
	padding: 5px 10px 0px 10px;
	font-size: 12px;
	color: #47ACAA;
}

dl.cmsText dd {
	height: auto;
	padding: 5px 10px;
	font-size: 13px;
}

dl.cmsText dd:before {
	content: "▶";
	font-size: 11px;
	margin-right: 10px;
    position: relative;
	color: #333;
}

dl.cmsText dd a {
	text-decoration: none;
	color: #333;
}

dl.cmsText dd a:hover {
	text-decoration: underline;
	color: #CCC;
}

.topNaviBox02 {
	clear: both;
	margin-top: 10px;
	padding: 20px 0px;
	background-color: #EAF7F7;
}

.topNaviBox02 ul li a  {
	text-decoration: none;
}

.topNaviBox02 ul li a h4{
	padding: 15px 20px 0px 20px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-align: left;
}

.topNaviBox02 ul li a h4:hover {
	color: #CCC;
}

.topNaviBox02 ul li a p:hover {
	color: #AAA;
}

p.ouenText {
	padding: 5px 20px;
	font-size: 12px;
	color: #666;
	text-align: left;
}

.topNaviBox02 ul {
	height: auto;
	width: 680px;
	margin: 10px auto 0px auto;
}

.topNaviBox02 ul li {
	height: auto;
	width: 340px;
	float: left;
	padding-bottom: 15px;
}

.topNaviBox02 ul li a:hover {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}

.topNaviBox03 {
	margin-top: 35px;
	padding: 0px 0px 10px 0px;
	background-color: #fff0f1;
}

.topNaviBox03 ul li a  {
	display: block;
	text-decoration: none;
}

.topNaviBox03 ul li a h4 {
	padding: 15px 20px 0px 20px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-align: left;
}

.topNaviBox03 ul li a h4:hover {
	color: #CCC;
}

.topNaviBox03 ul li a p:hover {
	color: #AAA;
}

.topNaviBox03 ul {
	height: auto;
	width: 674px;
	margin: 5px auto 0px auto;
	display: table;
}

.topNaviBox03 ul li {
	height: auto;
	width: 164px;
	display: table-cell;
}

.topNaviBox03 ul li a:hover {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}

h3.h3OnlineTitle {
	height: 42px;
	width: 680px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/top/h3OnlineTitle.jpg?v=230127);
	background-position: top center;
	background-repeat: no-repeat;
}

p.onlineText {
	padding: 5px 20px;
	font-size: 12px;
	color: #666;
	text-align: left;
}

/*フッター*/