@charset "utf-8";

/*仮ページ*/

.topSamle {
	margin: 240px auto 0px auto;
}

/*ヘッダー*/

.wrapHeader {
	height: 505px;
}

div.wrapMainImageArea {
	height: 437px;
	width: 100%;
}

div.inWrapMainImageArea {
	height: 437px;
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}

div.mainImageArea {
	height: 437px;
	width: 100%;
	margin: 0px auto;
	background-image: url(../img/sub/mainImageArea.png);
	background-position: top center;
	background-repeat: repeat-x;
}

div.inMainImageArea {
	position: relative;
	height: 437px;
	width: 1000px;
	margin: 0px auto;
}

nav.globalheader {
	top: 322px;
	left: 0px;
}

/*パンくず*/

div.wrapBreadArea {
	height: 70px;
	width: 1000px;
	margin: 0px auto;
}

div.breadArea {
	width: 45%;
	padding: 40px 0px 0px 55%;
}

div.breadArea p {
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	line-height: 23px;
	color: #666;
	border-bottom: 1px solid #D6D6D6;
	text-align: right;
}

div.breadArea p a {
	text-decoration: none;
	color: #666;
}

div.breadArea p a:hover {
	text-decoration: underline;
	color: #333;
}

/*コンテンツ*/

/*メイン*/

#contents {
	padding-top: 60px;
}

h3.h3Title {
	padding-bottom: 30px;
}

ul.topNavi02List li {
	height: auto;
	width: 320px;
	padding-bottom: 10px;
}

ul.topNavi02List li {
	height: auto;
	width: 320px;
}

ul.topNavi02List li img {
	height: auto;
	width: 320px;
	display: block;
    margin: 0;
	padding: 0;
}

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

ul.topNavi02List li a {
	min-height: 345px;
	width: 320px;
	display: block;
	text-decoration: none;
}

ul.topNavi01List {
	margin-top: 20px;
	padding-bottom: 25px;
}

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

ul.topNavi01List li {
	padding-bottom: 15px;
}

ul.topNavi01List a {
	text-decoration: none;
}

div.detailTextBox {
	background-color: #FEC519;
}

p.detailText01 {
	padding: 15px;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	color: #333;
}

p.detailText01:hover {
	color: #FFF;
}

p.detailText02 {
	padding: 15px;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	color: #333;
}

p.detailText02:hover {
	color: #CCC;
}

/*サイド*/

.h4Title {
	padding-bottom: 25px;
}

div.sideNaviBtn {
	padding-bottom: 10px;
}

div.sideNaviBtn a:hover img {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}
