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

.ul{
	list-style: square;
	margin-top: 30px;
	margin-left: 30px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

.left_tel{
	width: 400px;
	margin-left: 50px;
	float: left;
	margin-bottom: 10px;
}
.right_mail{
	width: 400px;
	margin-right: 50px;
	float: right;
	margin-bottom: 10px;
}

ol_width{
	width: 960px;
	height: 400px;
	background-image: url("../img/ol_bg.jpg");
}

ol{
	width: 960px;
	height: 250px;
	background: url("../img/ol_bg.jpg") no-repeat;
}

ol li{
	color: red;
	font-size: 40px;
	font-weight: bold;
	list-style: none;
	line-height: 50px;
	text-align: center;
}

main img{
	width:930px;
	margin-left: 15px;
}

main div.left_tel img{
	width:400px;
	margin-top:20px;
}

main div.right_mail img{
	width:400px;
	margin-top:20px;
}


main p{
	text-align: center;
	line-height: 20px;
	margin-bottom: 20px;
}