@charset "utf-8";
/* CSS Document */

html,body{
height:100%;
}


body {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #707c81;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}

div.clear {
	clear: both;
	height: 1px;
	font-size: 1px; /* IE6 hack */
}

div#container {
	margin: 0 auto;
min-height:100%;
	width: 700px;
	background-color: #fff;
}

div#padding {
	padding:20px 30px 50px 30px;
}

div.headerTitle{
	font-size: 60px;
	color: #ff9100;
	font-weight: bold;
  padding-top: 10px;
  height:50px;
}

div.headerSlogen{
 font-size: 27px;
 color: #424a55;
 font-weight: bold;
 padding-top: 20px;
 margin-bottom: 20px;
}

div.nonstopText{
 font-size: 27px;
 color: #fff;
 font-weight: bold;
 padding: 10px 0 10px 20px;
 background-color: #5aaa37;
 border-bottom: 10px solid #edf1f2;
 margin-bottom: 30px;
}

div.phone{
	font-size: 30px;
	color: #707c81;
	font-weight: bold;
	 margin-bottom: 15px;
	 border-bottom: 1px solid #707c81;
	 padding-bottom: 5px;
}

div.telText{
padding-left: 50px;
	font-size: 40px;
	color: #000;
	font-weight: bold;
}

div.contentTitle{
text-align: center;
	font-size: 30px;
	color: #5aaa37;
	font-weight: bold;
	padding: 50px 0 20px 0;
}

h2{
 background-color: #5aaa37;
padding: 5px;
display: block;
color: #fff;
}

ul li{
	font-size: 15px;
	color: #ff9100;
	font-weight: bold;
	line-height: 25px;
	
}

ul li a{
	color: #000;
}

ul li a:hover{
 text-decoration: none;
}

div.info1{
	font-size: 26px;
	color: #707c81;
	font-weight: bold;
	padding-bottom: 20px;
}

div.info2{
	font-size: 17px;
color: #707c81;
	font-weight: bold;
}

