@charset "utf-8";

#corpration {
	background: url(../images/corp_bg.gif) no-repeat 465px 80px;
	position: relative;
	width: 942px;
}

*html #corpration {
	background: url(../images/corp_bg.gif) no-repeat 495px 80px;
}

*:first-child+html #corpration {
	background: url(../images/corp_bg.gif) no-repeat 475px 80px;
}


#flashArea {
	text-align: center;
	width: 942px;
}
#flashcontent {
	width: 480px;
	height: 402px;
	margin: 0 auto;
}
#flashArea p {
		font-size: 14px;
		margin: 15px 0 0 0;
}

/*--------------------------
contentR
--------------------------*/
.contentR {
	width: 250px;
	float: right;
}
.contentR ul {
	width: 250px;
	
}
.contentR ul li.first {
	border-top: solid 2px #8b8b89;
	border-bottom: 1px solid #e9e9e4;
	padding: 5px 0;	
}
.contentR ul li {
	border-bottom: 1px solid #e9e9e4;
	padding: 5px 0;
	vertical-align: middle;
	color: #231815;
}
.contentR ul li a {
	display: block;
}
.contentR ul li a:hover {
	background: #f8b500;
	padding-left: 10px;
}

.contentR ul li a#act {
	background: #dadad7;
	padding-left: 10px;
}
.contentR ul li a#act:hover {
	color: #8b8b89;
}

/*--------------------------
contentL
--------------------------*/
.contentL {
	width: 664px;
	float: left;
}

table th {
	width: 120px;
	border-top: 1px solid #dadad7;
}

table td {
	border-top: 1px solid #dadad7;
}

table td span {
	margin-left: 6px;
	vertical-align: top;
}

h2 {
	margin-bottom: 25px;
}

h3 {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 6px;
	font-size: 15px;
	color: #878785;
	line-height: 100%;
	
}
*html h3 {
	line-height: 125%;
	margin-bottom: 16px;
}

#ex {
	margin: 8px 0 18px 0;
}

#ex span {
	color: #F9B700;
	font-weight: bold;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*--------------------------
map
--------------------------*/
.column1Box {
	width: 664px;
}

.tit {
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 6px;
	font-size: 15px;
	color: #878785;
	line-height: 100%;
	border-top: solid 2px #8b8b89;
}

#p1,#p2,#p3 {
	margin-top: 10px;
	clear: both;
}
.aMap {
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
}
.aMap a {
	color: #333;
}

.pageTitle {
	margin-top: 10px;
}
.pageTitle a {
	display: block;
	width: 654px;
}

