@charset "utf-8";
/* CSS Document */

#main_message {
	width:99%;
	height:300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/message/message.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #0D1B33;}


#message {
	width:854px;
	height:auto;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	font-size:12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#sub_title2 {
	margin-top: 40px;
	text-align:left;
}

#sub_title2 ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
  
}

#sub_title2 h1, #sub_title2 p {
	text-align:left;
	font-size: 18px;
	line-height: 30px;
	margin-bottom:0px;

}


#sub_title2 ul li:nth-child(1) {
	float:left;
	height:auto;
	margin-left:0px;
}

#sub_title2 ul li:nth-child(2) {
	float:left;
	padding-top:5px;
	padding-left:10px;
	height:auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	  margin-bottom: 30px;
	width:830px;
	margin-left:0px;
}
