#line{
	position: absolute;
	left: -200px;
	top: 0px;
	z-index: 1;
}


/*subpage common*/
#title{
	width: 1000px;
	height: 170px;
	margin: 0px 10px 0px 10px;
	overflow: hidden;
	position: relative;
	z-index:5;
}

#pan-area{
	width: 1000px;
	height: 16px;
	margin: 0px 10px 0px 10px;
	position: relative;
	z-index: 5;
}

#pan-area li.pan-icon1{
	float: left;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background: url(../img/cmn/icon1.png) no-repeat;
}

#pan-area li.pan-icon2{
	float: left;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin-left: 10px;
	background: url(../img/cmn/icon2.png) no-repeat;
}

#contents-area{
	float: left;
	width: 1020px;
	margin-top: 30px;
	position: relative;
	z-index: 6
}

#left-side{
	float: left;
	width: 740px;
	margin: 0px 54px 0px 10px;
}

.subtitle-area{
	width: 740px;
	height: 40px;
	border-bottom: 1px dotted #b4b4b4;
}

.subtitle-text{
	width: 737px;
	height: 35px;
	border-left: 3px solid #1a569e;
	margin-bottom: 5px;
}

.subtitle-text h2{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #555555;
	padding-left: 20px;
	padding-top: 5px;
}

#right-side{
	float: left;
	width: 206px;
	margin: 0px 10px 0px 0px;
}

.right-menu{
	width: 206px;
	height: 156px;
	background: url(../img/corporate/right_menu_bg1.png);
}

.right-menu ul{
	list-style: none;
	width: 206px;
	height: 121px;
	padding-top: 30px;
}

.right-menu li{
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	padding-left: 20px;
}

/*subpage origin*/
.table1{
	width: 740px;
	margin-top: 40px;
	position: relative;
}

/*table*/
table{
width: 740px;
font-size: 13px;
line-height: 1.5em;
font-weight: normal;
border-top: 1px dotted blue;
border-bottom: 1px dotted blue;
table-layout: fixed;
border-collapse: collapse;
}

table tbody tr td{
table-layout: fixed;
}

.trl{
/*width: 135px;*/
padding: 15px 0px 15px 20px;
border-bottom: 1px dotted blue;
background-color: #FFFFFF;
color: #333333;
text-align: left;
vertical-align: middle;
table-layout: fixed;
font-size: 12px;
}

.trr{
width: 550px;
padding: 15px 0px 15px 20px;
border-bottom: 1px dotted blue;
background-color: #FFFFFF;
color: #333333;
text-align: left;
table-layout: fixed;
vertical-align: middle;
font-size: 12px;
}

.trr ul{
	list-style: none;
	float: left;
}

.trr li{
	text-align: left;
}

.trr a{
	color: blue;
	text-decoration: underline;
}

.trr a:hover{
	color: red;
	text-decoration: none;
}


/*go to top*/
.gototop{
	width: 180px;
	height: 50px;
	margin-top: 40px;
	margin-left: 550px;
	margin-bottom: 50px;
}

/*etc*/
.mt10{margin-top: 15px;}
.mt30{margin-top: 30px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px;}
@media screen and (max-width: 767px) {
	#title{
		height: auto;
	}
	#left-side{
	    float: none;
	    width: auto;
	    margin: 0 10px;
	    z-index: 6;
	}
	.table1{
		width: 100%;
	}
	.table1 table{
		width: 100%;
	}
	.table1 table tr td textarea{
		max-width: 432px;
		width: 100%;
	}
	.trl{
		width: 35%;
	}
	.trr{
		width: auto;
	}
}
