@media screen and (min-width: 769px){
/* main */
#main {
	margin: 0px  auto;
	margin-bottom: 15px;
	width: 980px;
}

#main .title {
	position: relative;
	margin-bottom: 20px;
	width: 980px;
	height: 330px;
}

#main .title img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;	
}

#main .title h2 {
	position: absolute;
	top: 30px;
	left: 40px;
	z-index: 2;
}

#main .title h2 {
	font-size: 40px;
	line-height: 1.5;
	color: #ffffff;
	font-weight: normal;
}

#main .title p {
	position: absolute;
	top: 78px;
	left: 45px;
	z-index: 2;	
}

#main .title p {
	font-size: 14px;
	line-height: 1.5;
	color: #ffffff;
	font-weight: normal;
}

/* L */
#main .L {
	margin-right: 40px;
	width: 200px;
	float: left;
}

#main .L .menuSubTtl {
	padding: 10px 0px;
	width: 198px;
	border: 1px solid #cccccc;
	background: #21468c;
}

#main .L .menuSubTtl p {
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
}

#main .menuSub ul {
	width: 200px;
	background: #f0f0f0;
}

#main .menuSub ul li.ttl {
	padding:12px 0px 10px 20px;
	width: 178px;
	border-right: 1px solid #cccccc;	
	border-bottom: 1px dotted #cccccc;
	border-left: 1px solid #cccccc;
	background: #f0f0f0;
	line-height:1.5em;
}

#main .menuSub ul li.ttlCurrent {
	padding:12px 0px 10px 20px;
	width: 178px;
	border-right: 1px solid #cccccc;	
	border-bottom: 1px dotted #cccccc;
	border-left: 1px solid #cccccc;
	background: #b01e29;
	color:#fff;
	line-height:1.5em;
}

#main .menuSub ul li.sub {
	padding:0px 0px 0px 20px;
	width: 178px;
	border-right: 1px solid #cccccc;	
	border-bottom: 0px dotted #cccccc;
	border-left: 1px solid #cccccc;
	background: #fafafa;
	line-height:1.5em;
}

#main .menuSub ul li.subEnd {
	padding:0px 0px 0px 20px;
	width: 178px;
	border-right: 1px solid #cccccc;	
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background: #fafafa;
	line-height:1.5em;
}

#main .menuSub ul li.sub a,
#main .menuSub ul li.subEnd a {
	display:block;
	background:url(../img/ln_arrow.gif) no-repeat 20px center;
	padding:2px 0px 2px 40px;
	color: #333333;
	text-decoration:none;
}

#main .menuSub ul li {
	width: 198px;
	border-right: 1px solid #cccccc;	
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	line-height:1.5em;
}

#main .menuSub ul li a {
	display:block;
	background:url(../img/ln_arrow.gif) no-repeat 20px center;
	padding:8px 0px 8px 40px;
	color: #333333;
	text-decoration:none;
}

#main .menuSub ul li a:hover {
	background:url(../img/ln_arrow_cu.gif) no-repeat 20px center #b01e29;
	color:#fff;
}

#main .menuSub ul li a.ln_current {
	background:url(../img/ln_arrow_cu.gif) no-repeat 20px center #b01e29;
	color:#fff;
}

/* R */
#main .R {
	padding-top: 5px;
	width: 740px;
	float: left;
	background: url(../img/bg_gekko2.jpg) no-repeat top right;
}

/* columnTop */
#main .R .columnTop {
	margin-bottom: 30px;
	width: 660px;
}

#main .R .columnTop h3 {
	margin-bottom: 10px;
	font-size: 28px;
	line-height: 1.5;
	font-weight: bold;
	text-align: left;
}

#main .R .columnTop p {
	margin-bottom: 10px;
}

/* column */
#main .R .column {
	width: 680px;
}

#main .R .column h4 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	text-align: left;
}

/* step */
#main .R .column .step {
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 15px;
	width: 630px;
	height: 150px;
	border: 10px solid #e5e5e5;
}

#main .R .column .step h3 {
	margin-bottom: 7px;
	font-weight: bold;
	color: #005ba3;
}

#main .R .column .step .red {
	color: #cc0000;
}

#main .R .column .step p.end {
	margin-bottom: 25px;
}

/* attn */
#main .R .column .attn {
	margin-top: 20px;
	margin-bottom: 50px;
}

#main .R .column .attn p {
	text-align: center;
	font-weight: bold;
	color: #cc0000;
}

/* backTop */
#main .R .column .backTop {
	margin-top: 5px;
	margin-bottom: 15px;
}

#main .R .column .backTop p {
	text-align: right;
}

/* inq */
#main div#inq {
	margin-top: 50px;
	margin-bottom: 50px;
}

#main div#inq ul {
	text-align: center;
}

#main div#inq li {
	margin-bottom: 0px;
}
}